summaryrefslogtreecommitdiff
path: root/tests/fate/libavcodec.mak
Commit message (Collapse)AuthorAge
* fate/api-tests: Move api-flac-test to API tests directory.George Boyle2015-06-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/jpeg2000dwt: List differences for DWT testMichael Niedermayer2015-06-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests/fate: Add fate-j2k-dwtMichael Niedermayer2015-06-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: Add fate-mathops testMichael Niedermayer2015-05-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavcodec: Add FLAC API testLudmila Glinskih2015-04-20
| | | | | Signed-off-by: Ludmila Glinskih <lglinskih@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add cabac test into fateTimothy Gu2015-04-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add libavcodec/options-testLukasz Marek2014-12-08
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* build: Conditionally build and run DCT test programDiego Biurrun2014-07-21
|
* build: Conditionally build and test iirfilterDiego Biurrun2014-07-21
|
* fate: cosmetics: Group idct8x8 test together with all other libavcodec testsDiego Biurrun2012-10-23
|
* fate: More fine-grained dependencies for libavcodec test programsDiego Biurrun2012-10-23
|
* fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-23
|
* fate: Add rangecoder testDiego Biurrun2012-10-16
|
* fate: improve dependenciesMans Rullgard2012-05-09
| | | | | | | 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-09
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-01
| | | | | | | | 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-31
|
* fate: split off libavcodec FATE tests into their own fileDiego Biurrun2011-12-26