summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: handle MediaFormat "operating-rate" key.Ronghua Wu2015-04-101-0/+38
* libstagefright: convert status_t to OMX_ERRORTYPE.Ronghua Wu2015-04-101-1/+1
* Merge "libstagefright: propagate error from allocateNode."Ronghua Wu2015-04-101-5/+6
|\
| * libstagefright: propagate error from allocateNode.Ronghua Wu2015-04-101-5/+6
* | Merge "HLS: allow down switch during prepare"Chong Zhang2015-04-103-33/+63
|\ \
| * | HLS: allow down switch during prepareChong Zhang2015-04-093-33/+63
| |/
* | Merge "Fix integer underflow in ESDS processing"Nick Kralevich2015-04-101-0/+6
|\ \
| * | Fix integer underflow in ESDS processingJoshua J. Drake2015-04-091-0/+6
* | | Merge "Fix integer overflow during MP4 atom processing"Nick Kralevich2015-04-101-0/+3
|\ \ \ | |/ /
| * | Fix integer overflow during MP4 atom processingJoshua J. Drake2015-04-091-0/+3
* | | Merge "Detect allocation failures and bail gracefully"Nick Kralevich2015-04-101-5/+16
|\ \ \ | |/ /
| * | Detect allocation failures and bail gracefullyJoshua J. Drake2015-04-091-5/+16
* | | Merge "Fix several ineffective integer overflow checks"Nick Kralevich2015-04-101-3/+3
|\ \ \ | |/ /
| * | Fix several ineffective integer overflow checksJoshua J. Drake2015-04-091-3/+3
* | | Merge "Fix multiple division-by-zero conditions in MPEG4 parsing"Nick Kralevich2015-04-101-3/+5
|\ \ \ | |/ /
| * | Fix multiple division-by-zero conditions in MPEG4 parsingJoshua J. Drake2015-04-091-3/+5
* | | Merge "Fix null-pointer-dereferences accessing the SampleTable"Nick Kralevich2015-04-101-0/+18
|\ \ \ | |/ /
| * | Fix null-pointer-dereferences accessing the SampleTableJoshua J. Drake2015-04-091-0/+18
* | | Merge "MPEG4Extractor: still more NULL dereference fixes"Nick Kralevich2015-04-101-0/+56
|\ \ \ | |/ /
| * | MPEG4Extractor: still more NULL dereference fixesJoshua J. Drake2015-04-091-0/+56
* | | Merge "MediaClock: allow user to query playback rate."Wei Jia2015-04-091-0/+5
|\ \ \
| * | | MediaClock: allow user to query playback rate.Wei Jia2015-04-091-0/+5
* | | | Merge "stagefright: LiveSession: delay consuming reply ID for seek"Lajos Molnar2015-04-092-17/+10
|\ \ \ \
| * | | | stagefright: LiveSession: delay consuming reply ID for seekLajos Molnar2015-04-082-17/+10
| | |_|/ | |/| |
* | | | am 3f14f569: am de2faabb: am d661654a: am 0958e926: Merge "Log cause of failu...Marco Nelissen2015-04-091-1/+1
|\ \ \ \
| * \ \ \ Merge "Log cause of failure to dlopen"Marco Nelissen2015-04-091-1/+1
| |\ \ \ \
| | * | | | Log cause of failure to dlopenMarco Nelissen2015-04-091-1/+1
* | | | | | am fdbafc07: am da589e3d: am fc33bb3f: am e686cc09: Merge "Don\'t fail read w...Marco Nelissen2015-04-091-6/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Don't fail read when "seeking" to current position"Marco Nelissen2015-04-091-6/+11
| |\ \ \ \ \
| | * | | | | Don't fail read when "seeking" to current positionMarco Nelissen2015-04-031-6/+11
| | |/ / / /
| * | | | | Merge "ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_V...Marco Nelissen2015-04-091-2/+2
| |\ \ \ \ \
| | * | | | | ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_VIDEORobert Shih2015-04-031-2/+2
| | |/ / / /
* | | | | | Merge "Pass crypto source data using a shared buffer"Jeff Tinker2015-04-091-2/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Pass crypto source data using a shared bufferJeff Tinker2015-04-081-2/+18
| | |_|_|/ | |/| | |
* | | | | am f5e63398: am 65b351c9: am 5a5e2f41: am 1c4eddb1: Merge "Fix div zero error...Marco Nelissen2015-04-091-0/+10
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Fix div zero error in corrupted media fileDan Liang2015-04-081-0/+10
| | |/ | |/|
| * | DO NOT MERGE libstagefright: Stop using IGBC::BufferItemDan Stoza2015-04-013-11/+13
* | | HLS: traces in LiveSession and PlaylistFetcher for easier debuggingChong Zhang2015-04-085-58/+172
| |/ |/|
* | Merge "ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_V...Robert Shih2015-04-031-2/+2
|\ \
| * | ESQueue:use 0x000001 instead of 0x00000001 as sync word in H264/MPEG_VIDEORobert Shih2015-04-011-2/+2
* | | Merge "HLS: misc bug fixes"Chong Zhang2015-04-0310-282/+290
|\ \ \
| * | | HLS: misc bug fixesChong Zhang2015-04-0210-282/+290
* | | | Merge "Do CRC check for MPEG2TS PSI sections"Jinsuk Kim2015-03-311-1/+112
|\ \ \ \ | |/ / / |/| | |
| * | | Do CRC check for MPEG2TS PSI sectionsJinsuk Kim2015-03-311-1/+112
* | | | fix build break in clangChong Zhang2015-03-302-15/+26
* | | | Merge "HLS: faster switching and pause/resume on low buffer"Chong Zhang2015-03-276-321/+917
|\ \ \ \
| * | | | HLS: faster switching and pause/resume on low bufferChong Zhang2015-03-276-321/+917
* | | | | Merge "MediaSync: support MediaSync in native code."Wei Jia2015-03-243-3/+554
|\ \ \ \ \
| * | | | | MediaSync: support MediaSync in native code.Wei Jia2015-03-203-3/+554
| | |/ / / | |/| | |
* | | | | am f1300d31: am cdf96ffa: Merge "ulaw and alaw aren\'t limited to 8kHz"Marco Nelissen2015-03-225-11/+23
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |