summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* fix some a/an typosLou Logan2016-03-28
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter/af_sofalizer: allow user to setup custom virtual speakers positionsPaul B Mahol2016-03-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: optimize 16bit lowpass filterPaul B Mahol2016-03-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: optimize lowpass 8bit filterPaul B Mahol2016-03-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: move mirror variable into function argumentPaul B Mahol2016-03-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: Add coreimage filter for GPU based image filtering on OSX.Thilo Borgmann2016-03-25
|
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
| | | | | | | | | | | The idea is to use ffmath.h for internal implementations of math functions. Currently, it is used for variants of libm functions, but is by no means limited to such things. Note that this is not exported; use lavu/mathematics for such purposes. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
* avfilter/vf_vectorscope: always flip output verticallyPaul B Mahol2016-03-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: set color range for output framesPaul B Mahol2016-03-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add graticule to aflat filterPaul B Mahol2016-03-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add subsampling input support for remaining filtersPaul B Mahol2016-03-19
| | | | | | | Remove achroma filter, as same output can be done with lowpass filter and multiple components with overlay display. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_detelecine: Remove redundant declarationMichael Niedermayer2016-03-19
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Fix start_frame handling in detelecine filterBenjamin Steffes2016-03-19
| | | | | Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Fix detelecine filter for patterns containing 1Benjamin Steffes2016-03-19
| | | | | Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_waveform: add subsampled input support for (a)color filterPaul B Mahol2016-03-18
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Fix detelecine filter for patterns like 3444 or 33333334.Benjamin Steffes2016-03-16
| | | | | Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com> Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
* avfilter/vf_bwdif: Add yadif base information to copyright headerThomas Mundt2016-03-16
| | | | | Signed-off-by: Thomas Mundt <loudmax@yahoo.de> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_waveform: add forgotten color and acolor filter to switch casePaul B Mahol2016-03-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add graticule for chroma and flat filterPaul B Mahol2016-03-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_sofalizer: Fix "warning: ISO C90 forbids mixed declarations and ↵Michael Niedermayer2016-03-14
| | | | | | code" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_waveform: remove mirroring from chroma filterPaul B Mahol2016-03-14
| | | | | | It is not really useful. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add >8 bit support for other filtersPaul B Mahol2016-03-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: less aggressive memory allocationPaul B Mahol2016-03-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: process alpha at endPaul B Mahol2016-03-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: copy frame props, mainly for bench filterPaul B Mahol2016-03-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add acolor filterPaul B Mahol2016-03-13
| | | | | | Useful in combination with color filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-13
| | | | Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
* avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer2016-03-13
| | | | | | Fixes Ticket4964 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer2016-03-13
| | | | | | ill commit a better solution This reverts commit 30fe3fd52721c8c6566001192cd16be423ffc92b.
* avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol2016-03-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/smptebars: fix some 75% color valuesPaul B Mahol2016-03-12
| | | | | | They where slightly off. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add parade display modePaul B Mahol2016-03-11
| | | | | | Rename old parade display mode to stacked. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: fix and extend millivolts grat linesPaul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: fix ire8 for 25%Paul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: fix indentationPaul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform add support for other scalers for graticulePaul B Mahol2016-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: use intensity for other components tooPaul B Mahol2016-03-09
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: make it possible to draw dots instead of linesPaul B Mahol2016-03-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: make sure that x/y for text position is positivePaul B Mahol2016-03-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showcqt: add performance debugging logMuhammad Faiz2016-03-08
| | | | | | for easier development Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* avfilter/vf_vectorscope: short for Magenta is MgPaul B Mahol2016-03-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: draw color points namesPaul B Mahol2016-03-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: draw graticule for color filter tooPaul B Mahol2016-03-07
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.Carl Eugen Hoyos2016-03-07
|
* lavfi/extractplanes: Fix in_pixfmts.Carl Eugen Hoyos2016-03-07
| | | | | | | If the original pix_fmt was >8 bit and not supported by the filter, the filter system could choose a pix_fmt with different endianness as input for extractplanes which broke the output because the output always used the endianness of the original pix_fmt.
* lavfi/extractplanes: Move endianness calculation up.Carl Eugen Hoyos2016-03-07
| | | | Needed for next commit.
* avfilter/vf_vectorscope: add 12bit depth supportPaul B Mahol2016-03-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_histogram: add 12bit depth supportPaul B Mahol2016-03-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add text to graticulePaul B Mahol2016-03-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: use nonsubsampled yuv output format for lowpass filterPaul B Mahol2016-03-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>