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 Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
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 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 Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
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 Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vf_crop.c Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, 2010-07-22 22:06:46 +00:00
vf_format.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vf_null.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
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 Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vf_unsharp.c Fix clang warning, make initialization more readable 2010-06-27 19:02:15 +00:00
vf_vflip.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vsink_nullsink.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
vsrc_buffer.c Extend buffer source syntax. 2010-07-21 17:14:19 +00:00
vsrc_buffer.h add #include so make checkheaders passes 2010-06-17 10:13:11 +00:00
vsrc_nullsrc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00