ffmpeg/libavfilter
Mark Himsley 19d82cb14c fade: fix draw_slice() check on fade->factor value
draw_slice() checks that the fade factor is < 65536 and only
calculates the fade if so. But the fade factor is clipped in
end_frame() by av_clip_uint16() to 65535, so the fade is calculated
for every frame.  This patch alters the check so that it compares with
< 65535 (UINT16_MAX).
2011-03-18 23:25:33 +01:00
..
libmpcodecs remove definition of swab 2011-03-17 19:09:45 +01:00
x86
Makefile Add libmpcodecs to the list of libavfilter subdirectories. 2011-02-25 15:34:20 +01:00
af_anull.c
allfilters.c Port drawtext filter by Hemanth from the libavfilter soc repo, with 2011-02-22 01:49:45 +01:00
asink_anullsink.c
asrc_anullsrc.c
avfilter.c Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 2011-03-17 17:26:45 +01:00
avfilter.h
avfiltergraph.c
avfiltergraph.h
defaults.c
drawutils.c
drawutils.h
formats.c
gradfun.h
graphparser.c
internal.h
libavfilter.v
vf_aspect.c
vf_blackframe.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_drawbox.c
vf_drawtext.c Add shadow support to the drawtext filter 2011-02-22 01:49:54 +01:00
vf_fade.c fade: fix draw_slice() check on fade->factor value 2011-03-18 23:25:33 +01:00
vf_fifo.c
vf_format.c
vf_frei0r.c
vf_gradfun.c
vf_hflip.c
vf_hqdn3d.c
vf_libopencv.c
vf_mp.c
vf_null.c
vf_overlay.c
vf_pad.c
vf_pixdesctest.c
vf_scale.c
vf_setpts.c
vf_settb.c
vf_slicify.c
vf_transpose.c
vf_unsharp.c
vf_vflip.c
vf_yadif.c yadif: add parens around macro parameters 2011-03-08 02:08:31 +01:00
vsink_nullsink.c
vsrc_buffer.c
vsrc_buffer.h
vsrc_color.c
vsrc_movie.c
vsrc_nullsrc.c
yadif.h