summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Add avg bandwidth estimate every 2 seconds - do not merge."" i...James Dong2011-06-092-12/+0
|\
| * Revert "Add avg bandwidth estimate every 2 seconds - do not merge."James Dong2011-05-192-12/+0
* | Revert "Use pread() to get the decrypted data for container based DRM file."James Dong2011-05-251-7/+0
* | Merge "Multi-repository checkin, goes with https://android-git.corp.google.co...Jeffrey Tinker2011-05-232-19/+19
|\ \
| * | Multi-repository checkin, goes with https://android-git.corp.google.com/g/111038Jeffrey Tinker2011-05-232-19/+19
| |/
* | Add some logging to track down where ANR happens during MediaPlayer._release().James Dong2011-05-232-1/+7
* | Use pread() to get the decrypted data for container based DRM file.Gloria Wang2011-05-201-0/+7
|/
* 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
* | 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
| |/
* | DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-speci...Andreas Huber2011-05-041-1/+7
|/
* Add avg bandwidth estimate every 2 seconds - do not merge.James Dong2011-04-282-0/+12
* Bug 4167061 remove debugging codeGlenn Kasten2011-04-131-1/+1
* Enable HDCP debugging in Stagefright (1 of 2)Glenn Kasten2011-04-111-1/+1
* Stagefright: authenticate ANativeWindow.Jamie Gennis2011-04-081-0/+24
* Bug 4167061Glenn Kasten2011-03-301-1/+1
* Merge "When http streaming and Content-Length is unknown, make sure to return...Andreas Huber2011-03-301-1/+8
|\
| * When http streaming and Content-Length is unknown, make sure to return allAndreas Huber2011-03-301-1/+8
* | Surfaceflinger expects rectangles to be specified right/bottom edge exclusive.Andreas Huber2011-03-292-4/+4
|/
* Merge "After a seek there's a brief period where audio time isn't reestablish...Andreas Huber2011-03-281-0/+5
|\
| * After a seek there's a brief period where audio time isn't reestablished.Andreas Huber2011-03-251-0/+5
* | Make sure we post a video event when seeking after seeing video EOS before.Andreas Huber2011-03-251-2/+17
|/
* Switch to use SF cached sourceJames Dong2011-03-251-6/+1
* Bug 4159373 Use HDCP debug settingsGlenn Kasten2011-03-231-0/+37
* DO NOT MERGE: Enable http-live support for https:// urls, fix a parsing issue.Andreas Huber2011-03-211-2/+25
* If nothing is to be copied, return right away.Andreas Huber2011-03-211-0/+4
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-174-0/+63
* DO NOT MERGE: Fix a race condition when playing an audio-only stream and seek...Andreas Huber2011-03-161-12/+5
* Bug 3012968 DRM output controlGlenn Kasten2011-03-102-0/+24
* Add missing copyright headers to a couple of filesJames Dong2011-03-072-0/+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
* 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
|\ \
| * | Resize internal PES buffers dynamically instead of relying on a fixed maximum...Andreas Huber2011-03-021-1/+12
* | | Merge "Allow optional specification of a PTS timestamp when signalling a disc...Andreas Huber2011-03-024-16/+50
|\ \ \ | |/ /
| * | Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber2011-03-024-16/+50
* | | Merge "PV's mp3 decoder mistreated inputBufferCurrentLength in unit of bytes ...James Dong2011-03-021-2/+4
|\ \ \ | |/ / |/| |
| * | PV's mp3 decoder mistreated inputBufferCurrentLength in unit of bytes as in u...James Dong2011-03-021-2/+4
* | | Provide better duration and seek accuracy if playing vorbis audio from a non-...Andreas Huber2011-03-021-16/+125
|/ /
* | Merge "Stagefright: Query buffer usage from the component."Jamie Gennis2011-03-012-4/+18
|\ \
| * | Stagefright: Query buffer usage from the component.Jamie Gennis2011-02-282-5/+18
* | | Merge "Add an OMX IL API for querying buffer usage flags."Jamie Gennis2011-03-014-0/+50
|\ \ \ | |/ /
| * | Add an OMX IL API for querying buffer usage flags.Jamie Gennis2011-02-284-0/+50
| |/
* | Merge "Fix error recovery in Stagefright init."Jamie Gennis2011-03-012-32/+27
|\ \
| * | Fix error recovery in Stagefright init.Jamie Gennis2011-02-282-32/+27
* | | Merge "The color conversion from YUV420Planar to RGB only requires the image ...James Dong2011-02-281-1/+1
|\ \ \ | |_|/ |/| |
| * | The color conversion from YUV420Planar to RGB only requires the image width t...James Dong2011-02-111-1/+1