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
2022-11-10avfilter/f_ebur128: add quiet framelog modePaul B Mahol
2022-04-12avfilter/f_ebur128: fix typos for swr chlayoutsPaul B Mahol
2022-04-07avfilter/f_ebur128: multiply in integer first, before dividing in floatHendrik Leppkes
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-04avfilter/f_ebur128: make sure frame is writable before writing to itPaul B Mahol
2022-03-04avfilter/f_ebur128: switch to activate()Paul B Mahol
2022-02-25avfilter/f_ebur128: set video outlink timebase and frameratePaul B Mahol
2022-02-25avfilter/f_ebur128: also set max peak for all channels in frame metadataPaul B Mahol
2022-02-24avfilter/f_ebur128: multiply is usually faster than dividePaul B Mahol
2022-02-24avfilter/f_ebur128: use unsigned for hist_entry.countPaul B Mahol
2022-02-20avfilter/f_ebur128: add support for any number of channelsPaul B Mahol
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