| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: Add NV24 and NV42 pixel formats | Philip Langdale | 2019-05-12 | 1 | -0/+1 |
* | avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macro | Peter Ross | 2018-12-16 | 1 | -1/+1 |
* | avutil/tests/parseutils: add some big duration tests | Marton Balint | 2018-10-07 | 1 | -0/+4 |
* | lavutil/pixelutils: add sad_32x32 in pixelutils API. | Jun Zhao | 2018-07-31 | 1 | -1/+1 |
* | libavutil/encryption_info: Add unit tests. | Jacob Trimble | 2018-06-27 | 2 | -0/+177 |
* | avutil/gitignore: Ignore integer test binary. | Jacob Trimble | 2018-06-27 | 1 | -0/+1 |
* | tests/bprint: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -6/+6 |
* | hwcontext: Add test for device creation and derivation | Mark Thompson | 2018-05-21 | 2 | -0/+227 |
* | avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8 | Marton Balint | 2018-04-30 | 1 | -4/+0 |
* | avutil/integer: move the test to the corresponding subdirectory | James Almer | 2018-03-20 | 1 | -0/+49 |
* | crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D | Aurelien Jacobs | 2018-03-07 | 1 | -3/+4 |
* | avutil/aes_ctr: Add method to set 16-byte IV. | Jacob Trimble | 2018-01-23 | 1 | -1/+1 |
* | It has been replaced by C11 stdatomic.h and is now unused. | Anton Khirnov | 2018-01-05 | 1 | -38/+0 |
* | avutil: add AVX-512 flags | James Darnley | 2017-12-24 | 1 | -0/+1 |
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24' | James Almer | 2017-11-01 | 1 | -3/+3 |
|\ |
|
| * | Convert all AVClass struct declarations to designated initializers. | Diego Biurrun | 2017-06-12 | 1 | -3/+3 |
* | | avutil/tests/hmac: remove superfluous loop | James Almer | 2017-10-22 | 1 | -13/+1 |
* | | add missing ignore files | Jesse Liu | 2017-09-10 | 1 | -0/+1 |
* | | lavu/tests: move timer.h include earlier | Clément Bœsch | 2017-09-08 | 6 | -3/+15 |
* | | lavu/tests/des: rename crypt to crypt_ref | Clément Bœsch | 2017-09-08 | 1 | -3/+3 |
* | | fate: update pixfmt_best test to check for endianness | Tobias Rapp | 2017-07-27 | 1 | -0/+14 |
* | | pixdesc: Add a test for av_find_best_pix_fmt_of_2() | Mark Thompson | 2017-07-18 | 1 | -0/+125 |
* | | avutil/tests: remove float_dsp test | James Almer | 2017-06-14 | 2 | -358/+0 |
* | | Merge commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c' | Clément Bœsch | 2017-05-19 | 1 | -16/+19 |
|\| |
|
| * | des-test: Pass the proper types to av_des_*() functions | Diego Biurrun | 2017-01-24 | 1 | -16/+19 |
| * | avutil: fix data race in av_get_cpu_flags() | Wan-Teh Chang | 2016-12-08 | 2 | -0/+66 |
| * | lavu: remove the custom atomic API | Anton Khirnov | 2016-10-02 | 1 | -35/+0 |
* | | avutil/avstring: improve av_strreplace implement | Steven Liu | 2017-04-11 | 1 | -0/+16 |
* | | avutil/float_dsp: add test for vector_dmac_scalar | James Almer | 2017-04-10 | 1 | -0/+24 |
* | | avutil/tests/dict: Check return of av_dict_parse_string() | Michael Niedermayer | 2017-03-30 | 1 | -1/+4 |
* | | avutil/tests/lfg: Remove debugging start/stop timer | Michael Niedermayer | 2017-03-08 | 1 | -3/+0 |
* | | avutil/tests/lfg.c: added proper normality test | Thomas Turner | 2017-03-08 | 1 | -22/+142 |
* | | add locale month names to av_small_strptime | Micah Galizia | 2017-02-26 | 1 | -0/+7 |
* | | avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignore | Matthieu Bouron | 2017-01-17 | 1 | -0/+3 |
* | | avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty... | Thomas Turner | 2017-01-13 | 1 | -15/+15 |
* | | avutil/tests: added selftest for aes_ctr.c | Thomas Turner | 2017-01-02 | 1 | -0/+65 |
* | | avutil/tests: improved code coverage for atomic | Thomas Turner | 2017-01-01 | 1 | -1/+5 |
* | | avutil/tests/audio_fifo.c: Memory leak and tab space fixes | Thomas Turner | 2016-12-31 | 1 | -6/+14 |
* | | avutil/tests/audio_fifo.c: use av_malloc() family of functions | Thomas Turner | 2016-12-31 | 1 | -13/+9 |
* | | avutil/tests/audio_fifo.c: Corrected test error messages | Thomas Turner | 2016-12-28 | 1 | -2/+2 |
* | | tests/audio_fifo: fix buffer allocation for non planar formats | James Almer | 2016-12-23 | 1 | -3/+3 |
* | | avutil/tests/random_seed: eliminate goto | Michael Niedermayer | 2016-12-23 | 1 | -5/+6 |
* | | avutil/tests: Improved code coverage for random_seed | Thomas Turner | 2016-12-23 | 1 | -13/+21 |
* | | tests/avstring: free the pointer after calls to av_d2str() | James Almer | 2016-12-22 | 1 | -2/+4 |
* | | avutil: Added selftest for libavutil/audio_fifo.c | Thomas Turner | 2016-12-21 | 1 | -0/+196 |
* | | avutil: Improved test coverage for avstring.c | Thomas Turner | 2016-12-20 | 1 | -1/+25 |
* | | avutil/tests/imgutils: Remove unused variable | Michael Niedermayer | 2016-12-13 | 1 | -1/+0 |
* | | avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS | Wan-Teh Chang | 2016-12-10 | 1 | -7/+0 |
* | | avutil/cpu_init: remove unnecessary arguments to the main() function | Wan-Teh Chang | 2016-12-10 | 1 | -1/+1 |
* | | fate: add av_image_check_size() test | Michael Niedermayer | 2016-12-10 | 1 | -0/+37 |