aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/tests
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days2-2/+2
* all: fix whitespace/new-line issuesTimo Rothenpieler3 days1-1/+0
* avutil/tests/channel_layout: Improve enum range checkAndreas Rheinhardt2025-04-091-1/+1
* avutil/tests/aes_ctr: also randomize the encryption keyJames Almer2025-04-051-3/+24
* avutil/tests/aes_ctr: reindent after the previous commitJames Almer2025-04-051-17/+17
* avutil/tests/aes_ctr: also check the encrypted bufferJames Almer2025-04-051-0/+23
* avutil/tests/aes_ctr: test more than a single block worth of dataJames Almer2025-04-051-2/+3
* avutil/libm: Only include intfloat.h when neededAndreas Rheinhardt2025-03-221-0/+1
* avutil/tests/pixfmt_best: add more semi planar format testsJames Almer2025-03-191-0/+22
* avutil/tests/color_utils: reduce accuracy threshold to pass to 1e-7Hendrik Leppkes2024-12-071-1/+1
* avutil/tests/color_utils: add tests for av_csp_itu_eotfNiklas Haas2024-12-051-0/+110
* avutil/csp: add av_csp_trc_inv_from_id()Niklas Haas2024-12-051-2/+11
* avutil/tests/color_utils: clean up slightly (cosmetic)Niklas Haas2024-12-051-16/+18
* configure: Add wasm as a fake archZhao Zhili2024-12-041-0/+2
* tests/cpu: print the RISC-V Vector lengthRémi Denis-Courmont2024-11-171-0/+8
* avutil/pixfmt: add XV48 pixel formatJames Almer2024-10-261-0/+2
* avutil/pixfmt: add Y216 pixel formatJames Almer2024-10-231-0/+2
* avutil/pixdesc: add alpha component information to pixfmts with reserved but ...James Almer2024-10-211-2/+1
* avutil/pixfmt: add VYU444 pixel formatJames Almer2024-10-081-0/+1
* avutil/pixfmt: add UYVA pixel formatJames Almer2024-10-081-0/+1
* avutil/pixfmt: add AYUV pixel formatJames Almer2024-10-081-0/+1
* ppc: Recognize the PPC VSX and Power8 CPU flagsBrad Smith2024-09-281-0/+2
* libavutil: Fix building libavutil/tests/cpu for aarch64 without SVEMartin Storsjö2024-09-271-1/+1
* aarch64: Print the SVE vector length in libavutil/tests/cpu.cMartin Storsjö2024-09-271-0/+8
* aarch64: Add CPU feature flags for SVE and SVE2Martin Storsjö2024-09-271-0/+2
* lavu/opt: add API for retrieving array-type option valuesAnton Khirnov2024-08-271-0/+63
* lavu/riscv: drop probing for zba CPU capabilityRémi Denis-Courmont2024-08-051-1/+0
* lavc/riscv: drop probing for F & D extensionsRémi Denis-Courmont2024-08-011-2/+0
* lavu/riscv: add CPU flag for B bit manipulationsRémi Denis-Courmont2024-07-251-0/+1
* avutil/tests/opt: Check av_set_options_string() for failureMichael Niedermayer2024-05-281-1/+4
* avutil/tests/dict: Check av_dict_set() before get for failureMichael Niedermayer2024-05-281-3/+6
* lavu/riscv: CPU flag for fast misaligned accessesRémi Denis-Courmont2024-05-141-1/+2
* avutil/tests/base64: Check with too short output arrayMichael Niedermayer2024-05-131-0/+10
* riscv: add Zvbb vector bit manipulation extensionRémi Denis-Courmont2024-05-111-0/+1
* avutil/opt: add an unsigned option typeJames Almer2024-05-041-0/+9
* avutil/tests/opt: test values > INT_MAX for INT64 typeJames Almer2024-05-041-2/+3
* avutil/tests/opt: test negative values for INT and INT64 typesJames Almer2024-05-041-2/+9
* avutil/opt: add support for children objects in av_opt_serializeJames Almer2024-04-231-3/+46
* avutil/tests/opt: test av_opt_find2()James Almer2024-04-231-0/+49
* avutil/test/opt: test the AV_OPT_SERIALIZE_SKIP_DEFAULTS flagJames Almer2024-04-231-0/+5
* avutil/frame: add a flag to allow overwritting existing entriesJames Almer2024-04-111-22/+30
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-315-0/+6
* avutil/tests/.gitignore: Add side_data_arrayAndreas Rheinhardt2024-03-281-0/+1
* 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