summaryrefslogtreecommitdiff
path: root/libavutil/tests
Commit message (Expand)AuthorAge
* avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignoreMatthieu Bouron2017-01-17
* avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty...Thomas Turner2017-01-13
* avutil/tests: added selftest for aes_ctr.cThomas Turner2017-01-02
* avutil/tests: improved code coverage for atomicThomas Turner2017-01-01
* avutil/tests/audio_fifo.c: Memory leak and tab space fixesThomas Turner2016-12-31
* avutil/tests/audio_fifo.c: use av_malloc() family of functionsThomas Turner2016-12-31
* avutil/tests/audio_fifo.c: Corrected test error messagesThomas Turner2016-12-28
* tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer2016-12-23
* avutil/tests/random_seed: eliminate gotoMichael Niedermayer2016-12-23
* avutil/tests: Improved code coverage for random_seedThomas Turner2016-12-23
* tests/avstring: free the pointer after calls to av_d2str()James Almer2016-12-22
* avutil: Added selftest for libavutil/audio_fifo.cThomas Turner2016-12-21
* avutil: Improved test coverage for avstring.cThomas Turner2016-12-20
* avutil/tests/imgutils: Remove unused variableMichael Niedermayer2016-12-13
* avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang2016-12-10
* avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang2016-12-10
* fate: add av_image_check_size() testMichael Niedermayer2016-12-10
* avutil/tests: add cpu_init to .gitignore and tests/fateWan-Teh Chang2016-11-24
* avutil/tests: Add cpu_init.c to check whether the one-time initialization in ...Wan-Teh Chang2016-11-23
* avutil: Improved selftest coverage for libavutil/fifo.cThomas Turner2016-10-14
* Merge commit 'ded4a6543dfb5a2f1d9f7fb8d3ab27a1872c22b3'Clément Bœsch2016-06-24
|\
| * xtea-test: Use struct allocation functions from the APIDiego Biurrun2016-05-19
* | Merge commit '8131bd4c22ad59b040173f67a5b2edb75863e801'Clément Bœsch2016-06-24
|\|
| * blowfish-test: Use struct allocation functions from the APIDiego Biurrun2016-05-19
* | Merge commit 'a86ef80494d759807a5ef8dd12838f0690092e37'Clément Bœsch2016-06-24
|\|
| * blowfish-test: Return different values for different errorsDiego Biurrun2016-05-19
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-22
|/
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13