summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Collapse)AuthorAge
* avfilter: add find_rect filterMichael Niedermayer2015-05-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer2015-04-21
|\ | | | | | | | | | | | | | | | | | | | | * commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386': drawtext: Add an alpha option Conflicts: doc/filters.texi libavfilter/vf_drawtext.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * drawtext: Add an alpha optionLuca Barbato2015-04-21
| | | | | | | | | | | | And document both `draw` and `alpha`. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avfilter: add chorus filterPaul B Mahol2015-04-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Use @verbatim instead of @example for ASCII artsTimothy Gu2015-04-11
| | | | | | | | | | | | Partially fixes #3869. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-31
| | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add inverse telecine filterHimangi Saraogi2015-03-27
| | | | | | | | | | Approved-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: More semantic markup using @samp and @var where appropriateTimothy Gu2015-03-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/eq: rework expression evaluationarwa arif2015-03-20
| | | | | | | | | | | | | | | | | | | | | | In particular, add support for t, pos, n, r parameters, and add an eval mode option. Also, partially reword option documentation. With several major edit by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavfi: add showwavespic filterClément Bœsch2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a variant of showwaves. It is implemented as a different filter so that the user is not allowed to use meaningless options which belong to showwaves (such as rate). Major edits done by Stefano Sabatini, from a patch by ubitux. See thread: From: Clément Bœsch <u@pkh.me> To: ffmpeg-devel@ffmpeg.org Date: Wed, 24 Dec 2014 15:03:26 +0100 Subject: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option
* | doc: Clarify documentation for fade duration.Carl Eugen Hoyos2015-03-09
| |
* | doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun2015-03-08
| | | | | | | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: Add some random examples for fftfiltMichael Niedermayer2015-03-08
| | | | | | | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: Add FFT domain filter.Arwa Arif2015-03-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/palettegen: export color quantization ratioClément Bœsch2015-02-26
| |
* | doc/filters.texi: add reference link to video size syntax descriptionTobias Rapp2015-02-24
| | | | | | | | | | | | | | Update the filter option documentation text to link to ffmpeg-utils documentation for video size syntax description. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | avfilter/paletteuse: add diff_modeClément Bœsch2015-02-23
| |
* | avfilter/vf_eq: Add process_command to eq.Arwa Arif2015-02-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: add paletteuse filterClément Bœsch2015-02-14
| |
* | avfilter: add palettegen filterClément Bœsch2015-02-14
| |
* | avfilter: add dcshift filterPaul B Mahol2015-02-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/subtitles: add force_style optionEejya Singh2015-02-08
| | | | | | | | | | Signed-off-by: Eejya Singh <singh.eejya@gmail.com> Signed-off-by: Clément Bœsch <u@pkh.me>
* | remove libmpcodecsPaul B Mahol2015-01-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: remove mp=softpulldownPaul B Mahol2015-01-30
| | | | | | | | | | | | It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: document assumptions about the input and output labels of a filter ↵Stefano Sabatini2015-01-29
| | | | | | | | graph description
* | doc/filters: apply some updates to the Filtergraph syntax sectionStefano Sabatini2015-01-29
| |
* | lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-26
| | | | | | | | | | mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
* | avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-26
| | | | | | | | | | | | | | Code adapted from James Darnley's port Some fixes from Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: remove mp=ilpackPaul B Mahol2015-01-20
| | | | | | | | | | | | | | Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix showpalette positionClément Bœsch2015-01-15
| |
* | avfilter: add showpalette filterClément Bœsch2015-01-15
| |
* | avfilter: port qp filter from libmpcodecsPaul B Mahol2015-01-14
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: remove mp=pp7Arwa Arif2015-01-13
| | | | | | | | | | | | | | The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-09
| | | | | | | | | | | | | | The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer2015-01-06
| | | | | | | | | | | | This should allow us to insert idet before scale and let scale have interl=-1 as default in that case Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: document bit-depth independent cropdetect limitMichael Niedermayer2014-12-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add tblend filterStefano Sabatini2014-12-27
| |
* | lavfi/blend: add difference128 modeStefano Sabatini2014-12-26
| |
* | lavfi/mp: drop mp=fspp filterStefano Sabatini2014-12-24
| | | | | | | | It has been ported to libavfilter.
* | lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/filters: fix typos and spelling errorsLou Logan2014-12-16
| | | | | | | | | | Prompted-by: Carl Oxwall <@oxwall> Signed-off-by: Lou Logan <lou@lrcd.com>
* | lavfi: add colorlevels filterPaul B Mahol2014-12-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Delete mp=usppArwa Arif2014-12-12
| |
* | lavfi: USPP FilterArwa Arif2014-12-12
| | | | | | | | | | Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: Add ascii graphics to clarify what the currently implemented ↵Michael Niedermayer2014-12-07
| | | | | | | | | | | | tinterlace modes do Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: use '|' instead of ':' in the documentation.Simon Thelen2014-11-18
| | | | | | | | | | | | | | | | Using colons to separate the outdefs is deprecated. Switch to using '|' to separate the list items. Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: explicit and complete xBR documentationClément Bœsch2014-11-10
| |
* | lavfi: add xbr filter xBRArwa Arif2014-11-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>