1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 17:59:59 +02:00
ffmpeg/libavfilter
Stefano Sabatini 689a5f493b Make avfilter_open() set to NULL the pads and the filters when the
corresponding count is zero, rather than allocate a 16 bytes sized
block for them. Improve safety.

Originally committed as revision 16565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12 20:30:57 +00:00
..
allfilters.c Fix libavfilter compilation and make it more in line 2008-03-03 20:53:15 +00:00
avfilter.c Make avfilter_open() set to NULL the pads and the filters when the 2009-01-12 20:30:57 +00:00
avfilter.h Implement the avfilter_default_draw_slice() handler and use it in 2009-01-11 22:05:48 +00:00
avfiltergraph.c Handle av_realloc() failure 2008-04-04 20:09:47 +00:00
avfiltergraph.h Fix and extend documentation for avfilter_graph_get_filter(). 2008-12-26 22:25:47 +00:00
defaults.c Implement the avfilter_default_draw_slice() handler and use it in 2009-01-11 22:05:48 +00:00
formats.c Better description for merge_ref(). 2008-02-21 22:10:11 +00:00
graphparser.c Change thisIsAVar variable names to this_is_a_var style, more 2008-12-27 09:31:05 +00:00
graphparser.h Fix documentation for avfilter_parse_graph(). 2008-12-26 10:48:54 +00:00
Makefile cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 2008-11-20 22:53:18 +00:00