| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avutil/tests: add cpu_init to .gitignore and tests/fate | Wan-Teh Chang | 2016-11-24 | 1 | -0/+1 |
* | | avutil/tests: Add cpu_init.c to check whether the one-time initialization in ... | Wan-Teh Chang | 2016-11-23 | 1 | -0/+72 |
* | | avutil: Improved selftest coverage for libavutil/fifo.c | Thomas Turner | 2016-10-14 | 1 | -2/+37 |
* | | Merge commit 'ded4a6543dfb5a2f1d9f7fb8d3ab27a1872c22b3' | Clément Bœsch | 2016-06-24 | 1 | -10/+14 |
|\| |
|
| * | xtea-test: Use struct allocation functions from the API | Diego Biurrun | 2016-05-19 | 1 | -10/+14 |
* | | Merge commit '8131bd4c22ad59b040173f67a5b2edb75863e801' | Clément Bœsch | 2016-06-24 | 1 | -13/+17 |
|\| |
|
| * | blowfish-test: Use struct allocation functions from the API | Diego Biurrun | 2016-05-19 | 1 | -13/+17 |
* | | Merge commit 'a86ef80494d759807a5ef8dd12838f0690092e37' | Clément Bœsch | 2016-06-24 | 1 | -2/+2 |
|\| |
|
| * | blowfish-test: Return different values for different errors | Diego Biurrun | 2016-05-19 | 1 | -2/+2 |
* | | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' | Clément Bœsch | 2016-06-22 | 45 | -271/+2805 |
|/ |
|
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 22 | -0/+2124 |