summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAgeFilesLines
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-091-17/+23
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-6/+3
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-48/+17
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-5/+5
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-12/+24
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-24/+24
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-2/+2
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-3/+3
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+5
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-12/+12
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-3/+3
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-1/+2
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun2011-05-291-5/+3
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-281-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier2011-01-051-3/+2
* In the crop filter, put under ifdef DEBUG the trace logs for theStefano Sabatini2010-12-271-0/+4
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-241-1/+1
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-241-1/+3
* Add informative log message in the crop filter.Stefano Sabatini2010-11-231-0/+3
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-10/+10
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-021-2/+2
* 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
OpenPOWER on IntegriCloud