summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "MPEG4Writer: fail init check if output fd is not seekable" into mnc-devRobert Shih2015-06-061-0/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MPEG4Writer: fail init check if output fd is not seekableRobert Shih2015-06-051-0/+7
| |/ / / / /
* | | | | | stagefright: add support for batching OMX eventsLajos Molnar2015-06-057-74/+146
* | | | | | Merge "stagefright: initial Ogg Opus support" into mnc-devRobert Shih2015-06-052-74/+371
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | stagefright: initial Ogg Opus supportRobert Shih2015-06-032-74/+371
* | | | | | Limit allocations to avoid out-of-memoryMarco Nelissen2015-06-051-7/+15
| |_|/ / / |/| | | |
* | | | | Merge "SampleTable: fix integer overflow checks." into mnc-devWei Jia2015-06-041-2/+2
|\ \ \ \ \
| * | | | | SampleTable: fix integer overflow checks.Wei Jia2015-06-041-2/+2
| | |/ / / | |/| | |
* | | | | Merge "Don't overwrite user agent header if app specified one" into mnc-devMarco Nelissen2015-06-041-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't overwrite user agent header if app specified oneMarco Nelissen2015-06-041-1/+4
* | | | | libstagefright/SoftOpus: Ignore CSD resubmissionsVignesh Venkatasubramanian2015-06-031-0/+8
* | | | | Translate codec specific data for mp4v-es for MediaMuxerMartin Storsjo2015-06-031-2/+4
* | | | | Merge "stagefright: rename VideoGrallocMetadata.hHandle to pHandle" into mnc-devLajos Molnar2015-06-034-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stagefright: rename VideoGrallocMetadata.hHandle to pHandleLajos Molnar2015-06-024-7/+7
* | | | | Merge "SoftAVCDec: Added support for level greater than level at init" into m...Marco Nelissen2015-06-032-11/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SoftAVCDec: Added support for level greater than level at initMarco Nelissen2015-06-032-11/+41
* | | | | stagefright: add support for fences in OMXLajos Molnar2015-06-029-85/+300
|/ / / /
* | | | stagefright: rework metadata buffer supportLajos Molnar2015-06-019-234/+321
* | | | Merge "Track camera and flashlight usage in battery stats." into mnc-devRuben Brunk2015-06-022-129/+2
|\ \ \ \
| * | | | Track camera and flashlight usage in battery stats.Ruben Brunk2015-06-012-129/+2
* | | | | stagefright: allow to overallocate OMX codec buffersLajos Molnar2015-06-018-31/+37
* | | | | Merge "libstagefright: add version string to profile results." into mnc-devRonghua Wu2015-06-014-3/+36
|\ \ \ \ \
| * | | | | libstagefright: add version string to profile results.Ronghua Wu2015-05-224-3/+36
* | | | | | Merge "mpeg2ts: revise duration estimation logic" into mnc-devWonsik Kim2015-06-011-10/+16
|\ \ \ \ \ \
| * | | | | | mpeg2ts: revise duration estimation logicWonsik Kim2015-05-291-10/+16
* | | | | | | Merge "libstagefright: Reset AMR decoder on input port flush" into mnc-devAndy Hung2015-05-301-1/+9
|\ \ \ \ \ \ \
| * | | | | | | libstagefright: Reset AMR decoder on input port flushChaithanya Krishna Bacharaju2015-05-281-1/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Deprecations are warnings not errors" into mnc-devGlenn Kasten2015-05-281-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Deprecations are warnings not errorsGlenn Kasten2015-05-281-1/+3
* | | | | | | | Merge "IOMX: Clear buffer id for arm32" into mnc-devAndy Hung2015-05-281-4/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | IOMX: Clear buffer id for arm32Andy Hung2015-05-271-4/+2
| | |/ / / / / | |/| | | | |
* | | | | | | SoftAVCEnc: encode EOS frame is size is non-zeroChong Zhang2015-05-271-1/+4
|/ / / / / /
* | | | | | IOMX: Enable buffer ptr to buffer id translation for arm32Andy Hung2015-05-262-23/+1
* | | | | | IOMX: Add buffer range check to emptyBufferAndy Hung2015-05-261-0/+6
|/ / / / /
* | | | | mpeg2ts: fixing build breakage due to an unmatched argument typeJaesung Chung2015-05-221-1/+3
* | | | | Merge "mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()" into mnc-devJaesung Chung2015-05-221-1/+1
|\ \ \ \ \
| * | | | | mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()Jaesung Chung2015-05-221-1/+1
* | | | | | Fixing build breakage due to removal of numPacketsParsedJaesung Chung2015-05-221-2/+1
|/ / / / /
* | | | | Merge "mpeg2ts: MPEG2TSExtractor detects A/V streams until timed out" into mn...Jaesung Chung2015-05-221-3/+6
|\ \ \ \ \
| * | | | | mpeg2ts: MPEG2TSExtractor detects A/V streams until timed outJaesung Chung2015-05-201-3/+6
| | |/ / / | |/| | |
* | | | | Merge "Implement seek for MPEG2TSExtractor" into mnc-devWonsik Kim2015-05-224-73/+390
|\ \ \ \ \
| * | | | | Implement seek for MPEG2TSExtractorWonsik Kim2015-05-204-73/+390
| | |_|/ / | |/| | |
* | | | | stagefright: measure max encoder buffer count for persistent surfaceChong Zhang2015-05-214-13/+105
* | | | | Merge "RTSPSource: Do not update time when there are no tracks, i.e., when ab...Wei Jia2015-05-201-1/+1
|\ \ \ \ \
| * | | | | RTSPSource: Do not update time when there are no tracks, i.e., when aborted.Wei Jia2015-05-191-1/+1
* | | | | | Merge "stagefright: don't use stale pointer after disconnecting NuCachedSourc...Chong Zhang2015-05-191-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | stagefright: don't use stale pointer after disconnecting NuCachedSource2Chong Zhang2015-05-191-0/+7
| | |_|/ / | |/| | |
* | | | | Merge "ACodec: fix error conversion." into mnc-devWei Jia2015-05-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ACodec: fix error conversion.Wei Jia2015-05-191-1/+1
| | |/ / | |/| |
* | | | Merge "Clear mAudioRecord and mAudioTrack on set() failure" into mnc-devGlenn Kasten2015-05-181-0/+3
|\ \ \ \