summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_mpdecimate.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi/vf_mpdecimate: remove request_frame().Nicolas George2015-12-221-14/+0
* avfilter/vf_mpdecimate: Add missing emms_c()Michael Niedermayer2015-12-141-1/+4
* avfilter/vf_mpdecimate: remove packed formatsPaul B Mahol2015-07-021-3/+0
* avfilter/vf_mpdecimate: add comment about 8x8 SADPeter Cordes2015-05-311-0/+5
* avfilter/vf_mpdecimate: support more pixel formats, including GBRPPeter Cordes2015-05-311-0/+9
* avfilter/vf_mpdecimate: debug logging of threshold statsPeter Cordes2015-05-311-2/+8
* avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_...Peter Cordes2015-05-311-1/+1
* avfilter/vf_mpdecimate: Fix missing ()Michael Niedermayer2015-04-061-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* avfilter/mp_decimate: remove avcodec dependencyClément Bœsch2014-08-051-24/+12
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-261-5/+5
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-5/+5
* Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-1/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-11/+10
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+2
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-141-1/+1
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-141-0/+258
OpenPOWER on IntegriCloud