summaryrefslogtreecommitdiff
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAgeFilesLines
...
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+5
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-12/+12
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-1/+0
|\ \ | |/
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+1
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+1
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-4/+5
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-1/+2
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* | lavfi/crop: show input and output sample aspect ratio in the logStefano Sabatini2012-03-171-2/+3
* | vf_crop: keepaspect supportBaptiste Coudurier2012-03-111-1/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-1/+2
|\ \ | |/
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-1/+2
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-051-1/+1
* | vf_crop: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* | vf_crop: add support for a, dar, sar, hsub, and vsub variablesStefano Sabatini2011-07-301-0/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-301-5/+3
|\ \ | |/
| * 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
* | Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-261-0/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-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