1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
FFmpeg/libavfilter
Stefano Sabatini b4b6645655 Avoid usage of avcodec_get_pix_fmt_name() and
avcodec_get_chroma_sub_sample(), directly access
av_pix_fmt_descriptors instead.

Remove some of the dependancies of lavfi on lavc.

Originally committed as revision 21575 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31 16:33:29 +00:00
..
allfilters.c Implement null video sink. 2010-01-16 11:05:36 +00:00
avfilter.c Avoid usage of avcodec_get_pix_fmt_name() and 2010-01-31 16:33:29 +00:00
avfilter.h Implement null video sink. 2010-01-16 11:05:36 +00:00
avfiltergraph.c
avfiltergraph.h
defaults.c Make avfilter_default_start_frame() request a buffer with the same 2010-01-16 10:10:14 +00:00
formats.c
graphparser.c
graphparser.h
libavfilter.v Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
Makefile Implement null video sink. 2010-01-16 11:05:36 +00:00
parseutils.c
parseutils.h
vf_crop.c
vf_format.c Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 2010-01-30 19:10:26 +00:00
vf_null.c
vf_scale.c Avoid usage of avcodec_get_pix_fmt_name() and 2010-01-31 16:33:29 +00:00
vf_slicify.c Avoid usage of avcodec_get_pix_fmt_name() and 2010-01-31 16:33:29 +00:00
vf_vflip.c Avoid usage of avcodec_get_pix_fmt_name() and 2010-01-31 16:33:29 +00:00
vsink_nullsink.c Implement null video sink. 2010-01-16 11:05:36 +00:00
vsrc_nullsrc.c Implement null video source. 2010-01-16 10:43:53 +00:00