summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_nullsrc.c
Commit message (Expand)AuthorAge
* vsrc_nullsrc: remove mathematical constants now redundant.Nicolas George2011-10-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\
| * 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
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* 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