]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_crop.c
Use qstride = 0 and allocate only a single line for qscale_table since
[ffmpeg] / libavfilter / vf_crop.c
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.