summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_vectorscope.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-3/+3
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/vf_vectorscope: always flip output verticallyPaul B Mahol2016-03-201-2/+10
* avfilter/vf_vectorscope: less aggressive memory allocationPaul B Mahol2016-03-131-1/+24
* avfilter/vf_vectorscope: process alpha at endPaul B Mahol2016-03-131-24/+22
* avfilter/vf_vectorscope: copy frame props, mainly for bench filterPaul B Mahol2016-03-131-1/+1
* avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol2016-03-131-8/+18
* avfilter/vf_vectorscope: short for Magenta is MgPaul B Mahol2016-03-081-1/+1
* avfilter/vf_vectorscope: draw color points namesPaul B Mahol2016-03-071-14/+160
* avfilter/vf_vectorscope: add 12bit depth supportPaul B Mahol2016-03-061-3/+42
* avfilter/vf_vectorscope: improve green graticule visibilityPaul B Mahol2016-03-031-18/+18
* avfilter/vf_vectorscope: add threshold optionPaul B Mahol2016-03-031-3/+81
* avfilter/vf_vectorscope: add 9 & 10 bit depth input & output support with alphaPaul B Mahol2016-03-021-2/+5
* avfilter/vf_vectorscope: make background opacity customizablePaul B Mahol2016-03-021-9/+39
* avfilter/vf_vectorscope: add graticulePaul B Mahol2016-03-021-0/+266
* avfilter/vf_vectorscope: avoid crash by explicitly checking for 8-bit depthPaul B Mahol2016-03-021-1/+3
* avfilter/vf_vectorscope: add color5 mode, mode like color but with higher sat...Paul B Mahol2016-02-281-2/+26
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+5
* avfilter/vf_vectorscope: 9 & 10 bit depth supportPaul B Mahol2015-09-081-59/+326
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter/vf_vectorscope: change intensity to floatPaul B Mahol2015-09-041-2/+5
* avfilter/vf_vectorscope: constify more variablesPaul B Mahol2015-09-031-7/+8
* avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol2015-09-031-8/+12
* avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol2015-08-301-10/+12
* avfilter/vf_vectorscope: implement envelope supportPaul B Mahol2015-08-301-8/+79
* avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-291-1/+24
* avfilter/vf_vectorscope: fix bug in checking pixel format flagsPaul B Mahol2015-08-261-1/+1
* avfilter/vf_vectorscope: add options with shorter namePaul B Mahol2015-08-241-0/+2
* avfilter/vf_vectorscope: make intensity user configurablePaul B Mahol2015-08-241-5/+8
* avfilter/vf_vectorscope: add more pixel formatsPaul B Mahol2015-08-221-4/+6
* avfilter/vf_vectorscope: Fix ;;Michael Niedermayer2015-08-211-1/+1
* avfilter/vf_vectorscope: support yuv(a)420p and yuv410p as input for common casePaul B Mahol2015-08-211-16/+75
* avfilter: add video vectorscope filterPaul B Mahol2015-08-201-0/+293
OpenPOWER on IntegriCloud