]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_crop.c
lavfi: make formats API private on next bump.
[ffmpeg] / libavfilter / vf_crop.c
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-05-29 Diego Biurrunvf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
2011-04-28 Peter Rosscrop: make the filter accept PIX_FMT_BGR48LE and PIX_FM...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-05 Baptiste CoudurierIn crop filter, update new ref w/h instead of old one...
2010-12-27 Stefano SabatiniIn the crop filter, put under ifdef DEBUG the trace...
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-24 Stefano Sabatini0.123l: remove unused arguments in av_log(), fix warning.
2010-11-24 Baptiste CoudurierIn crop filter, reference picref after updating w/h...
2010-11-23 Stefano SabatiniAdd informative log message in the crop filter.
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
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.