]> git.sesse.net Git - nageru/commitdiff
Add a class for measuring L/R correlation (not used yet).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 12 Jan 2016 23:27:05 +0000 (00:27 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 12 Jan 2016 23:27:05 +0000 (00:27 +0100)
Makefile
README
ui_aboutdialog.ui

index 2ec9e0929e1254beb83fb8d33ba9812c2cb16eae..444e56d1ea64c0d59531c851a02e75ddf20fd508 100644 (file)
--- 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 56d7f2e8c8514b702dbe842fef733d25fe871867..e140ce72643868fbaa5e995ef5dc956d742c3d09 100644 (file)
--- a/README
+++ b/README
@@ -90,8 +90,9 @@ Intel's copyright license at h264encode.h.
 
 Nageru is Copyright (C) 2015 Steinar H. Gunderson <sgunderson@bigfoot.com>.
 Portions Copyright (C) 2003 Rune Holm.
-Portions Copyright (C) 2010-2011 Fons Adriaensen <fons@linuxaudio.org>.
+Portions Copyright (C) 2010-2015 Fons Adriaensen <fons@linuxaudio.org>.
 Portions Copyright (C) 2012-2015 Fons Adriaensen <fons@linuxaudio.org>.
+Portions Copyright (C) 2008-2015 Fons Adriaensen <fons@linuxaudio.org>.
 Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.
 
 
index 3e9008decae212831a96558bdb6862c43cef90d4..0c5e76c6346c368f99fe3af9b013073b84a37383 100644 (file)
@@ -36,6 +36,7 @@ Nageru is Copyright (C) 2015 Steinar H. Gunderson &amp;lt;sgunderson@bigfoot.com
 Portions Copyright (C) 2003 Rune Holm.&lt;br /&gt;
 Portions Copyright (C) 2010-2011 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
 Portions Copyright (C) 2012-2015 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
+Portions Copyright (C) 2008-2015 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
 Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.&lt;/p&gt;
 
 &lt;p&gt;This program is free software: you can redistribute it and/or modify&lt;br /&gt;