summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Disconnect HTTP-based data source upon resetChong Zhang2014-09-162-8/+29
* Merge "LiveSession: reliable switch" into lmp-devRobert Shih2014-09-132-10/+57
|\
| * LiveSession: reliable switchRobert Shih2014-09-122-10/+57
* | Merge "Fix AAC timestamps for multiple aac frames per input buffer" into lmp-devMarco Nelissen2014-09-132-128/+200
|\ \ | |/ |/|
| * Fix AAC timestamps for multiple aac frames per input bufferMarco Nelissen2014-09-102-128/+200
* | Merge "LiveSession: re-buffer on under run to avoid stutter" into lmp-devRobert Shih2014-09-132-1/+37
|\ \
| * | LiveSession: re-buffer on under run to avoid stutterRobert Shih2014-09-122-1/+37
* | | Merge "stagefright: add adaptive playback support to SoftMPEG decoder." into ...Ronghua Wu2014-09-126-29/+47
|\ \ \ | |/ / |/| |
| * | stagefright: add adaptive playback support to SoftMPEG decoder.Ronghua Wu2014-09-116-29/+47
* | | Merge "LiveSession: added onSwitchDown" into lmp-devRobert Shih2014-09-124-4/+128
|\ \ \
| * | | LiveSession: added onSwitchDownRobert Shih2014-09-114-4/+128
* | | | Merge "LiveSession: raise upwards adaptation constraint" into lmp-devRobert Shih2014-09-122-16/+21
|\ \ \ \
| * | | | LiveSession: raise upwards adaptation constraintRobert Shih2014-09-102-16/+21
* | | | | Merge "PlaylistFetcher: avoid repeated fetch when we run off the edge of live...Robert Shih2014-09-111-6/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PlaylistFetcher: avoid repeated fetch when we run off the edge of live playlistsRobert Shih2014-09-071-6/+0
* | | | | Merge "stagefright: add adaptive playback support to SoftAVC decoder." into l...Ronghua Wu2014-09-115-107/+130
|\ \ \ \ \
| * | | | | stagefright: add adaptive playback support to SoftAVC decoder.Ronghua Wu2014-09-105-107/+130
* | | | | | Merge "stagefright: don't use AAtomizer in AMessage" into lmp-devLajos Molnar2014-09-111-30/+93
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | stagefright: don't use AAtomizer in AMessageLajos Molnar2014-09-101-30/+93
* | | | | | Merge "Revert "Fix AAC timestamps for multiple aac frames per input buffer"" ...Marco Nelissen2014-09-102-194/+128
|\ \ \ \ \ \
| * | | | | | Revert "Fix AAC timestamps for multiple aac frames per input buffer"Marco Nelissen2014-09-102-194/+128
| |/ / / / /
* | | | | | Merge "fix failure in MediaCodecTest#testException" into lmp-devChong Zhang2014-09-101-1/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix failure in MediaCodecTest#testExceptionChong Zhang2014-09-101-1/+14
* | | | | | Merge "Fix AAC timestamps for multiple aac frames per input buffer" into lmp-devMarco Nelissen2014-09-092-128/+194
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix AAC timestamps for multiple aac frames per input bufferMarco Nelissen2014-09-072-128/+194
* | | | | | Merge "Make IPowerManager native conform to .aidl for oneway" into lmp-devGlenn Kasten2014-09-081-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Make IPowerManager native conform to .aidl for onewayGlenn Kasten2014-09-051-2/+2
* | | | | | Merge "DO NOT MERGE - MPEG4Extractor: parse csd correctly; workaround malform...Robert Shih2014-09-061-3/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DO NOT MERGE - MPEG4Extractor: parse csd correctly; workaround malformed csdRobert Shih2014-09-061-3/+23
| |/ / / /
* | | | | Merge "stagefright: allow P-frames spacing of 0 and 1" into lmp-devLajos Molnar2014-09-052-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stagefright: allow P-frames spacing of 0 and 1Lajos Molnar2014-09-042-2/+0
| |/ / /
* | | | Merge "PlaylistFetcher: do not reset mStartTimeUs if we are resuming" into lm...Robert Shih2014-09-041-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | PlaylistFetcher: do not reset mStartTimeUs if we are resumingRobert Shih2014-09-031-2/+2
* | | | Merge "Fix the bug that same video frame has been decoded twice during port r...hkuang2014-09-032-32/+38
|\ \ \ \
| * | | | Fix the bug that same video frame has been decoded twice during port reconfig.hkuang2014-09-032-32/+38
| | |/ / | |/| |
* | | | Merge "Use CharacterEncodingDetector in metadataretriever" into lmp-devMarco Nelissen2014-09-032-16/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Use CharacterEncodingDetector in metadataretrieverMarco Nelissen2014-09-022-16/+46
* | | | Merge "Move stale handler cleanup to constructor" into lmp-devMarco Nelissen2014-09-031-4/+4
|\ \ \ \
| * | | | Move stale handler cleanup to constructorMarco Nelissen2014-08-281-4/+4
* | | | | Merge "Fix more potential deadlocks in ALooperRoster" into lmp-devMarco Nelissen2014-09-031-29/+12
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fix more potential deadlocks in ALooperRosterMarco Nelissen2014-08-281-29/+12
| | |/ | |/|
* | | Merge "Add adaptive playback support to VPX decoder." into lmp-devRonghua Wu2014-09-027-35/+87
|\ \ \
| * | | Add adaptive playback support to VPX decoder.Ronghua Wu2014-08-287-35/+87
| | |/ | |/|
* | | Merge "MediaCodec: set state to UNINITIALIZED when receiving fatal error." in...Wei Jia2014-08-301-2/+4
|\ \ \
| * | | MediaCodec: set state to UNINITIALIZED when receiving fatal error.Wei Jia2014-08-291-2/+4
* | | | Merge "Tunneled Video Playback: Changed AudioHwSync token to int32_t to match...Rachad2014-08-301-4/+4
|\ \ \ \
| * | | | Tunneled Video Playback:Rachad2014-08-281-4/+4
| | |_|/ | |/| |
* | | | Merge "stagefright: add codec capability info for google video codecs" into l...Lajos Molnar2014-08-291-10/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | stagefright: add codec capability info for google video codecsLajos Molnar2014-08-141-10/+81
* | | | PlaylistFetcher: add lower bound check when starting live streamsRobert Shih2014-08-281-0/+3
| |/ / |/| |