]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_crop.c
Factorize out some code and implement the fill_line_with_color()
[ffmpeg] / libavfilter / vf_crop.c
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-18 Bobby BinghamUse the new null callbacks to simplify filters and...
2010-02-03 Stefano SabatiniUse pixel format descriptors for checking if the input...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-22 Stefano SabatiniRemove from the list of the supported formats the forma...
2009-11-09 Stefano SabatiniFix crop filter start_frame() for paletted formats...
2009-11-08 Stefano SabatiniFix start_frame(), which was issuing chroma artifacts...
2009-10-27 Stefano SabatiniAdd descriptions for the committed filters.
2009-10-21 Stefano SabatiniMake the pix_fmts var in query_formats() static const.
2009-10-21 Stefano SabatiniAdd video crop filter.