aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/seek/lavf-pbmpipe
Commit message (Collapse)AuthorAgeFilesLines
* lavf/img2dec: add pnm pipe demuxersClément Bœsch2016-06-221-23/+27
|
* avformat/img2dec: Fail probing when no data is yet available and the ↵Michael Niedermayer2014-09-121-26/+26
| | | | | | | | | | | filename contains no number/glob patterns either. Fixes Ticket3901 the seek test error codes change due to a change in the failure path, this could be avoided by changing the respective error codes to EINVAL Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: split dependencies for fate-seek testsJanne Grunau2012-12-021-0/+27
Each fate-seek test depends now only on the corresponding fate-acodec, fate-vsynth2 or fate-lavf test which creates the file seek-tests operates on. The tests and references are renamed to match the test they depend on.