ffmpeg/libavfilter
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 2012-10-31 17:53:57 +01: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 lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
af_amix.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01: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 lavfi: add ashowinfo filter 2012-10-29 21:29:58 +01: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 af_channelmap: remove stray enum declaration 2012-10-27 13:06:43 +01:00
af_channelsplit.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
af_join.c lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01: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 lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01:00
audio.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00
audio.h lavfi: add error handling to filter_samples(). 2012-07-09 08:25:19 +02:00
avfilter.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
avfilter.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avfiltergraph.c avfiltergraph: silence an uninitialized variable warning 2012-09-17 15:48:20 +02:00
avfiltergraph.h
buffer.c avfilter: correct memcpy size avfilter_copy_buf_props() 2012-10-09 21:05:14 +02:00
buffersink.c buffersink: remove stray semicolon after function definition 2012-10-27 13:06:27 +01:00
buffersink.h doxygen: Fix function parameter names to match the code 2012-08-09 20:05:55 +02:00
buffersrc.c lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02: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 lavfi: convert input/ouput list compound literals to named objects 2012-10-10 22:26:12 +01: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 cosmetics: Consistently use C-style comments with multiple inclusion guards 2012-07-03 17:35:12 +02:00
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 lavfi: add error handling to end_frame(). 2012-07-22 09:14:05 +02:00
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 lavfi: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02: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 factor identical ff_inplace_start_frame out of two filters 2012-07-28 14:15:14 -07:00
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