summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* PlaylistFetcher: add lower bound check when starting live streamsRobert Shih2014-08-281-0/+3
* Fix potential deadlock in unregisterStaleHandlers()Marco Nelissen2014-08-271-7/+19
* Merge "HTTPLiveSource: check for NULL before getTrackCount/Info" into lmp-devRobert Shih2014-08-251-2/+10
|\
| * HTTPLiveSource: check for NULL before getTrackCount/InfoRobert Shih2014-08-181-2/+10
* | stagefright: process CSD regardless of what port was last queuedLajos Molnar2014-08-231-3/+2
* | Merge "MediaCodec: handle errors during flushing." into lmp-devWei Jia2014-08-231-6/+10
|\ \
| * | MediaCodec: handle errors during flushing.Wei Jia2014-08-221-6/+10
* | | Merge "ACodec: handle errors related to native window." into lmp-devWei Jia2014-08-221-4/+8
|\ \ \
| * | | ACodec: handle errors related to native window.Wei Jia2014-08-221-4/+8
* | | | Merge "move cache prefill to GenericSource's message handler" into lmp-devChong Zhang2014-08-221-70/+7
|\ \ \ \
| * | | | move cache prefill to GenericSource's message handlerChong Zhang2014-08-211-70/+7
| | |/ / | |/| |
* | | | Merge "print warning if offset != buffer size" into lmp-devChong Zhang2014-08-221-0/+5
|\ \ \ \
| * | | | print warning if offset != buffer sizeChong Zhang2014-08-191-0/+5
| | |/ / | |/| |
* | | | stagefright: allow to resubmit CSDs for SoftAAC2Lajos Molnar2014-08-221-208/+201
* | | | SoftAAC2: allow reconfiguring output after multiple output buffersRobert Shih2014-08-221-10/+1
| |/ / |/| |
* | | Merge "handle error during flush in MediaPlayer.reset()" into lmp-devMarco Nelissen2014-08-191-3/+8
|\ \ \ | |/ / |/| |
| * | handle error during flush in MediaPlayer.reset()Marco Nelissen2014-08-201-3/+8
* | | Don't crash for bitstream errors in AMPEG4ElementaryAssemblerChong Zhang2014-08-191-5/+10
* | | Merge "stagefright: Fix thumbnail generation for some clips." into lmp-devRonghua Wu2014-08-181-7/+1
|\ \ \ | |_|/ |/| |
| * | stagefright: Fix thumbnail generation for some clips.Ronghua Wu2014-08-191-7/+1
* | | Merge "stagefright: add codec capability info for google audio codecs" into l...Lajos Molnar2014-08-162-15/+74
|\ \ \
| * | | stagefright: add codec capability info for google audio codecsLajos Molnar2014-08-142-15/+74
* | | | stagefright: Fix race condition between MediaCodec and SoftwareRendererRonghua Wu2014-08-155-77/+135
| |_|/ |/| |
* | | Merge "stagefright: allow specifying flac copmression level by 'complexity'" ...Lajos Molnar2014-08-151-1/+3
|\ \ \
| * | | stagefright: allow specifying flac copmression level by 'complexity'Lajos Molnar2014-08-141-1/+3
| |/ /
* | | stagefright/media: add support for codec features with text valueLajos Molnar2014-08-141-1/+14
|/ /
* | make NuPlayer's http connection mechanism behaveChong Zhang2014-08-141-11/+15
|/
* stagefright: allow scenarios when dequeueBufferFromNativeWindow failsLajos Molnar2014-08-121-2/+1
* MediaCodecList: handle errors gracefullyLajos Molnar2014-08-121-5/+21
* Merge changes Idc9808f7,If7bc8e5b into lmp-devDan Albert2014-08-098-0/+33
|\
| * Fix the build after -Bsymbolic fix.Dan Albert2014-08-081-0/+4
| * Fix PIC relocations for non-Bsymbolic buildsArd Biesheuvel2014-08-087-0/+29
* | Merge "Added Tunneled video playback support to ACodec" into lmp-devRachad2014-08-096-57/+169
|\ \
| * | Added Tunneled video playback support to ACodecRachad2014-08-086-57/+169
* | | Merge "stagefright: set crop rect in SoftwareRenderer" into lmp-devLajos Molnar2014-08-091-0/+11
|\ \ \
| * | | stagefright: set crop rect in SoftwareRendererLajos Molnar2014-08-081-0/+11
| |/ /
* | | Merge "Fix WAVExtractor to output full audio frames only" into lmp-devLajos Molnar2014-08-091-0/+4
|\ \ \ | |/ / |/| |
| * | Fix WAVExtractor to output full audio frames onlyAndy Hung2014-08-081-0/+4
* | | Merge "AAC decoder: add support for controlling presentation parameters" into...Jean-Michel Trivi2014-08-082-5/+111
|\ \ \
| * | | AAC decoder: add support for controlling presentation parametersJean-Michel Trivi2014-08-082-5/+111
* | | | libstagefright: foundation: Add syntactic sugar to the cast.Sasha Levitskiy2014-08-081-1/+1
| |/ / |/| |
* | | Merge "Clarify and implement MediaCodec status codes" into lmp-devAndy Hung2014-08-072-42/+144
|\ \ \ | |_|/ |/| |
| * | Clarify and implement MediaCodec status codesAndy Hung2014-08-072-42/+144
* | | libstagefright_foundation: fix buildColin Cross2014-08-071-1/+1
* | | stagefright: support flexible YUV formatLajos Molnar2014-08-072-16/+95
* | | media/playerservice: add getCodecList() to MediaPlayerServiceLajos Molnar2014-08-071-1/+16
* | | stagefright: rework media codec list and infosLajos Molnar2014-08-073-260/+156
* | | stagefright: add AString parceling, and equal/compareIgnoreCaseLajos Molnar2014-08-071-0/+24
* | | stagefright: move ARRAY_SIZE to foundationLajos Molnar2014-08-061-2/+0
* | | Merge "httplive: timestamp reporting, track selection" into lmp-devRobert Shih2014-08-069-179/+545
|\ \ \