Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>