summaryrefslogtreecommitdiff
path: root/libavformat/vc1test.c
Commit message (Collapse)AuthorAge
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce probe score as it misdetects our flv file from the regression test.Michael Niedermayer2008-04-15
| | | | | | | The only reason why it does not break them is that flv has the same score and happens to be first in the list. Originally committed as revision 12834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk