summaryrefslogtreecommitdiff
path: root/libavutil/tests
Commit message (Expand)AuthorAge
* avutil/test/pixfmt_best: test the VUYA pixel formatJames Almer2022-08-07
* avutil/tests/uuid: add uuid testsPierre-Anthony Lemieux2022-06-12
* libavutil/tests/md5: Remove 'volatile workaround' to avoid warningssoftworkz2022-06-08
* avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout...James Almer2022-03-25
* avutil/tests/channel_layout: test av_channel_layout_check()James Almer2022-03-25
* avutil/tests/channel_layout: test the output of av_channel_layout_subset()James Almer2022-03-25
* avutil/tests/channel_layout: test the output of av_channel_layout_standard()James Almer2022-03-25
* avutil/tests/channel_layout: test generating a custom layout using ambisonic ...James Almer2022-03-25
* channel_layout: add support for AmbisonicVittorio Giovara2022-03-15
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-15
* fate: add a channel_layout API testJames Almer2022-03-15
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avutil/avassert: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/display: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-24
* lavu/fifo: add a test for _cb functionsAnton Khirnov2022-02-15
* lavu/tests/fifo: switch to the new APIAnton Khirnov2022-02-07
* avutil/tests/adler32: Remove unnecessary volatileAndreas Rheinhardt2022-01-29
* lavu/fifo: deprecate av_fifo_peek2()Anton Khirnov2022-01-10
* avutil/tests/cpu: add slowgatherJames Almer2021-12-21
* avutil/twofish: Fixed decryptionSebastian Kirmayer2021-12-19
* avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin2021-12-15
* avutil/tests/opt: Set AVClass.versionAndreas Rheinhardt2021-09-27
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avutil/tests/audio_ffio: add missing headerMatthieu Patou2021-06-13
* avutil/tests/lzo: remove timer macrosJames Almer2021-06-13
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* lavu/avstring: deprecate av_d2str().Nicolas George2020-08-21
* tests/imgutils: test the output of av_image_fill_* functionsJames Almer2020-07-30
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-23
* avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint2019-12-27
* avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint2019-12-27
* avutil: Add NV24 and NV42 pixel formatsPhilip Langdale2019-05-12
* avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macroPeter Ross2018-12-16
* avutil/tests/parseutils: add some big duration testsMarton Balint2018-10-07
* lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao2018-07-31
* libavutil/encryption_info: Add unit tests.Jacob Trimble2018-06-27
* avutil/gitignore: Ignore integer test binary.Jacob Trimble2018-06-27
* tests/bprint: Replace the number by macro for bprint initJun Zhao2018-06-17
* hwcontext: Add test for device creation and derivationMark Thompson2018-05-21
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-30
* avutil/integer: move the test to the corresponding subdirectoryJames Almer2018-03-20
* crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs2018-03-07
* avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble2018-01-23
* It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov2018-01-05
* avutil: add AVX-512 flagsJames Darnley2017-12-24
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-01
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-12