summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests.Andreas Huber2011-01-191-58/+20
* Turn another assertion into a runtime error. Damn you surfaces.Andreas Huber2011-01-191-1/+5
* Use metadata in video buffers for timelapse video recording by default to eli...James Dong2011-01-182-14/+2
* Merge "Apparently our native TCP sockets do not return an error from blocking...Andreas Huber2011-01-181-4/+81
|\
| * Apparently our native TCP sockets do not return an error from blocking "connect"Andreas Huber2011-01-181-4/+81
* | Fix the sluggish preview during timelapse video recording because software en...James Dong2011-01-181-1/+3
|/
* Merge "Implement parsing of vbv buffering info in RTSP." into honeycombAndreas Huber2011-01-181-1/+11
|\
| * Implement parsing of vbv buffering info in RTSP.Andreas Huber2011-01-181-1/+11
* | Merge "Don't report 100% buffered when the stream ends prematurely." into hon...Bryan Mawhinney2011-01-183-11/+15
|\ \
| * | Don't report 100% buffered when the stream ends prematurely.Bryan Mawhinney2011-01-183-11/+15
| |/
* | MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-182-10/+4
|/
* integrate videoeditor preview player.Dharmaray Kundargi2011-01-161-0/+1
* Fixed thrashing in the cached buffer during 720p YT video streamingJames Dong2011-01-141-2/+2
* Add audio encoding parameters checkJames Dong2011-01-122-18/+89
* Merge "Fail to parse duration instead of asserting, if the server response ca...Andreas Huber2011-01-121-5/+7
|\
| * Fail to parse duration instead of asserting, if the server response cannot be...Andreas Huber2011-01-121-5/+7
* | Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-126-76/+5
* | Merge "Speed up MP3Extractor using cached reads" into honeycombJames Dong2011-01-121-4/+33
|\ \
| * | Speed up MP3Extractor using cached readsJames Dong2011-01-121-4/+33
| |/
* | Fix race in buffer ref counting.Glenn Kasten2011-01-121-10/+3
|/
* Merge "Increase cache size and low-watermark threshold, also" into honeycombAndreas Huber2011-01-115-5/+49
|\
| * Increase cache size and low-watermark threshold, alsoAndreas Huber2011-01-115-5/+49
* | Merge "Properly parse Matroska lacing flags and extract all frames contained ...Andreas Huber2011-01-113-55/+284
|\ \
| * | Properly parse Matroska lacing flags and extract all frames contained in a bl...Andreas Huber2011-01-113-55/+284
| |/
* | Merge "Fix uninitialized rect structure for retrieving rect cropping informat...James Dong2011-01-111-0/+2
|\ \
| * | Fix uninitialized rect structure for retrieving rect cropping information fro...James Dong2011-01-071-0/+2
* | | Don't release the video recording frame after recording is stopped in CameraS...James Dong2011-01-101-1/+2
| |/ |/|
* | Return a runtime error instead of asserting if the M4vH263Decoder fails in st...Andreas Huber2011-01-101-1/+4
* | Merge "NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications." into h...Andreas Huber2011-01-104-14/+183
|\ \
| * | NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-104-14/+183
* | | Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold...James Dong2011-01-102-5/+11
|/ /
* | Awesomeplayer : Frame dropping logic changepmehendale2011-01-072-6/+13
|/
* Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-075-0/+17
* Fix typo.Andreas Huber2011-01-061-1/+1
* If the stream for the new bandwidth doesn't have the segment we're looking fo...Andreas Huber2011-01-061-0/+13
* Use NuPlayer for HTTP live streaming playback by default.Andreas Huber2011-01-062-4/+4
* Colorconverter may not support some src/dst bitmap configurations.Andreas Huber2011-01-062-27/+57
* If we failed to initialize the codec after transitioning to IDLE state, don't...Andreas Huber2011-01-061-1/+1
* Remove support for obsolete PTP content providerMike Lockwood2011-01-063-541/+0
* MTP: changes to use new usb_request support in libusbhostMike Lockwood2011-01-0613-91/+127
* Merge "Some more fixes regarding HTTP live in NuPlayer."Andreas Huber2011-01-056-23/+35
|\
| * Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-056-23/+35
* | Merge "Seek/Duration support for completed http live streams in NuPlayer."Andreas Huber2011-01-0514-44/+313
|\ \ | |/
| * Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-0514-44/+313
* | Merge "Use video output if necessary for timelapse video recording"James Dong2011-01-051-9/+19
|\ \ | |/ |/|
| * Use video output if necessary for timelapse video recordingJames Dong2011-01-041-9/+19
* | Merge "Properly shutdown the decoders on a reset() in NuPlayer's implementati...Andreas Huber2011-01-045-61/+191
|\ \ | |/ |/|
| * Properly shutdown the decoders on a reset() in NuPlayer's implementation.Andreas Huber2011-01-045-61/+191
* | Merge "Remove captureFrame from MediaMetadataRetriever.java class It has been...James Dong2011-01-041-1/+1
|\ \ | |/ |/|
| * Remove captureFrame from MediaMetadataRetriever.java classJames Dong2011-01-041-1/+1