summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Andreas Huber2010-01-196-267/+499
* Merge "Squashed commit of the following:"Andreas Huber2010-01-141-41/+71
|\
| * Squashed commit of the following:Andreas Huber2010-01-141-41/+71
* | Merge "Fix a few issues with determining the closest sample to a given time i...Andreas Huber2010-01-141-5/+19
|\ \
| * | Fix a few issues with determining the closest sample to a given time in the M...Andreas Huber2010-01-141-5/+19
| |/
* | Merge "Squashed commit of the following:"Andreas Huber2010-01-141-2/+15
|\ \
| * | Squashed commit of the following:Andreas Huber2010-01-141-2/+15
| |/
* | Workaround for some hardware decoders not properly signaling end-of-output-st...Andreas Huber2010-01-141-0/+17
|/
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-1310-4/+67
* More metadata support.Andreas Huber2010-01-132-3/+14
* Merge "Properly respect NALLengthSize in the AVC Configuration header to dete...Andreas Huber2010-01-121-12/+51
|\
| * Properly respect NALLengthSize in the AVC Configuration header to determine h...Andreas Huber2010-01-121-12/+51
* | Merge "b/2353646 Fix music visualizations to also work with audiotrack callba...Marco Nelissen2010-01-122-69/+59
|\ \ | |/ |/|
| * b/2353646Marco Nelissen2010-01-122-69/+59
* | Make sure to release the buffer we're not using in case of an error.Andreas Huber2010-01-121-0/+3
|/
* Squashed commit of the following:Andreas Huber2010-01-1215-63/+1178
* Merge "The mp3 decoder should not assert that decoding was successful but ret...Andreas Huber2010-01-111-1/+6
|\
| * The mp3 decoder should not assert that decoding was successful but return an ...Andreas Huber2010-01-111-1/+6
* | Merge "Fix an uninitialized read detected by valgrind. The array to be copied...Andreas Huber2010-01-111-1/+1
|\ \
| * | Fix an uninitialized read detected by valgrind. The array to be copied is sta...Andreas Huber2010-01-111-1/+1
| |/
* | framework: asec: Rename 'Cache' -> 'Container'San Mehat2010-01-111-6/+6
|/
* am d31d7397: am 663ec308: Fix issue 2361949: A2DP suspend parameters set wron...Eric Laurent2010-01-081-0/+2
|\
| * am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly.Eric Laurent2010-01-081-0/+2
| |\
| | * Fix issue 2361949: A2DP suspend parameters set wrongly.Eric Laurent2010-01-081-0/+2
* | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-082-11/+11
* | | Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-0810-96/+115
* | | Merge "Add MPEG to the file extensions that scanner cares"James Dong2010-01-061-0/+1
|\ \ \
| * | | Add MPEG to the file extensions that scanner caresJames Dong2010-01-061-0/+1
* | | | Merge "framework: MountService: Add initial support for Android Secure Extern...San Mehat2010-01-061-1/+65
|\ \ \ \
| * | | | framework: MountService: Add initial support for Android Secure External CachesSan Mehat2010-01-061-1/+65
* | | | | Fix typo: test -> tests in makefile tagsJean-Baptiste Queru2010-01-061-1/+1
|/ / / /
* | | | Quick and dirty implementation to follow http redirects in stagefright.Andreas Huber2010-01-052-11/+112
|/ / /
* | | Merge "Protect against possible temporary objects going away before we get at...Andreas Huber2010-01-053-4/+7
|\ \ \
| * | | Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-053-4/+7
* | | | Merge "I must have broken raw-audio decoding in the recent past, this fixes it."Andreas Huber2010-01-051-4/+15
|\ \ \ \
| * | | | I must have broken raw-audio decoding in the recent past, this fixes it.Andreas Huber2010-01-051-4/+15
| |/ / /
* | | | Use stagefright for http streaming if the right property is set.Andreas Huber2010-01-051-3/+7
|/ / /
* | | Merge "MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING"Marco Nelissen2010-01-042-7/+5
|\ \ \
| * | | MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRINGMarco Nelissen2010-01-042-7/+5
* | | | Merge "Make metadata support through stagefright property dependent until it'...Andreas Huber2010-01-041-7/+11
|\ \ \ \
| * | | | Make metadata support through stagefright property dependent until it's ready.Andreas Huber2010-01-041-7/+11
| |/ / /
* | | | Merge "Fix mpeg4/h.263 software decoder."Andreas Huber2010-01-042-17/+62
|\ \ \ \
| * | | | Fix mpeg4/h.263 software decoder.Andreas Huber2010-01-042-17/+62
| |/ / /
* | | | Fix avc software decoder to properly handle SEI nalType and access unit delim...Andreas Huber2010-01-041-2/+8
|/ / /
* | | am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects...Eric Laurent2009-12-271-1/+1
|\ \ \
| * \ \ am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetoot...Eric Laurent2009-12-221-1/+1
| |\ \ \
| | * | | Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call vol...Eric Laurent2009-12-221-1/+1
* | | | | Fix SoundPool restart problem CheckJNI issue.Dave Sparks2009-12-231-1/+5
* | | | | Replace sine with organ for some SoundPool tests.Dave Sparks2009-12-232-0/+1
* | | | | Add SoundPool testDave Sparks2009-12-239-0/+404