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/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
2018-02-12fate/libavcodec: add codec_desc testMuhammad Faiz
2017-11-18Ignore libavcodec/tests/mpeg12framerate, a test programJim DeLaHunt
2017-10-17mpeg12: Add a common function to find the best frame rateMark Thompson
2017-09-10add missing ignore filesJesse Liu
2017-08-11avcodec/tests/dct: Add Mean square error testMichael Niedermayer
2017-08-11avcodec/tests/dct: Add peak mean error checkMichael Niedermayer
2017-08-01lavc/htmlsubtitles: improve line breaks handlingClément Bœsch
2017-08-01lavc/tests: add htmlsubtitlesClément Bœsch
2017-06-28avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley
2017-06-24lavc/tests/golomb: Add unit test for set_ue_golomb_long.Jun Zhao
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-05-30avcodec/x86: move simple_idct to external assemblyJames Darnley
2017-03-24avcodec/tests/celp_math: Change IsAlmostEqual() to a functionMichael Niedermayer
2017-03-24avcodec/tests: added test for celp_math.cThomas Turner
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-03-16lavc/tests/dct/aarch64: add ff_simple_idct_neon testMatthieu Bouron
2017-02-10avcodec/tests/mjpegenc_huffman: Remove static in main() tableMichael Niedermayer