summaryrefslogtreecommitdiffstats
path: root/libavformat/seek.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
| * lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-281-3/+0
* | lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-291-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-13/+4
|\ \ | |/
| * lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-051-13/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-3/+3
|/
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-151-2/+2
* Add internal.h include for av_read_frame_flush prototypeDavid Conrad2010-03-071-0/+1
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-061-1/+0
* Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger2010-02-101-39/+7
* Use I/O buffer size as initial value for backoff for seeking sync point search.Ivan Schreter2009-09-131-2/+2
* cosmetic changes (indentation, doxygen comments, braces, put structures for A...Ivan Schreter2009-09-051-109/+81
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-221-0/+578
OpenPOWER on IntegriCloud