Re: [FFmpeg-devel] [PATCH 0/6] Improvements for EBU R128 plugin (third round)

2018-10-09 Thread Daniel Molkentin
On 09.10.2018 14:32, Daniel Molkentin wrote: > Changes over second round: > > - gauge option: Add 'm' and 's' as alias parameter for >momentary and short-term > - fix spelling error in documentation > - remove "mabsolute" documentation whi

[FFmpeg-devel] [PATCH 4/6] libavfilter/ebur128: introduce target range

2018-10-09 Thread Daniel Molkentin
This eases meeting the target level during live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 3 +++ libavfilter/f_ebur128.c | 33 +++-- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/doc

[FFmpeg-devel] [PATCH 3/6] libavfilter/ebur128: add gauge option

2018-10-09 Thread Daniel Molkentin
Allow to show short-term instead of momentary in gauge. Useful for monitoring whilst live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 9 - libavfilter/f_ebur128.c | 23 +-- 2 files changed, 29 insertions(+), 3

[FFmpeg-devel] [PATCH 0/6] Improvements for EBU R128 plugin (third round)

2018-10-09 Thread Daniel Molkentin
rs - bumped micro version for libavfilter Daniel Molkentin (6): libavfilter/ebur128: add target level option for EBUR128 visualization filter libavfilter/ebur128: add target value to statistics line libavfilter/ebur128: add gauge option libavfilter/ebur128: introduce target range

[FFmpeg-devel] [PATCH 5/6] libavfilter/ebur128: add scale parameter

2018-10-09 Thread Daniel Molkentin
This allows switching between absolute (LUFS) and relativ (LU) display in the status line. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 5 + libavfilter/f_ebur128.c | 42 - 2 files changed, 38 insertions

[FFmpeg-devel] [PATCH 6/6] libavfilter: bump micro version to 101

2018-10-09 Thread Daniel Molkentin
--- libavfilter/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/version.h b/libavfilter/version.h index cde68fbdd5..30e961b999 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 7 #defin

[FFmpeg-devel] [PATCH 2/6] libavfilter/ebur128: add target value to statistics line

2018-10-09 Thread Daniel Molkentin
Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- libavfilter/f_ebur128.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index dfccbff5ec..89bfcb0b3e 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter

[FFmpeg-devel] [PATCH 1/6] libavfilter/ebur128: add target level option for EBUR128 visualization filter

2018-10-09 Thread Daniel Molkentin
Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 6 ++ libavfilter/f_ebur128.c | 6 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index b523877cf3..86ea25bda8 100644 --- a/doc/filters.texi

Re: [FFmpeg-devel] [PATCH 5/5] libavfilter/ebur128: add scale parameter

2018-10-08 Thread Daniel Molkentin
On 08.10.2018 21:00, Carl Eugen Hoyos wrote: > 2018-10-08 9:21 GMT+02:00, Moritz Barsnick : > >> Adding options (and changing output line format?) might also warrant a >> micro-version bump of lavfi > It does. > Even more so for the changed output line... If you point me to where it needs bumping,

[FFmpeg-devel] [PATCH 5/5] libavfilter/ebur128: add scale parameter

2018-10-07 Thread Daniel Molkentin
This allows switching between absolute (LUFS) and relativ (LU) display in the status line. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 8 libavfilter/f_ebur128.c | 42 - 2 files changed, 37

[FFmpeg-devel] [PATCH 3/5] libavfilter/ebur128: add gauge option

2018-10-07 Thread Daniel Molkentin
Allow to show short-term instead of momentary in gauge. Useful for monitoring whilst live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 9 - libavfilter/f_ebur128.c | 21 +++-- 2 files changed, 27 insertions(+), 3

[FFmpeg-devel] [PATCH 0/5] Improvements for EBU R128 plugin (second round)

2018-10-07 Thread Daniel Molkentin
" for consistency with scale - typo fixes in documentation Cheers, Daniel Daniel Molkentin (5): libavfilter/ebur128: add target level option for EBUR128 visualization filter libavfilter/ebur128: add target value to statistics line libavfilter/ebur128: add gauge option lib

