Stefano Sabatini ed581e65e2 Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context. 14 years ago
..
x86 5ef42826d2 yadif: Explicit wordlength for compare. Fixes compile with clang. 14 years ago
Makefile 6f2325e3f1 1/PHIl: swap again settb/setpts, fix alphabetical order. 14 years ago
af_anull.c 99046339fc Add null audio filter. 14 years ago
allfilters.c 6f2325e3f1 1/PHIl: swap again settb/setpts, fix alphabetical order. 14 years ago
asink_anullsink.c f0a5543898 Add asink_anullsink - null audio sink. 14 years ago
asrc_anullsrc.c 1ee410f330 Add asrc_anullsrc - null audio source. 14 years ago
avfilter.c d545aea8f0 100l: remove bogus inclusion of libavcodec/audioconvert.c in 14 years ago
avfilter.h 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
avfiltergraph.c 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
avfiltergraph.h 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
defaults.c ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
formats.c ad2c950154 Implement libavfilter audio framework. 14 years ago
graphparser.c ed581e65e2 Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context. 14 years ago
graphparser.h a6fdd5748f Amend avfilter_graph_parse() documentation for the return code, make 14 years ago
internal.h eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
libavfilter.v a482e61bd6 Add symbol versioning for shared libraries 15 years ago
parseutils.c c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
parseutils.h c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
vf_aspect.c cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
vf_blackframe.c 41f1d3afeb Fix timestamp handling in more filters after the change which set the 14 years ago
vf_crop.c 4b3d0dc643 Fix crop->var_values[VAR_T] computation in the crop filter. 14 years ago
vf_cropdetect.c 41f1d3afeb Fix timestamp handling in more filters after the change which set the 14 years ago
vf_drawbox.c e40032e23a Add the drawbox filter from the soc libavfilter repo. 14 years ago
vf_fifo.c 7f1af825f8 Add fifo filter. 14 years ago
vf_format.c a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
vf_frei0r.c 41f1d3afeb Fix timestamp handling in more filters after the change which set the 14 years ago
vf_hflip.c e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
vf_libopencv.c a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
vf_null.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
vf_pad.c b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
vf_pixdesctest.c a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
vf_scale.c c10676aca3 Make init() return sensible error code rather than -1 in case of 14 years ago
vf_setpts.c a532bb390f Add setpts filter, ported from the libavfilter soc repo. 14 years ago
vf_settb.c 214c0d420b Implement settb filter. 14 years ago
vf_slicify.c a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
vf_transpose.c 43945b2766 Add transpose filter. 14 years ago
vf_unsharp.c 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 14 years ago
vf_vflip.c ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
vf_yadif.c 236f79480b merge #if with if() 14 years ago
vsink_nullsink.c a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
vsrc_buffer.c 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
vsrc_buffer.h 701935968d add #include so make checkheaders passes 14 years ago
vsrc_nullsrc.c 610312e904 Remove unused symbol. 14 years ago
yadif.h acbac56789 yadif filter, based on stefanos port of my yadif from mplayer. 14 years ago