summaryrefslogtreecommitdiff
path: root/tests/seek_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix seek test build, by undefining printf and fprintf.Benoit Fouet2009-03-271-0/+2
| | | | Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning on an uninitialized variable.Benoit Fouet2009-03-261-1/+2
| | | | Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-141-1/+3
| | | | Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-1/+1
| | | | | | corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include required stdint.h header directly.Diego Biurrun2008-05-081-0/+2
| | | | Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix b-libav.ul/al seek regression test.Michael Niedermayer2008-01-311-1/+5
| | | | Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PRId64 in seek testDavid Conrad2007-08-131-1/+1
| | | | Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationBaptiste Coudurier2007-04-221-0/+2
| | | | Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-051-7/+7
| | | | Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont output information about what is demuxed after a seek failureMichael Niedermayer2007-02-051-1/+2
| | | | Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l uninitalized colaMichael Niedermayer2007-02-051-0/+3
| | | | | | seek regression tests are now deterministic Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression testsMichael Niedermayer2007-02-051-0/+87
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk