ffmpeg/libavfilter
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
in favor of the newly added corresponding functions
av_parse_video_size() and av_parse_video_rate() defined in
libavcore/parseutils.h.

This change also adds a linking-time dependency of libavcodec and of
libavfilter on libavcore.

Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-26 23:12:28 +00:00
..
Makefile Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 2010-07-26 23:12:28 +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 Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
avfiltergraph.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +00:00
avfiltergraph.h
defaults.c Generalize pixel format enum fields to int formats. 2010-07-22 11:12:47 +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 Make avfilter.c dprintf* functions internal and declare them in an 2010-07-18 22:37:39 +00:00
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 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