ffmpeg/libavfilter
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
2012-11-11 13:35:12 -05:00
..
x86 x86: mmx2 ---> mmxext in function names 2012-10-31 17:53:57 +01:00
Makefile lavfi: add ashowinfo filter 2012-10-29 21:29:58 +01:00
af_aformat.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
af_amix.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
af_anull.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
af_ashowinfo.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
af_asyncts.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
af_channelmap.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
af_channelsplit.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
af_join.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
af_resample.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
allfilters.c lavfi: add ashowinfo filter 2012-10-29 21:29:58 +01:00
asink_anullsink.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
asrc_anullsrc.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
audio.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
audio.h
avfilter.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
avfilter.h Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
avfiltergraph.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
avfiltergraph.h
buffer.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
buffersink.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
buffersink.h
buffersrc.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
buffersrc.h buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 2012-09-17 15:48:20 +02:00
drawutils.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
drawutils.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
fifo.c Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 2012-11-11 13:35:12 -05:00
filtfmts.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
formats.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
formats.h
gradfun.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00
graphparser.c avfilter: fix graphparser memleaks on error paths 2012-10-25 15:00:15 +02:00
internal.h
libavfilter.v
split.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
version.h lavfi: add ashowinfo filter 2012-10-29 21:29:58 +01:00
vf_aspect.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_blackframe.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_boxblur.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_copy.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_crop.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_cropdetect.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_delogo.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_drawbox.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_drawtext.c vf_drawtext: do not use deprecated av_tree_node_size 2012-11-02 18:28:55 +01:00
vf_fade.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_fieldorder.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_format.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_fps.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_frei0r.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_gradfun.c avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 2012-10-12 19:58:51 +02:00
vf_hflip.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_hqdn3d.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_libopencv.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_lut.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_null.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_overlay.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_pad.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_pixdesctest.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_scale.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_select.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_setpts.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_settb.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vf_showinfo.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_slicify.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_transpose.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_unsharp.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_vflip.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vf_yadif.c avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 2012-10-12 19:58:51 +02:00
video.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
video.h
vsink_nullsink.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vsrc_color.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
vsrc_movie.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vsrc_nullsrc.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
vsrc_testsrc.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
yadif.h Give all anonymously typedeffed structs in headers a name 2012-10-06 09:27:11 +02:00