| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/vf_waveform: add option to control strechness of waveform | Paul B Mahol | 2021-08-16 | 1 | -1/+26 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_waveform: flat_pix_fmts never used | Peter Ross | 2021-01-24 | 1 | -7/+0 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -7/+7 |
* | avfilter/vf_waveform: add support for 12bit yuva formats | Paul B Mahol | 2019-12-29 | 1 | -1/+4 |
* | avfilter/vf_waveform: implement tint options | Paul B Mahol | 2019-12-28 | 1 | -31/+125 |
* | avfilter/vf_waveform: fix typos which caused crash | Paul B Mahol | 2019-10-13 | 1 | -2/+2 |
* | avfilter/vf_waveform: add yflat filter | Paul B Mahol | 2019-10-12 | 1 | -0/+23 |
* | avfilter/vf_waveform: allow different cb for new modes | Paul B Mahol | 2019-10-12 | 1 | -25/+25 |
* | avfilter/vf_waveform: add invert graticule | Paul B Mahol | 2019-10-12 | 1 | -16/+184 |
* | avfilter/vf_waveform: add graticule enum | Paul B Mahol | 2019-10-12 | 1 | -8/+15 |
* | avfilter/vf_waveform: better guard against picking wrong pixel format | Paul B Mahol | 2019-10-11 | 1 | -3/+9 |
* | avfilter/vf_waveform: abort early if there are no components to show | Paul B Mahol | 2018-10-24 | 1 | -0/+3 |
* | avfilter/vf_waveform: add gratcicule to rgb input | Paul B Mahol | 2018-10-24 | 1 | -17/+22 |
* | avfilter/vf_waveform: add slice threading | Paul B Mahol | 2018-05-18 | 1 | -244/+549 |
* | avfilter/vf_waveform: add orange graticule | Paul B Mahol | 2018-03-21 | 1 | -21/+26 |
* | avfilter/vf_waveform: add xflat mode | Paul B Mahol | 2018-03-21 | 1 | -254/+304 |
* | avfilter/vf_waveform: add default case when picking input formats | Paul B Mahol | 2017-12-08 | 1 | -0/+1 |
* | 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 |