Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08avfilter/vf_waveform: copy props from input framePaul B Mahol
2022-04-08avfilter/vf_waveform: add some support for commandsPaul B Mahol
2022-02-18avfilter/vf_waveform: do not add tint if output format is grayPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-16avfilter/vf_waveform: add option to control strechness of waveformPaul B Mahol
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-24avfilter/vf_waveform: flat_pix_fmts never usedPeter Ross
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-12-29avfilter/vf_waveform: add support for 12bit yuva formatsPaul B Mahol
2019-12-28avfilter/vf_waveform: implement tint optionsPaul B Mahol
2019-10-13avfilter/vf_waveform: fix typos which caused crashPaul B Mahol
2019-10-12avfilter/vf_waveform: add yflat filterPaul B Mahol
2019-10-12avfilter/vf_waveform: allow different cb for new modesPaul B Mahol
2019-10-12avfilter/vf_waveform: add invert graticulePaul B Mahol
2019-10-12avfilter/vf_waveform: add graticule enumPaul B Mahol
2019-10-11avfilter/vf_waveform: better guard against picking wrong pixel formatPaul B Mahol
2018-10-24avfilter/vf_waveform: abort early if there are no components to showPaul B Mahol
2018-10-24avfilter/vf_waveform: add gratcicule to rgb inputPaul B Mahol
2018-05-18avfilter/vf_waveform: add slice threadingPaul B Mahol
2018-03-21avfilter/vf_waveform: add orange graticulePaul B Mahol
2018-03-21avfilter/vf_waveform: add xflat modePaul B Mahol
2017-12-08avfilter/vf_waveform: add default case when picking input formatsPaul B Mahol
2017-08-07avfilter/vf_waveform: add support for 9 bit depth lowpassPaul B Mahol
2017-06-25avfilter/vf_waveform: allow alpha output for >8 depth planar rgb inputsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-11-29avfilter/vf_waveform: add gray10 and gray12 supportPaul B Mahol
2016-09-07avfilter/vf_waveform: make possible to change background opacityPaul B Mahol
2016-05-05avfilter/vf_waveform: fix order of graticule scale itemsPaul B Mahol
2016-03-29avfilter/vf_waveform: optimize lowpass filter even morePaul B Mahol
2016-03-28avfilter/vf_waveform: optimize 16bit lowpass filterPaul B Mahol
2016-03-28avfilter/vf_waveform: optimize lowpass 8bit filterPaul B Mahol
2016-03-27avfilter/vf_waveform: move mirror variable into function argumentPaul B Mahol
2016-03-20avfilter/vf_waveform: set color range for output framesPaul B Mahol
2016-03-19avfilter/vf_waveform: add graticule to aflat filterPaul B Mahol
2016-03-19avfilter/vf_waveform: add subsampling input support for remaining filtersPaul B Mahol
2016-03-18avfilter/vf_waveform: add subsampled input support for (a)color filterPaul B Mahol
2016-03-15avfilter/vf_waveform: add forgotten color and acolor filter to switch casePaul B Mahol
2016-03-15avfilter/vf_waveform: add graticule for chroma and flat filterPaul B Mahol
2016-03-14avfilter/vf_waveform: remove mirroring from chroma filterPaul B Mahol
2016-03-14avfilter/vf_waveform: add >8 bit support for other filtersPaul B Mahol
2016-03-13avfilter/vf_waveform: add acolor filterPaul B Mahol
2016-03-12avfilter/vf_waveform: add parade display modePaul B Mahol
2016-03-11avfilter/vf_waveform: fix and extend millivolts grat linesPaul B Mahol
2016-03-11avfilter/vf_waveform: fix ire8 for 25%Paul B Mahol
2016-03-11avfilter/vf_waveform: fix indentationPaul B Mahol
2016-03-11avfilter/vf_waveform add support for other scalers for graticulePaul B Mahol
2016-03-09avfilter/vf_waveform: use intensity for other components tooPaul B Mahol