| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_atadenoise: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+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/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+1 |
* | 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 |
* | avfilter/vf_atadenoise: fix mid calculation | Paul B Mahol | 2021-01-22 | 1 | -2/+2 |
* | avfilter/vf_atadenoise: add sigma options | Paul B Mahol | 2021-01-22 | 1 | -10/+138 |
* | avfilter/vf_atadenoise: support alpha formats | Paul B Mahol | 2019-11-18 | 1 | -0/+5 |
* | avfilter/vf_atadenoise: add support for commands | Paul B Mahol | 2019-10-20 | 1 | -4/+21 |
* | avfilter/vf_atadenoise: add option to use additional algorithm | Paul B Mahol | 2019-10-17 | 1 | -3/+56 |
* | avfilter/vf_adadenoise: add x86 SIMD | Paul B Mahol | 2019-10-17 | 1 | -7/+9 |
* | avfilter/vf_atadenoise: compensate for small overall brightness loss | Paul B Mahol | 2019-10-16 | 1 | -1/+1 |
* | avfilter/vf_atadenoise: rewrite using macro | Paul B Mahol | 2019-10-14 | 1 | -113/+57 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -0/+1 |
* | avfilter/vf_atadenoise: do not abort if user specified invalid size | Paul B Mahol | 2018-04-26 | 1 | -2/+2 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -0/+1 |
* | avfilter: add GRAY10 and GRAY12 to some filters | Paul B Mahol | 2017-04-10 | 1 | -0/+2 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter/vf_atadenoise: add planes option | Paul B Mahol | 2016-08-27 | 1 | -0/+15 |
* | avfilter/vf_atadenoise: set default size value to 9 | Paul B Mahol | 2016-08-15 | 1 | -1/+1 |
* | avfilter/vf_atadenoise: add support for more pixel formats | Paul B Mahol | 2016-08-15 | 1 | -0/+5 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_atadenoise: do not use uninitialized data | Paul B Mahol | 2015-09-29 | 1 | -8/+9 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -7/+0 |
* | avfilter/vf_atadenoise: fix file permissions | Paul B Mahol | 2015-09-17 | 1 | -0/+0 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | avfilter/vf_atadenoise: Check for ff_get_video_buffer() failure | Michael Niedermayer | 2015-09-03 | 1 | -0/+3 |
* | avfilter: add atadenoise | Paul B Mahol | 2015-08-02 | 1 | -0/+417 |