Baptiste Coudurier 69057b70f7 In pad filter, update new ref w/h in start_frame, fix chaining 14 years ago
..
x86 d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
Makefile b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
af_anull.c 99046339fc Add null audio filter. 14 years ago
allfilters.c b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
asink_anullsink.c f0a5543898 Add asink_anullsink - null audio sink. 14 years ago
asrc_anullsrc.c 63e8d9760f Use the new libavcore audio channel API. 14 years ago
avfilter.c 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
avfilter.h b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
avfiltergraph.c b59dd1ea4f Fix style nits in avfiltergraph.c. 14 years ago
avfiltergraph.h 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
defaults.c 4da12e3b13 Implement av_image_alloc() and use it in 14 years ago
formats.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
gradfun.h d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
graphparser.c 9241cd2095 Make avfilter_parse_graph() output a more meaningful message when an 14 years ago
internal.h 4723bc2868 Make avfilter_default_free_buffer() an internal shared symbol, so that 14 years ago
libavfilter.v a482e61bd6 Add symbol versioning for shared libraries 15 years ago
vf_aspect.c 6fd2b8bd0a In aspect filter, fix display for input resolution 14 years ago
vf_blackframe.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_copy.c b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
vf_crop.c d34a77fb09 In crop filter, update new ref w/h instead of old one, fix chaining 14 years ago
vf_cropdetect.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_drawbox.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_fifo.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_format.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_frei0r.c f51aeedd41 Extend the frei0r filter syntax. 14 years ago
vf_gradfun.c 69b8d83ecf Fix crash in gradfun:end_frame() when inpic == outpic, so it has to be 14 years ago
vf_hflip.c e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
vf_hqdn3d.c a4dc7aa5b5 Port libmpcodecs hqdn3d filter. 14 years ago
vf_libopencv.c 17fc94933b Add erode libopencv filter. 14 years ago
vf_null.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
vf_overlay.c 9b195435b3 Fix timestamp scaling in the overlay filter. 14 years ago
vf_pad.c 69057b70f7 In pad filter, update new ref w/h in start_frame, fix chaining 14 years ago
vf_pixdesctest.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_scale.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_setpts.c d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
vf_settb.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_slicify.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_transpose.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_unsharp.c 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
vf_vflip.c 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
vf_yadif.c 1ef64490e1 yadif sse2/ssse3 optimizations 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 c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
vsrc_nullsrc.c d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
yadif.h bf799f686f Declare sse2 and ssse2 function in yadif header 14 years ago