summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
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: bump minor and add Changelog entryPaul B Mahol2015-07-17
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos2015-07-17
| | | | The Soundflower input device supports 64 channels.
* 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: bump minor after colorkey additionClément Bœsch2015-06-14
|
* lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos2015-05-04
|
* 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/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
* 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
|
* avfilter/paletteuse: add diff_modeClément Bœsch2015-02-23
|
* avfilter: bump minor and Changelog document the new filtersClément Bœsch2015-02-14
|
* avfilter: add dcshift filterPaul B Mahol2015-02-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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/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: add showpalette filterClément Bœsch2015-01-15
|
* 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/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>
* lavfi: add colorlevels filterPaul B Mahol2014-12-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Delete mp=usppArwa Arif2014-12-12
|
* avfilter/version: bump for usppMichael Niedermayer2014-12-12
| | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_idet: add a repeated field detectionKevin Mitchell2014-11-05
| | | | | | This can be useful for determining telecine. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell2014-11-03
| | | | | | This can be useful for videos in which the interlacing pattern changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell2014-11-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell2014-10-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_pp: add gbrp supportMichael Niedermayer2014-10-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_pp: support AV_PIX_FMT_GRAY8Michael Niedermayer2014-10-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_pp: add yuv 4:4:0 supportMichael Niedermayer2014-10-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruftJames Almer2014-10-12
|
* avfilter: add w/h parameters in timelineClément Bœsch2014-10-07
| | | | Fixes Ticket #4008.
* avfilter/vf_scale: Allow chroma samples to be above and to the left of luma ↵Michael Niedermayer2014-09-21
| | | | | | | samples Found-by: Kierank Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: remove obsolete FF_API_FILL_FRAME cruftJames Almer2014-09-17
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer2014-09-17
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/ass: add shaping optionClément Bœsch2014-09-16
| | | | The documentation is mostly based on ass.h public header.