summaryrefslogtreecommitdiff
path: root/libavformat/vc1test.c
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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