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>2014-01-12 19:15:12 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-01-12 19:15:12 +0400
commit245dda9053063e41e16c3ed19094aee273bbd62d (patch)
tree5bf6899109feee4f57fa59b2c72ac8175971d2d4 /demuxer
parent0b591cc7f85b96bced9e8acc3dbc1fa1125bf853 (diff)
Update copyright year to 2014
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.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
41 files changed, 41 insertions, 41 deletions
diff --git a/demuxer/Demuxers/BDDemuxer.cpp b/demuxer/Demuxers/BDDemuxer.cpp
index d765756a..ab296ae1 100644
--- a/demuxer/Demuxers/BDDemuxer.cpp
+++ b/demuxer/Demuxers/BDDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 4e65ee6d..00fe00cd 100644
--- a/demuxer/Demuxers/BDDemuxer.h
+++ b/demuxer/Demuxers/BDDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 4a958920..f12d2494 100644
--- a/demuxer/Demuxers/BaseDemuxer.cpp
+++ b/demuxer/Demuxers/BaseDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 62abb1d5..b733ef3f 100644
--- a/demuxer/Demuxers/BaseDemuxer.h
+++ b/demuxer/Demuxers/BaseDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 32f20eff..36ff58a0 100644
--- a/demuxer/Demuxers/ExtradataParser.cpp
+++ b/demuxer/Demuxers/ExtradataParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 e956a4e8..443f31c7 100644
--- a/demuxer/Demuxers/ExtradataParser.h
+++ b/demuxer/Demuxers/ExtradataParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 32102bd3..26dcb0b2 100644
--- a/demuxer/Demuxers/LAVFAudioHelper.cpp
+++ b/demuxer/Demuxers/LAVFAudioHelper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 89b94f7d..68cf1214 100644
--- a/demuxer/Demuxers/LAVFAudioHelper.h
+++ b/demuxer/Demuxers/LAVFAudioHelper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 7188b041..24ff6e9e 100644
--- a/demuxer/Demuxers/LAVFDemuxer.cpp
+++ b/demuxer/Demuxers/LAVFDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 46757e77..83148938 100644
--- a/demuxer/Demuxers/LAVFDemuxer.h
+++ b/demuxer/Demuxers/LAVFDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 83556984..632e6681 100644
--- a/demuxer/Demuxers/LAVFInputFormats.cpp
+++ b/demuxer/Demuxers/LAVFInputFormats.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 b7e52bca..08c0aa8b 100644
--- a/demuxer/Demuxers/LAVFStreamInfo.h
+++ b/demuxer/Demuxers/LAVFStreamInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 eb1ba47d..f69849aa 100644
--- a/demuxer/Demuxers/LAVFUtils.cpp
+++ b/demuxer/Demuxers/LAVFUtils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 6726c15c..4f95fa90 100644
--- a/demuxer/Demuxers/LAVFUtils.h
+++ b/demuxer/Demuxers/LAVFUtils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 05b73c23..53025e06 100644
--- a/demuxer/Demuxers/LAVFVideoHelper.cpp
+++ b/demuxer/Demuxers/LAVFVideoHelper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 eb361776..2487efd0 100644
--- a/demuxer/Demuxers/LAVFVideoHelper.h
+++ b/demuxer/Demuxers/LAVFVideoHelper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 44c01d4b..c1af9c22 100644
--- a/demuxer/Demuxers/Packet.cpp
+++ b/demuxer/Demuxers/Packet.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 62089360..f90d8973 100644
--- a/demuxer/Demuxers/Packet.h
+++ b/demuxer/Demuxers/Packet.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 166e795c..ce7c5df8 100644
--- a/demuxer/Demuxers/StreamInfo.cpp
+++ b/demuxer/Demuxers/StreamInfo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 d0c41eea..98fee24f 100644
--- a/demuxer/Demuxers/StreamInfo.h
+++ b/demuxer/Demuxers/StreamInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 36b0aa8c..14d283f5 100644
--- a/demuxer/Demuxers/stdafx.h
+++ b/demuxer/Demuxers/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 3c530ccf..e631e768 100644
--- a/demuxer/LAVSplitter/InputPin.cpp
+++ b/demuxer/LAVSplitter/InputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 dc0e6c38..727f6074 100644
--- a/demuxer/LAVSplitter/InputPin.h
+++ b/demuxer/LAVSplitter/InputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 cc42680b..02abe2f2 100644
--- a/demuxer/LAVSplitter/LAVSplitter.cpp
+++ b/demuxer/LAVSplitter/LAVSplitter.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 17878bb6..21cca8f6 100644
--- a/demuxer/LAVSplitter/LAVSplitter.h
+++ b/demuxer/LAVSplitter/LAVSplitter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 8aefce2c..6e9fb09a 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-2013 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2014 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 825d6ca8..2be700c5 100644
--- a/demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp
+++ b/demuxer/LAVSplitter/LAVSplitterTrayIcon.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 3be5a2da..0cc63c41 100644
--- a/demuxer/LAVSplitter/LAVSplitterTrayIcon.h
+++ b/demuxer/LAVSplitter/LAVSplitterTrayIcon.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 d88f5dac..6f37d4ed 100644
--- a/demuxer/LAVSplitter/OutputPin.cpp
+++ b/demuxer/LAVSplitter/OutputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 6da951d5..67bee379 100644
--- a/demuxer/LAVSplitter/OutputPin.h
+++ b/demuxer/LAVSplitter/OutputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 665af513..b7202ffb 100644
--- a/demuxer/LAVSplitter/PacketAllocator.cpp
+++ b/demuxer/LAVSplitter/PacketAllocator.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 b6e89901..898468a0 100644
--- a/demuxer/LAVSplitter/PacketAllocator.h
+++ b/demuxer/LAVSplitter/PacketAllocator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 ed5c6d5c..deaa6182 100644
--- a/demuxer/LAVSplitter/PacketQueue.cpp
+++ b/demuxer/LAVSplitter/PacketQueue.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 973522e0..fc633404 100644
--- a/demuxer/LAVSplitter/PacketQueue.h
+++ b/demuxer/LAVSplitter/PacketQueue.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 81952d3d..b1f045c0 100644
--- a/demuxer/LAVSplitter/SettingsProp.cpp
+++ b/demuxer/LAVSplitter/SettingsProp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 aab29cc4..46a4a567 100644
--- a/demuxer/LAVSplitter/SettingsProp.h
+++ b/demuxer/LAVSplitter/SettingsProp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 627bc2b6..dc774379 100644
--- a/demuxer/LAVSplitter/StreamParser.cpp
+++ b/demuxer/LAVSplitter/StreamParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 49f06065..d8d7b5a9 100644
--- a/demuxer/LAVSplitter/StreamParser.h
+++ b/demuxer/LAVSplitter/StreamParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 0aae0bdf..569e4aec 100644
--- a/demuxer/LAVSplitter/dllmain.cpp
+++ b/demuxer/LAVSplitter/dllmain.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 82b5f9d8..93d86219 100644
--- a/demuxer/LAVSplitter/stdafx.cpp
+++ b/demuxer/LAVSplitter/stdafx.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 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 3a674bc1..c6c442d5 100644
--- a/demuxer/LAVSplitter/stdafx.h
+++ b/demuxer/LAVSplitter/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Hendrik Leppkes
+ * Copyright (C) 2010-2014 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify