Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-21avutil/integer: move the test to the corresponding subdirectoryJames Almer
2018-03-08crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs
2018-01-23avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble
2018-01-05It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov
2017-12-25avutil: add AVX-512 flagsJames Darnley
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-10-23avutil/tests/hmac: remove superfluous loopJames Almer
2017-09-10add missing ignore filesJesse Liu
2017-09-08lavu/tests: move timer.h include earlierClément Bœsch
2017-09-08lavu/tests/des: rename crypt to crypt_refClément Bœsch
2017-07-27fate: update pixfmt_best test to check for endiannessTobias Rapp
2017-07-19pixdesc: Add a test for av_find_best_pix_fmt_of_2()Mark Thompson
2017-06-15avutil/tests: remove float_dsp testJames Almer
2017-06-12Convert all AVClass struct declarations to designated initializers.Diego Biurrun
2017-05-19Merge commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c'Clément Bœsch
2017-04-11avutil/avstring: improve av_strreplace implementSteven Liu
2017-04-10avutil/float_dsp: add test for vector_dmac_scalarJames Almer
2017-03-31avutil/tests/dict: Check return of av_dict_parse_string()Michael Niedermayer
2017-03-08avutil/tests/lfg: Remove debugging start/stop timerMichael Niedermayer
2017-03-08avutil/tests/lfg.c: added proper normality testThomas Turner
2017-02-26add locale month names to av_small_strptimeMicah Galizia
2017-01-24des-test: Pass the proper types to av_des_*() functionsDiego Biurrun
2017-01-17avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignoreMatthieu Bouron
2017-01-13avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty...Thomas Turner
2017-01-02avutil/tests: added selftest for aes_ctr.cThomas Turner
2017-01-01avutil/tests: improved code coverage for atomicThomas Turner
2016-12-31avutil/tests/audio_fifo.c: Memory leak and tab space fixesThomas Turner
2016-12-31avutil/tests/audio_fifo.c: use av_malloc() family of functionsThomas Turner
2016-12-28avutil/tests/audio_fifo.c: Corrected test error messagesThomas Turner
2016-12-24tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer
2016-12-23avutil/tests/random_seed: eliminate gotoMichael Niedermayer
2016-12-23avutil/tests: Improved code coverage for random_seedThomas Turner
2016-12-22tests/avstring: free the pointer after calls to av_d2str()James Almer
2016-12-21avutil: Added selftest for libavutil/audio_fifo.cThomas Turner
2016-12-20avutil: Improved test coverage for avstring.cThomas Turner
2016-12-13avutil/tests/imgutils: Remove unused variableMichael Niedermayer
2016-12-11avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang
2016-12-11avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang
2016-12-11fate: add av_image_check_size() testMichael Niedermayer
2016-12-08avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang
2016-11-24avutil/tests: add cpu_init to .gitignore and tests/fateWan-Teh Chang
2016-11-24avutil/tests: Add cpu_init.c to check whether the one-time initialization in ...Wan-Teh Chang
2016-10-15avutil: Improved selftest coverage for libavutil/fifo.cThomas Turner
2016-10-02lavu: remove the custom atomic APIAnton Khirnov
2016-06-24Merge commit 'ded4a6543dfb5a2f1d9f7fb8d3ab27a1872c22b3'Clément Bœsch
2016-06-24Merge commit '8131bd4c22ad59b040173f67a5b2edb75863e801'Clément Bœsch
2016-06-24Merge commit 'a86ef80494d759807a5ef8dd12838f0690092e37'Clément Bœsch
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-05-19xtea-test: Use struct allocation functions from the APIDiego Biurrun
2016-05-19blowfish-test: Use struct allocation functions from the APIDiego Biurrun