summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec_h264.c
Commit message (Expand)AuthorAge
* lavc: add hevc mediacodec decoderMatthieu Bouron2016-09-15
* lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.hMatthieu Bouron2016-09-07
* lavc/mediacodecdec_h264: move bsf variable declaration at the top of the func...Matthieu Bouron2016-09-07
* lavc/mediacodecdec_h264: fix SODB escapingMatthieu Bouron2016-09-07
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
* avcodec/mediacodecdec_h264: Fix occured typoMichael Niedermayer2016-07-11
* lavc: add mediacodec hwaccel supportMatthieu Bouron2016-07-08
* lavc/mediacodecdec_h264: properly convert extradata to annex-bMatthieu Bouron2016-07-06
* lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffersMatthieu Bouron2016-06-29
* lavc/mediacodecdec_h264: use ff_h264_decode_extradata to extract PPS/SPSMatthieu Bouron2016-06-21
* lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capabilityMatthieu Bouron2016-06-20
* lavc/mediacodecdec_h264: rename input_ref to input_pktMatthieu Bouron2016-06-03
* lavc/mediacodecdec_h264: switch to new BSF APIMatthieu Bouron2016-06-03
* lavc: add h264 mediacodec decoderMatthieu Bouron2016-03-07