| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_vectorscope: add some commands support | Paul B Mahol | 2022-04-08 | 1 | -27/+30 |
* | 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: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -6/+6 |
* | avfilter/vf_vectorscope: add support for 12bit yuva formats | Paul B Mahol | 2019-12-29 | 1 | -2/+3 |
* | avfilter/vf_vectorscope: use av_clip_uint8() | James Almer | 2019-12-28 | 1 | -2/+2 |
* | avfilter/vf_vectorscope: improve tint output for gbrp formats | Paul B Mahol | 2019-12-28 | 1 | -76/+60 |
* | avfilter/vf_vectorscope: rename gray mode to tint mode | Paul B Mahol | 2019-12-28 | 1 | -10/+40 |
* | avfilter/vf_vectorscope: add invert graticule | Paul B Mahol | 2019-12-28 | 1 | -0/+218 |
* | avfilter/vf_vectorscope: use enum for graticule items | Paul B Mahol | 2019-12-28 | 1 | -9/+16 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -3/+3 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/vf_vectorscope: always flip output vertically | Paul B Mahol | 2016-03-20 | 1 | -2/+10 |
* | avfilter/vf_vectorscope: less aggressive memory allocation | Paul B Mahol | 2016-03-13 | 1 | -1/+24 |
* | avfilter/vf_vectorscope: process alpha at end | Paul B Mahol | 2016-03-13 | 1 | -24/+22 |
* | avfilter/vf_vectorscope: copy frame props, mainly for bench filter | Paul B Mahol | 2016-03-13 | 1 | -1/+1 |
* | avfilter/vf_vectorscope: make it possible to override colorspace | Paul B Mahol | 2016-03-13 | 1 | -8/+18 |
* | avfilter/vf_vectorscope: short for Magenta is Mg | Paul B Mahol | 2016-03-08 | 1 | -1/+1 |
* | avfilter/vf_vectorscope: draw color points names | Paul B Mahol | 2016-03-07 | 1 | -14/+160 |
* | avfilter/vf_vectorscope: add 12bit depth support | Paul B Mahol | 2016-03-06 | 1 | -3/+42 |
* | avfilter/vf_vectorscope: improve green graticule visibility | Paul B Mahol | 2016-03-03 | 1 | -18/+18 |
* | avfilter/vf_vectorscope: add threshold option | Paul B Mahol | 2016-03-03 | 1 | -3/+81 |
* | avfilter/vf_vectorscope: add 9 & 10 bit depth input & output support with alpha | Paul B Mahol | 2016-03-02 | 1 | -2/+5 |
* | avfilter/vf_vectorscope: make background opacity customizable | Paul B Mahol | 2016-03-02 | 1 | -9/+39 |
* | avfilter/vf_vectorscope: add graticule | Paul B Mahol | 2016-03-02 | 1 | -0/+266 |
* | avfilter/vf_vectorscope: avoid crash by explicitly checking for 8-bit depth | Paul B Mahol | 2016-03-02 | 1 | -1/+3 |
* | avfilter/vf_vectorscope: add color5 mode, mode like color but with higher sat... | Paul B Mahol | 2016-02-28 | 1 | -2/+26 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+5 |
* | avfilter/vf_vectorscope: 9 & 10 bit depth support | Paul B Mahol | 2015-09-08 | 1 | -59/+326 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | avfilter/vf_vectorscope: change intensity to float | Paul B Mahol | 2015-09-04 | 1 | -2/+5 |
* | avfilter/vf_vectorscope: constify more variables | Paul B Mahol | 2015-09-03 | 1 | -7/+8 |
* | avfilter/vf_vectorscope: support more formats for color4 mode in common case | Paul B Mahol | 2015-09-03 | 1 | -8/+12 |
* | avfilter/vf_vectorscope: make color mode more useful | Paul B Mahol | 2015-08-30 | 1 | -10/+12 |
* | avfilter/vf_vectorscope: implement envelope support | Paul B Mahol | 2015-08-30 | 1 | -8/+79 |
* | avfilter/vf_vectorscope: add yet another mode | Paul B Mahol | 2015-08-29 | 1 | -1/+24 |
* | avfilter/vf_vectorscope: fix bug in checking pixel format flags | Paul B Mahol | 2015-08-26 | 1 | -1/+1 |
* | avfilter/vf_vectorscope: add options with shorter name | Paul B Mahol | 2015-08-24 | 1 | -0/+2 |
* | avfilter/vf_vectorscope: make intensity user configurable | Paul B Mahol | 2015-08-24 | 1 | -5/+8 |
* | avfilter/vf_vectorscope: add more pixel formats | Paul B Mahol | 2015-08-22 | 1 | -4/+6 |
* | avfilter/vf_vectorscope: Fix ;; | Michael Niedermayer | 2015-08-21 | 1 | -1/+1 |
* | avfilter/vf_vectorscope: support yuv(a)420p and yuv410p as input for common case | Paul B Mahol | 2015-08-21 | 1 | -16/+75 |
* | avfilter: add video vectorscope filter | Paul B Mahol | 2015-08-20 | 1 | -0/+293 |