summaryrefslogtreecommitdiff
path: root/libavfilter/vf_decimate.c
Commit message (Expand)AuthorAge
* lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-14
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-14
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/decimate: switch to an AVOption-based systemStefano Sabatini2013-04-11
* decimate: check for avctx ptr before closing.Clément Bœsch2013-03-31
* lavfi/vf_decimate: use standard options parsing.Nicolas George2013-03-20
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/decimate: use named optionsStefano Sabatini2013-02-20
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
* lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch2012-12-26
* lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavfi: port decimate libmpcodecs filterStefano Sabatini2012-08-31