| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_histogram: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_histogram: add more color modes | Paul B Mahol | 2021-10-27 | 1 | -2/+52 |
* | avfilter/vf_histogram: add colors_mode option | Paul B Mahol | 2021-10-14 | 1 | -14/+98 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_histogram: add slide modes for thistogram | Paul B Mahol | 2020-09-26 | 1 | -1/+41 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -6/+6 |
* | avfilter/vf_histogram: add envelope to thistogram filter | Paul B Mahol | 2019-12-30 | 1 | -2/+46 |
* | avfilter/vf_histogram: add support for 12bit yuva formats | Paul B Mahol | 2019-12-29 | 1 | -1/+2 |
* | avfilter/vf_histogram: reindent after previous commit | Paul B Mahol | 2019-12-29 | 1 | -55/+55 |
* | avfilter: add thistogram video filter | Paul B Mahol | 2019-12-29 | 1 | -23/+111 |
* | avfilter/vf_histogram: use the name 's' for the pointer to the private context | Paul B Mahol | 2019-12-26 | 1 | -62/+62 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+4 |
* | avfilter/vf_histogram: actually add parade display mode | Paul B Mahol | 2017-05-09 | 1 | -14/+16 |
* | avfilter/vf_histogram: set foreground alpha if possible in destination format | Paul B Mahol | 2016-09-10 | 1 | -2/+4 |
* | avfilter/vf_histogram: make foreground and background opacity configurable | Paul B Mahol | 2016-08-19 | 1 | -6/+15 |
* | avfilter/vf_histogram: indent histogram options | Dave Rice | 2016-06-11 | 1 | -4/+4 |
* | avfilter/vf_histogram: shortcuts for histogram options | Dave Rice | 2016-06-11 | 1 | -0/+3 |
* | avfilter/vf_histogram: add 12bit depth support | Paul B Mahol | 2016-03-06 | 1 | -0/+17 |
* | avfilter/vf_histogram: explicitly set 10bit output formats | Paul B Mahol | 2016-03-04 | 1 | -1/+3 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | lavfi/vf_histogram: replace round by lrint | Ganesh Ajjanagadde | 2015-12-21 | 1 | -1/+1 |
* | avfilter/vf_histogram: remove deprecated stuff | Paul B Mahol | 2015-12-01 | 1 | -273/+97 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+5 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -9/+9 |
* | avfilter/vf_histogram: Fix order of operations with flags | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | avfilter/vf_histogram: 9 and 10 bit depth support | Paul B Mahol | 2015-08-28 | 1 | -30/+106 |
* | avfilter/vf_histogram: fix bug in checking pixel format flags | Paul B Mahol | 2015-08-26 | 1 | -1/+1 |
* | avfilter/vf_histogram: levels: support more input pixel formats | Paul B Mahol | 2015-08-23 | 1 | -12/+67 |
* | avfilter: add waveform monitor filter | Paul B Mahol | 2015-08-22 | 1 | -0/+1 |
* | avfilter: add video vectorscope filter | Paul B Mahol | 2015-08-20 | 1 | -0/+1 |
* | avfilter/vf_histogram: make it possible to pick color components for levels mode | Paul B Mahol | 2015-08-19 | 1 | -4/+15 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+5 |
* | avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_histogram: use const for variables that are not supposed to change | Paul B Mahol | 2013-10-04 | 1 | -13/+13 |
* | avfilter/vf_histogram: add mirrored waveform mode | Marton Balint | 2013-10-02 | 1 | -5/+16 |
* | avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo... | Marton Balint | 2013-10-02 | 1 | -4/+4 |
* | avfilter/vf_histogram: change order of histograms for planar rgb | Paul B Mahol | 2013-10-01 | 1 | -3/+4 |
* | avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor... | Marton Balint | 2013-10-01 | 1 | -7/+30 |
* | avfilter/vf_histogram: improve waveform speed | Marton Balint | 2013-10-01 | 1 | -30/+41 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | lavfi/histogram: cache log2 of max_hval | Paul B Mahol | 2013-05-19 | 1 | -5/+6 |
* | lavfi/histogram: logarithmic mode for levels | Paul B Mahol | 2013-05-15 | 1 | -1/+10 |
* | lavfi: add gbrap support to some filters | Paul B Mahol | 2013-05-08 | 1 | -1/+2 |
* | vf_histogram: avoid floats, unbreak fate | Michael Niedermayer | 2013-04-15 | 1 | -1/+1 |
* | lavfi/histogram: remove pointless store | Paul B Mahol | 2013-04-15 | 1 | -5/+2 |