summaryrefslogtreecommitdiff
path: root/libavformat/seek.c
Commit message (Expand)AuthorAge
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
* Add internal.h include for av_read_frame_flush prototypeDavid Conrad2010-03-07
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-06
* Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger2010-02-10
* Use I/O buffer size as initial value for backoff for seeking sync point search.Ivan Schreter2009-09-13
* cosmetic changes (indentation, doxygen comments, braces, put structures for A...Ivan Schreter2009-09-05
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-22