summaryrefslogtreecommitdiff
path: root/libavutil/tests
Commit message (Expand)AuthorAgeFilesLines
* avutil/dict: Error out in case of key == NULLAndreas Rheinhardt2022-09-191-3/+9
* lavu/pixdesc: favour formats where depth and subsampling exactly matchPhilip Langdale2022-09-171-19/+110
* avutil/tests/.gitignore: Add channel_layout testtoolAndreas Rheinhardt2022-09-051-0/+1
* lavu/pixfmt: Introduce VUYX formatPhilip Langdale2022-08-251-0/+1
* avutil/test/pixfmt_best: test the VUYA pixel formatJames Almer2022-08-071-0/+1
* avutil/tests/uuid: add uuid testsPierre-Anthony Lemieux2022-06-122-0/+142
* libavutil/tests/md5: Remove 'volatile workaround' to avoid warningssoftworkz2022-06-081-2/+2
* avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout...James Almer2022-03-251-0/+6
* avutil/tests/channel_layout: test av_channel_layout_check()James Almer2022-03-251-2/+4
* avutil/tests/channel_layout: test the output of av_channel_layout_subset()James Almer2022-03-251-0/+18
* avutil/tests/channel_layout: test the output of av_channel_layout_standard()James Almer2022-03-251-1/+20
* avutil/tests/channel_layout: test generating a custom layout using ambisonic ...James Almer2022-03-251-0/+2
* channel_layout: add support for AmbisonicVittorio Giovara2022-03-151-0/+40
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-151-4/+4
* fate: add a channel_layout API testJames Almer2022-03-151-0/+266
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-242-0/+6
* avutil/avassert: Don't include avutil.hAndreas Rheinhardt2022-02-242-0/+3
* avutil/display: Don't include avutil.hAndreas Rheinhardt2022-02-241-0/+1
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-243-0/+10
* lavu/fifo: add a test for _cb functionsAnton Khirnov2022-02-151-0/+101
* lavu/tests/fifo: switch to the new APIAnton Khirnov2022-02-071-26/+21
* avutil/tests/adler32: Remove unnecessary volatileAndreas Rheinhardt2022-01-291-2/+1
* lavu/fifo: deprecate av_fifo_peek2()Anton Khirnov2022-01-101-8/+0
* avutil/tests/cpu: add slowgatherJames Almer2021-12-211-0/+1
* avutil/twofish: Fixed decryptionSebastian Kirmayer2021-12-191-3/+12
* avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin2021-12-151-0/+3
* avutil/tests/opt: Set AVClass.versionAndreas Rheinhardt2021-09-271-0/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-0/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil/tests/audio_ffio: add missing headerMatthieu Patou2021-06-131-0/+1
* avutil/tests/lzo: remove timer macrosJames Almer2021-06-131-2/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-012-0/+2
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* lavu/avstring: deprecate av_d2str().Nicolas George2020-08-211-0/+4
* tests/imgutils: test the output of av_image_fill_* functionsJames Almer2020-07-301-0/+38
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-231-0/+3
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-271-0/+41
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-271-0/+5
* avutil: Add NV24 and NV42 pixel formatsPhilip Langdale2019-05-121-0/+1
* avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macroPeter Ross2018-12-161-1/+1
* avutil/tests/parseutils: add some big duration testsMarton Balint2018-10-071-0/+4
* lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao2018-07-311-1/+1
* libavutil/encryption_info: Add unit tests.Jacob Trimble2018-06-272-0/+177
* avutil/gitignore: Ignore integer test binary.Jacob Trimble2018-06-271-0/+1
* tests/bprint: Replace the number by macro for bprint initJun Zhao2018-06-171-6/+6
* hwcontext: Add test for device creation and derivationMark Thompson2018-05-212-0/+227
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-301-4/+0
* avutil/integer: move the test to the corresponding subdirectoryJames Almer2018-03-201-0/+49
* crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs2018-03-071-3/+4
* avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble2018-01-231-1/+1