summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAge
...
* | avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-02
| | | | | | | | | | | | Added parameter to mirror the waveform (high values are shown on top in column mode) Signed-off-by: Marton Balint <cus@passwd.hu>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-28
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: allow user-provided execute() callbacks Conflicts: libavfilter/avfilter.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
| |
* | avfilter: add ladspa wrapper filterPaul B Mahol2013-09-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=qpPaul B Mahol2013-09-19
| | | | | | | | | | | | The filter does nothing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=pullupPaul B Mahol2013-09-18
| | | | | | | | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add adelay filterPaul B Mahol2013-09-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol2013-09-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=filPaul B Mahol2013-09-05
| | | | | | | | | | | | The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=dintPaul B Mahol2013-09-05
| | | | | | | | | | | | | | There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/drawtext: add generic timeline interface and deprecate "draw".Clément Bœsch2013-09-03
| |
* | lavfi/mp: remove mp=phasePaul B Mahol2013-09-03
| | | | | | | | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/hue: allow changing brightnessPaul B Mahol2013-08-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/gradfun: support gbrpPaul B Mahol2013-08-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add compand filterPaul B Mahol2013-07-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | vf_scale: add input h/v_chr_pos parametersMichael Niedermayer2013-07-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_scale: add in/out color range optionMichael Niedermayer2013-07-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/mp: remove mp=perspectivePaul B Mahol2013-07-14
| | | | | | | | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port perspective filter from libmpcodecsPaul B Mahol2013-07-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/trim: use AV_OPT_TYPE_DURATIONPaul B Mahol2013-07-12
| | | | | | | | | | | | | | Workarounds for rounding differences between platforms should not be needed any more. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add aecho filterPaul B Mahol2013-07-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/drawtext: add support for printing frame metadataPaul B Mahol2013-07-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add psnr filterPaul B Mahol2013-07-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/blend: use dual input helpersPaul B Mahol2013-07-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/delogo: band width must be at least 1Jean Delvare2013-07-05
| | | | | | | | | | | | | | | | | | | | We need at least one pixel around the logo to use as known points to interpolate from. So properly declare the band/t attribute has having a minimum value of 1. Signed-off-by: Jean Delvare <khali@linux-fr.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/delogo: option show shouldn't affect bandJean Delvare2013-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Options "show" and "band" are unrelated and should thus be independent. However, setting "show" to 1 currently resets "band" to its default value of 4. While this is documented, this still surprising and confusing IMHO. Change this behavior and make "show" and "band" independent from each other. Update the documentation accordingly. Signed-off-by: Jean Delvare <khali@linux-fr.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at ↵Stefano Sabatini2013-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the next bump Add function avfilter_graph_parse_ptr() and favor it in place of avfilter_graph_parse(), which will be restored with the old/Libav signature at the next bump. If HAVE_INCOMPATIBLE_LIBAV_API is enabled it will use the Libav-compatible signature for avfilter_graph_parse(). At the next major bump the current implementation of avfilter_graph_parse() should be dropped in favor of the Libav/old implementation. Should address trac ticket #2672.
* | lavfi/mp: remove mp=spp.Clément Bœsch2013-06-14
| | | | | | | | The filter was ported to a native libavfilter filter.
* | lavfi: add spp filter.Clément Bœsch2013-06-14
| |
* | lavfi/rotate: add angle commandStefano Sabatini2013-06-13
| |
* | lavfi: add rotate filterStefano Sabatini2013-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the libavfilter SOC filter by Vitor Sessak, with the following additions: * integer arithmetic * bilinear interpolation * RGB path * configurable parametric angle, output width and height Address trac issue #1500. See thread: Subject: [FFmpeg-devel] [WIP] rotate filter(s) Date: 2010-10-03 17:35:49 GMT
* | lavfi/mp: remove mp=sabStefano Sabatini2013-06-05
| | | | | | | | The filter was ported to a native libavfilter filter.
* | lavfi: port sab filter from libmpcodecsStefano Sabatini2013-06-05
| |
* | lavfi/mp: drop mcdeint wrapperStefano Sabatini2013-06-01
| | | | | | | | It was ported to a native libavfilter filter.
* | lavfi: port mcdeint filter from libmpcodecsStefano Sabatini2013-06-01
| |
* | lavfi: add vignette filter.Clément Bœsch2013-05-30
| |
* | lavfi: add haldclut filter.Clément Bœsch2013-05-27
| | | | | | | | Fixes Ticket #2517.
* | lavfi: add haldclutsrc filter.Clément Bœsch2013-05-27
| |
* | lavfi/bbox: make min_val user configurablePaul B Mahol2013-05-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f': lavfi: add a slice threading infrastructure Conflicts: Changelog cmdutils.c doc/APIchanges libavfilter/Makefile libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/internal.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
| | | | | | | | Mostly based on libavcodec's
* | lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch2013-05-23
| |
* | lavfi: add lut3d filter.Clément Bœsch2013-05-22
| | | | | | | | Fixes part of Ticket #2517.
* | lavfi/geq: add aliases for RGB optionsStefano Sabatini2013-05-21
| |
* | lavfi/yadif: add timeline support.Clément Bœsch2013-05-21
| |
* | Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec': lavfi doxy: add a page for lavfi. jpegls: check the scan offset Conflicts: libavcodec/jpeglsdec.c libavfilter/avfilter.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-17
| |
* | lavfi/mp: remove mp=ow wrapper.Clément Bœsch2013-05-16
| | | | | | | | Filter ported natively as owdenoise.