- 09 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Unbreak make checkheaders
-
- 26 Jun, 2015 1 commit
-
-
James Almer authored
Fixes make checkheader Signed-off-by: James Almer <jamrial@gmail.com>
-
- 21 Jun, 2015 1 commit
-
-
Luca Barbato authored
Bump the minimum libvpx version to 1.3.0 and rework the configure logic to fail only if no decoders and encoders are found. Based on the original patch from Vittorio. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 10 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: James Zern <jzern@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Dec, 2013 1 commit
-
-
Guillaume Martres authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 11 Apr, 2013 2 commits
-
-
Clément Bœsch authored
This filter is not required anymore with aformat. Drop it at next bump.
-
Anton Khirnov authored
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
-
- 16 Mar, 2013 1 commit
-
-
Anton Khirnov authored
This is more consistent with the naming in the rest of Libav.
-
- 24 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 26 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 17 Jul, 2012 1 commit
-
-
Nicolas George authored
This one is tricky. Consider a graph with two sink links, A and B. request_oldest() requests on A, and A returns EOF. This EOF causes a filter to flush pending frames to B; they are unrequested. Then request_oldest() moves on to B, and B returns EOF.
-
- 26 Jun, 2012 1 commit
-
-
Anton Khirnov authored
-
- 14 May, 2012 1 commit
-
-
Nicolas George authored
-
- 23 Apr, 2012 1 commit
-
-
Nicolas George authored
Keep a heap of all sink links ordered by timestamps.
-
- 14 Apr, 2012 2 commits
-
-
Stefano Sabatini authored
This is required for letting applications to create and destroy AVFilterInOut structs in a convenient way. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Unlike avfilter_graph_parse(), it returns unlinked inputs and outputs to the caller, which allows parsing of graphs where inputs/outputs are not known in advance.
-
- 01 Apr, 2012 1 commit
-
-
Anton Khirnov authored
It will be used for logging, possibly also AVOptions.
-
- 24 Jan, 2012 1 commit
-
-
Nicolas George authored
-
- 22 Nov, 2011 1 commit
-
-
Michael Niedermayer authored
Found-by: ZacS123 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Sep, 2011 1 commit
-
-
Stefano Sabatini authored
Require "void *" rather than "AVClass *" for the log context type. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 29 Aug, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
Make it clear that open_inputs/open_outputs are updated only if non-NULL.
-
- 12 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
This is required for letting applications to create and destroy AVFilterInOut structs in a convenient way.
-
Stefano Sabatini authored
Make it returns the list of open inputs and outputs, so it can be reused by applications. Breaks API/ABI.
-
- 11 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
Require "void *" rather than "AVClass *" for the log context type.
-
- 21 May, 2011 1 commit
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 06 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
Make avfilter_graph_free() free not only the internal structures, but also the allocated graph, and set the graph pointer to NULL for increased safety. Simplify usage. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 4359288c)
-
- 04 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
Make avfilter_graph_free() free not only the internal structures, but also the allocated graph, and set the graph pointer to NULL for increased safety. Simplify usage. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 Jan, 2011 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26323 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
ff_avfilter_graph_check_validity() ff_avfilter_graph_config_links() ff_avfilter_graph_config_formats() and move their declaration to internal.h. These functions are never used in application code, so it is better to consider them internal functions, this can be changed later if necessary. Simplify API. Originally committed as revision 25737 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2010 2 commits
-
-
Stefano Sabatini authored
The new name is shorter and more consistent with the rest of the API. This change breaks libavfilter API/ABI. Originally committed as revision 25674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Oct, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2010 1 commit
-
-
Diego Biurrun authored
This fixes one Doxygen warning each. Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk
-