Re: [FFmpeg-devel] [PATCHv3 2/3] lavfi/loudnorm: add an internal libebur128 library

2017-01-22 Thread Michael Niedermayer
On Sun, Jan 22, 2017 at 04:30:15PM +0100, Marton Balint wrote: > > On Sat, 21 Jan 2017, Michael Niedermayer wrote: > > >On Tue, Nov 01, 2016 at 09:08:16PM +0100, Marton Balint wrote: > >>Also contains the following changes to the library: > >>- add ff_ prefix to functions > >>- remove cplusplus d

Re: [FFmpeg-devel] [PATCHv3 2/3] lavfi/loudnorm: add an internal libebur128 library

2017-01-22 Thread Marton Balint
On Sat, 21 Jan 2017, Michael Niedermayer wrote: On Tue, Nov 01, 2016 at 09:08:16PM +0100, Marton Balint wrote: Also contains the following changes to the library: - add ff_ prefix to functions - remove cplusplus defines. - add FF_ prefix to contants and some structs - remove true peak calculat

Re: [FFmpeg-devel] [PATCHv3 2/3] lavfi/loudnorm: add an internal libebur128 library

2017-01-21 Thread Michael Niedermayer
On Tue, Nov 01, 2016 at 09:08:16PM +0100, Marton Balint wrote: > Also contains the following changes to the library: > - add ff_ prefix to functions > - remove cplusplus defines. > - add FF_ prefix to contants and some structs > - remove true peak calculation feature, since it uses its own resample

Re: [FFmpeg-devel] [PATCHv3 2/3] lavfi/loudnorm: add an internal libebur128 library

2016-11-03 Thread Marton Balint
On Thu, 3 Nov 2016, Carl Eugen Hoyos wrote: 2016-11-01 21:08 GMT+01:00 Marton Balint : --- a/configure +++ b/configure @@ -1491,7 +1489,6 @@ EXTERNAL_LIBRARY_LIST=" libcdio libcelt libdc1394 -libebur128 I believe this line should stay. Why? Maybe the commit message is

Re: [FFmpeg-devel] [PATCHv3 2/3] lavfi/loudnorm: add an internal libebur128 library

2016-11-03 Thread Carl Eugen Hoyos
2016-11-01 21:08 GMT+01:00 Marton Balint : > --- a/configure > +++ b/configure > @@ -1491,7 +1489,6 @@ EXTERNAL_LIBRARY_LIST=" > libcdio > libcelt > libdc1394 > -libebur128 I believe this line should stay. Carl Eugen ___ ffmpeg-devel

[FFmpeg-devel] [PATCHv3 2/3] lavfi/loudnorm: add an internal libebur128 library

2016-11-01 Thread Marton Balint
Also contains the following changes to the library: - add ff_ prefix to functions - remove cplusplus defines. - add FF_ prefix to contants and some structs - remove true peak calculation feature, since it uses its own resampler, and af_loudnorm does not need it. - remove version info and some fpr