| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat: Improve ff_configure_buffers_for_index for excessive deltas | Martin Storsjö | 2023-04-02 | 1 | -6/+7 |
* | libavformat: Account for negative position differences in ff_configure_buffer... | Martin Storsjö | 2023-04-02 | 1 | -1/+3 |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 1 | -0/+2 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/seek: add ff_rescale_interval() function | Pierre-Anthony Lemieux | 2022-03-19 | 1 | -0/+10 |
* | seek: Fix crashes in ff_seek_frame_binary if built with latest Clang 14 | Martin Storsjö | 2021-10-18 | 1 | -1/+1 |
* | avformat/utils: Move seeking code out into a new file | Andreas Rheinhardt | 2021-09-17 | 1 | -0/+753 |
* | lavf: remove unused code | wm4 | 2015-02-08 | 1 | -508/+0 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | lavf: remove unreliable timestamp guessing heuristic | Anton Khirnov | 2013-10-28 | 1 | -3/+0 |
* | lavf: deobfuscate read_frame_internal(). | Anton Khirnov | 2012-03-05 | 1 | -13/+4 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | rename av_read_frame_flush to ff_read_frame_flush | Aurelien Jacobs | 2010-03-15 | 1 | -2/+2 |
* | Add internal.h include for av_read_frame_flush prototype | David Conrad | 2010-03-07 | 1 | -0/+1 |
* | Move av_read_frame_flush() prototype to lavf/internal.h | Måns Rullgård | 2010-03-06 | 1 | -1/+0 |
* | Use av_compare_ts from libavutil instead of the locale compare_ts, the | Reimar Döffinger | 2010-02-10 | 1 | -39/+7 |
* | Use I/O buffer size as initial value for backoff for seeking sync point search. | Ivan Schreter | 2009-09-13 | 1 | -2/+2 |
* | cosmetic changes (indentation, doxygen comments, braces, put structures for A... | Ivan Schreter | 2009-09-05 | 1 | -109/+81 |
* | Support for generic multi-stream key frame finding for new seek API. | Ivan Schreter | 2009-08-22 | 1 | -0/+578 |