summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_nullsrc.c
Commit message (Expand)AuthorAge
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vsrc_nullsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Remove unused symbol.Stefano Sabatini2010-10-12
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
* Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini2010-09-30
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement null video source.Stefano Sabatini2010-01-16