- 04 Mar, 2014 3 commits
-
-
Vittorio Giovara authored
strtok_r is not needed any more, so remove it from configure.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
- 28 Oct, 2013 1 commit
-
-
Anton Khirnov authored
-
- 17 May, 2013 1 commit
-
-
Anton Khirnov authored
Do not leak the initialized filter instance.
-
- 16 May, 2013 1 commit
-
-
Anton Khirnov authored
This is shorter and consistent across filters.
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 09 Apr, 2013 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
-
- 31 Dec, 2012 1 commit
-
-
Diego Biurrun authored
%f denotes a double argument and 'l' does nothing in this case according to the C spec.
-
- 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.
-
- 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
-
- 17 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 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
This reduces code duplication and prevents stale pointers from remaining on the link.
-
- 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 2 commits
-
-
Anton Khirnov authored
It will allow adding new fields to it without ABI breaks.
-
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.
-
- 05 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 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>
-
- 30 Nov, 2010 2 commits
-
-
Stefano Sabatini authored
Make it accept the frei0r=filtername=params as alternative to frei0r=filtername:params. Originally committed as revision 25856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Nov, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25748 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
timebase in the filter link. Originally committed as revision 25649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-