summaryrefslogtreecommitdiff
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAge
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun2011-05-29
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier2011-01-05
* In the crop filter, put under ifdef DEBUG the trace logs for theStefano Sabatini2010-12-27
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-24
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-24
* Add informative log message in the crop filter.Stefano Sabatini2010-11-23
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-02
* Prefix enum var_name symbols with VAR_, to avoid conflicts with alreadyStefano Sabatini2010-09-25
* Fix memleak introduced in:Stefano Sabatini2010-09-25
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-10
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-20
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-18
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini2010-07-30
* Compute the max pixel step for each plane, and use it in place ofStefano Sabatini2010-07-30
* Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec,Stefano Sabatini2010-07-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-18
* Use pixel format descriptors for checking if the input format isStefano Sabatini2010-02-03
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Remove from the list of the supported formats the formats which areStefano Sabatini2009-11-22
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-09
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-08
* Add descriptions for the committed filters.Stefano Sabatini2009-10-27
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-21
* Add video crop filter.Stefano Sabatini2009-10-21