summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vectorscope.c
Commit message (Expand)AuthorAge
* avfilter/vf_vectorscope: add some commands supportPaul B Mahol2022-04-08
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_vectorscope: add support for 12bit yuva formatsPaul B Mahol2019-12-29
* avfilter/vf_vectorscope: use av_clip_uint8()James Almer2019-12-28
* avfilter/vf_vectorscope: improve tint output for gbrp formatsPaul B Mahol2019-12-28
* avfilter/vf_vectorscope: rename gray mode to tint modePaul B Mahol2019-12-28
* avfilter/vf_vectorscope: add invert graticulePaul B Mahol2019-12-28
* avfilter/vf_vectorscope: use enum for graticule itemsPaul B Mahol2019-12-28
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/vf_vectorscope: always flip output verticallyPaul B Mahol2016-03-20
* avfilter/vf_vectorscope: less aggressive memory allocationPaul B Mahol2016-03-13
* avfilter/vf_vectorscope: process alpha at endPaul B Mahol2016-03-13
* avfilter/vf_vectorscope: copy frame props, mainly for bench filterPaul B Mahol2016-03-13
* avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol2016-03-13
* avfilter/vf_vectorscope: short for Magenta is MgPaul B Mahol2016-03-08
* avfilter/vf_vectorscope: draw color points namesPaul B Mahol2016-03-07
* avfilter/vf_vectorscope: add 12bit depth supportPaul B Mahol2016-03-06
* avfilter/vf_vectorscope: improve green graticule visibilityPaul B Mahol2016-03-03
* avfilter/vf_vectorscope: add threshold optionPaul B Mahol2016-03-03
* avfilter/vf_vectorscope: add 9 & 10 bit depth input & output support with alphaPaul B Mahol2016-03-02
* avfilter/vf_vectorscope: make background opacity customizablePaul B Mahol2016-03-02
* avfilter/vf_vectorscope: add graticulePaul B Mahol2016-03-02
* avfilter/vf_vectorscope: avoid crash by explicitly checking for 8-bit depthPaul B Mahol2016-03-02
* avfilter/vf_vectorscope: add color5 mode, mode like color but with higher sat...Paul B Mahol2016-02-28
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/vf_vectorscope: 9 & 10 bit depth supportPaul B Mahol2015-09-08
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter/vf_vectorscope: change intensity to floatPaul B Mahol2015-09-04
* avfilter/vf_vectorscope: constify more variablesPaul B Mahol2015-09-03
* avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol2015-09-03
* avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol2015-08-30
* avfilter/vf_vectorscope: implement envelope supportPaul B Mahol2015-08-30
* avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-29
* avfilter/vf_vectorscope: fix bug in checking pixel format flagsPaul B Mahol2015-08-26
* avfilter/vf_vectorscope: add options with shorter namePaul B Mahol2015-08-24
* avfilter/vf_vectorscope: make intensity user configurablePaul B Mahol2015-08-24
* avfilter/vf_vectorscope: add more pixel formatsPaul B Mahol2015-08-22
* avfilter/vf_vectorscope: Fix ;;Michael Niedermayer2015-08-21
* avfilter/vf_vectorscope: support yuv(a)420p and yuv410p as input for common casePaul B Mahol2015-08-21
* avfilter: add video vectorscope filterPaul B Mahol2015-08-20