| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_waveform: add support for 9 bit depth lowpass | Paul B Mahol | 2017-08-07 | 1 | -1/+8 |
* | avfilter/vf_waveform: allow alpha output for >8 depth planar rgb inputs | Paul B Mahol | 2017-06-25 | 1 | -2/+2 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/vf_waveform: add gray10 and gray12 support | Paul B Mahol | 2016-11-29 | 1 | -1/+15 |
* | avfilter/vf_waveform: make possible to change background opacity | Paul B Mahol | 2016-09-07 | 1 | -8/+17 |
* | avfilter/vf_waveform: fix order of graticule scale items | Paul B Mahol | 2016-05-05 | 1 | -1/+1 |
* | avfilter/vf_waveform: optimize lowpass filter even more | Paul B Mahol | 2016-03-29 | 1 | -13/+38 |
* | 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 |
* | 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_waveform: add subsampled input support for (a)color filter | Paul B Mahol | 2016-03-18 | 1 | -68/+135 |
* | 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/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_waveform: add acolor filter | Paul B Mahol | 2016-03-13 | 1 | -20/+220 |
* | 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/vf_waveform: draw graticule for color filter too | Paul B Mahol | 2016-03-07 | 1 | -0/+4 |
* | avfilter/vf_waveform: add text to graticule | Paul B Mahol | 2016-03-06 | 1 | -10/+155 |
* | avfilter/vf_waveform: use nonsubsampled yuv output format for lowpass filter | Paul B Mahol | 2016-03-06 | 1 | -88/+170 |
* | avfilter/vf_waveform: add graticule support | Paul B Mahol | 2016-03-05 | 1 | -0/+173 |
* | avfilter/vf_waveform: only use available components | Paul B Mahol | 2016-03-05 | 1 | -1/+1 |
* | avfilter/vf_waveform: add 12bit depth support | Paul B Mahol | 2016-02-22 | 1 | -2/+5 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -14/+14 |
* | aviflter/vf_waveform: speed up non-color filters | Paul B Mahol | 2015-11-10 | 1 | -140/+56 |
* | avfilter/waveform: use AV_OPT_TYPE_BOOL for mirror option | Clément Bœsch | 2015-09-09 | 1 | -2/+2 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | avfilter/vf_waveform: stop abusing s->size for calculating limit | Paul B Mahol | 2015-09-04 | 1 | -7/+9 |
* | avfilter/vf_waveform: change intensity to float | Paul B Mahol | 2015-09-04 | 1 | -2/+4 |
* | avfilter/vf_waveform: reduce number of operations a little | Paul B Mahol | 2015-09-04 | 1 | -2/+2 |
* | avfilter/vf_waveform: 9 and 10 bit depth support for lowpass & color filter | Paul B Mahol | 2015-09-04 | 1 | -11/+320 |
* | avfilter/vf_waveform: support envelope for all filters | Paul B Mahol | 2015-09-01 | 1 | -37/+52 |
* | avfilter/vf_waveform: simplify memory allocations | Paul B Mahol | 2015-09-01 | 1 | -14/+12 |
* | avfilter/vf_waveform: implement various filters | Paul B Mahol | 2015-09-01 | 1 | -177/+771 |
* | avfilter: add waveform monitor filter | Paul B Mahol | 2015-08-22 | 1 | -0/+437 |