diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-06-14 20:24:18 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-06-15 20:55:05 +0000 |
commit | eb85060b84d8bfcf410fa666b5467beb596fa4de (patch) | |
tree | a7623fc49fda6dfe366bdb428ddd4ae8185a3756 /doc/filters.texi | |
parent | 12e36a3dfdc619fcb479ae10e73679d69b19b2d7 (diff) | |
download | ffmpeg-eb85060b84d8bfcf410fa666b5467beb596fa4de.tar.gz |
avfilter/af_afade: add couple of more curves
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 595430745e..82e23c820e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -522,7 +522,7 @@ select half of sine wave select exponential sine wave @item log select logarithmic -@item par +@item ipar select inverted parabola @item qua select quadratic @@ -532,6 +532,18 @@ select cubic select square root @item cbr select cubic root +@item par +select parabola +@item exp +select exponential +@item iqsin +select inverted quarter of sine wave +@item ihsin +select inverted half of sine wave +@item dese +select double-exponential seat +@item desi +select double-exponential sigmoid @end table @end table |