summaryrefslogtreecommitdiffstats
path: root/doc/libavfilter.texi
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ffserver programRostislav Pehlivanov2018-01-061-2/+2
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* doc: set documentencoding on toplevel texi files.Nicolas George2015-02-191-0/+1
| | | | | | Fix double UTF-8 encoding on output files. makeinfo / texi2any does not seem to provide a way of setting it globally for toplevel files.
* doc: extend "See Also" chapters in library manualsStefano Sabatini2012-12-191-4/+15
| | | | In particular, make "See Also" chapter rendered in HTML output.
* doc: use a common authors.texi file blurbStefano Sabatini2012-12-191-4/+2
| | | | Factorize.
* doc: move filters documentation to dedicated manual page ffmpeg-filtersStefano Sabatini2012-11-251-3/+1
|
* doc: add libavfilter.texiStefano Sabatini2012-11-111-0/+37
| | | | With some re-wording by Alexander Strasser <eclipse7@gmx.net>.
* doc: merge libavfilter.texi into filters.texiStefano Sabatini2012-07-141-92/+0
| | | | | There is no much point into splitting documentation for filters. Also having a separate document for a library is inconsistent.
* doc: use @command{} for commands.Clément Bœsch2012-01-041-7/+7
|
* doc: drop "./" binary prefixes.Clément Bœsch2011-11-131-1/+1
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (29 commits) doc: update libavfilter documentation tls: Use the URLContext as logging context aes: Avoid illegal read and don't generate more key than we use. mpc7: Fix memset call in mpc7_decode_frame function atrac1: use correct context for av_log() apedec: consume the whole packet when copying to the decoder buffer. apedec: do not needlessly copy s->samples to nblocks. apedec: check output buffer size after calculating actual output size apedec: remove unneeded entropy decoder normalization. truespeech: use memmove() in truespeech_update_filters() vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check vorbisdec: remove unneeded buf_size==0 check vorbisdec: return proper error codes instead of made-up ones http: Don't add a Range: bytes=0- header for POST sunrast: Check for invalid/corrupted bitstream http: Change the chunksize AVOption into chunked_post http: Add encoding/decoding flags to the AVOptions avconv: remove some codec-specific hacks crypto: add decoding flag to options. tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK ... Conflicts: doc/libavfilter.texi libavcodec/atrac1.c libavcodec/sunrast.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: update libavfilter documentationLuca Barbato2011-11-101-16/+3
| | | | | | | | | | | | Update the reference to the conversion tool to use avconv and make sure the example line works as supposed. Remove the paragraph pointing to the svn repo
| * Rename ffplay to avplay.Anton Khirnov2011-08-091-2/+2
| |
* | Remove reference to the libavfilter soc SVN repo, update libavfilter status ↵Stefano Sabatini2011-09-101-14/+2
| | | | | | | | | | | | | | | | description The libavfilter SOC SVN repo is badly outdated, and some filters supports a syntax different from the current code, so it is better do not misled users into using it and just drop its reference.
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-171-3/+3
| | | | | | | | | | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-3/+3
| | | | | | | | unless it stands for ffmpeg the program or is historic
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-131-1/+1
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * doc: modify style for texi2html 1.78+Janne Grunau2011-01-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title.
* | doc: modify style for texi2html 1.78+Janne Grunau2011-01-301-2/+3
|/ | | | | | | | | | | | | The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title. (cherry picked from commit a8f0814a742dee4783afaa5bedb01aa0c77b1fc4)
* Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini2010-06-211-236/+1
| | | | | | sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace multitable for the unsharp filter option table with a simpleStefano Sabatini2010-06-211-35/+32
| | | | | | | | | @table @option. Allow pod rendering, as texinfo multitables are not supported by texi2pod.pl, also improve plain texinfo file readability. Originally committed as revision 23688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-121-9/+9
| | | | Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the pad filter.Stefano Sabatini2010-05-071-0/+35
| | | | Originally committed as revision 23052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently prefer @var{VAR} over ``VAR'' for indicating filterStefano Sabatini2010-04-241-11/+11
| | | | | | parameters. Originally committed as revision 22958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add unsharp video filter.Bobby Bingham2010-04-071-0/+53
| | | | | | 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.Stefano Sabatini2010-02-251-0/+28
| | | | | | | 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-161-0/+10
| | | | Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement null video source.Stefano Sabatini2010-01-161-0/+16
| | | | Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini2009-11-121-15/+15
| | | | | | "slicify" in lexical order. Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add scale filter.Stefano Sabatini2009-11-111-0/+25
| | | | Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add slicify video filter.Stefano Sabatini2009-11-031-0/+15
| | | | Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar / clarify documentation for the format and noformatStefano Sabatini2009-11-031-7/+7
| | | | | | filters. Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add format and noformat filters.Stefano Sabatini2009-10-271-0/+34
| | | | Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refer again to the "width" and "height" crop parameter namesStefano Sabatini2009-10-221-1/+1
| | | | | | 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-221-0/+8
| | | | 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-221-2/+2
| | | | | | 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-211-4/+4
| | | | Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video crop filter.Stefano Sabatini2009-10-211-0/+31
| | | | 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-211-0/+87
document libavfilter and not only its video filtering facilities. Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud