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-09-26avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt
2021-09-26avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt
2021-09-26avcodec/avcodec: Remove redundant assertAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt
2021-09-26avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas Rheinhardt
2021-09-26avcodec/j2kenc: Fix AV_OPT_TYPE_CONST offsetsAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Check consistency of function pointersAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt
2021-09-26avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt
2021-09-26webp: fix transforms after a palette with pixel packing.Maryla
2021-09-25avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt
2021-09-25avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt
2021-09-25lavc/aarch64: fix relocation out of range errorZhao Zhili
2021-09-25avcodec/libsvtav1: Fix value range for rc modeLimin Wang
2021-09-25avcodec/libsvtav1: make coded GOP type configurableLimin Wang
2021-09-25avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang
2021-09-24avcodec/av1_parser: constify some variablesJames Almer
2021-09-24avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt
2021-09-24avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt
2021-09-24avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt
2021-09-24avcodec/cinepakenc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt
2021-09-24avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt
2021-09-24avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol
2021-09-24avcodec/mlpdec: fix decoding single stereo stream in TrueHDPaul B Mahol
2021-09-23avcodec/h264_parser: Set AVCodecContext.framerateNicolas Gaullier
2021-09-22avcodec/cbs_h265: support general_profile_idc 11James Almer
2021-09-22avcodec/dynamic_hdr10_plus: check size before using itLimin Wang
2021-09-22avcodec/dynamic_hdr10_plus: use AVERROR_INVALIDDATA instead of AVERROR(EINVAL)Limin Wang
2021-09-22avcodec/hevc_sei: check size before using itLimin Wang
2021-09-21avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer
2021-09-21avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer
2021-09-21avcodec/libdav1d: pass auto threads value to libdav1dJames Almer
2021-09-20avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt
2021-09-20avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt
2021-09-20avcodec/elbg: Move avpriv_init_elbg() downAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt
2021-09-20avcodec/avcodec, options_table: Deprecate sub_text_formatAndreas Rheinhardt
2021-09-20avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt
2021-09-20lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov
2021-09-20avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt
2021-09-19avcodec/snowdec: Maintain avmv bufferMichael Niedermayer
2021-09-19avcodec/siren: Check index for catergory5Michael Niedermayer
2021-09-17avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer
2021-09-17avcodec/mpegvideo_enc: Limit bitrate tolerance to the representableMichael Niedermayer