summaryrefslogtreecommitdiff
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* | lavfi/crop: show input and output sample aspect ratio in the logStefano Sabatini2012-03-17
* | vf_crop: keepaspect supportBaptiste Coudurier2012-03-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | vf_crop: remove mathematical constants now redundant.Nicolas George2011-10-13
* | vf_crop: add support for a, dar, sar, hsub, and vsub variablesStefano Sabatini2011-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-30
|\|
| * 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
* | Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-26
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* 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