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-03-15avfilter: convert to new channel layout APIJames Almer
2021-12-14avfilter/af_astats: improve options descriptionsLimin Wang
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-12-03all: Remove unused-but-set variablesAndreas Rheinhardt
2021-10-05avfilter/af_astats: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-11avfilter/af_astats: add entropy statPaul B Mahol
2021-08-21avfilter/af_astats: remove invalid 5x factor in window size calculationPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-14avfilter/af_astats: Only print header lines when values are to be printedTobias Rapp
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-23avfilter/af_astats: fix possible crash because of undefined float to integer ...Marton Balint
2021-01-04avfilter/af_astats: clip input value to prevent overflowPaul B Mahol
2020-04-17avfilter/af_astats: add noise floor count statPaul B Mahol
2020-04-17avfilter/af_astats: add slice threading supportPaul B Mahol
2020-04-17avfilter/af_astats: measure noise floorPaul B Mahol
2019-05-12avfilter/af_astats: fix calculations involving last samplePaul B Mahol
2019-05-12avfilter/af_astats: fix initial values of variablesPaul B Mahol
2019-04-29avfilter/af_astats: fix msvc compile errorMatthias Troffaes
2019-04-26avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point au...Paul B Mahol
2019-03-21avfilter/af_astats: add support for optimized min/max/peak calculationMarton Balint
2019-03-21avfilter/af_astats: rework sample loopsMarton Balint
2019-03-21avfilter/af_astats: factorize sample loopsMarton Balint
2019-03-21avfilter/af_astats: fix identationMarton Balint
2019-03-21avfilter/af_astats: add support for selecting measured statisticsMarton Balint
2018-09-17avfilter/af_astats: count zero crossingsPaul B Mahol
2017-07-19avfilter/af_astats: measure dynamic rangePaul B Mahol
2017-07-19avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-05-12avfilter/af_astats: add RMS difference tooPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-08-18avfilter/af_astats: fix flt(p) supportPaul B Mahol
2016-08-18avfilter/af_astats: add support for s64(p) sample formatPaul B Mahol
2016-08-15avfilter/af_astats: add support for other sample formatsPaul B Mahol
2016-08-03avfilter/af_astats: extend bitdepth calculationPaul B Mahol
2016-02-26avfilter/af_astats: do not clear previous sample valuePaul B Mahol
2016-02-25avfilter/af_astats: clear all statsPaul B Mahol
2016-02-25avfilter/af_astats: reset stats prior not after filteringPaul B Mahol
2015-10-13avfilter/af_astats: replace FFABS with fabsGanesh Ajjanagadde
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-09-09avfilter/astats: use AV_OPT_TYPE_BOOL for metadata optionClément Bœsch
2015-07-20avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer
2015-07-17avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol
2015-07-15avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol
2015-07-15avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol
2015-07-15avfilter/af_astats: calculate audio bit-depthPaul B Mahol
2015-07-03avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol
2015-07-03avfilter/af_astats: export metadataPaul B Mahol