aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/seek.c
Commit message (Collapse)AuthorAgeFilesLines
* Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger2010-02-101-39/+7
| | | | | | calculations in the later one are not correct with large time stamps. Originally committed as revision 21744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use I/O buffer size as initial value for backoff for seeking sync point search.Ivan Schreter2009-09-131-2/+2
| | | | Originally committed as revision 19829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic changes (indentation, doxygen comments, braces, put structures for ↵Ivan Schreter2009-09-051-109/+81
| | | | | | API to header, ...) Originally committed as revision 19773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-221-0/+578
Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk