| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+5 |
* | avfilter/vf_dctdnoiz: 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/vf_dctdnoiz: Check threads | Michael Niedermayer | 2021-06-08 | 1 | -0/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avfilter/vf_dctdnoiz: add GBRP support | Paul B Mahol | 2017-04-10 | 1 | -14/+71 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -2/+2 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -2/+2 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter/dctdnoiz: fix slice_h computation | Clément Bœsch | 2015-02-08 | 1 | -1/+1 |
* | avfilter/vf_dctdnoiz: Use av_malloc_array() | Paul B Mahol | 2015-02-01 | 1 | -3/+3 |
* | avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-14 | 1 | -5/+5 |
* | avfilter/dctdnoiz: add slice threading | Clément Bœsch | 2014-08-13 | 1 | -30/+84 |
* | avfilter/dctdnoiz: remove a few indirections in idcts | Clément Bœsch | 2014-08-09 | 1 | -12/+8 |
* | avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTs | Clément Bœsch | 2014-08-08 | 1 | -136/+136 |
* | avfilter/dctdnoiz: remove forward declarations after previous commit | Clément Bœsch | 2014-08-08 | 1 | -92/+78 |
* | avfilter/dctdnoiz: make color [de]correlation less clumsy | Clément Bœsch | 2014-08-08 | 1 | -26/+79 |
* | avfilter/dctdnoiz: add 8x8 dct and make it the default | Clément Bœsch | 2014-08-07 | 1 | -60/+172 |
* | avfilter/dctdnoiz: rewrite [f/i]dct | Clément Bœsch | 2014-08-07 | 1 | -88/+230 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | lavfi/dctdnoiz: move DC normalization out of loops. | Clément Bœsch | 2013-05-26 | 1 | -11/+13 |
* | lavfi/dctdnoiz: fix 10l typo in pr_height computation. | Clément Bœsch | 2013-05-15 | 1 | -1/+1 |
* | lavfi: add dctdnoiz filter. | Clément Bœsch | 2013-05-15 | 1 | -0/+431 |