]> git.sesse.net Git - ffmpeg/history - libavfilter/vsrc_nullsrc.c
lavfi: make formats API private on next bump.
[ffmpeg] / libavfilter / vsrc_nullsrc.c
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-10-12 Stefano SabatiniRemove unused symbol.
2010-10-11 Stefano SabatiniExtend the nullsrc source, make it accept a parameter...
2010-09-30 Stefano SabatiniReturn AVERROR(EINVAL) rather than -1 in case of invali...
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-16 Stefano SabatiniImplement null video source.