summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
Commit message (Collapse)AuthorAge
* avfilter: add random video filterPaul B Mahol2015-07-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: Add reverse filterDerek Buitenhuis2015-07-19
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR2015-07-17
|
* avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol2015-07-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add removegrainPaul B Mahol2015-07-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add (a)drawgraph filterPaul B Mahol2015-07-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add showvolume filterPaul B Mahol2015-06-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add ssim filterPaul B Mahol2015-06-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler2015-06-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: Add cover_rect filterMichael Niedermayer2015-05-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add find_rect filterMichael Niedermayer2015-05-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add chorus filterPaul B Mahol2015-04-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add inverse telecine filterHimangi Saraogi2015-03-27
| | | | | Approved-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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
* avfilter: Add FFT domain filter.Arwa Arif2015-03-07
| | | | 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>
* remove libmpcodecsPaul B Mahol2015-01-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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>
* 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: 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>
* lavfi: add tblend filterStefano Sabatini2014-12-27
|
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi: add colorlevels filterPaul B Mahol2014-12-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: USPP FilterArwa Arif2014-12-12
| | | | | Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add xbr filter xBRArwa Arif2014-11-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer2014-09-17
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* add silenceremove filterPaul B Mahol2014-09-05
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add codecview filterClément Bœsch2014-08-24
|
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add flanger filterPaul B Mahol2014-07-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-21
| | | | Partially fixes Ticket #3404 (xbr filter remaining)
* avfilter: add signalstats filterClément Bœsch2014-06-11
| | | | | | Signed-off-by: Mark Heath <silicontrip@gmail.com> Signed-off-by: Dave Rice <dave@dericed.com> Signed-off-by: Clément Bœsch <u@pkh.me>
* Zoom & Pan filterPaul B Mahol2014-06-09
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: new multimedia filter avf_showcqt.cMuhammad Faiz2014-06-05
| | | | | this filter is the same as showspectrum but with constant Q transform, so frequency is spaced logarithmically
* Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer2014-05-01
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e': lavfi: add Bauer stereo-to-binaural audio filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-01
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * libavfilter: Add asettb filter for setting timebase for audioNicolas George2014-04-10
| | | | | | | | | | | | | | | | Ported asettb (including the sr option for audio sample rate) from FFmpeg, and copied/modified the existing settb documentation for asettb. Signed-off-by: Katerina Barone-Adesi <katerinab+libav@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '599b81ca9a8e04a27ddad94af462171d16063167'Michael Niedermayer2014-03-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '599b81ca9a8e04a27ddad94af462171d16063167': lavfi: add shuffleplanes filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add shuffleplanes filterAnton Khirnov2014-03-05
| |
* | avfilter: remove af_compand_forkMichael Niedermayer2014-02-26
| | | | | | | | | | | | All relevant changes except the float/double one have been merged Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: add compand audio filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/af_compand.c libavfilter/allfilters.c libavfilter/version.h The filter is added as new one so as to ease clean merging of its changes in debug-able steps See: 6b68e2a43b3407522080be50a2a19cff2f9715ef Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add compand audio filterAndrew Kelley2014-02-26
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: adding dejudder filter to remove judder produced by partially ↵Nicholas Robbins2014-02-16
| | | | | | | | | | | | | | telecined material. Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add framepack filterVittorio Giovara2014-01-09
| |
* | lavfi: add aeval filterStefano Sabatini2013-12-06
| |