summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Collapse)AuthorAge
* doc: clarify option on looping infinitely in movie filterWerner Robitza2017-02-03
| | | | | | Clarify that setting loop=0 is required to make the stream loop infinitely, rather than saying that a value "less than 1" is needed. Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter/overlay: add gbrp output formatPaul B Mahol2017-01-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add threshold filterPaul B Mahol2017-01-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz2017-01-30
| | | | | | high basefreq does not require high timeclamp Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* doc/filters: mention recently added optionPaul B Mahol2017-01-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add abitscope multimedia filterPaul B Mahol2017-01-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add EIA-608 line extractorPaul B Mahol2017-01-24
| | | | | Signed-off-by: Dave Rice <dave@dericed.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter:vf_drawtext: add new line space size set parameterSteven Liu2017-01-19
| | | | | | | | add line_spacing parameter to set the space between two lines Based on an idea by: Leandro Santiago <leandrosansilva@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avfilter/vf_shuffleframes: allow also dropping framesPaul B Mahol2017-01-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: Slightly improve the smartblur documentation.Carl Eugen Hoyos2016-12-31
| | | | Fixes ticket #6034.
* avfilter/vf_pad: Add eval=frame supportMichael Niedermayer2016-12-30
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_deband: add planes coupling modePaul B Mahol2016-12-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: Fix vsbmc option name.Carl Eugen Hoyos2016-12-22
| | | | Reported-by: Антон Приходько
* doc/filters: fix channel names in sofalizer examplePaul B Mahol2016-12-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: drawtext: add example of printing texts on same baselineAndrey Utkin2016-12-14
| | | | | | | | | | Height of canvas produced by drawtext varies depending on symbols in text, so add example for printing separate texts aligned horizontally. Wording suggested by Lou Logan <lou@lrcd.com> Signed-off-by: Andrey Utkin <andrey.utkin@pb.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter: add premultiply filterPaul B Mahol2016-12-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_colorspace: Forbid odd dimensionsVittorio Giovara2016-11-28
| | | | | | This prevents writing past bounds. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavfi/pan: allow negative gain parameters also for other inputs than the ↵Moritz Barsnick2016-11-24
| | | | | | | | | | | | | | first named Expands the parser to also accept the separator '-' in addition to '+', and take the negative sign into consideration. The optional sign for the first factor in the expression is already covered by parsing for an integer. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol2016-11-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: adds recently added -vf colorspace optionskieranjol2016-11-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filters: add metadata information for blackframeMartin Vignali2016-11-14
| | | | | Reviewed-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Lou Logan <lou@lrcd.com>
* lavfi/loudnorm: add an internal libebur128 libraryMarton Balint2016-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also contains the following changes to the library: - add ff_ prefix to functions - remove cplusplus defines. - add FF_ prefix to contants and some structs - remove true peak calculation feature, since it uses its own resampler, and af_loudnorm does not need it. - remove version info and some fprintf(stderr) functions - convert to use av_malloc - always use histogram mode for LRA calculation, otherwise LRA data is slowly consuming memory making af_loudnorm unfit for 24/7 operation. It also uses a BSD style linked list implementation which is probably not available on all platforms. So let's just remove the classic mode which not uses histogram. - add ff_thread_once for calculating static histogram tables - convert some functions to void which cannot fail - remove intrinsics and some unused headers - add support for planar audio - remove channel / sample rate changer function, in ffmpeg usually we simply alloc a new context - convert some static variables to defines - declare static histogram variables as aligned - convert some initalizations to mallocz - add window size parameter to init function and remove window size setter function - convert return codes to AVERROR - fix indentation Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/af_firequalizer: add fft2 optionMuhammad Faiz2016-11-04
| | | | | | | | | | 2-channels convolution using complex fft improves speed significantly not sure if it should be enabled by default so disable it by default Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* doc: fix spelling errorsAndreas Cadhalpun2016-10-29
| | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avfilter/avf_showcqt: add bar_t optionMuhammad Faiz2016-10-29
| | | | | | custom bargraph transparency Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* doc: fix spelling errorsAndreas Cadhalpun2016-10-21
| | | | | | | | Thanks to Mathieu Malaterre <malat@debian.org> for reporting the Que/Queue typo. (https://bugs.debian.org/839542) Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avfilter/showcqt: add cscheme optionMuhammad Faiz2016-10-20
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/firequalizer: add cubic_interpolate function on gainMuhammad Faiz2016-10-19
| | | | | | smoother version of gain_interpolate Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/firequalizer: add dumpfile and dumpscale optionMuhammad Faiz2016-10-18
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/showcqt: add font optionMuhammad Faiz2016-10-18
| | | | | | this is fontconfig pattern Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/firequalizer: add scale optionMuhammad Faiz2016-10-17
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* doc/filters: document tukey window on firequalizerMuhammad Faiz2016-10-16
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/showcqt: add csp optionMuhammad Faiz2016-10-16
| | | | | | from colorspace filter Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* lavfi/sidedata: add filter for manipulating frame side dataMarton Balint2016-10-13
| | | | | | | | | | | This is a similar filter to f_metadata, only it works on side data. Since adding side data from a user provided arbitrary binary string is unsafe, because current code assumes that a side data of a certain kind has the proper size, this filter only implements selection and deletion. Also, no value matching support is implemented yet, because there is no uniform way to specify a side data textually. Signed-off-by: Marton Balint <cus@passwd.hu>
* doc: fix various typos and grammar errorsMoritz Barsnick2016-10-11
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi/metadata: allow deleting all metadataMarton Balint2016-10-01
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/filters: blend terminates on longest inputMulvya2016-09-27
| | | | | Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* lavfi: add nlmeans filterClément Bœsch2016-09-24
| | | | Fixes Ticket #4910
* doc/filters: add two lut2 examplesPaul B Mahol2016-09-17
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol2016-09-17
| | | | | | Anything bigger is not supported anyway. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_lut2: also export video input bit depthPaul B Mahol2016-09-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add sobel and prewitt filterPaul B Mahol2016-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: add missing palette* optionsLou Logan2016-09-09
| | | | | | | | | | | Introduced in b7e78c7 and 93ae68d. Fixes #5835. The paletteuse debug options that are not part of the official API are not included (debug_kdtree and color_search). Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter/vf_datascope: let user change background opacityPaul B Mahol2016-09-09
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: itemize shuffleframes & shuffleplanes examplesPaul B Mahol2016-09-08
| | | | | | Add one more shuffleframes example. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: make possible to change background opacityPaul B Mahol2016-09-07
| | | | | | Only useful if output pixel format have alpha. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add avgblur filterPaul B Mahol2016-09-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos2016-09-06
| | | | Fixes ticket #5823.
* avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol2016-09-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add gblur filterPaul B Mahol2016-09-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>