summaryrefslogtreecommitdiff
path: root/tests/seek_test.c
Commit message (Collapse)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Free packets read in seek_test.Reimar Döffinger2010-02-28
| | | | Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some memory leaks in seek_test test program:Reimar Döffinger2010-02-28
| | | | | | | - do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-20
| | | | | | | | This makes the output nicely aligned even in for those cases, and might also avoid some issues with printf implementations that can not handle well very large float values (e.g. msvcrt without MinGW wrapper IIRC). Originally committed as revision 20334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-19
| | | | Originally committed as revision 20309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger2009-10-18
| | | | | | | | Hopefully this fixes regression tests on DOS. It breaks alignment of the output a bit more, but this should be easy to fix with a second patch. Originally committed as revision 20282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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