summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* The decoder wrapper is no longer needed. Also disable building old-style deco...Andreas Huber2011-05-126-692/+5
* Merge "Squashed commit of the following:"Andreas Huber2011-05-1244-218/+6060
|\
| * Squashed commit of the following:Andreas Huber2011-05-1144-218/+6060
* | Merge "Fix setDataSource(Context, Uri, Map<String,String> headers)"James Dong2011-05-111-7/+13
|\ \
| * | Fix setDataSource(Context, Uri, Map<String,String> headers)Andreas Huber2011-05-111-7/+13
| |/
* | Expose the track informational event for testingJames Dong2011-05-111-2/+78
|/
* Merge "Leave the number of output buffers up to surface flinger and friends."Andreas Huber2011-05-111-2/+0
|\
| * Leave the number of output buffers up to surface flinger and friends.Andreas Huber2011-05-101-2/+0
* | Make sure the ogg extractor returns appropriate error codes.Andreas Huber2011-05-101-6/+13
|/
* Properly honour any pending seek request when reading the first buffer afterAndreas Huber2011-05-103-1/+21
* Add send session recording summary report to applicationJames Dong2011-05-091-15/+51
* Add const to the finders method in MetaData.cppJames Dong2011-05-092-7/+7
* Add end of recording summary track infoJames Dong2011-05-091-3/+36
* Refactor MPEG4Writer::writeTrackHeader() methodJames Dong2011-05-091-420/+520
* am 9603fdee: am 0d560d45: am 9f7054fe: Merge "docs: add package description f...Scott Main2011-05-062-1/+12
|\
| * am 0d560d45: am 9f7054fe: Merge "docs: add package description for mtp and a ...Scott Main2011-05-062-1/+12
| |\
| | * am 9f7054fe: Merge "docs: add package description for mtp and a little more i...Scott Main2011-05-062-1/+12
| | |\
| | | * docs: add package description for mtp and a little more info to MtpDeviceScott Main2011-05-052-1/+12
| * | | am 36132a48: DO NOT MERGE MediaScanner: Add special casing of WMP album art f...Mike Lockwood2011-05-041-29/+37
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MediaScanner: Add special casing of WMP album art files to isNoM...Mike Lockwood2011-05-041-29/+37
| * | | am 8b1c74f9: DO NOT MERGE MediaScanner: Fix bug in "no media" handling logicMike Lockwood2011-05-041-3/+4
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MediaScanner: Fix bug in "no media" handling logicMike Lockwood2011-05-041-3/+4
| * | | am a792c804: DO NOT MERGE MTP: Implement GetThumb commandMike Lockwood2011-05-047-2/+100
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MTP: Implement GetThumb commandMike Lockwood2011-05-047-2/+100
| * | | am af50821b: DO NOT MERGE MTP: Fix file descriptor leak in file editing exten...Mike Lockwood2011-05-042-24/+29
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MTP: Fix file descriptor leak in file editing extensionsMike Lockwood2011-05-042-24/+29
| * | | am fdb50e6f: DO NOT MERGE MTP: Add extended operations to support in-place ed...Mike Lockwood2011-05-046-38/+280
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-05-046-38/+280
| * | | am fb623263: DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature fo...Mike Lockwood2011-05-044-121/+122
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding file...Mike Lockwood2011-05-044-121/+122
| * | | am 7dd59229: DO NOT MERGE Fix media scanner uri handling.Marco Nelissen2011-05-041-21/+13
| |\ \ \ | | |/ /
| | * | DO NOT MERGE Fix media scanner uri handling.Marco Nelissen2011-05-041-21/+13
| * | | am d3e4290c: DO NOT MERGE MTP and media provider support for multiple storage...Mike Lockwood2011-05-049-104/+288
| |\ \ \ | | |/ /
| | * | DO NOT MERGE MTP and media provider support for multiple storage devices:Mike Lockwood2011-05-049-104/+288
| * | | am f181e416: am ec78f551: Add avg bandwidth estimate every 2 seconds - do not...James Dong2011-04-292-0/+12
| |\ \ \ | | |/ /
| | * | am ec78f551: Add avg bandwidth estimate every 2 seconds - do not merge.James Dong2011-04-292-0/+12
| | |\ \ | | | |/
| | | * Add avg bandwidth estimate every 2 seconds - do not merge.James Dong2011-04-282-0/+12
* | | | Merge "Color conversion now supports YUV420p->RGB565 conversion even if the w...Andreas Huber2011-05-051-6/+9
|\ \ \ \
| * | | | Color conversion now supports YUV420p->RGB565 conversion even if the width is...Andreas Huber2011-05-051-6/+9
* | | | | Refactor to share code between MediaPlayer and MediaMetadataRetriever JNIJames Dong2011-05-055-66/+126
* | | | | Clean up JNI codeJames Dong2011-05-054-191/+105
|/ / / /
* | | | Merge "Initial check-in for AACWriter"James Dong2011-05-045-7/+408
|\ \ \ \
| * | | | Initial check-in for AACWriterJames Dong2011-05-045-7/+408
* | | | | Signal an error if aac decoding fails early.Andreas Huber2011-05-041-0/+17
* | | | | Merge "Fix potential memory corruption in NuCachedSource2."Andreas Huber2011-05-041-0/+5
|\ \ \ \ \
| * | | | | Fix potential memory corruption in NuCachedSource2.Andreas Huber2011-05-041-0/+5
| |/ / / /
* | | | | Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2Andreas Huber2011-05-041-1/+7
|/ / / /
* | | | Merge "Initial CL for the timed text support: - Add support for MP4 timed tex...Gloria Wang2011-05-0410-23/+533
|\ \ \ \
| * | | | Initial CL for the timed text support:Gloria Wang2011-05-0310-23/+533
* | | | | frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-033-5/+5
|/ / / /