| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_crop: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+3 |
* | vf_crop: cosmetics, break lines | Anton Khirnov | 2013-05-16 | 1 | -3/+7 |
* | vf_crop: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -73/+79 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | vf_crop: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -17/+23 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -6/+3 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -48/+17 |
* | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -5/+5 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -12/+24 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -24/+24 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -3/+3 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -2/+5 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -12/+12 |
* | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -3/+3 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -1/+2 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog(). | Diego Biurrun | 2011-05-29 | 1 | -5/+3 |
* | crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | In crop filter, update new ref w/h instead of old one, fix chaining | Baptiste Coudurier | 2011-01-05 | 1 | -3/+2 |
* | In the crop filter, put under ifdef DEBUG the trace logs for the | Stefano Sabatini | 2010-12-27 | 1 | -0/+4 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | 0.123l: remove unused arguments in av_log(), fix warning. | Stefano Sabatini | 2010-11-24 | 1 | -1/+1 |
* | In crop filter, reference picref after updating w/h, fix issue #2377 | Baptiste Coudurier | 2010-11-24 | 1 | -1/+3 |
* | Add informative log message in the crop filter. | Stefano Sabatini | 2010-11-23 | 1 | -0/+3 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -10/+10 |
* | Fix crop->var_values[VAR_T] computation in the crop filter. | Stefano Sabatini | 2010-11-02 | 1 | -2/+2 |
* | Prefix enum var_name symbols with VAR_, to avoid conflicts with already | Stefano Sabatini | 2010-09-25 | 1 | -40/+40 |
* | Fix memleak introduced in: | Stefano Sabatini | 2010-09-25 | 1 | -0/+1 |
* | Make the crop filters accept parametric expressions. | Stefano Sabatini | 2010-09-25 | 1 | -17/+157 |
* | Change the syntax of the crop filter from x:y:w:h to w:h:x:y. | Stefano Sabatini | 2010-09-24 | 1 | -4/+4 |
* | Cosmetics: remove useless parentheses. | Stefano Sabatini | 2010-09-10 | 1 | -2/+2 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). | Stefano Sabatini | 2010-08-20 | 1 | -1/+1 |
* | Implement inline function av_fill_image_max_pixstep() and use it for | Stefano Sabatini | 2010-08-18 | 1 | -9/+2 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -2/+2 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -1/+1 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Make config_input() return AVERROR(EINVAL) in place of -1. | Stefano Sabatini | 2010-07-30 | 1 | -1/+1 |