Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
| | | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | rename av_read_frame_flush to ff_read_frame_flush | Aurelien Jacobs | 2010-03-15 | 1 | -2/+2 |
| | | | | | | it is an internal function, not part of public API Originally committed as revision 22562 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add internal.h include for av_read_frame_flush prototype | David Conrad | 2010-03-07 | 1 | -0/+1 |
| | | | | | | Fixes build with clang Originally committed as revision 22273 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move av_read_frame_flush() prototype to lavf/internal.h | Måns Rullgård | 2010-03-06 | 1 | -1/+0 |
| | | | | Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use av_compare_ts from libavutil instead of the locale compare_ts, the | Reimar Döffinger | 2010-02-10 | 1 | -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 Schreter | 2009-09-13 | 1 | -2/+2 |
| | | | | Originally committed as revision 19829 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetic changes (indentation, doxygen comments, braces, put structures for ↵ | Ivan Schreter | 2009-09-05 | 1 | -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 Schreter | 2009-08-22 | 1 | -0/+578 |
Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk |