Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-01-03 14:56:32 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-01-03 14:56:32 +0300
commitcd9344ce6de708d02beb9e88304ba73639ca55a3 (patch)
treea26da5a5a77292d5109ec23e4882046b53f335e4 /demuxer
parentaaf68b50f81c717fa77858b0d47c2b0264c2ff09 (diff)
Happy new Year!
Diffstat (limited to 'demuxer')
-rw-r--r--demuxer/Demuxers/BDDemuxer.cpp2
-rw-r--r--demuxer/Demuxers/BDDemuxer.h2
-rw-r--r--demuxer/Demuxers/BaseDemuxer.cpp2
-rw-r--r--demuxer/Demuxers/BaseDemuxer.h2
-rw-r--r--demuxer/Demuxers/ExtradataParser.cpp2
-rw-r--r--demuxer/Demuxers/ExtradataParser.h2
-rw-r--r--demuxer/Demuxers/LAVFAudioHelper.cpp2
-rw-r--r--demuxer/Demuxers/LAVFAudioHelper.h2
-rw-r--r--demuxer/Demuxers/LAVFDemuxer.cpp2
-rw-r--r--demuxer/Demuxers/LAVFDemuxer.h2
-rw-r--r--demuxer/Demuxers/LAVFInputFormats.cpp2
-rw-r--r--demuxer/Demuxers/LAVFStreamInfo.cpp2
-rw-r--r--demuxer/Demuxers/LAVFStreamInfo.h2
-rw-r--r--demuxer/Demuxers/LAVFUtils.cpp2
-rw-r--r--demuxer/Demuxers/LAVFUtils.h2
-rw-r--r--demuxer/Demuxers/LAVFVideoHelper.cpp2
-rw-r--r--demuxer/Demuxers/LAVFVideoHelper.h2
-rw-r--r--demuxer/Demuxers/Packet.cpp2
-rw-r--r--demuxer/Demuxers/Packet.h2
-rw-r--r--demuxer/Demuxers/StreamInfo.cpp2
-rw-r--r--demuxer/Demuxers/StreamInfo.h2
-rw-r--r--demuxer/Demuxers/stdafx.h2
-rw-r--r--demuxer/LAVSplitter/InputPin.cpp2
-rw-r--r--demuxer/LAVSplitter/InputPin.h2
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.cpp2
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.h2
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.rc22
-rw-r--r--demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp2
-rw-r--r--demuxer/LAVSplitter/LAVSplitterTrayIcon.h2
-rw-r--r--demuxer/LAVSplitter/OutputPin.cpp2
-rw-r--r--demuxer/LAVSplitter/OutputPin.h2
-rw-r--r--demuxer/LAVSplitter/PacketAllocator.cpp2
-rw-r--r--demuxer/LAVSplitter/PacketAllocator.h2
-rw-r--r--demuxer/LAVSplitter/PacketQueue.cpp2
-rw-r--r--demuxer/LAVSplitter/PacketQueue.h2
-rw-r--r--demuxer/LAVSplitter/SettingsProp.cpp2
-rw-r--r--demuxer/LAVSplitter/SettingsProp.h2
-rw-r--r--demuxer/LAVSplitter/StreamParser.cpp2
-rw-r--r--demuxer/LAVSplitter/StreamParser.h2
-rw-r--r--demuxer/LAVSplitter/dllmain.cpp2
-rw-r--r--demuxer/LAVSplitter/stdafx.cpp2
-rw-r--r--demuxer/LAVSplitter/stdafx.h2
42 files changed, 42 insertions, 42 deletions
diff --git a/demuxer/Demuxers/BDDemuxer.cpp b/demuxer/Demuxers/BDDemuxer.cpp
index be8e78a0..245d4fd6 100644
--- a/demuxer/Demuxers/BDDemuxer.cpp
+++ b/demuxer/Demuxers/BDDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/BDDemuxer.h b/demuxer/Demuxers/BDDemuxer.h
index 736d29a2..8f1d8664 100644
--- a/demuxer/Demuxers/BDDemuxer.h
+++ b/demuxer/Demuxers/BDDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/BaseDemuxer.cpp b/demuxer/Demuxers/BaseDemuxer.cpp
index f12d2494..549e7ff4 100644
--- a/demuxer/Demuxers/BaseDemuxer.cpp
+++ b/demuxer/Demuxers/BaseDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/BaseDemuxer.h b/demuxer/Demuxers/BaseDemuxer.h
index ff916a88..03e04100 100644
--- a/demuxer/Demuxers/BaseDemuxer.h
+++ b/demuxer/Demuxers/BaseDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/ExtradataParser.cpp b/demuxer/Demuxers/ExtradataParser.cpp
index 36ff58a0..2549ace2 100644
--- a/demuxer/Demuxers/ExtradataParser.cpp
+++ b/demuxer/Demuxers/ExtradataParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/ExtradataParser.h b/demuxer/Demuxers/ExtradataParser.h
index 443f31c7..9b9476f1 100644
--- a/demuxer/Demuxers/ExtradataParser.h
+++ b/demuxer/Demuxers/ExtradataParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFAudioHelper.cpp b/demuxer/Demuxers/LAVFAudioHelper.cpp
index 9f404c43..e32df27b 100644
--- a/demuxer/Demuxers/LAVFAudioHelper.cpp
+++ b/demuxer/Demuxers/LAVFAudioHelper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFAudioHelper.h b/demuxer/Demuxers/LAVFAudioHelper.h
index 68cf1214..d298a1bd 100644
--- a/demuxer/Demuxers/LAVFAudioHelper.h
+++ b/demuxer/Demuxers/LAVFAudioHelper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFDemuxer.cpp b/demuxer/Demuxers/LAVFDemuxer.cpp
index c4c44aa4..84171e14 100644
--- a/demuxer/Demuxers/LAVFDemuxer.cpp
+++ b/demuxer/Demuxers/LAVFDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFDemuxer.h b/demuxer/Demuxers/LAVFDemuxer.h
index a740366f..63ab5809 100644
--- a/demuxer/Demuxers/LAVFDemuxer.h
+++ b/demuxer/Demuxers/LAVFDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFInputFormats.cpp b/demuxer/Demuxers/LAVFInputFormats.cpp
index 632e6681..c3c84a0f 100644
--- a/demuxer/Demuxers/LAVFInputFormats.cpp
+++ b/demuxer/Demuxers/LAVFInputFormats.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFStreamInfo.cpp b/demuxer/Demuxers/LAVFStreamInfo.cpp
index 115cdd50..4fb306fa 100644
--- a/demuxer/Demuxers/LAVFStreamInfo.cpp
+++ b/demuxer/Demuxers/LAVFStreamInfo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFStreamInfo.h b/demuxer/Demuxers/LAVFStreamInfo.h
index 08c0aa8b..acd3a55e 100644
--- a/demuxer/Demuxers/LAVFStreamInfo.h
+++ b/demuxer/Demuxers/LAVFStreamInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFUtils.cpp b/demuxer/Demuxers/LAVFUtils.cpp
index 561be62d..27818d4d 100644
--- a/demuxer/Demuxers/LAVFUtils.cpp
+++ b/demuxer/Demuxers/LAVFUtils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFUtils.h b/demuxer/Demuxers/LAVFUtils.h
index 7d0d20d2..c1dbca90 100644
--- a/demuxer/Demuxers/LAVFUtils.h
+++ b/demuxer/Demuxers/LAVFUtils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFVideoHelper.cpp b/demuxer/Demuxers/LAVFVideoHelper.cpp
index ac494a16..53947c19 100644
--- a/demuxer/Demuxers/LAVFVideoHelper.cpp
+++ b/demuxer/Demuxers/LAVFVideoHelper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFVideoHelper.h b/demuxer/Demuxers/LAVFVideoHelper.h
index 2487efd0..27ea849b 100644
--- a/demuxer/Demuxers/LAVFVideoHelper.h
+++ b/demuxer/Demuxers/LAVFVideoHelper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/Packet.cpp b/demuxer/Demuxers/Packet.cpp
index c1af9c22..01b82e44 100644
--- a/demuxer/Demuxers/Packet.cpp
+++ b/demuxer/Demuxers/Packet.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/Packet.h b/demuxer/Demuxers/Packet.h
index f90d8973..3425b565 100644
--- a/demuxer/Demuxers/Packet.h
+++ b/demuxer/Demuxers/Packet.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/StreamInfo.cpp b/demuxer/Demuxers/StreamInfo.cpp
index ce7c5df8..de065619 100644
--- a/demuxer/Demuxers/StreamInfo.cpp
+++ b/demuxer/Demuxers/StreamInfo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/StreamInfo.h b/demuxer/Demuxers/StreamInfo.h
index 98fee24f..0f162709 100644
--- a/demuxer/Demuxers/StreamInfo.h
+++ b/demuxer/Demuxers/StreamInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/stdafx.h b/demuxer/Demuxers/stdafx.h
index 14d283f5..b6ca41d0 100644
--- a/demuxer/Demuxers/stdafx.h
+++ b/demuxer/Demuxers/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/InputPin.cpp b/demuxer/LAVSplitter/InputPin.cpp
index 10cd1284..29fa5eba 100644
--- a/demuxer/LAVSplitter/InputPin.cpp
+++ b/demuxer/LAVSplitter/InputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/InputPin.h b/demuxer/LAVSplitter/InputPin.h
index afcbe788..59b574ea 100644
--- a/demuxer/LAVSplitter/InputPin.h
+++ b/demuxer/LAVSplitter/InputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitter.cpp b/demuxer/LAVSplitter/LAVSplitter.cpp
index 7e1c534d..c2713e39 100644
--- a/demuxer/LAVSplitter/LAVSplitter.cpp
+++ b/demuxer/LAVSplitter/LAVSplitter.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitter.h b/demuxer/LAVSplitter/LAVSplitter.h
index 21cca8f6..4844bf46 100644
--- a/demuxer/LAVSplitter/LAVSplitter.h
+++ b/demuxer/LAVSplitter/LAVSplitter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitter.rc2 b/demuxer/LAVSplitter/LAVSplitter.rc2
index 6e9fb09a..904d5c52 100644
--- a/demuxer/LAVSplitter/LAVSplitter.rc2
+++ b/demuxer/LAVSplitter/LAVSplitter.rc2
@@ -60,7 +60,7 @@ BEGIN
VALUE "FileDescription", "LAV Splitter - DirectShow Media Splitter"
VALUE "FileVersion", LAV_VERSION_STR
VALUE "InternalName", "LAVSplitter.ax"
- VALUE "LegalCopyright", "Copyright (C) 2010-2014 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2015 Hendrik Leppkes"
VALUE "OriginalFilename", "LAVSplitter.ax"
VALUE "ProductName", "LAV Splitter"
VALUE "ProductVersion", LAV_VERSION_STR
diff --git a/demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp b/demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp
index b0b00c7a..be630e69 100644
--- a/demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp
+++ b/demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitterTrayIcon.h b/demuxer/LAVSplitter/LAVSplitterTrayIcon.h
index 0cc63c41..8aee756b 100644
--- a/demuxer/LAVSplitter/LAVSplitterTrayIcon.h
+++ b/demuxer/LAVSplitter/LAVSplitterTrayIcon.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/OutputPin.cpp b/demuxer/LAVSplitter/OutputPin.cpp
index 6f37d4ed..0f3dfda3 100644
--- a/demuxer/LAVSplitter/OutputPin.cpp
+++ b/demuxer/LAVSplitter/OutputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/OutputPin.h b/demuxer/LAVSplitter/OutputPin.h
index 67bee379..0d6612f6 100644
--- a/demuxer/LAVSplitter/OutputPin.h
+++ b/demuxer/LAVSplitter/OutputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketAllocator.cpp b/demuxer/LAVSplitter/PacketAllocator.cpp
index b7202ffb..9000f859 100644
--- a/demuxer/LAVSplitter/PacketAllocator.cpp
+++ b/demuxer/LAVSplitter/PacketAllocator.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketAllocator.h b/demuxer/LAVSplitter/PacketAllocator.h
index 898468a0..f2e3aa69 100644
--- a/demuxer/LAVSplitter/PacketAllocator.h
+++ b/demuxer/LAVSplitter/PacketAllocator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketQueue.cpp b/demuxer/LAVSplitter/PacketQueue.cpp
index deaa6182..fce72c8e 100644
--- a/demuxer/LAVSplitter/PacketQueue.cpp
+++ b/demuxer/LAVSplitter/PacketQueue.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketQueue.h b/demuxer/LAVSplitter/PacketQueue.h
index fc633404..349ef0e9 100644
--- a/demuxer/LAVSplitter/PacketQueue.h
+++ b/demuxer/LAVSplitter/PacketQueue.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/SettingsProp.cpp b/demuxer/LAVSplitter/SettingsProp.cpp
index b1f045c0..2d759958 100644
--- a/demuxer/LAVSplitter/SettingsProp.cpp
+++ b/demuxer/LAVSplitter/SettingsProp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/SettingsProp.h b/demuxer/LAVSplitter/SettingsProp.h
index 46a4a567..c7b630b5 100644
--- a/demuxer/LAVSplitter/SettingsProp.h
+++ b/demuxer/LAVSplitter/SettingsProp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/StreamParser.cpp b/demuxer/LAVSplitter/StreamParser.cpp
index 82a5741a..fa9311ca 100644
--- a/demuxer/LAVSplitter/StreamParser.cpp
+++ b/demuxer/LAVSplitter/StreamParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/StreamParser.h b/demuxer/LAVSplitter/StreamParser.h
index d8d7b5a9..1d564588 100644
--- a/demuxer/LAVSplitter/StreamParser.h
+++ b/demuxer/LAVSplitter/StreamParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/dllmain.cpp b/demuxer/LAVSplitter/dllmain.cpp
index 569e4aec..a58746ab 100644
--- a/demuxer/LAVSplitter/dllmain.cpp
+++ b/demuxer/LAVSplitter/dllmain.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/stdafx.cpp b/demuxer/LAVSplitter/stdafx.cpp
index 93d86219..96766ea5 100644
--- a/demuxer/LAVSplitter/stdafx.cpp
+++ b/demuxer/LAVSplitter/stdafx.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/stdafx.h b/demuxer/LAVSplitter/stdafx.h
index c6c442d5..99c20201 100644
--- a/demuxer/LAVSplitter/stdafx.h
+++ b/demuxer/LAVSplitter/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2014 Hendrik Leppkes
+ * Copyright (C) 2010-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify