summaryrefslogtreecommitdiff
path: root/libavcodec/tests
Commit message (Expand)AuthorAge
* avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusionsAndreas Rheinhardt2023-10-03
* avcodec: Remove DCT, FFT, MDCT and RDFTAndreas Rheinhardt2023-10-01
* avcodec/tests/.gitignore: Add bitstream test toolsAndreas Rheinhardt2023-09-28
* lavc/av1: Add unit test for level handlingFei Wang2023-09-22
* avutil/mem: Don't include avutil.hAndreas Rheinhardt2023-09-07
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* lavc/avfft: deprecate the APILynne2023-09-01
* avcodec/dct: Move fdct function declarations to fdctdsp.hAndreas Rheinhardt2023-07-29
* avcodec/test/avcodec: check decoders for FF_CODEC_CAP_SETS_PKT_DTSJames Almer2023-07-11
* avcodec/tests/avcodec: Remove unnecessary internal.h inclusionAndreas Rheinhardt2023-06-30
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-15
* avcodec/tests/snowenc: Fix 2nd testMichael Niedermayer2023-03-26
* avcodec/tests/snowenc: return a failure if DWT/IDWT mismatchesMichael Niedermayer2023-03-26
* avcodec/tests/snowenc: unbreak DWT testsMichael Niedermayer2023-03-26
* lavc: add a private cap for fake-delay encodersAnton Khirnov2023-01-29
* lavc/tests/bitstream: test bits_*_signed_nz and bits_peek_signed*Anton Khirnov2023-01-18
* lavc/tests: add a cached bitstream reader testAnton Khirnov2023-01-06
* avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö2022-11-07
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-04
* avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delayAndreas Rheinhardt2022-08-27
* 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