summaryrefslogtreecommitdiff
path: root/libavcodec/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-021-1/+1
* h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt2018-11-131-1/+1
* lavc/h264: Add common code for level handlingMark Thompson2018-09-232-0/+184
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-301-4/+0
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-021-3/+3
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-1/+0
* fate/libavcodec: add codec_desc testMuhammad Faiz2018-02-121-0/+45
* Ignore libavcodec/tests/mpeg12framerate, a test programJim DeLaHunt2017-11-181-0/+1
* mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-171-0/+87
* add missing ignore filesJesse Liu2017-09-101-0/+1
* avcodec/tests/dct: Add Mean square error testMichael Niedermayer2017-08-111-3/+7
* avcodec/tests/dct: Add peak mean error checkMichael Niedermayer2017-08-111-0/+2
* lavc/htmlsubtitles: improve line breaks handlingClément Bœsch2017-08-011-0/+2
* lavc/tests: add htmlsubtitlesClément Bœsch2017-08-012-0/+50
* avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley2017-06-281-0/+2
* lavc/tests/golomb: Add unit test for set_ue_golomb_long.Jun Zhao2017-06-241-0/+19
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-5/+5
* avcodec/x86: move simple_idct to external assemblyJames Darnley2017-05-301-1/+1
* avcodec/tests/celp_math: Change IsAlmostEqual() to a functionMichael Niedermayer2017-03-241-8/+9
* avcodec/tests: added test for celp_math.cThomas Turner2017-03-241-0/+48
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-2/+3
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+3