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
2019-04-29avfilter/f_ebur128: use correct type for chlPaul B Mahol
2018-10-25lavfi/ebur128: Fix mixed declarations and codeMark Thompson
2018-10-10libavfilter/ebur128: add scale parameterDaniel Molkentin
2018-10-10libavfilter/ebur128: introduce target rangeDaniel Molkentin
2018-10-10libavfilter/ebur128: add gauge optionDaniel Molkentin
2018-10-10libavfilter/ebur128: add target value to statistics lineDaniel Molkentin
2018-10-10libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin
2018-09-15avfilter/f_ebur128: check return value of ff_insert_outpad()Paul B Mahol
2017-06-13avfilter: properly set SAR for A->V filtersPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-27lavfi/f_ebur128: relicense to LGPLClément Bœsch
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2015-12-25lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-13lavfi/ebur128: apply I dual mono correction only if I availableClément Bœsch
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-04avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch
2015-10-04avfilter/ebur128: add dualmono measurement optionKyle Swanson
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch
2014-09-06avfilter/ebur128: rework channel weighting definition codeClément Bœsch
2014-07-01avfilter/f_ebur128: Use av_malloc_array()Michael Niedermayer
2014-02-02lavfi/ebur128: add true peak metering per frameJean First
2014-02-02lavfi/ebur128: print peak metering in dBFSJean First
2014-02-02lavfi/ebur128: add sample and true peak metering.Clément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-08-13lavfi/ebur128: fix typo: s/negociation/negotiationPaul B Mahol
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann
2013-04-13lavfi: flag more dynamic i/o filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/ebur128: remove now unused av_opt_free call.Clément Bœsch
2013-04-11lavfi/ebur128: switch to an AVOptions-based system.Clément Bœsch
2013-04-03lavfi/f_ebur128: remove request_frame hack.Nicolas George
2013-03-18lavfi/ebur128: add metadata injection.Clément Bœsch
2013-03-15lavfi/ebur128: check histogram allocations.Clément Bœsch
2013-03-15lavfi/ebur128: add framelog option.Clément Bœsch
2013-03-14lavfi/ebur128: use same ref for inputs and outputs.Clément Bœsch
2013-03-14Revert "lavfi/ebur128: fix format negociation for output."Clément Bœsch
2013-03-14lavfi/ebur128: fix format negociation for output.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-15lavfi/ebur128: advance pointer to samplessedacca@comcast.net
2013-02-15lavfi/ebur128: fix channel weightsDavid A. Sedacca
2013-01-19lavfi: EBU R.128 irregular timesedacca@comcast.net
2012-11-29lavfi/ebur128: use ff_filter_frame() everywhere.Clément Bœsch
2012-11-29lavfi: add priv_class for some forgotten filters.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer