summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-09-19avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol1-2/+2
2013-09-19avfilter/vf_decimate: fix crash with gray8Paul B Mahol1-1/+1
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch21-44/+50
2013-04-22lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch15-33/+27
2013-04-14lavfi: port IVTC filters from vapoursynth.Clément Bœsch7-1/+1753
2013-04-14lavfi: rename decimate to mpdecimate.Clément Bœsch6-15/+15
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-10lavfi/decimate: switch to an AVOption-based systemStefano Sabatini3-8/+1
2013-03-31decimate: check for avctx ptr before closing.Clément Bœsch1-2/+4
2013-03-20lavfi/vf_decimate: use standard options parsing.Nicolas George1-9/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-20lavfi/decimate: use named optionsStefano Sabatini3-32/+40
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2012-12-26lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch1-1/+0
2012-12-02lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini1-13/+6
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes17-22/+22
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-31lavfi: port decimate libmpcodecs filterStefano Sabatini7-2/+312