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 (Collapse)Author
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
MSVC requires an explicit cast from void * to void when applying the ternary conditional operator to switch between methods that return void.
2019-04-26avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point ↵Paul B Mahol
audio too
2019-03-21avfilter/af_astats: add support for optimized min/max/peak calculationMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2019-03-21avfilter/af_astats: rework sample loopsMarton Balint
The channel loop is now the outer loop for both planar and interleaved. This is needed by the next patch, and the speed difference is negligable if any. Signed-off-by: Marton Balint <cus@passwd.hu>
2019-03-21avfilter/af_astats: factorize sample loopsMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2019-03-21avfilter/af_astats: fix identationMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2019-03-21avfilter/af_astats: add support for selecting measured statisticsMarton Balint
set_metadata with many entries is not very efficient, and with small audio frames the performance loss is noticable. Also with this very simple calculations (like peak) can be even further optimized. Unfoturnately there are some small differences in metadata and av_log info output, so factorizing calculations and output might not worth the hassle. Signed-off-by: Marton Balint <cus@passwd.hu>
2018-09-17avfilter/af_astats: count zero crossingsPaul B Mahol
2017-07-19avfilter/af_astats: measure dynamic rangePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-07-19avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-12avfilter/af_astats: add RMS difference tooPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
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
Should help when using reset=1 and metadata=1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-02-25avfilter/af_astats: clear all statsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-02-25avfilter/af_astats: reset stats prior not after filteringPaul B Mahol
This way stats printed at uninit are also useful. Signed-off-by: Paul B Mahol <onemda@gmail.com>
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
Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
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
Should fix compilation with vs2012 Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-17avfilter/af_astats: measure minimal and mean difference between two ↵Paul B Mahol
consecutive samples Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-15avfilter/af_astats: make sure p->last is actually always set when measuring ↵Paul B Mahol
max difference Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-15avfilter/af_astats: also measure maximal difference between two consecutive ↵Paul B Mahol
samples While here also mention bit depth in documentation. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-15avfilter/af_astats: calculate audio bit-depthPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-03avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-03avfilter/af_astats: export metadataPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-03-08avfilter/af_astats: redo zero channel handlingPaul B Mahol
Suggested-by: Nicolas George Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-03-08avfilter/af_astats: Avoid Zero division in print part.Martin Vignali
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavfi: do not export the filters from shared objects Conflicts: libavfilter/af_amix.c libavfilter/af_anull.c libavfilter/asrc_anullsrc.c libavfilter/f_select.c libavfilter/f_settb.c libavfilter/split.c libavfilter/src_movie.c libavfilter/vf_aspect.c libavfilter/vf_blackframe.c libavfilter/vf_colorbalance.c libavfilter/vf_copy.c libavfilter/vf_crop.c libavfilter/vf_cropdetect.c libavfilter/vf_drawbox.c libavfilter/vf_format.c libavfilter/vf_framestep.c libavfilter/vf_frei0r.c libavfilter/vf_hflip.c libavfilter/vf_libopencv.c libavfilter/vf_lut.c libavfilter/vf_null.c libavfilter/vf_overlay.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_unsharp.c libavfilter/vf_vflip.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-12avfilter: various cosmeticsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-06-03avfilter/af_astats: rename stat()Michael Niedermayer
See CID1026741 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-11avfilter/af_astats: fix 64bit printf typeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-06avfilter: add av_cold to uninit()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-27astats filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>