summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
Commit message (Collapse)AuthorAge
* avfilter: add scale2ref filterMichael Niedermayer2015-08-17
| | | | | | | This filter can be used to scale one stream to match another or based on another, useful to scale subtitles or other things to be overlayed Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add aphasemeter filterPaul B Mahol2015-08-12
|
* avfilter: add atadenoisePaul B Mahol2015-08-02
|
* avfilter: add allyuv source filterPaul B Mahol2015-08-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add acrossfade filterPaul B Mahol2015-07-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/Makefile: fix order of framestep filterPaul B Mahol2015-07-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add sidechain compress audio filterPaul B Mahol2015-07-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol2015-07-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add areverse filterPaul B Mahol2015-07-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add deband filterPaul B Mahol2015-07-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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/Makefile: add missing lavfutils.c dependency to cover_rect and ↵James Almer2015-05-05
| | | | | | find_rect filters Signed-off-by: James Almer <jamrial@gmail.com>
* 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>
* Fix standalone compilation of the tblend filter.Carl Eugen Hoyos2015-02-04
|
* 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/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>
* fix Makefile: remove ilpackPaul B Mahol2015-01-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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>
* lavfi: add tblend filterStefano Sabatini2014-12-27
|
* 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>
* 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>
* 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
|