- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
Add some bounds checking to CLLC; reduce HQX variable scoping, add an error message.
-
- 07 Dec, 2013 1 commit
-
-
Guillaume Martres authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 11 Apr, 2013 1 commit
-
-
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.
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 26 Jun, 2012 1 commit
-
-
Anton Khirnov authored
-
- 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.
-
- 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>
-
- 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>
-
- 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
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 22842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 May, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 19066 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 May, 2009 1 commit
-
-
Stefano Sabatini authored
inconsistent '\p'. Originally committed as revision 18823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2009 1 commit
-
-
Stefano Sabatini authored
consistency with the rest of the API. Originally committed as revision 17623 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Feb, 2009 1 commit
-
-
Stefano Sabatini authored
value in the args for the auto-inserted scale filters. Originally committed as revision 17547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 16809 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Dec, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Apr, 2008 9 commits
-
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38 Originally committed as revision 12754 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-04-03 16:30:09 Originally committed as revision 12747 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
framework. Split it. Commited in SoC by Vitor Sessak on 2008-04-03 16:29:07 Originally committed as revision 12746 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-03-27 19:34:24 Originally committed as revision 12742 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-03-26 20:56:05 Originally committed as revision 12739 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-03-26 20:51:24 Originally committed as revision 12738 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-03-26 20:31:53 Originally committed as revision 12736 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-03-24 20:13:01 Originally committed as revision 12734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Commited in SoC by Vitor Sessak on 2008-03-24 19:58:44 Originally committed as revision 12733 to svn://svn.ffmpeg.org/ffmpeg/trunk
-