Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-01mediacodecdec: fix build by including hwaccel.hJan Ekström
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-10-31avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer
2017-06-13lavc/mediacodecdec: switch to the new generic filtering mechanismMatthieu Bouron
2017-06-08lavc: add mpeg2 mediacodec decoderAman Gupta
2017-05-05avcodec/hevc_parse: decode SEI message NALUs in extradataJames Almer
2017-04-09avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL unitsJames Almer
2017-04-04lavc/mediacodecdec: set AV_CODEC_CAP_AVOID_PROBING capabilityMatthieu Bouron
2017-04-04lavc/mediacodecdec: switch to AV_CODEC_CAP_DELAYMatthieu Bouron
2017-03-23Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer
2017-03-23avcodec/mediacodec: convert to stdatomicJames Almer
2016-10-19lavc/mediacodec: use more meaningful filenamesMatthieu Bouron
2016-10-19lavc: add mpeg4 mediacodec decoderMatthieu Bouron
2016-10-19lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron
2016-10-12lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_countMatthieu Bouron
2016-10-12lavc/mediacodecdec: remove first output buffer timing debug logMatthieu Bouron
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-06lavc/mediacodecdec: fix size variable shadowing in ff_mediacodec_dec_decodeMatthieu Bouron
2016-09-15lavc: add hevc mediacodec decoderMatthieu Bouron
2016-07-08lavc: add mediacodec hwaccel supportMatthieu Bouron
2016-06-23lavc/mediacodec: increase buffer dequeue timeout when the codec needs to be d...Matthieu Bouron
2016-06-23lavc/mediacodec: rely on buffer flags to detect end of streamMatthieu Bouron
2016-06-23lavc/mediacodec: re-indent after previous commitMatthieu Bouron
2016-06-23lavc/mediacodec: discard 0-sized buffersMatthieu Bouron
2016-06-20lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capabilityMatthieu Bouron
2016-06-15lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByTypeMatthieu Bouron
2016-06-07lavc/mediacodec: improve error messagesMatthieu Bouron
2016-06-07lavc/mediacodec: bypass width/height restrictions when looking for a decoderMatthieu Bouron
2016-03-28lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avcKirill Gavrilov
2016-03-28lavc/mediacodec: use ternary operator to set slice-height valueMatthieu Bouron
2016-03-15lavc/mediacodec: remove stray empty linesMatthieu Bouron
2016-03-15lavc/mediacodec: fix codec_name leakMatthieu Bouron
2016-03-07lavc: add h264 mediacodec decoderMatthieu Bouron