FFmpeg/libavfilter
Stefano Sabatini 5c3c0e3f2e Fix crop filter start_frame() for paletted formats different from
PAL8. Shift data[1] only if the input format is not paletted.

Originally committed as revision 20488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-09 21:00:38 +00:00
..
allfilters.c Use spaces after commas for improving readability. 2009-11-03 22:46:15 +00:00
avfilter.c Make avfilter_get_video_buffer() use 2009-11-03 22:15:52 +00:00
avfilter.h Add slicify video filter. 2009-11-03 22:41:38 +00:00
avfiltergraph.c
avfiltergraph.h
defaults.c
formats.c
graphparser.c
graphparser.h
Makefile Enable linking of parseutils.o. 2009-11-09 18:56:51 +00:00
parseutils.c
parseutils.h
vf_crop.c Fix crop filter start_frame() for paletted formats different from 2009-11-09 21:00:38 +00:00
vf_format.c Explicitely define get_video_buffer() callbacks in the format, 2009-11-03 22:04:55 +00:00
vf_null.c Explicitely define get_video_buffer() callbacks in the format, 2009-11-03 22:04:55 +00:00
vf_slicify.c Add slicify video filter. 2009-11-03 22:41:38 +00:00
vf_vflip.c