aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tests
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tests/bitstream_template: Assert bits_init8() returnMichael Niedermayer2024-05-281-1/+3
* lavc/aarch64/fdct: add neon-optimized fdct for aarch64Ramiro Polla2024-05-131-0/+2
* Remove remnants of prores_lgpl decoderAndreas Rheinhardt2024-05-071-2/+2
* avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESSAndreas Rheinhardt2024-04-191-5/+0
* avcodec/decode: Add new ProgressFrame APIAndreas Rheinhardt2024-04-191-1/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-312-0/+2
* avcodec/tests/snowenc: Fix mixed declaration and codeAndreas Rheinhardt2024-03-151-1/+1
* avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusionsAndreas Rheinhardt2023-10-031-1/+1
* avcodec: Remove DCT, FFT, MDCT and RDFTAndreas Rheinhardt2023-10-014-732/+0
* avcodec/tests/.gitignore: Add bitstream test toolsAndreas Rheinhardt2023-09-281-0/+2
* lavc/av1: Add unit test for level handlingFei Wang2023-09-222-0/+127
* avutil/mem: Don't include avutil.hAndreas Rheinhardt2023-09-071-1/+5
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-042-0/+2
* lavc/avfft: deprecate the APILynne2023-09-011-0/+6
* avcodec/dct: Move fdct function declarations to fdctdsp.hAndreas Rheinhardt2023-07-291-0/+1
* avcodec/test/avcodec: check decoders for FF_CODEC_CAP_SETS_PKT_DTSJames Almer2023-07-111-0/+4
* avcodec/tests/avcodec: Remove unnecessary internal.h inclusionAndreas Rheinhardt2023-06-301-1/+0
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-2/+1
* 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