summaryrefslogtreecommitdiffstats
path: root/libavutil/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov2018-01-051-38/+0
* avutil: add AVX-512 flagsJames Darnley2017-12-241-0/+1
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-3/+3
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-3/+3
* | avutil/tests/hmac: remove superfluous loopJames Almer2017-10-221-13/+1
* | add missing ignore filesJesse Liu2017-09-101-0/+1
* | lavu/tests: move timer.h include earlierClément Bœsch2017-09-086-3/+15
* | lavu/tests/des: rename crypt to crypt_refClément Bœsch2017-09-081-3/+3
* | fate: update pixfmt_best test to check for endiannessTobias Rapp2017-07-271-0/+14
* | pixdesc: Add a test for av_find_best_pix_fmt_of_2()Mark Thompson2017-07-181-0/+125
* | avutil/tests: remove float_dsp testJames Almer2017-06-142-358/+0
* | Merge commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c'Clément Bœsch2017-05-191-16/+19
|\ \ | |/
| * des-test: Pass the proper types to av_des_*() functionsDiego Biurrun2017-01-241-16/+19
| * avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-082-0/+66
| * lavu: remove the custom atomic APIAnton Khirnov2016-10-021-35/+0
* | avutil/avstring: improve av_strreplace implementSteven Liu2017-04-111-0/+16
* | avutil/float_dsp: add test for vector_dmac_scalarJames Almer2017-04-101-0/+24
* | avutil/tests/dict: Check return of av_dict_parse_string()Michael Niedermayer2017-03-301-1/+4
* | avutil/tests/lfg: Remove debugging start/stop timerMichael Niedermayer2017-03-081-3/+0
* | avutil/tests/lfg.c: added proper normality testThomas Turner2017-03-081-22/+142
* | add locale month names to av_small_strptimeMicah Galizia2017-02-261-0/+7
* | avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignoreMatthieu Bouron2017-01-171-0/+3
* | avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty...Thomas Turner2017-01-131-15/+15
* | avutil/tests: added selftest for aes_ctr.cThomas Turner2017-01-021-0/+65
* | avutil/tests: improved code coverage for atomicThomas Turner2017-01-011-1/+5
* | avutil/tests/audio_fifo.c: Memory leak and tab space fixesThomas Turner2016-12-311-6/+14
* | avutil/tests/audio_fifo.c: use av_malloc() family of functionsThomas Turner2016-12-311-13/+9
* | avutil/tests/audio_fifo.c: Corrected test error messagesThomas Turner2016-12-281-2/+2
* | tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer2016-12-231-3/+3
* | avutil/tests/random_seed: eliminate gotoMichael Niedermayer2016-12-231-5/+6
* | avutil/tests: Improved code coverage for random_seedThomas Turner2016-12-231-13/+21
* | tests/avstring: free the pointer after calls to av_d2str()James Almer2016-12-221-2/+4
* | avutil: Added selftest for libavutil/audio_fifo.cThomas Turner2016-12-211-0/+196
* | avutil: Improved test coverage for avstring.cThomas Turner2016-12-201-1/+25
* | avutil/tests/imgutils: Remove unused variableMichael Niedermayer2016-12-131-1/+0
* | avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang2016-12-101-7/+0
* | avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang2016-12-101-1/+1
* | fate: add av_image_check_size() testMichael Niedermayer2016-12-101-0/+37
OpenPOWER on IntegriCloud