| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | vsrc_nullsrc: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -21/+20 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -9/+11 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -2/+2 |
* | 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: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -0/+1 |
* | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 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 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -1/+1 |
* | Remove unused symbol. | Stefano Sabatini | 2010-10-12 | 1 | -1/+0 |
* | Extend the nullsrc source, make it accept a parameter for specifying | Stefano Sabatini | 2010-10-11 | 1 | -3/+50 |
* | Return AVERROR(EINVAL) rather than -1 in case of invalid values. | Stefano Sabatini | 2010-09-30 | 1 | -1/+1 |
* | Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. | Stefano Sabatini | 2010-09-24 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Implement null video source. | Stefano Sabatini | 2010-01-16 | 1 | -0/+83 |