| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '1138eb5509d3db7f6d565cb45f137a786d22beb9' | Derek Buitenhuis | 2016-04-11 | 1 | -25/+34 |
|\ |
|
| * | vsrc_movie: convert to codecpar | Anton Khirnov | 2016-02-24 | 1 | -4/+12 |
* | | avfilter: add remap filter | F.Sluiter | 2016-04-07 | 4 | -2/+341 |
* | | avfilter/src_movie: fix how we check for overflows with seek_point | Marios Titas | 2016-04-03 | 1 | -1/+1 |
* | | avfilter/vf_waveform: optimize lowpass filter even more | Paul B Mahol | 2016-03-29 | 1 | -13/+38 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 2 | -2/+2 |
* | | avfilter/af_sofalizer: allow user to setup custom virtual speakers positions | Paul B Mahol | 2016-03-28 | 1 | -0/+77 |
* | | avfilter/vf_waveform: optimize 16bit lowpass filter | Paul B Mahol | 2016-03-28 | 1 | -4/+20 |
* | | avfilter/vf_waveform: optimize lowpass 8bit filter | Paul B Mahol | 2016-03-27 | 1 | -24/+71 |
* | | avfilter/vf_waveform: move mirror variable into function argument | Paul B Mahol | 2016-03-27 | 1 | -40/+67 |
* | | lavfi: Add coreimage filter for GPU based image filtering on OSX. | Thilo Borgmann | 2016-03-25 | 4 | -1/+693 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 6 | -0/+6 |
* | | avfilter/vf_vectorscope: always flip output vertically | Paul B Mahol | 2016-03-20 | 1 | -2/+10 |
* | | avfilter/vf_waveform: set color range for output frames | Paul B Mahol | 2016-03-20 | 1 | -0/+1 |
* | | avfilter/vf_waveform: add graticule to aflat filter | Paul B Mahol | 2016-03-19 | 1 | -0/+125 |
* | | avfilter/vf_waveform: add subsampling input support for remaining filters | Paul B Mahol | 2016-03-19 | 1 | -254/+138 |
* | | avfilter/vf_detelecine: Remove redundant declaration | Michael Niedermayer | 2016-03-19 | 1 | -1/+1 |
* | | Fix start_frame handling in detelecine filter | Benjamin Steffes | 2016-03-19 | 1 | -1/+12 |
* | | Fix detelecine filter for patterns containing 1 | Benjamin Steffes | 2016-03-19 | 1 | -25/+53 |
* | | avfilter/vf_waveform: add subsampled input support for (a)color filter | Paul B Mahol | 2016-03-18 | 1 | -68/+135 |
* | | Fix detelecine filter for patterns like 3444 or 33333334. | Benjamin Steffes | 2016-03-16 | 1 | -21/+19 |
* | | avfilter/vf_bwdif: Add yadif base information to copyright header | Thomas Mundt | 2016-03-16 | 1 | -0/+4 |
* | | avfilter/vf_waveform: add forgotten color and acolor filter to switch case | Paul B Mahol | 2016-03-15 | 1 | -0/+2 |
* | | avfilter/vf_waveform: add graticule for chroma and flat filter | Paul B Mahol | 2016-03-14 | 1 | -34/+223 |
* | | avfilter/af_sofalizer: Fix "warning: ISO C90 forbids mixed declarations and c... | Michael Niedermayer | 2016-03-14 | 1 | -1/+2 |
* | | avfilter/vf_waveform: remove mirroring from chroma filter | Paul B Mahol | 2016-03-14 | 1 | -23/+11 |
* | | avfilter/vf_waveform: add >8 bit support for other filters | Paul B Mahol | 2016-03-14 | 1 | -6/+381 |
* | | avfilter/vf_vectorscope: less aggressive memory allocation | Paul B Mahol | 2016-03-13 | 1 | -1/+24 |
* | | avfilter/vf_vectorscope: process alpha at end | Paul B Mahol | 2016-03-13 | 1 | -24/+22 |
* | | avfilter/vf_vectorscope: copy frame props, mainly for bench filter | Paul B Mahol | 2016-03-13 | 1 | -1/+1 |
* | | avfilter/vf_waveform: add acolor filter | Paul B Mahol | 2016-03-13 | 1 | -20/+220 |
* | | avfilter/vf_bwdif: add x86 SIMD | Thomas Mundt | 2016-03-13 | 5 | -55/+432 |
* | | avfilter/vf_decimate: Use the correct frame in difference calculation | Michael Niedermayer | 2016-03-13 | 1 | -1/+4 |
* | | Revert "avfilter/vf_decimate: Check that input parameters match" | Michael Niedermayer | 2016-03-13 | 1 | -9/+0 |
* | | avfilter/vf_vectorscope: make it possible to override colorspace | Paul B Mahol | 2016-03-13 | 1 | -8/+18 |
* | | avfilter/smptebars: fix some 75% color values | Paul B Mahol | 2016-03-12 | 1 | -7/+7 |
* | | avfilter/vf_waveform: add parade display mode | Paul B Mahol | 2016-03-11 | 1 | -153/+180 |
* | | avfilter/vf_waveform: fix and extend millivolts grat lines | Paul B Mahol | 2016-03-11 | 1 | -4/+16 |
* | | avfilter/vf_waveform: fix ire8 for 25% | Paul B Mahol | 2016-03-11 | 1 | -1/+1 |
* | | avfilter/vf_waveform: fix indentation | Paul B Mahol | 2016-03-11 | 1 | -7/+7 |
* | | avfilter/vf_waveform add support for other scalers for graticule | Paul B Mahol | 2016-03-11 | 1 | -29/+159 |
* | | avfilter/vf_waveform: use intensity for other components too | Paul B Mahol | 2016-03-09 | 1 | -12/+12 |
* | | avfilter/vf_waveform: make it possible to draw dots instead of lines | Paul B Mahol | 2016-03-08 | 1 | -16/+21 |
* | | avfilter/vf_waveform: make sure that x/y for text position is positive | Paul B Mahol | 2016-03-08 | 1 | -8/+18 |
* | | avfilter/avf_showcqt: add performance debugging log | Muhammad Faiz | 2016-03-08 | 2 | -5/+68 |
* | | avfilter/vf_vectorscope: short for Magenta is Mg | Paul B Mahol | 2016-03-08 | 1 | -1/+1 |
* | | avfilter/vf_vectorscope: draw color points names | Paul B Mahol | 2016-03-07 | 1 | -14/+160 |
* | | avfilter/vf_waveform: draw graticule for color filter too | Paul B Mahol | 2016-03-07 | 1 | -0/+4 |
* | | lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts. | Carl Eugen Hoyos | 2016-03-07 | 2 | -1/+5 |
* | | lavfi/extractplanes: Fix in_pixfmts. | Carl Eugen Hoyos | 2016-03-07 | 2 | -11/+33 |