summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAge
* avfilter: add convolution filterPaul B Mahol2016-01-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add afftfilterPaul B Mahol2016-01-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add showspectrumpic filterPaul B Mahol2016-01-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: deprecate avfilter_link_set_closed().Nicolas George2015-12-22
| | | | | | | Applications are not supposed to mess with links, they should close the sinks. Furthermore, this function does not distinguish what end of the link caused the close and does not have a timestamp.
* avfilter: add SOFAlizer audio filterPaul B Mahol2015-12-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio emphasis filterPaul B Mahol2015-12-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add sidechaingate filterPaul B Mahol2015-12-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio pulsator filterPaul B Mahol2015-12-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio compressor filterPaul B Mahol2015-11-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add compensation delay line filterPaul B Mahol2015-11-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add anoisesrcKyle Swanson2015-11-08
| | | | | Signed-off-by: Kyle Swanson <k@ylo.ph> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-28
| | | | | | | | | | | | | | | | | | | | | add yuv444p, yuv422p, and yuv420p output format (lower cpu usage on ffplay playback because it does not do format conversion) custom size with size/s option (fullhd option is deprecated) custom layout with bar_h, axis_h, and sono_h option support rational frame rate (within fps/r/rate option) relaxed frame rate restriction (support fractional sample step) support all input sample rates separate sonogram and bargraph volume (with volume/sono_v and volume2/bar_v) timeclamp option alias (timeclamp/tc) fcount option gamma option alias (gamma/sono_g and gamma2/bar_g) support custom frequency range (basefreq and endfreq) support drawing axis using external image file (axisfile option) alias for disabling drawing to axis (text/axis) possibility to optimize it using arch specific asm code Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add vibrato filterKyle Swanson2015-10-26
| | | | Signed-off-by: Kyle Swanson <k@ylo.ph>
* avfilter: add shuffleframes filterPaul B Mahol2015-10-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add zscale filterPaul B Mahol2015-10-18
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add selectivecolor filterClément Bœsch2015-10-11
|
* avfilter: add displace video filterPaul B Mahol2015-10-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mandelbrot: Output RGB0 instead of RGBA.Carl Eugen Hoyos2015-10-02
|
* avfilter: add maskedmerge filterPaul B Mahol2015-09-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add agate filterPaul B Mahol2015-09-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add tremolo filterKyle Swanson2015-09-22
| | | | Signed-off-by: Kyle Swanson <k@ylo.ph>
* avfilter: add rubberband wrapperPaul B Mahol2015-09-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add stereo tools filterPaul B Mahol2015-09-17
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add stereowiden filterPaul B Mahol2015-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio limiter filterPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add ocr filterPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add extrastereo filterPaul B Mahol2015-09-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-05
|\ | | | | | | | | | | | | * commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Bump major versions of all librariesVittorio Giovara2015-08-28
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | lavfi: remove old graph parser API with different semanticsHendrik Leppkes2015-09-05
| | | | | | | | This API hasn't been active since the last bump already.
* | Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a': Postpone API-incompatible changes until the next bump Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-28
| |
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0': lavfi: Drop deprecated AVFilterBuffer* code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 11/2012.
* | Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1': lavfi: Drop deprecated *_count suffixed variables Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 06/2012.
* | Merge commit '86e5056575f55f070609dd3926605302f7d2280e'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '86e5056575f55f070609dd3926605302f7d2280e': lavfi: Drop deprecated public AVFilterPad struct Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 06/2012.
| * lavfi: Add library identifierVittorio Giovara2015-07-01
| |
* | lavfi/scale: Pass src_range and dst_range to libswscale.Carl Eugen Hoyos2015-09-01
| | | | | | | | Fixes ticket #4812.
* | avfilter: add allrgbClément Bœsch2015-08-29
| | | | | | | | | | Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Clément Bœsch <u@pkh.me>
* | avfilter: add framerate video filterPaul B Mahol2015-08-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add hstack & vstack filterPaul B Mahol2015-08-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add waveform monitor filterPaul B Mahol2015-08-22
| |
* | avfilter: add video vectorscope filterPaul B Mahol2015-08-20
| |
* | avfilter: add showfreqs filterPaul B Mahol2015-08-19
| |
* | lavfi: add error message to help users convert to new lavfi syntax.Ronald S. Bultje2015-08-18
| |