summaryrefslogtreecommitdiff
path: root/tests/seek_test.c
Commit message (Collapse)AuthorAge
* Fix seek test build, by undefining printf and fprintf.Benoit Fouet2009-03-27
| | | | Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning on an uninitialized variable.Benoit Fouet2009-03-26
| | | | Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-14
| | | | 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-08
| | | | | | 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-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include required stdint.h header directly.Diego Biurrun2008-05-08
| | | | Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix b-libav.ul/al seek regression test.Michael Niedermayer2008-01-31
| | | | Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PRId64 in seek testDavid Conrad2007-08-13
| | | | Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationBaptiste Coudurier2007-04-22
| | | | Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-05
| | | | 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-05
| | | | Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l uninitalized colaMichael Niedermayer2007-02-05
| | | | | | seek regression tests are now deterministic Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression testsMichael Niedermayer2007-02-05
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk