summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blackframe.c
Commit message (Collapse)AuthorAge
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
| | | | | | | GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* vf_blackframe: port missing features from libmpcodecs blackframeStefano Sabatini2011-07-21
| | | | | | Use and show picref->video->pict_type and key_frame information. The pict_type and key_frame information was not available at the time of the port.
* lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
|
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
| | | | | | headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-02
| | | | | | timebase in the filter link. Originally committed as revision 25649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the blackframe filter print the time, in addition to theStefano Sabatini2010-11-02
| | | | | | timestamp, for each detected black frame. Originally committed as revision 25648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter. Date: Sun, 26 Sep 2010 01:10:40 +0200 Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk