ffmpeg/libavfilter
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
Also deprecate av_get_pict_type_char() in favor of
av_get_picture_type_char().

The new enum and av_get_picture_type_char() are defined in libavutil.
This allows the use in libavfilter without the need to link against
libavcodec.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26 08:38:57 +02:00
..
x86 Change yadif to not use out of picture lines. 2011-04-03 08:46:19 +02:00
Makefile lavfi: add fieldorder filter 2011-04-26 07:37:41 +02:00
af_anull.c
allfilters.c lavfi: add fieldorder filter 2011-04-26 07:37:41 +02:00
asink_anullsink.c
asrc_anullsrc.c
avfilter.c
avfilter.h lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 2011-04-26 08:38:57 +02:00
avfiltergraph.c
avfiltergraph.h
defaults.c
drawutils.c
drawutils.h
formats.c
gradfun.h
graphparser.c graphparser: add a NULL check on the argument passed to strstr 2011-04-25 22:45:44 +02:00
internal.h
libavfilter.v
vf_aspect.c setdar: prefer "sar" over "par" in log info message 2011-04-25 22:45:44 +02:00
vf_blackframe.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_drawbox.c
vf_fade.c fade: fix draw_slice() check on fade->factor value 2011-04-25 22:45:44 +02:00
vf_fieldorder.c lavfi: add fieldorder filter 2011-04-26 07:37:41 +02:00
vf_fifo.c
vf_format.c
vf_frei0r.c
vf_gradfun.c
vf_hflip.c
vf_hqdn3d.c
vf_libopencv.c
vf_null.c
vf_overlay.c
vf_pad.c pad: make the filter parametric 2011-04-26 07:43:34 +02:00
vf_pixdesctest.c
vf_scale.c scale: make the filter parametric 2011-04-26 07:29:29 +02:00
vf_setpts.c
vf_settb.c
vf_slicify.c
vf_transpose.c
vf_unsharp.c
vf_vflip.c
vf_yadif.c yadif: support 16-bit 2011-04-26 07:21:40 +02:00
vsink_nullsink.c
vsrc_buffer.c lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. 2011-04-26 07:42:13 +02:00
vsrc_buffer.h
vsrc_color.c
vsrc_movie.c vsrc_movie: add key_frame and pict_type. 2011-04-26 07:43:16 +02:00
vsrc_nullsrc.c
yadif.h Change yadif to not use out of picture lines. 2011-04-03 08:46:19 +02:00