summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Collapse)AuthorAge
* vf_mp: fix name of the remove-logo filter referenced in filters.texiStefano Sabatini2011-05-25
| | | | Correct the name from "remove_logo" to "remove-logo".
* lavfi: add select filterStefano Sabatini2011-05-25
| | | | Address trac issue #92.
* vf_split: add documentation to filters.texiStefano Sabatini2011-05-22
|
* vsrc_buffer: fix example in docs, add mandatory parametersStefano Sabatini2011-05-19
|
* vsrc_buffer: make the source accept sws_param in initStefano Sabatini2011-05-19
| | | | | Avoid the need of two distinct av_vsrc_add_video_buffer_ref* functions. Simplify the interface.
* showinfo: replace "CRC" by "checksum"Stefano Sabatini2011-05-15
| | | | | Indeed the Adler-32 checksum, which is computed by showinfo, is not cyclic, so using the term "CRC" is wrong/confusing.
* lavfi: add showinfo filterStefano Sabatini2011-04-27
|
* pad: make the filter parametricStefano Sabatini2011-04-19
| | | | | | Address trac issue #61. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* lavfi: add fieldorder filterMark Himsley2011-04-11
| | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* pad: fix example explanationStefano Sabatini2011-04-07
| | | | | | "row" and "column" term positions in the explanation were inverted. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* scale: make the filter parametricStefano Sabatini2011-04-05
| | | | | | | Make the filter accept parametric expressions for the output video size. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* drawtext: extend/clarify examples in the filter descriptionStefano Sabatini2011-04-02
|
* drawtext: fix wrong reference in boxcolor option descriptionStefano Sabatini2011-04-02
|
* drawtext: add documentation for the shadow parametersStefano Sabatini2011-04-02
|
* gradfun: add notice from the MPlayer manualStefano Sabatini2011-03-30
| | | | Add notice telling that the filter is designed for playback only.
* documentation: add setdar and setsar description to filters.texiStefano Sabatini2011-03-30
|
* mp: add filter description to filters.texiStefano Sabatini2011-03-30
|
* documentation: sort filter descriptions in filters.texiStefano Sabatini2011-03-28
| | | | | Change position of the fade filter description, put it between drawtext and fifo descriptions.
* drawtext: fix minor errors and typos in the filter descriptionStefano Sabatini2011-03-27
|
* Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-17
| | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\ | | | | | | | | | | | | | | | | | | 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-16
| | | | | | | | unless it stands for ffmpeg the program or is historic
| * Update overlay documentation after movie syntax update.Stefano Sabatini2011-02-11
| | | | | | | | | | | | Overlay documentation is still using the old unsupported syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * libavfilter: add video movie sourceStefano Sabatini2011-02-08
| | | | | | | | | | | | | | | | See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* | Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini2011-02-22
| | | | | | | | | | | | | | | | | | the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add fade filterBrandon Mintern2011-02-21
| | | | | | | | | | | | | | Port fade filter from libavfilter soc repo, with minor fixes by Stefano. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Update overlay documentation after movie syntax update.Stefano Sabatini2011-02-13
| | | | | | | | | | | | | | Overlay documentation is still using the old unsupported syntax. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit aa8ac53b51cd8b9446b50404660685041060fa4f)
* | libavfilter: add video movie sourceStefano Sabatini2011-02-09
| | | | | | | | | | | | | | | | See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-31
|/ | | | | This fixes aspect handling in ffmpeg This is based on a patch by baptiste
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-15
| | | | Originally committed as revision 26347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos in the crop filter documentation.Stefano Sabatini2011-01-09
| | | | Originally committed as revision 26284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-28
| | | | | | code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for format and noformat filters, and removeStefano Sabatini2010-12-26
| | | | | | | explicit reference to the ffmpeg tool command for keeping the docs more generic. Originally committed as revision 26098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add erode libopencv filter.Stefano Sabatini2010-12-26
| | | | Originally committed as revision 26097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dilate libopencv filter.Stefano Sabatini2010-12-26
| | | | Originally committed as revision 26096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-23
| | | | | | | | | FILTERNAME=ARGS and FILTERNAME:ARGS syntax. The same filter class will be used for managing all the libopencv filtering functions. Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve layout and clarify / complete documentation for the yadifStefano Sabatini2010-12-17
| | | | | | filter. Originally committed as revision 26043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
| | | | | | | | | | Patch by Nolan L nol888 <=> gmail >=< com. See thread: Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI) Date: Mon, 29 Nov 2010 07:18:14 -0500 Originally committed as revision 25942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add section describing the filtergraph.Stefano Sabatini2010-12-12
| | | | Originally committed as revision 25937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-04
| | | | | | Patch by Baptiste with some fixes by me. Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-30
| | | | | | | Make it accept the frei0r=filtername=params as alternative to frei0r=filtername:params. Originally committed as revision 25856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement frei0r source.Stefano Sabatini2010-11-30
| | | | Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
| | | | | | adopting Baptiste variant which is simpler and faster. Originally committed as revision 25784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move settb docs after setpts docs, fix alphabetical order.Stefano Sabatini2010-11-02
| | | | Originally committed as revision 25656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
| | | | Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documented syntax for the cropdetect filter.Stefano Sabatini2010-11-01
| | | | Originally committed as revision 25627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add example to the filter pad documentation.Stefano Sabatini2010-10-25
| | | | Originally committed as revision 25564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transpose filter.Stefano Sabatini2010-10-18
| | | | Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk