- 16 May, 2013 1 commit
-
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
- 09 Apr, 2013 1 commit
-
-
Anton Khirnov authored
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
-
- 28 Nov, 2012 1 commit
-
-
Anton Khirnov authored
Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 10 Oct, 2012 1 commit
-
-
Mans Rullgard authored
A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Oct, 2012 2 commits
-
-
Anton Khirnov authored
Right now it incorrectly assumes that the frames are sent in the proper order, which worked with old ffmpeg and avconv versions by accident.
-
Anton Khirnov authored
Output frames correspond 1:1 to input frames on the main input. So use the main input timebase for output.
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 Jul, 2012 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 22 Jul, 2012 5 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 21 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 20 Jul, 2012 2 commits
-
-
Anton Khirnov authored
This reduces code duplication and prevents stale pointers from remaining on the link.
-
Anton Khirnov authored
-
- 26 Jun, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
-
- 13 Jun, 2012 1 commit
-
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
- 05 Jun, 2012 2 commits
-
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
Anton Khirnov authored
It is only useful inside filters and we don't allow user filters for now.
-
- 09 Apr, 2012 1 commit
-
-
Anton Khirnov authored
Signal that it can output a frame when there are frames on the main input and EOF on the overlay input, but a frame is buffered -- e.g. single picture overlay.
-
- 21 Feb, 2012 1 commit
-
-
Alex Converse authored
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 25 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Compute the outpicref PTS in start_frame(), since it is required for comparing that value with the value of the overpicref. Originally committed as revision 25828 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
adopting Baptiste variant which is simpler and faster. Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk
-