History | View | Annotate | Download (9.52 KB)
Replace multitable for the unsharp filter option table with a simple@table @option.
Allow pod rendering, as texinfo multitables are not supported bytexi2pod.pl, also improve plain texinfo file readability.
Originally committed as revision 23688 to svn://svn.ffmpeg.org/ffmpeg/trunk
rename -vfilters cli option to -vf
Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document the pad filter.
Originally committed as revision 23052 to svn://svn.ffmpeg.org/ffmpeg/trunk
Consistently prefer @var{VAR} over ``VAR'' for indicating filterparameters.
Originally committed as revision 22958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add unsharp video filter.Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org)
Originally committed as revision 22813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add the graph2dot tools and document it.
Also link avfiltergraph.o and graphparser.o against libavfilter, as ituses them.
Originally committed as revision 22063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement null video sink.
Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement null video source.
Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Swap slicify / scale description positions, "scale" comes before"slicify" in lexical order.
Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add scale filter.
Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add slicify video filter.
Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix grammar / clarify documentation for the format and noformatfilters.
Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add format and noformat filters.
Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Refer again to the "width" and "height" crop parameter nameswhich 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.
Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Refer to the "width" and "height" crop parameter names which werepreviously 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.
Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add video crop filter.
Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename vfilters.texi to libavfilter.texi, as the file is meant todocument libavfilter and not only its video filtering facilities.
Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk