summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Update error messageAndy McFadden2013-07-241-1/+2
* Merge "Don't abort on unusual state transition"Andy McFadden2013-07-241-3/+5
|\
| * Don't abort on unusual state transitionAndy McFadden2013-07-231-3/+5
* | Merge "Fix typo in socket name"Geremy Condra2013-07-231-1/+1
|\ \
| * | Fix typo in socket nameChad Brubaker2013-07-231-1/+1
* | | Merge "Add routing sockets for the requesting user"Geremy Condra2013-07-235-0/+29
|\ \ \ | |/ / | | / | |/ |/|
| * Add routing sockets for the requesting userChad Brubaker2013-07-195-0/+29
* | Merge "update to new Consumer APIs"Mathias Agopian2013-07-202-9/+7
|\ \
| * | update to new Consumer APIsMathias Agopian2013-07-162-9/+7
| |/
* | Enable support for explicitly requesting an encoded keyframe from the vp8Andreas Huber2013-07-192-2/+36
* | Minor tweaks to DirectRenderer and ConverterAndreas Huber2013-07-195-60/+209
* | Merge "ANetworkSession and ParsedMessage are now part of stagefright foundati...Andreas Huber2013-07-1820-228/+211
|\ \
| * | ANetworkSession and ParsedMessage are now part of stagefright foundation.Andreas Huber2013-07-1820-228/+211
* | | Merge "stagefright: set scaling mode for blank frames in ACodec"Dima Zavin2013-07-181-0/+8
|\ \ \ | |/ / |/| |
| * | stagefright: set scaling mode for blank frames in ACodecDima Zavin2013-07-181-0/+8
| |/
* | Merge "Support "suspension" of a video encoder in "surface-input" mode."Andreas Huber2013-07-178-14/+148
|\ \
| * | Support "suspension" of a video encoder in "surface-input" mode.Andreas Huber2013-07-178-14/+148
| |/
* | Experimental support for enabling the use of "surface input" modeAndreas Huber2013-07-173-21/+158
|/
* Merge "Pass additional arg to acquireBuffer calls."Andy McFadden2013-07-112-3/+3
|\
| * Pass additional arg to acquireBuffer calls.Andy McFadden2013-07-082-3/+3
* | am 1468dd9c: am c582fde9: resolved conflicts for merge of c158971f to stage-a...Jean-Baptiste Queru2013-07-081-1/+12
|\ \
| * \ am c582fde9: resolved conflicts for merge of c158971f to stage-aosp-masterJean-Baptiste Queru2013-07-081-1/+12
| |\ \
| | * \ resolved conflicts for merge of c158971f to stage-aosp-masterJean-Baptiste Queru2013-07-081-1/+12
| | |\ \
| | | * \ Merge "Store rtsp accessunit until PLAY response parsed"Jean-Baptiste Queru2013-07-081-1/+12
| | | |\ \
| | | | * | Store rtsp accessunit until PLAY response parsedYajun Zeng2013-05-131-1/+12
* | | | | | am c26ab375: am 5d2ab2a6: am 8eef093c: Merge "libstagefright: Use LOG_BASIC w...Jean-Baptiste Queru2013-07-081-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 5d2ab2a6: am 8eef093c: Merge "libstagefright: Use LOG_BASIC when use chrom...Jean-Baptiste Queru2013-07-081-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | am 8eef093c: Merge "libstagefright: Use LOG_BASIC when use chromium http stack"Jean-Baptiste Queru2013-07-081-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge "libstagefright: Use LOG_BASIC when use chromium http stack"Jean-Baptiste Queru2013-07-081-1/+1
| | | |\ \ \
| | | | * | | libstagefright: Use LOG_BASIC when use chromium http stackXuefeng Deng2012-08-171-1/+1
* | | | | | | am 046d9c8d: am 06197925: am 267363ee: Merge "Prevent Media Server crash whil...Jean-Baptiste Queru2013-07-081-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | am 06197925: am 267363ee: Merge "Prevent Media Server crash while the Awesome...Jean-Baptiste Queru2013-07-081-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | am 267363ee: Merge "Prevent Media Server crash while the AwesomePlayer getBit...Jean-Baptiste Queru2013-07-081-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Prevent Media Server crash while the AwesomePlayer getBitrate return true wit...hovanchen2013-07-031-1/+1
* | | | | | Include what is neededGlenn Kasten2013-07-021-2/+0
* | | | | | am 0eefffd8: am 47a1fe04: am a9aa6baa: Merge "Set u.ext_data to null after it...Andreas Huber2013-06-281-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 47a1fe04: am a9aa6baa: Merge "Set u.ext_data to null after it has been freed"Andreas Huber2013-06-281-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | am a9aa6baa: Merge "Set u.ext_data to null after it has been freed"Andreas Huber2013-06-281-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Set u.ext_data to null after it has been freedChrister Fletcher2013-06-281-0/+1
| | | * | | Merge "libstagefright: fix the duration "00:00" for some httplive link"Jean-Baptiste Queru2013-06-251-3/+0
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | libstagefright: fix the duration "00:00" for some httplive linkywan1712012-08-241-3/+0
* | | | | | Public API changes for audio offload support.Richard Fitzgerald2013-06-274-5/+44
* | | | | | Merge "Adds VP9 decoding support for stagefright."Lajos Molnar2013-06-2510-23/+57
|\ \ \ \ \ \
| * | | | | | Adds VP9 decoding support for stagefright.hkuang2013-06-2410-23/+57
* | | | | | | stagefright: support for video decoder metadata modeLajos Molnar2013-06-211-15/+186
|/ / / / / /
* | | | | | Merge "Speed up id3v2 unsynchronization"Marco Nelissen2013-06-171-5/+10
|\ \ \ \ \ \
| * | | | | | Speed up id3v2 unsynchronizationMarco Nelissen2013-06-171-5/+10
* | | | | | | Merge "The software avc decoder would silently drop output frames if not"Andreas Huber2013-06-172-36/+31
|\ \ \ \ \ \ \
| * | | | | | | The software avc decoder would silently drop output frames if notAndreas Huber2013-06-142-36/+31
| |/ / / / / /
* | | | | | | AudioRecord must be used as sp<> onlyGlenn Kasten2013-06-131-7/+2
|/ / / / / /