summaryrefslogtreecommitdiff
path: root/libavcodec/tests
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tests/snowenc: Fix 2nd testMichael Niedermayer2023-03-261-2/+2
* avcodec/tests/snowenc: return a failure if DWT/IDWT mismatchesMichael Niedermayer2023-03-261-3/+10
* avcodec/tests/snowenc: unbreak DWT testsMichael Niedermayer2023-03-261-9/+14
* lavc: add a private cap for fake-delay encodersAnton Khirnov2023-01-291-0/+4
* lavc/tests/bitstream: test bits_*_signed_nz and bits_peek_signed*Anton Khirnov2023-01-181-1/+18
* lavc/tests: add a cached bitstream reader testAnton Khirnov2023-01-063-0/+222
* avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö2022-11-071-0/+4
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-041-0/+3
* avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delayAndreas Rheinhardt2022-08-271-0/+3
* avcodec/tests/snowenc: Remove unused-but-set variableAndreas Rheinhardt2022-07-031-11/+0
* avcodec/x86/idctdsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-221-3/+0
* avcodec/x86/xvididct: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-221-4/+0
* avcodec/x86/fdct: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-221-6/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-12/+30
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-051-3/+4
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-17/+18
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-162-0/+2
* tests: convert to new channel layout-APIJames Almer2022-03-151-1/+1
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-243-1/+7
* avutil/avassert: Don't include avutil.hAndreas Rheinhardt2022-02-241-0/+1
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-061-0/+1
* avcodec/tests: Update .gitignore fileAndreas Rheinhardt2021-12-161-1/+1
* avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt2021-09-261-0/+38
* avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas Rheinhardt2021-09-261-0/+23
* avcodec/tests/avcodec: Check consistency of function pointersAndreas Rheinhardt2021-09-261-1/+22
* avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt2021-09-261-1/+10
* avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt2021-09-261-0/+36
* avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt2021-09-261-0/+0
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-052-6/+1
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-225-0/+5
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-272-47/+0
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec/tests/avpacket: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-7/+12
* lavc: remove tests/optionsAnton Khirnov2021-03-082-195/+0
* avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt2021-02-241-1/+27
* avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt2021-02-021-34/+59
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-142-22/+0
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-012-0/+3
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-101-1/+0
* lavc: stop using deprecated av_codec_next()Josh de Kock2020-04-201-2/+3
* avcodec/tests: add h265_levels to .gitignoreZhao Zhili2019-10-231-0/+1
* lavc/h265_profile_level: Add unit testMark Thompson2019-07-071-0/+297
* lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin2019-03-271-3/+55
* avcodec/tests: Add codec_desc to .gitignoreFeRD (Frank Dana)2019-01-221-0/+1
* avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer2019-01-141-1/+1
* avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer2018-12-311-2/+5
* avcodec/tests/rangecoder: Test coder more completelyMichael Niedermayer2018-12-311-17/+26
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-1/+1