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

2016-10-29 Thread Paul B Mahol
On 10/29/16, Marton Balint wrote: > > On Sun, 23 Oct 2016, 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

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

2016-10-29 Thread Marton Balint
On Sun, 23 Oct 2016, 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 resampler, and af_audnorm does not

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

2016-10-23 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_audnorm does not need it. - remove version info and some fpri