ffmpeg/libavfilter
Stefano Sabatini d6bb31a46b Make config_input() return AVERROR(EINVAL) in place of -1.
Originally committed as revision 24595 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-30 11:56:01 +00:00
..
Makefile Require libswscale only if the scale filter is used. 2010-07-28 08:56:52 +00:00
allfilters.c Add color source. 2010-07-17 10:14:52 +00:00
avfilter.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
avfilter.h Resize AVFilterBuffer to hold 8 planes/linesizes worth of data. 2010-07-30 08:42:25 +00:00
avfiltergraph.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
avfiltergraph.h Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
defaults.c Make avfilter_default_get_video_buffer() use functions in 2010-07-30 00:29:50 +00:00
formats.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
graphparser.c Document create_filter(). 2010-07-22 09:56:09 +00:00
graphparser.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
internal.h Make avfilter.c dprintf* functions internal and declare them in an 2010-07-18 22:37:39 +00:00
libavfilter.v
parseutils.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
parseutils.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
vf_aspect.c
vf_crop.c Make config_input() return AVERROR(EINVAL) in place of -1. 2010-07-30 11:56:01 +00:00
vf_format.c
vf_null.c
vf_pad.c Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 2010-07-26 23:12:28 +00:00
vf_pixdesctest.c Reindent after r24101. 2010-07-08 22:05:33 +00:00
vf_scale.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
vf_slicify.c
vf_unsharp.c
vf_vflip.c
vsink_nullsink.c
vsrc_buffer.c Extend buffer source syntax. 2010-07-21 17:14:19 +00:00
vsrc_buffer.h
vsrc_nullsrc.c