]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_crop.c
Fix crop->var_values[VAR_T] computation in the crop filter.
[ffmpeg] / libavfilter / vf_crop.c
2010-11-02 Stefano SabatiniFix crop->var_values[VAR_T] computation in the crop...
2010-09-25 Stefano SabatiniPrefix enum var_name symbols with VAR_, to avoid confli...
2010-09-25 Stefano SabatiniFix memleak introduced in:
2010-09-25 Stefano SabatiniMake the crop filters accept parametric expressions.
2010-09-24 Stefano SabatiniChange the syntax of the crop filter from x:y:w:h to...
2010-09-10 Stefano SabatiniCosmetics: remove useless parentheses.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-20 Stefano SabatiniRename av_fill_image_max_pixstep() to av_fill_image_max...
2010-08-18 Stefano SabatiniImplement inline function av_fill_image_max_pixstep...
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-07-30 Stefano SabatiniMake config_input() return AVERROR(EINVAL) in place...
2010-07-30 Stefano SabatiniCompute the max pixel step for each plane, and use...
2010-07-22 Stefano SabatiniRemove dependency on avcodec_get_chroma_sub_sample...
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.