You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
..
x86 avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
Makefile lavfi: reclassify showfiltfmts as a TESTPROG 13 years ago
af_aformat.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_amix.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_anull.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_asyncts.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_channelmap.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_channelsplit.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_join.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
af_resample.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
allfilters.c Don't include common.h from avutil.h 12 years ago
asink_anullsink.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
asrc_anullsrc.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
audio.c Don't include common.h from avutil.h 12 years ago
audio.h lavfi: add error handling to filter_samples(). 13 years ago
avfilter.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
avfilter.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
avfiltergraph.c avfiltergraph: silence an uninitialized variable warning 12 years ago
avfiltergraph.h lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 13 years ago
buffer.c avfilter: correct memcpy size avfilter_copy_buf_props() 12 years ago
buffersink.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
buffersink.h doxygen: Fix function parameter names to match the code 12 years ago
buffersrc.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
buffersrc.h buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 12 years ago
drawutils.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
drawutils.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
fifo.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
filtfmts.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
formats.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
formats.h cosmetics: Consistently use C-style comments with multiple inclusion guards 13 years ago
gradfun.h Give all anonymously typedeffed structs in headers a name 12 years ago
graphparser.c Don't include common.h from avutil.h 12 years ago
internal.h lavfi: add error handling to end_frame(). 12 years ago
libavfilter.v Add symbol versioning for shared libraries 15 years ago
split.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
version.h lavfi: bump minor to mark stabilizing the ABI. 12 years ago
vf_aspect.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_blackframe.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_boxblur.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_copy.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_crop.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_cropdetect.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_delogo.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_drawbox.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_drawtext.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_fade.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_fieldorder.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_format.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_fps.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_frei0r.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_gradfun.c avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
vf_hflip.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_hqdn3d.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_libopencv.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_lut.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_null.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_overlay.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_pad.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_pixdesctest.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_scale.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_select.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_setpts.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_settb.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vf_showinfo.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_slicify.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_transpose.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_unsharp.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_vflip.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vf_yadif.c avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
video.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
video.h factor identical ff_inplace_start_frame out of two filters 12 years ago
vsink_nullsink.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vsrc_color.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
vsrc_movie.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vsrc_nullsrc.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
vsrc_testsrc.c lavfi: convert input/ouput list compound literals to named objects 12 years ago
yadif.h Give all anonymously typedeffed structs in headers a name 12 years ago