summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* lavc/mediacodecdec: fix size variable shadowing in ff_mediacodec_dec_decodeMatthieu Bouron2016-10-061-1/+0
* lavc: add hevc mediacodec decoderMatthieu Bouron2016-09-151-0/+7
* lavc: add mediacodec hwaccel supportMatthieu Bouron2016-07-081-46/+226
* lavc/mediacodec: increase buffer dequeue timeout when the codec needs to be d...Matthieu Bouron2016-06-231-3/+3
* lavc/mediacodec: rely on buffer flags to detect end of streamMatthieu Bouron2016-06-231-9/+8
* lavc/mediacodec: re-indent after previous commitMatthieu Bouron2016-06-231-12/+12
* lavc/mediacodec: discard 0-sized buffersMatthieu Bouron2016-06-231-0/+7
* lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capabilityMatthieu Bouron2016-06-201-0/+1
* lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByTypeMatthieu Bouron2016-06-151-1/+7
* lavc/mediacodec: improve error messagesMatthieu Bouron2016-06-071-2/+2
* lavc/mediacodec: bypass width/height restrictions when looking for a decoderMatthieu Bouron2016-06-071-1/+1
* lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avcKirill Gavrilov2016-03-281-1/+1
* lavc/mediacodec: use ternary operator to set slice-height valueMatthieu Bouron2016-03-281-5/+1
* lavc/mediacodec: remove stray empty linesMatthieu Bouron2016-03-151-1/+0
* lavc/mediacodec: fix codec_name leakMatthieu Bouron2016-03-151-0/+2
* lavc: add h264 mediacodec decoderMatthieu Bouron2016-03-071-0/+570