summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* MediaScanner: Add special casing of WMP album art files to isNoMediaPath()Mike Lockwood2011-05-021-29/+37
* MediaScanner: Fix bug in "no media" handling logicMike Lockwood2011-05-021-3/+4
* Merge "Add setParameter/getParameter to MediaPlayer API. for bug 1982947"Gloria Wang2011-04-2915-0/+238
|\
| * Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-2915-0/+238
* | Add DRM errors in the DRM frameworks to MediaErrors also.Gloria Wang2011-04-292-8/+4
|/
* Merge changes I22d9e018,Ib0701fcc,Ibc637918,I9eb7e002,I4adcec73Dima Zavin2011-04-2720-431/+384
|\
| * audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-2718-277/+193
| * libmedia: move AudioParameter out of AudioSystemDima Zavin2011-04-273-154/+191
* | Fix omx_tests to no longer refer to test files that are no longer available.Andreas Huber2011-04-272-8/+12
|/
* Merge "Give PSP and QuickTime compatible mp4 files a chance to play"James Dong2011-04-251-0/+5
|\
| * Give PSP and QuickTime compatible mp4 files a chance to playJames Dong2011-04-071-0/+5
* | MTP: Implement GetThumb commandMike Lockwood2011-04-257-2/+100
* | Merge "MTP: Fix file descriptor leak in file editing extensions"Mike Lockwood2011-04-252-24/+29
|\ \
| * | MTP: Fix file descriptor leak in file editing extensionsMike Lockwood2011-04-252-24/+29
* | | Merge "Return status code from invoke()"James Dong2011-04-251-4/+5
|\ \ \ | |/ / |/| |
| * | Return status code from invoke()James Dong2011-04-061-4/+5
* | | MediaScanner: reimplement the ".nomedia" feature for hiding files from the me...Mike Lockwood2011-04-254-128/+122
* | | Remove log spamMike Lockwood2011-04-241-2/+0
* | | Merge "MTP: Add extended operations to support in-place editing of files"Mike Lockwood2011-04-236-38/+280
|\ \ \
| * | | MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-04-226-38/+280
* | | | Remove the assertion and report content malform error to applicationJames Dong2011-04-221-5/+9
* | | | Fix for issue 3385135 "source code cleanup" engine parthongteng2011-04-224-15/+0
|/ / /
* | | Fix for issue 4133431 "Remove OSAL layer" in JNI partShyam Pallapothu2011-04-216-84/+84
* | | Merge "Rework display size access."Dianne Hackborn2011-04-211-2/+2
|\ \ \
| * | | Rework display size access.Dianne Hackborn2011-04-211-2/+2
* | | | Remove config_caseSensitiveExternalStorage; no longer needed.Dianne Hackborn2011-04-211-2/+1
|/ / /
* | | Fix for issue 4133431 "Remove OSAL layer" in JNIShyam Pallapothu2011-04-204-15/+15
* | | Fix for issue 4133431 "Remove OSAL layer" in JNI part"Dheeraj Sharma2011-04-203-26/+27
* | | Unhide MediaPlayer's setDataSource method that takes optional http headers to beAndreas Huber2011-04-201-1/+0
* | | Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-205-22/+57
* | | Make sure a read restarts the prefetcher if necessary.Andreas Huber2011-04-192-7/+21
* | | Merge "Remove streamability verification, it's taking too long. Also..."Andreas Huber2011-04-194-136/+128
|\ \ \
| * | | Remove streamability verification, it's taking too long. Also...Andreas Huber2011-04-154-136/+128
* | | | Merge "Fix bug 2659754 ConcurrentModificationException in audio focus changes"Jean-Michel Trivi2011-04-181-4/+4
|\ \ \ \
| * | | | Fix bug 2659754 ConcurrentModificationException in audio focus changesJean-Michel Trivi2011-04-181-4/+4
* | | | | Merge "Fix bug 2724503 Persist media button receiver across reboots"Jean-Michel Trivi2011-04-181-0/+81
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Fix bug 2724503 Persist media button receiver across rebootsJean-Michel Trivi2011-04-181-0/+81
* | | | Merge "- Add another parameter in notify() to be able to send timed text samp...Gloria Wang2011-04-136-12/+80
|\ \ \ \
| * | | | - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-136-12/+80
* | | | | am 8d2e14da: am 34cd123a: am b0d6f10e: Bug 4167061 remove debugging codeGlenn Kasten2011-04-131-1/+1
|\ \ \ \ \
| * \ \ \ \ am 34cd123a: am b0d6f10e: Bug 4167061 remove debugging codeGlenn Kasten2011-04-131-1/+1
| |\ \ \ \ \
| | * \ \ \ \ am b0d6f10e: Bug 4167061 remove debugging codeGlenn Kasten2011-04-131-1/+1
| | |\ \ \ \ \
| | | * | | | | Bug 4167061 remove debugging codeGlenn Kasten2011-04-131-1/+1
* | | | | | | | More native code cleanup.Elliott Hughes2011-04-122-10/+0
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge "Experimental support for changing the video surface/texture on an acti...Andreas Huber2011-04-122-19/+61
|\ \ \ \ \ \ \
| * | | | | | | Experimental support for changing the video surface/texture on an active medi...Andreas Huber2011-03-142-19/+61
* | | | | | | | Merge "If the media extractor specifies an invalid thumbnail time, default to...Andreas Huber2011-04-121-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | If the media extractor specifies an invalid thumbnail time, default to the fi...Andreas Huber2011-04-111-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-115-8/+6
* | | | | | | | am a7e8385c: am 87ee132a: am c6c2285b: Enable HDCP debugging in Stagefright (...Glenn Kasten2011-04-111-1/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |