summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_buffer.c
Commit message (Collapse)AuthorAge
* Extend buffer source syntax.Stefano Sabatini2010-07-21
| | | | | | | Make the buffer source accept a string for specifying the input pixel format. Originally committed as revision 24387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an informational trace in init().Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify logic and feedback of the init() function.Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add description to the buffer source.Stefano Sabatini2010-07-21
| | | | Originally committed as revision 24384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc cosmetical style fixes.Stefano Sabatini2010-07-20
| | | | Originally committed as revision 24365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add @file doxy.Stefano Sabatini2010-07-20
| | | | Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos2010-06-17
| | | | | | | | warning #188: enumerated type mixed with another type enum PixelFormat pix_fmts[] = { c->pix_fmt, PIX_FMT_NONE }; ^ Originally committed as revision 23640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
| | | | Originally committed as revision 23044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "Memory buffer source filter" from SOC.Michael Niedermayer2010-05-07
This is needed by the current SOC-ffmpeg.c code. Originally committed as revision 23039 to svn://svn.ffmpeg.org/ffmpeg/trunk