ffmpeg/libavfilter
Stefano Sabatini 7be5b7309c Make avfilter_default_get_video_buffer() use functions in
libavcore/imgutils.c rather than ff_fill_linesize() and
ff_fill_pointer().

Also remove a dependency on libavcodec.

Originally committed as revision 24586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-30 00:29:50 +00:00
..
Makefile Require libswscale only if the scale filter is used. 2010-07-28 08:56:52 +00:00
allfilters.c
avfilter.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
avfilter.h Make avfilter_default_get_video_buffer() use functions in 2010-07-30 00:29:50 +00:00
avfiltergraph.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
avfiltergraph.h
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
internal.h
libavfilter.v
parseutils.c
parseutils.h
vf_aspect.c
vf_crop.c Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, 2010-07-22 22:06:46 +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
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