index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
f_ebur128.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: properly set SAR for A->V filters
Paul B Mahol
2017-06-13
1
-1
/
+2
*
avfilter: don't anonymously typedef structs
Paul B Mahol
2017-05-13
1
-1
/
+1
*
lavfi/f_ebur128: relicense to LGPL
Clément Bœsch
2016-11-27
1
-9
/
+9
*
doc: fix spelling errors
Andreas Cadhalpun
2016-10-21
1
-1
/
+1
*
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
Ganesh Ajjanagadde
2016-03-22
1
-0
/
+1
*
lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
lavfi/ebur128: apply I dual mono correction only if I available
Clément Bœsch
2015-12-13
1
-1
/
+2
*
avfilter,swresample,swscale: use fabs, fabsf instead of FFABS
Ganesh Ajjanagadde
2015-10-22
1
-3
/
+3
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-15
/
+12
*
avfilter/ebur128: use AV_OPT_TYPE_BOOL for video option
Clément Bœsch
2015-10-04
1
-1
/
+1
*
avfilter/ebur128: add dualmono measurement option
Kyle Swanson
2015-10-04
1
-0
/
+22
*
lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.
Nicolas George
2015-09-20
1
-4
/
+0
*
avfilter/ebur128: use AV_OPT_TYPE_BOOL for metadata option
Clément Bœsch
2015-09-08
1
-1
/
+1
*
avfilter/ebur128: rework channel weighting definition code
Clément Bœsch
2014-09-06
1
-11
/
+3
*
avfilter/f_ebur128: Use av_malloc_array()
Michael Niedermayer
2014-07-01
1
-1
/
+1
*
lavfi/ebur128: add true peak metering per frame
Jean First
2014-02-02
1
-1
/
+10
*
lavfi/ebur128: print peak metering in dBFS
Jean First
2014-02-02
1
-9
/
+26
*
lavfi/ebur128: add sample and true peak metering.
Clément Bœsch
2014-02-02
1
-12
/
+128
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-5
/
+5
*
avfilter: remove redundant .get_(audio/video)_buffer initializations
Paul B Mahol
2013-09-07
1
-1
/
+0
*
lavfi/ebur128: fix typo: s/negociation/negotiation
Paul B Mahol
2013-08-13
1
-1
/
+1
*
Fix wrong use of "an" in some comments.
Thilo Borgmann
2013-08-12
1
-1
/
+1
*
lavfi: flag more dynamic i/o filters.
Clément Bœsch
2013-04-13
1
-0
/
+1
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/ebur128: remove now unused av_opt_free call.
Clément Bœsch
2013-04-11
1
-1
/
+0
*
lavfi/ebur128: switch to an AVOptions-based system.
Clément Bœsch
2013-04-10
1
-7
/
+0
*
lavfi/f_ebur128: remove request_frame hack.
Nicolas George
2013-04-03
1
-19
/
+4
*
lavfi/ebur128: add metadata injection.
Clément Bœsch
2013-03-18
1
-1
/
+53
*
lavfi/ebur128: check histogram allocations.
Clément Bœsch
2013-03-15
1
-0
/
+4
*
lavfi/ebur128: add framelog option.
Clément Bœsch
2013-03-15
1
-2
/
+16
*
lavfi/ebur128: use same ref for inputs and outputs.
Clément Bœsch
2013-03-14
1
-17
/
+6
*
Revert "lavfi/ebur128: fix format negociation for output."
Clément Bœsch
2013-03-14
1
-0
/
+16
*
lavfi/ebur128: fix format negociation for output.
Clément Bœsch
2013-03-14
1
-16
/
+0
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-12
/
+11
*
lavfi/ebur128: advance pointer to samples
sedacca@comcast.net
2013-02-15
1
-2
/
+2
*
lavfi/ebur128: fix channel weights
David A. Sedacca
2013-02-15
1
-5
/
+19
*
lavfi: EBU R.128 irregular time
sedacca@comcast.net
2013-01-19
1
-3
/
+3
*
lavfi/ebur128: use ff_filter_frame() everywhere.
Clément Bœsch
2012-11-29
1
-3
/
+2
*
lavfi: add priv_class for some forgotten filters.
Clément Bœsch
2012-11-29
1
-0
/
+1
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-9
/
+12
*
lavfi: replace filter_samples by filter_frame
Michael Niedermayer
2012-11-28
1
-3
/
+3
*
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-11-13
1
-1
/
+1
*
lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE
Paul B Mahol
2012-11-05
1
-2
/
+2
*
lavfi/ebur128: fix typo in condition.
Clément Bœsch
2012-10-11
1
-1
/
+1
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-1
/
+1
*
lavfi: EBU R.128 scanner.
Clément Bœsch
2012-10-01
1
-0
/
+747