summaryrefslogtreecommitdiff
path: root/tests/fate/avformat.mak
Commit message (Collapse)AuthorAge
* tests/fate: added mxf opatom audio regression testsMark Reid2015-04-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* test/fate: added mxf_opatom regression testsMark Reid2015-02-10
| | | | | Reviewed-by: tomas.hardin@codemill.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: Add test for wav Peak Envelope Chunk encoder (levl chunk).Peter B2014-07-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add some fate dependencies to fix make fate with --disable-everything.Carl Eugen Hoyos2013-03-09
|
* Sony Wave64 muxerPaul B Mahol2012-12-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* IRCAM demuxer & muxerPaul B Mahol2012-12-05
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* AST MuxerJames Almer2012-12-04
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add smjpegenc testPaul B Mahol2012-11-05
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: add filmstrip testMichael Niedermayer2012-11-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'a7d2861d36756b913e85681b86ed3385274e8ced'Michael Niedermayer2012-10-21
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d2861d36756b913e85681b86ed3385274e8ced': svq3: K&R formatting cosmetics fate: Introduce ENCMUX macro for tests that require encoders and a muxer ffv1: Add missing #includes to header file Conflicts: libavcodec/ffv1.h libavcodec/svq3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Introduce ENCMUX macro for tests that require encoders and a muxerDiego Biurrun2012-10-20
| |
* | fate: Handle lavf-fate tests in a makefilejamal2012-10-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '36ac9a16a19a365ce58cc871484c20cffe9b6401'Michael Niedermayer2012-10-18
|/ | | | | | | | | | | | * commit '36ac9a16a19a365ce58cc871484c20cffe9b6401': fate: dependencies for seek tests fate: handle lavf test dependencies entirely in make Conflicts: configure tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* fate: handle lavf test dependencies entirely in makeMans Rullgard2012-10-17
This makes the lavf tests depend on all codecs and formats they use. Signed-off-by: Mans Rullgard <mans@mansr.com>