[FFmpeg-devel] [PATCH 1/5] libavfilter/ebur128: add target level option for EBUR128 visualization filter

2018-10-07 Thread Daniel Molkentin
Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 6 ++ libavfilter/f_ebur128.c | 6 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index b523877cf3..86ea25bda8 100644 --- a/doc/filters.texi

[FFmpeg-devel] [PATCH 2/5] libavfilter/ebur128: add target value to statistics line

2018-10-07 Thread Daniel Molkentin
Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- libavfilter/f_ebur128.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index dfccbff5ec..89bfcb0b3e 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter

[FFmpeg-devel] [PATCH 4/5] libavfilter/ebur128: introduce target range

2018-10-07 Thread Daniel Molkentin
This eases meeting the target level during live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 8 libavfilter/f_ebur128.c | 33 +++-- 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/doc

Re: [FFmpeg-devel] [PATCH 5/5] libavfilter/ebur128: add mabsolute parameter

2018-10-07 Thread Daniel Molkentin
On 07.10.2018 21:37, Marton Balint wrote: > > > On Sun, 7 Oct 2018, Daniel Molkentin wrote: > >> >> On 07.10.2018 18:02, Daniel Molkentin wrote: >>> This allows switching between absolute (LUFS) and relativ (LU) display >>> in the status line. >>&

Re: [FFmpeg-devel] [PATCH 5/5] libavfilter/ebur128: add mabsolute parameter

2018-10-07 Thread Daniel Molkentin
On 07.10.2018 18:02, Daniel Molkentin wrote: > This allows switching between absolute (LUFS) and relativ (LU) display > in the status line. > > Signed-off-by: Daniel Molkentin > Signed-off-by: Conrad Zelck > --- > doc/filters.texi| 4 > liba

[FFmpeg-devel] [PATCH 3/5] libavfilter/ebur128: add gaugetype option

2018-10-07 Thread Daniel Molkentin
Allow to show short term instead of momentary. Useful for monitoring whilst live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 9 - libavfilter/f_ebur128.c | 21 +++-- 2 files changed, 27 insertions(+), 3 deletions

[FFmpeg-devel] [PATCH 5/5] libavfilter/ebur128: add mabsolute parameter

2018-10-07 Thread Daniel Molkentin
This allows switching between absolute (LUFS) and relativ (LU) display in the status line. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 4 libavfilter/f_ebur128.c | 34 +- 2 files changed, 29 insertions(+), 9

[FFmpeg-devel] [PATCH 1/5] libavfilter/ebur128: add target level option for EBUR128 visualization filter

2018-10-07 Thread Daniel Molkentin
Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 6 ++ libavfilter/f_ebur128.c | 6 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 30a52c4fdb..bd5154f9be 100644 --- a/doc/filters.texi

[FFmpeg-devel] [PATCH 2/5] libavfilter/ebur128: add target value to statistics line

2018-10-07 Thread Daniel Molkentin
Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- libavfilter/f_ebur128.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index dfccbff5ec..89bfcb0b3e 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter

[FFmpeg-devel] [PATCH 4/5] libavfilter/ebur128: introduce target range

2018-10-07 Thread Daniel Molkentin
This eases meeting the target level during live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 3 +++ libavfilter/f_ebur128.c | 33 +++-- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/doc

[FFmpeg-devel] [PATCH 3/5] libavfilter/ebur128: add gaugetype option

2018-10-07 Thread Daniel Molkentin
Allow to show short term instead of momentary. Useful for monitoring whilst live mixing. Signed-off-by: Daniel Molkentin Signed-off-by: Conrad Zelck --- doc/filters.texi| 8 +++- libavfilter/f_ebur128.c | 18 -- 2 files changed, 23 insertions(+), 3 deletions

[FFmpeg-devel] [PATCH 0/5] Improvements for EBU R128 plugin

2018-10-07 Thread Daniel Molkentin
changes before they can be merged. Cheers, Daniel Daniel Molkentin (5): libavfilter/ebur128: add target level option for EBUR128 visualization filter libavfilter/ebur128: add target value to statistics line libavfilter/ebur128: add gaugetype option libavfilter/ebur128: introduce target