summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1Yu Shan Emily Lau2011-03-211-67/+68
|\ \ \ | |/ / |/| |
| * | Add the mem logging into test utility.Yu Shan Emily Lau2011-03-181-67/+68
* | | If nothing is to be copied, return right away.Andreas Huber2011-03-211-0/+4
| |/ |/|
* | Merge "Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsiti...shailendra2011-03-182-1/+5
|\ \
| * | Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile ...shailendra2011-03-172-1/+5
* | | Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-176-0/+95
* | | MtpServer: Do not attempt to stop MTP if it has not been startedMike Lockwood2011-03-171-2/+13
|/ /
* | Merge "Suppress the 1 hour video editor export test case which exceed the 5 m...Yu Shan Emily Lau2011-03-162-2/+110
|\ \ | |/
| * Suppress the 1 hour video editor export test case which exceed the 5 mins lar...Yu Shan Emily Lau2011-03-162-2/+110
* | Merge "Fix for 4087846 Crash reported by monkey report (Java/Jni)" into honey...Rajneesh Chowdury2011-03-162-0/+24
|\ \
| * | Fix for 4087846 Crash reported by monkey report (Java/Jni)Rajneesh Chowdury2011-03-152-0/+24
* | | Add the default camera id to mCameraIds for emulator and those devices withou...James Dong2011-03-161-0/+5
* | | DO NOT MERGE: Fix a race condition when playing an audio-only stream and seek...Andreas Huber2011-03-161-12/+5
| |/ |/|
* | Merge "Fix for Don't allow adding 64-bit files(4086708)" into honeycomb-mr1Shailendra Yadav2011-03-144-2/+26
|\ \
| * | Fix for Don't allow adding 64-bit files(4086708)Shailendra Yadav2011-03-144-2/+26
* | | Merge "Partial fix for issue 3515250: video chat and SCO" into honeycomb-mr1Eric Laurent2011-03-141-26/+22
|\ \ \ | |_|/ |/| |
| * | Partial fix for issue 3515250: video chat and SCOEric Laurent2011-03-121-26/+22
* | | MtpDevice: Handle zero length packets in readResponse()Mike Lockwood2011-03-141-0/+4
* | | MTP host: Fix problems reading large data packetsMike Lockwood2011-03-121-3/+3
* | | USB: minor cleanup workMike Lockwood2011-03-112-2/+2
|/ /
* | Merge changes Ib63ab95a,I585b0610,Ia84da0b5 into honeycomb-mr1Mike Lockwood2011-03-118-21/+28
|\ \
| * | Remove MtpClient class from framework and public APIMike Lockwood2011-03-117-9/+9
| * | UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood2011-03-112-12/+19
* | | Bug 3012968 DRM output controlGlenn Kasten2011-03-102-0/+24
|/ /
* | Merge "Fix for 4080402 NPE in Transition.setDuration" into honeycomb-mr1Rajneesh Chowdury2011-03-102-7/+5
|\ \
| * | Fix for 4080402 NPE in Transition.setDurationRajneesh Chowdury2011-03-102-7/+5
| |/
* | Merge changes Ifd78cca3,Ieadb86fe,If5b44ebd into honeycomb-mr1Mike Lockwood2011-03-091-2/+2
|\ \
| * | MTP: Convert date created and modified values from seconds to millisecondsMike Lockwood2011-03-091-2/+2
* | | Merge "Fix issue 3439872: video chat and bluetooth SCO" into honeycomb-mr1Eric Laurent2011-03-092-80/+333
|\ \ \
| * | | Fix issue 3439872: video chat and bluetooth SCOEric Laurent2011-03-082-80/+333
| | |/ | |/|
* | | Merge "Fix bug 4064086 Use a death handler on audio focus changes from mode" ...Jean-Michel Trivi2011-03-091-21/+17
|\ \ \ | |_|/ |/| |
| * | Fix bug 4064086 Use a death handler on audio focus changes from modeJean-Michel Trivi2011-03-081-21/+17
* | | USB: Add API and dialog for apps to request permissions for USB devices and a...Mike Lockwood2011-03-081-17/+40
| |/ |/|
* | Merge "MTP: Use SharedPreferences for MTP device properties rather than sqlit...Mike Lockwood2011-03-071-52/+49
|\ \
| * | MTP: Use SharedPreferences for MTP device properties rather than sqlite3Mike Lockwood2011-03-051-52/+49
* | | Merge "Fix for issue 3453519: (Java/JNI) do not allow editing of DRM protecte...Santosh Madhava2011-03-074-6/+14
|\ \ \ | |_|/ |/| |
| * | Fix for issue 3453519: (Java/JNI) do not allow editing of DRM protected contentsSantosh Madhava2011-03-044-6/+14
* | | Merge "Add missing copyright headers to a couple of files" into honeycomb-mr1James Dong2011-03-072-0/+32
|\ \ \
| * | | Add missing copyright headers to a couple of filesJames Dong2011-03-072-0/+32
| | |/ | |/|
* | | MtpClient: Fix problem with getDeviceList() returning empty result in some casesMike Lockwood2011-03-071-34/+32
|/ /
* | Fix a leak from AACEncoder.cppJames Dong2011-03-041-0/+3
|/
* Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file ...James Dong2011-03-041-2/+2
* 3406494 Gallery photos in nonsensical orderRay Chen2011-03-031-0/+9
* Merge "- To track the usage of all audio output devices - To track the curren...Gloria Wang2011-03-022-2/+129
|\
| * - To track the usage of all audio output devicesGloria Wang2011-03-022-2/+129
* | Merge "MtpClient: remove finalize override to avoid multiple calls to unregis...Mike Lockwood2011-03-021-9/+0
|\ \
| * | MtpClient: remove finalize override to avoid multiple calls to unregisterRece...Mike Lockwood2011-03-021-9/+0
* | | Merge "Stagefright: Use the ANW min undequeued bufs query."Jamie Gennis2011-03-022-28/+53
|\ \ \
| * | | Stagefright: Use the ANW min undequeued bufs query.Jamie Gennis2011-02-282-29/+53
* | | | Merge "Resize internal PES buffers dynamically instead of relying on a fixed ...Andreas Huber2011-03-021-1/+12
|\ \ \ \