summaryrefslogtreecommitdiff
path: root/libavcodec/tests
Commit message (Expand)AuthorAge
* avcodec/tests/snowenc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/x86/idctdsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* avcodec/x86/xvididct: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* avcodec/x86/fdct: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* tests: convert to new channel layout-APIJames Almer2022-03-15
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avutil/avassert: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-06
* avcodec/tests: Update .gitignore fileAndreas Rheinhardt2021-12-16
* avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Check consistency of function pointersAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt2021-09-26
* avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt2021-09-26
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-05
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/tests/avpacket: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* lavc: remove tests/optionsAnton Khirnov2021-03-08
* avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt2021-02-24
* avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt2021-02-02
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-14
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-10
* lavc: stop using deprecated av_codec_next()Josh de Kock2020-04-20
* avcodec/tests: add h265_levels to .gitignoreZhao Zhili2019-10-23
* lavc/h265_profile_level: Add unit testMark Thompson2019-07-07
* lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin2019-03-27
* avcodec/tests: Add codec_desc to .gitignoreFeRD (Frank Dana)2019-01-22
* avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer2019-01-14
* avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer2018-12-31
* avcodec/tests/rangecoder: Test coder more completelyMichael Niedermayer2018-12-31
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-31
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-02
* h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt2018-11-13
* lavc/h264: Add common code for level handlingMark Thompson2018-09-23
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-30
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-02
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
* fate/libavcodec: add codec_desc testMuhammad Faiz2018-02-12
* Ignore libavcodec/tests/mpeg12framerate, a test programJim DeLaHunt2017-11-18
* mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-17