summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "stagefright: propagate consumer usage flags in MediaSync" into mnc-devLajos Molnar2015-05-021-0/+4
|\
| * stagefright: propagate consumer usage flags in MediaSyncLajos Molnar2015-05-011-0/+4
* | Merge "stagefright: add support for dynamically setting MediaCodec output sur...Lajos Molnar2015-05-022-120/+321
|\ \ | |/ |/|
| * stagefright: add support for dynamically setting MediaCodec output surfaceLajos Molnar2015-05-012-120/+321
* | MediaRecorder: implement persistent input surface APIsChong Zhang2015-05-011-4/+17
* | MediaCodec: implement persistent input surface APIsChong Zhang2015-05-0110-61/+343
|/
* stagefright: MediaCodec: rename mNativeWindow to mSurfaceLajos Molnar2015-05-011-21/+15
* stagefright: remove NativeWindowWrapperLajos Molnar2015-04-302-17/+8
* stagefright: support setting/getting playback/sync config in MediaSyncLajos Molnar2015-04-305-25/+251
* Merge "MediaSync: map returned output buffers to previously received input bu...Wei Jia2015-04-301-2/+21
|\
| * MediaSync: map returned output buffers to previously received input buffers.Wei Jia2015-04-301-2/+21
* | Merge "MPEG2PSExtractor: check number of bits left before skipping" into mnc-devRobert Shih2015-04-301-0/+4
|\ \
| * | MPEG2PSExtractor: check number of bits left before skippingRobert Shih2015-04-291-0/+4
* | | Merge "libstagefright: add xml parsing for measured-frame-rate and measured-b...Ronghua Wu2015-04-301-2/+4
|\ \ \
| * | | libstagefright: add xml parsing for measured-frame-rate and measured-blocks-p...Ronghua Wu2015-04-291-2/+4
| |/ /
* | | Merge "Don't use the bitrate of the xing header" into mnc-devMarco Nelissen2015-04-301-23/+35
|\ \ \ | |_|/ |/| |
| * | Don't use the bitrate of the xing headerMarco Nelissen2015-04-291-23/+35
| |/
* | Merge "stagefright: make BufferQueueProducer not re-allocate buffer when tryi...Wei Jia2015-04-301-0/+10
|\ \
| * | stagefright: make BufferQueueProducer not re-allocate buffer when trying to d...Wei Jia2015-04-291-0/+10
| |/
* | Merge "Omx: Return an error if no IOMX is available" into mnc-devAndy Hung2015-04-304-4/+21
|\ \
| * | Omx: Return an error if no IOMX is availableAndy Hung2015-04-294-4/+21
* | | Merge "DO NOT MERGE: Prevent crash at erroneous MPEG2TS bitstream" into mnc-devJinsuk Kim2015-04-295-125/+320
|\ \ \
| * | | DO NOT MERGE: Prevent crash at erroneous MPEG2TS bitstreamJinsuk Kim2015-04-295-125/+320
| |/ /
* | | Merge "stagefright: convert kKeyFrameRate between msg and meta" into mnc-devChong Zhang2015-04-291-0/+10
|\ \ \
| * | | stagefright: convert kKeyFrameRate between msg and metaChong Zhang2015-04-291-0/+10
* | | | Merge "Respect the record audio app op - media" into mnc-devSvet Ganov2015-04-296-5/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Respect the record audio app op - mediaSvet Ganov2015-04-296-5/+23
| | |/ | |/|
* | | MatroskaExtractor: skip track when codec id is NULL in addTracksRobert Shih2015-04-281-4/+6
|/ /
* | Merge "DO NOT MERGE libmediaplayerservice: set priority and operating rate fo...Ronghua Wu2015-04-271-0/+12
|\ \
| * | DO NOT MERGE libmediaplayerservice: set priority and operating rate for the c...Ronghua Wu2015-04-271-0/+12
| |/
* | DO NOT MERGE libmedia: add sub resource type audio-codec and video-codec.Ronghua Wu2015-04-271-7/+16
|/
* MatroskaExtractor: skip track when codec id is NULL in addTracksRobert Shih2015-04-241-1/+4
* Merge "mediaresourcemanager: add dumpsys support."Ronghua Wu2015-04-241-0/+15
|\
| * mediaresourcemanager: add dumpsys support.Ronghua Wu2015-04-231-0/+15
* | Merge "MediaCodec: ignore error when linkToDeath to batterystats"Chong Zhang2015-04-241-8/+5
|\ \
| * | MediaCodec: ignore error when linkToDeath to batterystatsChong Zhang2015-04-241-8/+5
* | | Merge "HLS: make disconnect faster to prevent ANR"Chong Zhang2015-04-247-329/+509
|\ \ \
| * | | HLS: make disconnect faster to prevent ANRChong Zhang2015-04-237-329/+509
| |/ /
* | | Merge "Copy sei offset/size during ABuffer/MediaBuffer conversion"Robert Shih2015-04-241-0/+5
|\ \ \
| * | | Copy sei offset/size during ABuffer/MediaBuffer conversionRobert Shih2015-04-231-0/+5
| |/ /
* | | MediaSync: allow users to query play time for pending audio frames.Wei Jia2015-04-231-0/+36
| |/ |/|
* | Merge "MediaSync: fix the optimization code path to reduce messages posted to...Wei Jia2015-04-231-13/+29
|\ \ | |/ |/|
| * MediaSync: fix the optimization code path to reduce messages posted to drain ...Wei Jia2015-04-221-13/+29
* | AnotherPacketSource: make getBufferedDurationUs more discontinuity-awareRobert Shih2015-04-213-105/+102
* | HLS: remove no more than 10% of bandwidth history at a timeChong Zhang2015-04-212-11/+51
|/
* Merge "media: ignore the result of linkToDeath, which can fail if called from...Ronghua Wu2015-04-201-5/+1
|\
| * media: ignore the result of linkToDeath, which can fail if called from same p...Ronghua Wu2015-04-201-5/+1
* | Merge "stagefright: add a 2kb cache for CallbackDataSource."Chris Watkins2015-04-203-4/+80
|\ \
| * | stagefright: add a 2kb cache for CallbackDataSource.Chris Watkins2015-04-203-4/+80
* | | Merge "HLS: reduce number of guessed wrong seq numbers"Chong Zhang2015-04-186-190/+266
|\ \ \