summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_nullsrc.c
Commit message (Expand)AuthorAgeFilesLines
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-1/+1
* Remove unused symbol.Stefano Sabatini2010-10-121-1/+0
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-111-3/+50
* Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini2010-09-301-1/+1
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Implement null video source.Stefano Sabatini2010-01-161-0/+83