summaryrefslogtreecommitdiffstats
path: root/libavcodec/mediacodecdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoderAman Gupta2018-05-041-3/+19
* avcodec/mediacodecdec: restructure mediacodec_receive_frameAman Gupta2018-05-041-38/+42
* avcodec/mediacodecdec: clarify delay_flush specific codeAman Gupta2018-04-251-21/+3
* avcodec/mediacodecdec: fix immediate EAGAIN with buffered packetAman Gupta2018-03-131-1/+1
* avcodec/mediacodecdec: add delay_flush optionAman Gupta2018-03-071-0/+24
* avcodec/mediacodecdec: factorize codec declarationsMatthieu Bouron2018-03-031-92/+24
* avcodec/mediacodecdec: factorize common extradata functionsMatthieu Bouron2018-03-031-32/+9
* avcodec/mediacodecdec: add missing "libavutil/internal.h" includeMatthieu Bouron2018-03-031-0/+1
* avcodec/mediacodecdec: refactor to take advantage of new decoding apiAman Gupta2018-02-191-69/+38
* avcodec/mediacodecdec: use ff_hevc_ps_uninit()James Almer2018-01-301-0/+2
* lavc/mediacodecdec: remove mediacodec_process_data() indirectionMatthieu Bouron2018-01-061-10/+1
* lavc/mediacodecdec: switch to new decoding APIAman Gupta2018-01-061-32/+48
* lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if setAman Gupta2017-12-161-2/+3
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-6/+12
* mediacodecdec: fix build by including hwaccel.hJan Ekström2017-12-011-0/+1
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+18
* avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer2017-10-311-1/+1
* lavc/mediacodecdec: switch to the new generic filtering mechanismMatthieu Bouron2017-06-131-61/+13
* lavc: add mpeg2 mediacodec decoderAman Gupta2017-06-081-1/+39
* avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer2017-05-051-1/+3
* avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL unitsJames Almer2017-04-091-1/+1
* lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capabilityMatthieu Bouron2017-04-041-5/+5
* lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAYMatthieu Bouron2017-04-041-5/+5
* Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-231-2/+2
* avcodec/mediacodec: convert to stdatomicJames Almer2017-03-231-1/+0
* lavc/mediacodec: use more meaningful filenamesMatthieu Bouron2016-10-191-615/+449
* lavc: add mpeg4 mediacodec decoderMatthieu Bouron2016-10-191-0/+7
* lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron2016-10-191-0/+14
* lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_countMatthieu Bouron2016-10-121-3/+3
* lavc/mediacodecdec: remove first output buffer timing debug logMatthieu Bouron2016-10-121-8/+0
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-2/+12
* 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
OpenPOWER on IntegriCloud