summaryrefslogtreecommitdiff
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAge
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vf_crop: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_crop: cosmetics, break linesAnton Khirnov2013-05-16
* vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* 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