| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 1 | -5/+3 |
|\ |
|
| * | 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 |
* | | Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-03-26 | 1 | -0/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 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 |
* | Compute the max pixel step for each plane, and use it in place of | Stefano Sabatini | 2010-07-30 | 1 | -39/+11 |
* | Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, | Stefano Sabatini | 2010-07-22 | 1 | -1/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Use the new null callbacks to simplify filters and reduce duplicated code. | Bobby Bingham | 2010-03-18 | 1 | -7/+1 |
* | Use pixel format descriptors for checking if the input format is | Stefano Sabatini | 2010-02-03 | 1 | -5/+2 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -2/+2 |
* | Remove from the list of the supported formats the formats which are | Stefano Sabatini | 2009-11-22 | 1 | -3/+0 |
* | Fix crop filter start_frame() for paletted formats different from | Stefano Sabatini | 2009-11-09 | 1 | -1/+5 |
* | Fix start_frame(), which was issuing chroma artifacts with planar | Stefano Sabatini | 2009-11-08 | 1 | -1/+1 |
* | Add descriptions for the committed filters. | Stefano Sabatini | 2009-10-27 | 1 | -0/+2 |
* | Make the pix_fmts var in query_formats() static const. | Stefano Sabatini | 2009-10-21 | 1 | -1/+1 |
* | Add video crop filter. | Stefano Sabatini | 2009-10-21 | 1 | -0/+233 |