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
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