summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MyHandler: set ip address to an invalid one when getsockname() returns error.Wei Jia2014-09-221-1/+3
* | | | Merge "fix crash when makeHTTPConnection fails with null pointer" into lmp-devChong Zhang2014-09-221-1/+12
|\ \ \ \
| * | | | fix crash when makeHTTPConnection fails with null pointerChong Zhang2014-09-221-1/+12
| | |/ / | |/| |
* | | | Merge "MediaCodec: Fix deallocated pointer reference when calling reset()" in...Andy Hung2014-09-221-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | MediaCodec: Fix deallocated pointer reference when calling reset()Andy Hung2014-09-221-3/+3
| |/ /
* | | Merge "MediaBuffer: ABuffer will release MediaBuffer when it's destructed." i...Wei Jia2014-09-226-77/+44
|\ \ \
| * | | MediaBuffer: ABuffer will release MediaBuffer when it's destructed.Wei Jia2014-09-196-77/+44
* | | | Merge "NuPlayer HLS: better subtitle toggling" into lmp-devRobert Shih2014-09-224-3/+43
|\ \ \ \
| * | | | NuPlayer HLS: better subtitle togglingRobert Shih2014-09-194-3/+43
* | | | | Fix ringbuffer handlingMarco Nelissen2014-09-192-24/+19
|/ / / /
* | | | Merge "Always consider first buffer to be config" into lmp-devMarco Nelissen2014-09-191-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Always consider first buffer to be configMarco Nelissen2014-09-181-0/+8
* | | | Merge "PlaylistFetcher:don't signal a/v eos on subttitle eos" into lmp-devRobert Shih2014-09-181-0/+17
|\ \ \ \
| * | | | PlaylistFetcher:don't signal a/v eos on subttitle eosRobert Shih2014-09-171-0/+17
* | | | | Merge "Fix null pointer dereference" into lmp-devMarco Nelissen2014-09-171-2/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix null pointer dereferenceMarco Nelissen2014-09-171-2/+4
| |/ /
* | | Merge "HLS: fix freezes when toggling between a/v streams" into lmp-devRobert Shih2014-09-173-5/+63
|\ \ \
| * | | HLS: fix freezes when toggling between a/v streamsRobert Shih2014-09-163-5/+63
* | | | Merge "Disconnect HTTP-based data source upon reset" into lmp-devChong Zhang2014-09-162-8/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Disconnect HTTP-based data source upon resetChong Zhang2014-09-162-8/+29
* | | | Merge "ASessionDescription: allow open-ended NTP range." into lmp-devWei Jia2014-09-161-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | ASessionDescription: allow open-ended NTP range.Wei Jia2014-09-151-0/+5
* | | | Merge "ESQueue: do not merge aac packets" into lmp-devRobert Shih2014-09-162-1/+46
|\ \ \ \ | |/ / / |/| | |
| * | | ESQueue: do not merge aac packetsRobert Shih2014-09-152-1/+46
* | | | Merge "Optimize the YUV buffer copy a little bit to skip unnecessary operatio...hkuang2014-09-151-18/+15
|\ \ \ \
| * | | | Optimize the YUV buffer copy a little bit to skip unnecessary operation.hkuang2014-09-151-18/+15
* | | | | Merge "PlaylistFetcher: find the correct sequence number to start fetching" i...Robert Shih2014-09-152-51/+107
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PlaylistFetcher: find the correct sequence number to start fetchingRobert Shih2014-09-152-51/+107
* | | | | 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
| | |_|_|_|/ | |/| | | |