| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -4/+23 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -15/+15 |
* | avfilter/vf_signalstats: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | 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/vf_signalstats: avoid doubles in calculations | Paul B Mahol | 2021-08-20 | 1 | -4/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -8/+8 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avfilter/vf_signalstats: reindent after last commit | Limin Wang | 2020-05-10 | 1 | -6/+6 |
* | avfilter/vf_signalstats: make the alloc array used for any bit depth | Limin Wang | 2020-05-10 | 1 | -9/+9 |
* | avfilter/vf_signalstats: add SignalstatsContext.maxsize variable | Limin Wang | 2020-05-10 | 1 | -9/+11 |
* | avfilter/vf_signalstats: rename config_props -> config_output | Limin Wang | 2020-05-10 | 1 | -2/+2 |
* | avfilter/vf_signalstats: fix stack buffer overflow | Paul B Mahol | 2019-10-11 | 1 | -2/+2 |
* | lavfi/signalstats: Cast the return value of AV_RN16() to int. | Carl Eugen Hoyos | 2018-12-12 | 1 | -3/+3 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -3/+3 |
* | avfilter/vf_signalstats: fix saturation calculation for >8 bit | Paul B Mahol | 2016-08-14 | 1 | -5/+5 |
* | avfilter/vf_signalstats: measure video bitdepth | Paul B Mahol | 2016-08-13 | 1 | -0/+25 |
* | avfilter/vf_signalstats: add >8 bit depth support | Paul B Mahol | 2016-08-13 | 1 | -16/+420 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption a... | Michael Niedermayer | 2015-03-22 | 1 | -1/+1 |
* | avfilter/vf_signalstats: fix avframe leak on error | Michael Niedermayer | 2014-12-06 | 1 | -1/+3 |
* | avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diff | Clément Bœsch | 2014-11-26 | 1 | -3/+3 |
* | avfilter/signalstats: localize a few variables | Clément Bœsch | 2014-11-26 | 1 | -4/+3 |
* | avfilter/signalstats: add threading in compute_sat_hue_metrics | Clément Bœsch | 2014-11-26 | 1 | -9/+28 |
* | avfilter/signalstats: isolate sat hue computation metrics in a function | Clément Bœsch | 2014-11-26 | 1 | -7/+70 |
* | avfilter/signalstats: add slice threading for subfilters | Clément Bœsch | 2014-11-26 | 1 | -12/+60 |
* | avfilter/signalstats: fix repitition/repetition typo | Clément Bœsch | 2014-11-26 | 1 | -2/+2 |
* | avfilter/signalstats: reindent after previous commit | Clément Bœsch | 2014-11-26 | 1 | -53/+53 |
* | avfilter/signalstats: integrate height loop into subfilters | Clément Bœsch | 2014-11-26 | 1 | -17/+23 |
* | avfilter/signalstats: remove pointless sub filter init system | Clément Bœsch | 2014-11-26 | 1 | -42/+15 |
* | avfilter/signalstats: fix different buffers for out frame if burn is enabled | Clément Bœsch | 2014-11-26 | 1 | -1/+3 |
* | avfilter/signalstats: add more pixel formats | Paul B Mahol | 2014-09-27 | 1 | -0/+3 |
* | lavfi: add const/static const to pix_fmts arrays. | Reimar Döffinger | 2014-08-31 | 1 | -1/+1 |
* | avfilter: add signalstats filter | Clément Bœsch | 2014-06-11 | 1 | -0/+478 |