summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Convert line breaks to Unix styleMans Rullgard2011-05-21175-29631/+29631
* am 4d8ceada: am dbfd055d: am a6f1104b: Use pread() to get the decrypted data ...Gloria Wang2011-05-201-0/+7
|\
| * am a6f1104b: Use pread() to get the decrypted data for container based DRM fi...Gloria Wang2011-05-201-0/+7
| |\
| | * Use pread() to get the decrypted data for container based DRM file.Gloria Wang2011-05-201-0/+7
* | | Merge "Merge Chromium at 10.0.621.0: Fixes for libstagefreight"Kristian Monsen2011-05-202-21/+23
|\ \ \
| * | | Merge Chromium at 10.0.621.0: Fixes for libstagefreightKristian Monsen2011-05-132-21/+23
* | | | resolved conflicts for merge of a8939e0d to masterJames Dong2011-05-194-30/+162
|\ \ \ \ | | |/ / | |/| |
| * | | am d148a499: Merge "Using widevine:// to stream adaptive bitrate wvm content ...James Dong2011-05-184-29/+155
| |\ \ \ | | | |/ | | |/|
| | * | Merge "Using widevine:// to stream adaptive bitrate wvm content no longer" in...James Dong2011-05-184-29/+155
| | |\ \
| | | * | Using widevine:// to stream adaptive bitrate wvm content no longerAndreas Huber2011-05-104-29/+155
| * | | | am 07e9267d: Merge "DO NOT MERGE For bug 4422428 Squashed commit of the follo...Gloria Wang2011-05-182-8/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge "DO NOT MERGE For bug 4422428 Squashed commit of the following:" into h...Gloria Wang2011-05-182-8/+4
| | |\ \ \
| | | * | | DO NOT MERGEGloria Wang2011-05-132-8/+4
| | | |/ /
| * | | | am c56e81c8: Merge "DO NOT MERGE: Properly construct the ESDS metadata even i...Andreas Huber2011-05-171-1/+7
| |\ \ \ \ | | |/ / /
| | * | | DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-speci...Andreas Huber2011-05-041-1/+7
| | |/ /
| * | | 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
* | | | Properly forward rotation information from input format to output format.Andreas Huber2011-05-181-2/+10
* | | | Revert "Add const to the finders method in MetaData.cpp"James Dong2011-05-172-7/+7
* | | | Make track informational event optional, depending on system propertyJames Dong2011-05-171-0/+31
* | | | Claim support for .3gpp2 A/B files.Andreas Huber2011-05-171-0/+3
* | | | Disable yuv->yuv mode and external display support until various driver fixes...Andreas Huber2011-05-162-1/+11
* | | | Merge "Instead of using an RGB surface and conversion yuv420->rgb565"Andreas Huber2011-05-161-7/+58
|\ \ \ \
| * | | | Instead of using an RGB surface and conversion yuv420->rgb565Andreas Huber2011-05-051-7/+58
* | | | | Merge "Fix module tags on stagefright software decoders."Andreas Huber2011-05-168-8/+8
|\ \ \ \ \
| * | | | | Fix module tags on stagefright software decoders.Andreas Huber2011-05-168-8/+8
* | | | | | Support platform and camera dependent recording start time offsetJames Dong2011-05-141-10/+24
|/ / / / /
* | | | | Support for storing geo information in the recorded mp4/3gpp file.James Dong2011-05-131-2/+107
* | | | | Track id really starts with 1, not 0James Dong2011-05-131-1/+1
| |_|_|/ |/| | |
* | | | Merge "A fix to the MPEG4Extractor to support 16-bit sample sizes."Andreas Huber2011-05-121-1/+1
|\ \ \ \
| * | | | A fix to the MPEG4Extractor to support 16-bit sample sizes.Andreas Huber2011-05-121-1/+1
* | | | | The decoder wrapper is no longer needed. Also disable building old-style deco...Andreas Huber2011-05-121-1/+1
|/ / / /
* | | | Squashed commit of the following:Andreas Huber2011-05-1144-218/+6060
* | | | 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
* | | | Color conversion now supports YUV420p->RGB565 conversion even if the width is...Andreas Huber2011-05-051-6/+9
|/ / /
* | | Merge "Initial check-in for AACWriter"James Dong2011-05-043-1/+384
|\ \ \
| * | | Initial check-in for AACWriterJames Dong2011-05-043-1/+384
* | | | 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-048-23/+487
|\ \ \
| * | | Initial CL for the timed text support:Gloria Wang2011-05-038-23/+487