Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-03-24 Thread Benjamin St
I tried to test with the files sample.cdda.flac and > sample.hdcd.flac attached in the ticket. > The output is different and one possible reason > is the usage of floating point arithmetic in the > filter. > Did you compare flac files or raw audiodata (e.g. wav)? For me flac it is not identical bu

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-03-30 Thread Benjamin St
> > fails make fate It's due to the copyright header. I still don't know how to handle this correct as this filter is based on https://github.com/kode54/foo_hdcd/, which contains: > 1. Redistributions of source code must retain the above copyright > notice, this list of conditions and the fol

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-04-07 Thread Benjamin St
> if the license is compatible with the LGPL then you could be added to > the exceptions > Is it compatible? I would say yes... (but I'm not sure) Any further comments? Thanks, Benjamin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.

[FFmpeg-devel] [PATCH] Use int32_t instead of int for gaintable in hdcd filter

2016-06-01 Thread Benjamin St
From 11bbac3343cb06ce0862ffbbf6365ba834b4284b Mon Sep 17 00:00:00 2001 From: Benjamin Steffes Date: Sun, 29 May 2016 17:45:33 +0200 Subject: [PATCH] Use int32_t instead of int for gaintable in hdcd filter. Signed-off-by: Benjamin Steffes --- libavfilter/af_hdcd.c | 2 +- 1 file changed, 1 inse