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
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Switch AVCPBProperties to 64bitsAndreas Rheinhardt
2021-04-27avcodec/parser: Remove deprecated av_parser_changeAndreas Rheinhardt
2021-04-27avcodec/mpegvideo: Remove deprecated rc_strategy optionAndreas Rheinhardt
2021-04-27avcodec/vaapi: Remove old and deprecated VAAPI context and headerAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated old aliases for NVENC encodersAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated VBV delay fieldAndreas Rheinhardt
2021-04-27avcodec/imgconvert: Remove deprecated parts of pixel format APIAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt
2021-04-27avcodec/vdpau: Remove deprecated av_vdpau_get_profileAndreas Rheinhardt
2021-04-27avcodec/options: Remove deprecated avcodec_copy_contextAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated avcodec_get_context_defaults3Andreas Rheinhardt
2021-04-27avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commitAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt
2021-04-27avcodec/mpegvideo_enc: Remove deprecated RTP-callbackAndreas Rheinhardt
2021-04-27avcodec/codec2utils: Remove legacy avpriv functionsAndreas Rheinhardt
2021-04-27avcodec/mpeg4audio: Remove avpriv_mpeg4audio_get_configAndreas Rheinhardt
2021-04-27avcodec/bitstream: Remove avpriv PutBits API functionsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated avcodec_get_chroma_sub_sampleAndreas Rheinhardt
2021-04-27avcodec: Remove remnants of user-visiable HW acceleration APIAndreas Rheinhardt
2021-04-27avcodec: Remove lock manager APIAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated av_codec_get_tag_stringAndreas Rheinhardt
2021-04-27avcodec: Remove unneeded getters and settersAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated API to split/merge side-dataAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated coder type optionsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPacket APIAndreas Rheinhardt
2021-04-27avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt
2021-04-27avcodec: Remove sidedata-only-packet cruftAndreas Rheinhardt
2021-04-27avcodec, avformat: Remove old BSF APIAndreas Rheinhardt
2021-04-27avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next APIAndreas Rheinhardt
2021-04-27avcodec/msmpeg4enc: Reindent after the last commitAndreas Rheinhardt
2021-04-27avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafeAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: Factor out common RLTable initialization codeAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: ReindentationAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safeAndreas Rheinhardt
2021-04-27avcodec/mpeg4videoenc: Make encoder init-threadsafeAndreas Rheinhardt
2021-04-27avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt
2021-04-27avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt
2021-04-27avcodec/encode: Zero padding in ff_get_encode_buffer()Andreas Rheinhardt
2021-04-26avcodec/svq3: Free array of frames in a loopAndreas Rheinhardt
2021-04-26avcodec/svq3: Remove unused function parameterAndreas Rheinhardt
2021-04-26avcodec/ivi: Fix indentationAndreas Rheinhardt
2021-04-26avcodec/vc2enc: Actually zero paddingAndreas Rheinhardt
2021-04-26avcodec/ttmlenc: add support for region positioning and sizingJan Ekström
2021-04-26avcodec/ttmlenc: add initial support for regions and stylesJan Ekström
2021-04-26avformat/ttmlenc: enable writing out additional header valuesJan Ekström
2021-04-26avcodec/ttmlenc: split header writing into its own functionJan Ekström