summaryrefslogtreecommitdiff
path: root/doc/libavfilter.texi
Commit message (Collapse)AuthorAge
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
| | | | | | | Also link avfiltergraph.o and graphparser.o against libavfilter, as it uses them. Originally committed as revision 22063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement null video sink.Stefano Sabatini2010-01-16
| | | | Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement null video source.Stefano Sabatini2010-01-16
| | | | Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini2009-11-12
| | | | | | "slicify" in lexical order. Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add scale filter.Stefano Sabatini2009-11-11
| | | | Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add slicify video filter.Stefano Sabatini2009-11-03
| | | | Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar / clarify documentation for the format and noformatStefano Sabatini2009-11-03
| | | | | | filters. Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add format and noformat filters.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refer again to the "width" and "height" crop parameter namesStefano Sabatini2009-10-22
| | | | | | which were previously mentioned, rather than to "w" and "h". Originally committed as revision 20353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video vertical flip filter.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refer to the "width" and "height" crop parameter names which wereStefano Sabatini2009-10-22
| | | | | | previously mentioned, rather than to "w" and "h". Originally committed as revision 20351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort video filter descriptions by name.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video crop filter.Stefano Sabatini2009-10-21
| | | | Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini2009-10-21
document libavfilter and not only its video filtering facilities. Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk