summaryrefslogtreecommitdiffstats
path: root/tests/fate/libavcodec.mak
Commit message (Collapse)AuthorAgeFilesLines
* lavc/h265_profile_level: Add unit testMark Thompson2019-07-071-0/+5
| | | | Operates in the same way as the h264-levels test.
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-191-20/+20
| | | | Fixes fate in Windows subsystem for Linux.
* fate/libavcodec: Fix config dependency of h264-levels testMark Thompson2018-11-111-1/+1
|
* lavc/h264: Add common code for level handlingMark Thompson2018-09-231-0/+5
| | | | Including a unit test.
* fate/libavcodec: add codec_desc testMuhammad Faiz2018-02-121-0/+5
| | | | | | | | Remove runtime check at codec_desc.c Reviewed-by: wm4 <nfxjfg@googlemail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-171-0/+5
| | | | | | | This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Also adds a unit test. (cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
* Merge commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc'James Almer2017-10-031-13/+4
|\ | | | | | | | | | | | | * commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc': fate: Make null comparison method more useful Merged-by: James Almer <jamrial@gmail.com>
| * fate: Make null comparison method more usefulDiego Biurrun2017-02-271-3/+1
| | | | | | | | This allows dropping /dev/null as reference value when no output is generated.
* | lavc/tests: add htmlsubtitlesClément Bœsch2017-08-011-0/+4
| |
* | tests/fate/libavcodec: Test with all idct and dct modes supported in the testMichael Niedermayer2017-05-311-5/+27
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/tests: added test for celp_math.cThomas Turner2017-03-241-0/+5
| | | | | | | | | | Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-081-0/+6
| | | | | | | | | | | | | | > seems to break > make fate-vsynth1-mjpeg-444 Fixed.
* | Added test for libavcodec/avpacket.cThomas Turner2016-12-061-0/+5
| | | | | | | | | | Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-18/+18
|\ \ | |/ | | | | | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-8/+8
| |
* | fate: add libavcodec utils testMichael Niedermayer2016-02-291-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/api-tests: Move api-flac-test to API tests directory.George Boyle2015-06-271-6/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/jpeg2000dwt: List differences for DWT testMichael Niedermayer2015-06-211-1/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate: Add fate-j2k-dwtMichael Niedermayer2015-06-201-0/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Add fate-mathops testMichael Niedermayer2015-05-201-0/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec: Add FLAC API testLudmila Glinskih2015-04-201-0/+6
| | | | | | | | | | Signed-off-by: Ludmila Glinskih <lglinskih@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add cabac test into fateTimothy Gu2015-04-101-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add libavcodec/options-testLukasz Marek2014-12-081-0/+4
|/ | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* build: Conditionally build and run DCT test programDiego Biurrun2014-07-211-1/+1
|
* build: Conditionally build and test iirfilterDiego Biurrun2014-07-211-1/+1
|
* fate: cosmetics: Group idct8x8 test together with all other libavcodec testsDiego Biurrun2012-10-231-0/+6
|
* fate: More fine-grained dependencies for libavcodec test programsDiego Biurrun2012-10-231-5/+5
|
* fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-231-0/+1
|
* fate: Add rangecoder testDiego Biurrun2012-10-161-0/+6
|
* fate: improve dependenciesMans Rullgard2012-05-091-1/+0
| | | | | | | This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add convenient shorthands for ea-vp6, libavcodec, libavutil testsDiego Biurrun2012-05-091-2/+5
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-011-0/+1
| | | | | | | | get_ue_golomb_long() is only tested for values up to 2^15 - 2 since we can not write larger values. Silence the test on success and return a non-zero value on error. Use an heap scratch buffer instead of large stack buffer. Remove unneeded includes.
* fate: add golomb-testDiego Biurrun2012-01-311-0/+4
|
* fate: split off libavcodec FATE tests into their own fileDiego Biurrun2011-12-261-0/+3
OpenPOWER on IntegriCloud