summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAge
* 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.
* avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruftJames Almer2014-09-15
| | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> 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/showcqt: add fontcolor optionMuhammad Faiz2014-08-23
|
* lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini2014-08-21
| | | | | | | | | | | | | | In particular, allow pad_len and whole_len to have value set to 0, which means that no padding will be added. Previously a value set to 0 meant that that the filter had to pad forever. The new semantics is clearer, also simplifies scripting since the option value might be automatically computed, so that no checks need to be done in case it is 0. The old semantics was never documented and the logic was broken (the filter was always adding samples indefinitely), so this should not break backward compatibility.
* avfilter/showwaves: add split_channels optionClément Bœsch2014-08-20
|
* Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8': Bump major versions of all libraries. Conflicts: doc/APIchanges libavcodec/version.h libavdevice/version.h libavfilter/version.h libavformat/version.h libavutil/version.h libswscale/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Bump major versions of all libraries.Anton Khirnov2014-08-09
| |
* | Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-09
|\| | | | | | | | | | | | | * commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e': Postpone API-incompatible changes until the next bump. Merged-by: Michael Niedermayer <michaelni@gmx.at>