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
2022-11-07avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö
2022-10-04avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt
2022-08-27avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delayAndreas Rheinhardt
2022-07-03avcodec/tests/snowenc: Remove unused-but-set variableAndreas Rheinhardt
2022-06-22avcodec/x86/idctdsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-22avcodec/x86/xvididct: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-22avcodec/x86/fdct: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15tests: convert to new channel layout-APIJames Almer
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-24avutil/avassert: Don't include avutil.hAndreas Rheinhardt
2022-01-06avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt
2021-12-16avcodec/tests: Update .gitignore fileAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas 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-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-05avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-03-17avcodec/tests/avpacket: use av_packet_alloc() to allocate packetsJames Almer
2021-03-08lavc: remove tests/optionsAnton Khirnov
2021-02-24avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt
2021-02-03avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt
2021-01-14fft: remove 16-bit FFT and MDCT codeLynne
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
2020-04-20lavc: stop using deprecated av_codec_next()Josh de Kock
2019-10-23avcodec/tests: add h265_levels to .gitignoreZhao Zhili
2019-07-07lavc/h265_profile_level: Add unit testMark Thompson
2019-03-27lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin
2019-01-22avcodec/tests: Add codec_desc to .gitignoreFeRD (Frank Dana)
2019-01-14avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer
2018-12-31avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer
2018-12-31avcodec/tests/rangecoder: Test coder more completelyMichael Niedermayer
2018-12-31avcodec/rangecoder: factorize termination version codeMichael Niedermayer
2018-12-02avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali
2018-11-14h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt
2018-09-23lavc/h264: Add common code for level handlingMark Thompson
2018-04-30avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint
2018-04-02simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya
2018-04-02lav*,tests: remove several register_all callsJosh de Kock