summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mpdecimate.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_mpdecimate: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi/vf_mpdecimate: remove request_frame().Nicolas George2015-12-22
* avfilter/vf_mpdecimate: Add missing emms_c()Michael Niedermayer2015-12-14
* avfilter/vf_mpdecimate: remove packed formatsPaul B Mahol2015-07-02
* avfilter/vf_mpdecimate: add comment about 8x8 SADPeter Cordes2015-05-31
* avfilter/vf_mpdecimate: support more pixel formats, including GBRPPeter Cordes2015-05-31
* avfilter/vf_mpdecimate: debug logging of threshold statsPeter Cordes2015-05-31
* avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_...Peter Cordes2015-05-31
* avfilter/vf_mpdecimate: Fix missing ()Michael Niedermayer2015-04-06
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/mp_decimate: remove avcodec dependencyClément Bœsch2014-08-05
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-26
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
* Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-14
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-14