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
2019-12-27avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint
2019-12-27avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint
2019-05-12avutil: Add NV24 and NV42 pixel formatsPhilip Langdale
2018-12-16avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macroPeter Ross
2018-10-07avutil/tests/parseutils: add some big duration testsMarton Balint
2018-07-31lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao
2018-06-27libavutil/encryption_info: Add unit tests.Jacob Trimble
2018-06-27avutil/gitignore: Ignore integer test binary.Jacob Trimble
2018-06-17tests/bprint: Replace the number by macro for bprint initJun Zhao
2018-05-21hwcontext: Add test for device creation and derivationMark Thompson
2018-04-30avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint
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