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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-25avfilter/vf_decimate: check ff_insert_inpad() for failurePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-03-13avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer
2016-03-13Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-03lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George
2015-12-15avfilter/vf_decimate: fix typo in fractionMichael Niedermayer
2015-12-14avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer
2015-12-14avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma optionsClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
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