| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_mpdecimate: Remove emms_c | Andreas Rheinhardt | 2023-11-04 | 1 | -5/+1 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_mpdecimate: Add option to keep the first N similar frames before ... | Thilo Borgmann | 2023-05-08 | 1 | -2/+17 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+12 |
* | avfilter/vf_mpdecimate: 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/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: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | lavfi/vf_mpdecimate: remove request_frame(). | Nicolas George | 2015-12-22 | 1 | -14/+0 |
* | avfilter/vf_mpdecimate: Add missing emms_c() | Michael Niedermayer | 2015-12-14 | 1 | -1/+4 |
* | avfilter/vf_mpdecimate: remove packed formats | Paul B Mahol | 2015-07-02 | 1 | -3/+0 |
* | avfilter/vf_mpdecimate: add comment about 8x8 SAD | Peter Cordes | 2015-05-31 | 1 | -0/+5 |
* | avfilter/vf_mpdecimate: support more pixel formats, including GBRP | Peter Cordes | 2015-05-31 | 1 | -0/+9 |
* | avfilter/vf_mpdecimate: debug logging of threshold stats | Peter Cordes | 2015-05-31 | 1 | -2/+8 |
* | avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_... | Peter Cordes | 2015-05-31 | 1 | -1/+1 |
* | avfilter/vf_mpdecimate: Fix missing () | Michael Niedermayer | 2015-04-06 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -4/+4 |
* | avfilter/mp_decimate: remove avcodec dependency | Clément Bœsch | 2014-08-05 | 1 | -24/+12 |
* | reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump | Michael Niedermayer | 2014-07-26 | 1 | -5/+5 |
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -5/+5 |
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e' | Michael Niedermayer | 2014-07-10 | 1 | -1/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -11/+10 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+2 |
* | Add avpriv_dsputil_init() and use it in lavfi where relevant. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | lavfi: rename decimate to mpdecimate. | Clément Bœsch | 2013-04-14 | 1 | -0/+258 |