aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/tests
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: add helper for adding side data to arrayJan Ekström2024-03-201-0/+103
* avutil/channel_layout: add specific text versions for unknown and unused chan...Marton Balint2024-03-161-0/+2
* avutil/tests/channel_layout: add some av_channel_from_string and av_channel_l...Marton Balint2024-03-161-0/+26
* avutil/tests/channel_layout: make printing results part of the testsMarton Balint2024-03-161-185/+98
* lavu/opt: add array optionsAnton Khirnov2024-03-081-0/+49
* avutil/tests/pixelutils: Remove dead codeAndreas Rheinhardt2024-02-211-8/+0
* avutil/tests/channel_layout: add tests for av_channel_order_retypeMarton Balint2024-02-181-0/+63
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-4/+4
* libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12Wu Jianhua2023-12-211-0/+2
* riscv: Tweak names of cpu flags, print flags in libavutil/tests/cpuMartin Storsjö2023-12-171-0/+10
* avutil/tests/imgutils: add tests for av_image_fill_black()Marton Balint2023-12-131-9/+52
* avutil/tests/imgutils: factorize basic tests to new functionMarton Balint2023-12-131-29/+39
* avutil/mem: Don't include avutil.hAndreas Rheinhardt2023-09-073-0/+6
* avutil/tests/channel_layout: Test av_channel_layout_copy()Andreas Rheinhardt2023-08-101-1/+11
* avutil/tests/channel_layout: Don't include lavu/channel_layout.cAndreas Rheinhardt2023-08-101-1/+7
* avutil/tests/channel_layout: Also test non-AVBPrint variantsAndreas Rheinhardt2023-08-101-18/+90
* lavu/tests/cpu: stop processing the thread countAnton Khirnov2023-07-111-6/+2
* avutil/softfloat: fix av_sincos_sf()Michael Niedermayer2023-06-231-1/+1
* aarch64: Add cpu flags for the dotprod and i8mm extensionsMartin Storsjö2023-06-061-0/+2
* lavu/hwcontext_vaapi: Add Windows/VAAPI support with vaGetDisplayWin32Sil Vilerino2023-04-241-1/+1
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-091-2/+2
* avutil: remove FF_API_D2STRJames Almer2023-02-091-16/+0
* avutil/tests/dict: Explicitly test av_dict_iterate()Andreas Rheinhardt2022-12-071-5/+25
* avutil: use av_dict_iterateMarvin Scholz2022-12-071-1/+1
* avutil/tests/cpu: print the avx512icl flagJames Darnley2022-11-041-0/+1
* avutil/tests/pixelutils: Test that all non-hw pix fmts have componentsAndreas Rheinhardt2022-09-301-0/+1
* avutil/tests/pixelutils: Use av_assert0 instead for test toolsAndreas Rheinhardt2022-09-301-1/+1
* avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only userAndreas Rheinhardt2022-09-301-1/+52
* 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