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 Change yadif to not use out of picture lines. 2011-02-18 19:39:42 +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 Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
avfilter.c Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 2011-03-17 17:26:45 +01:00
avfilter.h Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
avfiltergraph.c Make avfilter_graph_free() free the graph. 2011-02-06 20:31:42 +01:00
avfiltergraph.h Make avfilter_graph_free() free the graph. 2011-02-06 20:31:42 +01:00
defaults.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
drawutils.c lavfi: add drawutils 2011-02-21 14:09:08 +00:00
drawutils.h lavfi: add drawutils 2011-02-21 14:09:08 +00:00
formats.c
gradfun.h
graphparser.c Make avfilter_graph_parse() not free the input graph 2011-02-06 20:31:42 +01:00
internal.h
libavfilter.v
Makefile Add libmpcodecs to the list of libavfilter subdirectories. 2011-02-25 15:34:20 +01:00
vf_aspect.c Add sample_aspect_ratio to AVFilterLink 2011-02-14 13:07:21 +00:00
vf_blackframe.c
vf_copy.c
vf_crop.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_cropdetect.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_drawbox.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
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 Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_gradfun.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_hflip.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_hqdn3d.c
vf_libopencv.c
vf_mp.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_null.c
vf_overlay.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vf_pad.c lavfi: put color source in a dedicated file 2011-02-21 14:09:46 +00:00
vf_pixdesctest.c
vf_scale.c
vf_setpts.c In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. 2011-01-30 03:40:59 +01:00
vf_settb.c
vf_slicify.c
vf_transpose.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
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 Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vsrc_buffer.h
vsrc_color.c lavfi: put color source in a dedicated file 2011-02-21 14:09:46 +00:00
vsrc_movie.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
vsrc_nullsrc.c Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
yadif.h Change yadif to not use out of picture lines. 2011-02-18 19:39:42 +01:00