summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
* Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests.Andreas Huber2011-01-191-58/+20
| | | | | | Refactor the logic a little. Change-Id: Idd7a26678d846c96b0b11f096305e7467381bda3
* Turn another assertion into a runtime error. Damn you surfaces.Andreas Huber2011-01-191-1/+5
| | | | | Change-Id: Ib62957180949293a6fb84bb5a40af058798337ab related-to-bug: 3335220
* Use metadata in video buffers for timelapse video recording by default to ↵James Dong2011-01-182-14/+2
| | | | | | | | eliminate memcpy bug - 3361771 Change-Id: Ib37ffe4be8edc8708baa76b3507b6f11372536d9
* Merge "Apparently our native TCP sockets do not return an error from ↵Andreas Huber2011-01-181-4/+81
|\ | | | | | | blocking "connect"" into honeycomb
| * Apparently our native TCP sockets do not return an error from blocking "connect"Andreas Huber2011-01-181-4/+81
| | | | | | | | | | | | | | if the network interface is shutdown while connecting. Change-Id: I1bd7e43475edf20f35e15dd4eae547126289f5f0 related-to-bug: 3362836
* | Fix the sluggish preview during timelapse video recording because software ↵James Dong2011-01-181-1/+3
|/ | | | | | | | encoder is used. bug - 3361771 Change-Id: Ic5344e9eabe7f1b82910b65b4260e4ad8dc51c32
* 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
| | | | | | | | | | Change-Id: I7d871cafda2c4c65670a40ad9ab4f24317f8568a related-to-bug: 3351915
* | Merge "Don't report 100% buffered when the stream ends prematurely." into ↵Bryan Mawhinney2011-01-183-11/+15
|\ \ | | | | | | | | | honeycomb
| * | Don't report 100% buffered when the stream ends prematurely.Bryan Mawhinney2011-01-183-11/+15
| |/ | | | | | | Change-Id: Ia4e80d02f28104427a3309e3d5b155faa5702757
* | MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-182-10/+4
|/ | | | | | | | | Also removed an unnecessary parameter to MtpDatabase.endSendobject() BUG: 3352142 Change-Id: I6fd812dcba4814956bc8bc1cbd6bd5c868197790 Signed-off-by: Mike Lockwood <lockwood@android.com>
* integrate videoeditor preview player.Dharmaray Kundargi2011-01-161-0/+1
| | | | Change-Id: I83084f494605c8e6f4d198afa8c36f9e29579667
* Fixed thrashing in the cached buffer during 720p YT video streamingJames Dong2011-01-141-2/+2
| | | | | | bug - 3340194 Change-Id: Ic59bb18ab1731d7dd7cae7cc8aeb393900bce7f6
* Add audio encoding parameters checkJames Dong2011-01-122-18/+89
| | | | | | bug - 3345296 Change-Id: If3f33955f5473b0c5ad9c9b85f8b5cb21ddd7e65
* Merge "Fail to parse duration instead of asserting, if the server response ↵Andreas Huber2011-01-121-5/+7
|\ | | | | | | cannot be parsed." into honeycomb
| * Fail to parse duration instead of asserting, if the server response cannot ↵Andreas Huber2011-01-121-5/+7
| | | | | | | | | | | | | | be parsed. Change-Id: I42324468edca5ccce29486059091da8e64f36326 related-to-bug: 3338518
* | Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-126-76/+5
| | | | | | | | | | | | | | | | | | | | | | | | o Removed setMode() methods and related mode constants o Removed some of the unused the metadata keys o Updated the javadoc o part of a multi-project change. bug - 2433195 Change-Id: I5ed167f1fd6a53cb143b7dc385b149431d434438
* | 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
| |/ | | | | | | Change-Id: I53a5ed76bc2f76f0c184f3800b5448f677117ae3
* | Fix race in buffer ref counting.Glenn Kasten2011-01-121-10/+3
|/ | | | Change-Id: Id47c30469c3e3ec293ed2ef574a191275b5044d6
* 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
| | | | | | | | | | | | | | | | | | MediaPlayer now sends out MEDIA_INFO,MEDIA_INFO_VIDEO_TRACK_LAGGING messages to the JAVA client informing it how much (if at all) the video lags behind audio (arg2 is the media delay in ms). Change-Id: I6933f573d8597a35112e4b5ee0fcb826a7f6ddd1 related-to-bug: 3335220
* | Merge "Properly parse Matroska lacing flags and extract all frames contained ↵Andreas Huber2011-01-113-55/+284
|\ \ | | | | | | | | | in a block." into honeycomb
| * | Properly parse Matroska lacing flags and extract all frames contained in a ↵Andreas Huber2011-01-113-55/+284
| |/ | | | | | | | | | | | | block. Change-Id: I1aca46b2e28b9cad88bf4a296f675e81e66ee095 related-to-bug: 3331623
* | Merge "Fix uninitialized rect structure for retrieving rect cropping ↵James Dong2011-01-111-0/+2
|\ \ | | | | | | | | | information from decoder" into honeycomb
| * | Fix uninitialized rect structure for retrieving rect cropping information ↵James Dong2011-01-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from decoder o This patch is from NV. bug - 3333254 Change-Id: I02bc26af464ea0bc9ad9f2e111474e8398c67220
* | | Don't release the video recording frame after recording is stopped in ↵James Dong2011-01-101-1/+2
| |/ |/| | | | | | | | | | | | | CameraSourceTimeLapse.cpp bug - 3334999 Change-Id: I1c83080713696221048da9b1a9f8c2ee48849ade
* | Return a runtime error instead of asserting if the M4vH263Decoder fails in ↵Andreas Huber2011-01-101-1/+4
| | | | | | | | | | | | | | start() Change-Id: Ie704a72685f749613fa0ed5fa6f461abc0406371 related-to-bug: 3328200
* | Merge "NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications." into ↵Andreas Huber2011-01-104-14/+183
|\ \ | | | | | | | | | honeycomb
| * | NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-104-14/+183
| | | | | | | | | | | | | | | Change-Id: I99b4223ad6ecfd8839a3c0e737fef3165565d76d related-to-bug: 3336496
* | | Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not ↵James Dong2011-01-102-5/+11
|/ / | | | | | | | | | | | | | | hold the last reference of OMXCodec object bug - 3336424 Change-Id: I4c79b66a900c527e3ae6a833f76d5da1b75c5a89
* | Awesomeplayer : Frame dropping logic changepmehendale2011-01-072-6/+13
|/ | | | | | | | | | | Changed late frame drop policy, now we are dropping only 1 in 8, late (> 40ms) frames. Dropping every late frame result in lot of noticible pauses, usually with peaky bitrate activity these pauses become more prominant. Dropping few frames is still required to allow overall playback chain, to regain the performance. Experimentally decided to drop Max one late frame in 8. Change-Id: If20848d619a76aaf8179b1e5c3155610e3bc85fd
* Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-075-0/+17
| | | | | | | | | support for two common ways of specifying album artist in ogg files. b/3311831 (cherry-picked from GB because of weird automerger failure) Change-Id: Ibf12a3d6bc8bbc2ac5ea815de6b33414b8f53f0f
* Fix typo.Andreas Huber2011-01-061-1/+1
| | | | Change-Id: I2d7796425ea746432964ce48959b6c227d31df11
* If the stream for the new bandwidth doesn't have the segment we're looking ↵Andreas Huber2011-01-061-0/+13
| | | | | | | | for... go back to the previous bandwidth' stream. Change-Id: I3477cb6932102883509a7cbe9fb2b3bb02dac8c6
* Use NuPlayer for HTTP live streaming playback by default.Andreas Huber2011-01-062-4/+4
| | | | | | Reversed the property logic, set media.httplive.disable-nuplayer to true to revert Change-Id: I1057940667aaab56bb75c9ea15c2cdcab736f3c6
* Colorconverter may not support some src/dst bitmap configurations.Andreas Huber2011-01-062-27/+57
| | | | | | | Let it return an appropriate error code instead of asserting. Change-Id: I7fe0dfa169e1cbdecb04c5fcbe8501e73362d05e related-to-bug: 3328212
* If we failed to initialize the codec after transitioning to IDLE state, ↵Andreas Huber2011-01-061-1/+1
| | | | | | | | | don't assert during shutdown. Change-Id: I40ac44260fb136c15d6dcb9f5ad62211640c66ec related-to-bug: 3328222
* Remove support for obsolete PTP content providerMike Lockwood2011-01-063-541/+0
| | | | | | | This will be replaced by a new PTP host API in an upcoming commit. Change-Id: Ib914194e332b5c090cb8e34ed35bd691bc9f85d1 Signed-off-by: Mike Lockwood <lockwood@android.com>
* MTP: changes to use new usb_request support in libusbhostMike Lockwood2011-01-0613-91/+127
| | | | | Change-Id: Ic091eab166a66efcde0395dcebbbc513f2322fca Signed-off-by: Mike Lockwood <lockwood@android.com>
* 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
| | | | | | | | Change-Id: I9e29615fa8ee6c7bd4189373a75c20caef3fd2b1
* | 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
| | | | | | | | | | Change-Id: I55bbe75d87140c07b1927d14ad24130fce803463 related-to-bug: 3321475
* | 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
| | | | | | | | Change-Id: I88d0cc824f0fbf8b2f392fbc23c69b5bfefda1b8
* | Merge "Properly shutdown the decoders on a reset() in NuPlayer's ↵Andreas Huber2011-01-045-61/+191
|\ \ | |/ |/| | | implementation."
| * Properly shutdown the decoders on a reset() in NuPlayer's implementation.Andreas Huber2011-01-045-61/+191
| | | | | | | | | | related-to-bug: 3321470 Change-Id: Ida6d2171c5a3a407188d4633602b764f8fe7086a
* | Merge "Remove captureFrame from MediaMetadataRetriever.java class It has ↵James Dong2011-01-041-1/+1
|\ \ | |/ |/| | | been replaced by getFrameAtTime() method"
| * Remove captureFrame from MediaMetadataRetriever.java classJames Dong2011-01-041-1/+1
| | | | | | | | | | | | It has been replaced by getFrameAtTime() method Change-Id: I9ed762e10e61dbc188e2a740e489a3e2ef9a6bb2