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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-05avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt
2021-07-25avfilter/f_ebur128: fix video output regressionPaul B Mahol
2021-07-25avfilter/f_ebur128: add all sample rates supportPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-27avfilter/f_ebur128: Don't allocate outpad namesAndreas Rheinhardt
2020-01-14avfilter/f_ebur128: check if frame clone is setPaul B Mahol
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