summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
Commit message (Collapse)AuthorAge
* Merge commit '6d3ea1957f681b3bf9c752e6d21a501cc8d4180d'Michael Niedermayer2013-12-16
|\ | | | | | | | | | | | | | | | | | | * commit '6d3ea1957f681b3bf9c752e6d21a501cc8d4180d': Bump major of libavfilter for reference counted buffer API changes. Conflicts: libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler2013-12-14
| | | | | | | | | | | | | | | | | | | | Applications that have been linked against an older release of Libav and pick up updated libraries experience segmentation faults because they pick up the new libavfilter, which assumes AVFrames have been allocated by libavutil and thus contain new reference-counting related fields. This will break for AVFrames that have been allocated by old libavcodec. All scheduled API changes are deferred to the next bump.
| * vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-02
| | | | | | | | | | | | | | | | | | Before, it just returned width/height. Correct is width/height*sar. That way it is consistent with DAR as in probe output and setdar. Signed-off-by: Rudolf Polzer <divverent@xonotic.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: add aeval filterStefano Sabatini2013-12-06
| |
* | lavfi/aevalsrc: duplicate last expression for the missing channelsStefano Sabatini2013-12-06
| | | | | | | | | | Use last expression for the missing channel expressions in case the channel layout was specified. Enhance flexibility.
* | lavfi: add elbg filterStefano Sabatini2013-11-13
| |
* | avfilter/opencl: compile kernels separatelyLenny Wang2013-11-05
| | | | | | | | | | Reviewed-by: Wei Gao <highgod0401@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_scale: add ov/hsubMichael Niedermayer2013-11-04
| | | | | | | | | | | | Suggested-by: divVerent Reviewed-by: Stefano Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e'Michael Niedermayer2013-10-28
|\| | | | | | | | | | | | | | | | | | | * commit '5c439b41d0489412c0a4cf6dfb98915251677b8e': avfilter: have avfilter_get_by_name return const for next bump Conflicts: libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-28
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avfilter: add mergeplanes filterPaul B Mahol2013-10-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: replaygain scannerPaul B Mahol2013-10-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-19
| | | | | | | | | | | | | | | | Define positive return values as non errors and leave further meaning undefined This allows future extensions to use these values Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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
| |