From: Steinar H. Gunderson Date: Tue, 12 Jan 2016 23:27:05 +0000 (+0100) Subject: Add a class for measuring L/R correlation (not used yet). X-Git-Tag: 1.0.0~14 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=ec87cb3d75303a05ede96031099d0af3c4cf5f0f;hp=9903ba2fb66d20f39e4b73fd6f948e5dbc528fcb Add a class for measuring L/R correlation (not used yet). --- diff --git a/Makefile b/Makefile index 2ec9e09..444e56d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ OBJS=glwidget.o main.o mainwindow.o vumeter.o lrameter.o vu_common.o aboutdialog OBJS += glwidget.moc.o mainwindow.moc.o vumeter.moc.o lrameter.moc.o aboutdialog.moc.o # Mixer objects -OBJS += h264encode.o mixer.o bmusb/bmusb.o pbo_frame_allocator.o context.o ref_counted_frame.o theme.o resampling_queue.o httpd.o ebu_r128_proc.o flags.o image_input.o stereocompressor.o filter.o alsa_output.o +OBJS += h264encode.o mixer.o bmusb/bmusb.o pbo_frame_allocator.o context.o ref_counted_frame.o theme.o resampling_queue.o httpd.o ebu_r128_proc.o flags.o image_input.o stereocompressor.o filter.o alsa_output.o correlation_measurer.o %.o: %.cpp $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $< diff --git a/README b/README index 56d7f2e..e140ce7 100644 --- a/README +++ b/README @@ -90,8 +90,9 @@ Intel's copyright license at h264encode.h. Nageru is Copyright (C) 2015 Steinar H. Gunderson . Portions Copyright (C) 2003 Rune Holm. -Portions Copyright (C) 2010-2011 Fons Adriaensen . +Portions Copyright (C) 2010-2015 Fons Adriaensen . Portions Copyright (C) 2012-2015 Fons Adriaensen . +Portions Copyright (C) 2008-2015 Fons Adriaensen . Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved. diff --git a/ui_aboutdialog.ui b/ui_aboutdialog.ui index 3e9008d..0c5e76c 100644 --- a/ui_aboutdialog.ui +++ b/ui_aboutdialog.ui @@ -36,6 +36,7 @@ Nageru is Copyright (C) 2015 Steinar H. Gunderson &lt;sgunderson@bigfoot.com Portions Copyright (C) 2003 Rune Holm.<br /> Portions Copyright (C) 2010-2011 Fons Adriaensen &lt;fons@linuxaudio.org&gt;<br /> Portions Copyright (C) 2012-2015 Fons Adriaensen &lt;fons@linuxaudio.org&gt;<br /> +Portions Copyright (C) 2008-2015 Fons Adriaensen &lt;fons@linuxaudio.org&gt;<br /> Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.</p> <p>This program is free software: you can redistribute it and/or modify<br />