summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix enum var_name symbols with VAR_, to avoid conflicts with alreadyStefano Sabatini2010-09-251-40/+40
* Fix memleak introduced in:Stefano Sabatini2010-09-251-0/+1
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-251-17/+157
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-241-4/+4
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-101-2/+2
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-201-1/+1
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-181-9/+2
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-2/+2
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini2010-07-301-1/+1
* Compute the max pixel step for each plane, and use it in place ofStefano Sabatini2010-07-301-39/+11
* Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec,Stefano Sabatini2010-07-221-1/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-181-7/+1
* Use pixel format descriptors for checking if the input format isStefano Sabatini2010-02-031-5/+2
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-041-2/+2
* Remove from the list of the supported formats the formats which areStefano Sabatini2009-11-221-3/+0
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-091-1/+5
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-081-1/+1
* Add descriptions for the committed filters.Stefano Sabatini2009-10-271-0/+2
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-211-1/+1
* Add video crop filter.Stefano Sabatini2009-10-211-0/+233
OpenPOWER on IntegriCloud