Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2014-07-11avfilter/vf_decimate: Use av_malloc_array()Michael Niedermayer
2013-10-31libavfilter/decimate: Add pts of first frame to all frames.Carl Eugen Hoyos
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-19avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol
2013-09-19avfilter/vf_decimate: fix crash with gray8Paul B Mahol
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-14lavfi: port IVTC filters from vapoursynth.Clément Bœsch
2013-04-14lavfi: rename decimate to mpdecimate.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/decimate: switch to an AVOption-based systemStefano Sabatini
2013-03-31decimate: check for avctx ptr before closing.Clément Bœsch
2013-03-21lavfi/vf_decimate: use standard options parsing.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-20lavfi/decimate: use named optionsStefano Sabatini
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2012-12-27lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch
2012-12-02lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-31lavfi: port decimate libmpcodecs filterStefano Sabatini