| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: remove tests/options | Anton Khirnov | 2021-03-08 | 2 | -195/+0 |
* | avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.c | Andreas Rheinhardt | 2021-02-24 | 1 | -1/+27 |
* | avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.c | Andreas Rheinhardt | 2021-02-02 | 1 | -34/+59 |
* | fft: remove 16-bit FFT and MDCT code | Lynne | 2021-01-14 | 2 | -22/+0 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 2 | -0/+3 |
* | Remove unnecessary use of avcodec_close(). | Anton Khirnov | 2020-06-10 | 1 | -1/+0 |
* | lavc: stop using deprecated av_codec_next() | Josh de Kock | 2020-04-20 | 1 | -2/+3 |
* | avcodec/tests: add h265_levels to .gitignore | Zhao Zhili | 2019-10-23 | 1 | -0/+1 |
* | lavc/h265_profile_level: Add unit test | Mark Thompson | 2019-07-07 | 1 | -0/+297 |
* | lavc/h264_levels: add MaxMBPS checking and update fate test. | Decai Lin | 2019-03-27 | 1 | -3/+55 |
* | avcodec/tests: Add codec_desc to .gitignore | FeRD (Frank Dana) | 2019-01-22 | 1 | -0/+1 |
* | avcodec/tests/rangecoder: initialize array to avoid valgrind warning | Michael Niedermayer | 2019-01-14 | 1 | -1/+1 |
* | avcodec/rangecoder: Add and test ff_rac_check_termination() | Michael Niedermayer | 2018-12-31 | 1 | -2/+5 |
* | avcodec/tests/rangecoder: Test coder more completely | Michael Niedermayer | 2018-12-31 | 1 | -17/+26 |
* | avcodec/rangecoder: factorize termination version code | Michael Niedermayer | 2018-12-31 | 1 | -1/+1 |
* | avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b... | Martin Vignali | 2018-12-02 | 1 | -1/+1 |
* | h264_levels, h264_metadata_bsf: Fix levels typo | Andreas Rheinhardt | 2018-11-13 | 1 | -1/+1 |
* | lavc/h264: Add common code for level handling | Mark Thompson | 2018-09-23 | 2 | -0/+184 |
* | avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8 | Marton Balint | 2018-04-30 | 1 | -4/+0 |
* | simple_idct: Template functions to support an input bitdepth parameter | Kieran Kunhya | 2018-04-02 | 1 | -3/+3 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -1/+0 |
* | fate/libavcodec: add codec_desc test | Muhammad Faiz | 2018-02-12 | 1 | -0/+45 |
* | Ignore libavcodec/tests/mpeg12framerate, a test program | Jim DeLaHunt | 2017-11-18 | 1 | -0/+1 |
* | mpeg12: Add a common function to find the best frame rate | Mark Thompson | 2017-10-17 | 1 | -0/+87 |
* | add missing ignore files | Jesse Liu | 2017-09-10 | 1 | -0/+1 |
* | avcodec/tests/dct: Add Mean square error test | Michael Niedermayer | 2017-08-11 | 1 | -3/+7 |
* | avcodec/tests/dct: Add peak mean error check | Michael Niedermayer | 2017-08-11 | 1 | -0/+2 |
* | lavc/htmlsubtitles: improve line breaks handling | Clément Bœsch | 2017-08-01 | 1 | -0/+2 |
* | lavc/tests: add htmlsubtitles | Clément Bœsch | 2017-08-01 | 2 | -0/+50 |
* | avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth... | James Darnley | 2017-06-28 | 1 | -0/+2 |
* | lavc/tests/golomb: Add unit test for set_ue_golomb_long. | Jun Zhao | 2017-06-24 | 1 | -0/+19 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -5/+5 |
* | avcodec/x86: move simple_idct to external assembly | James Darnley | 2017-05-30 | 1 | -1/+1 |
* | avcodec/tests/celp_math: Change IsAlmostEqual() to a function | Michael Niedermayer | 2017-03-24 | 1 | -8/+9 |
* | avcodec/tests: added test for celp_math.c | Thomas Turner | 2017-03-24 | 1 | -0/+48 |
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -2/+3 |
|\ |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -2/+3 |
* | | lavc/tests/dct/aarch64: add ff_simple_idct_neon test | Matthieu Bouron | 2017-03-16 | 2 | -1/+33 |
* | | avcodec/tests/mjpegenc_huffman: Remove static in main() table | Michael Niedermayer | 2017-02-10 | 1 | -1/+1 |
* | | tests/mjpegenc_huffman: align static tables | Rostislav Pehlivanov | 2017-02-09 | 1 | -26/+30 |
* | | tests/mjpegenc_huffman: replace assert() with av_assert0() | Rostislav Pehlivanov | 2017-02-09 | 1 | -1/+1 |
* | | Implement optimal huffman encoding for (M)JPEG. | Jerry Jiang | 2017-02-08 | 2 | -0/+164 |
* | | avcodec/tests/fft: Fix indention of dct_init() | Michael Niedermayer | 2017-01-01 | 1 | -1/+1 |
* | | libavcodec/tests: Add avpacket test to .gitignore | Derek Buitenhuis | 2016-12-10 | 1 | -0/+1 |
* | | Added test for libavcodec/avpacket.c | Thomas Turner | 2016-12-06 | 1 | -0/+128 |
* | | fate: add test for avfft | Petru Rares Sincraian | 2016-07-19 | 4 | -58/+189 |
* | | avcodec/tests/options: Set timebase | Michael Niedermayer | 2016-06-22 | 1 | -0/+1 |
* | | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' | Clément Bœsch | 2016-06-22 | 20 | -92/+1209 |
|/ |
|
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 10 | -0/+1384 |