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 /decoder
parentaaf68b50f81c717fa77858b0d47c2b0264c2ff09 (diff)
Happy new Year!
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVAudio/AudioSettingsProp.cpp2
-rw-r--r--decoder/LAVAudio/AudioSettingsProp.h2
-rw-r--r--decoder/LAVAudio/Bitstream.cpp2
-rw-r--r--decoder/LAVAudio/BitstreamParser.cpp2
-rw-r--r--decoder/LAVAudio/BitstreamParser.h2
-rw-r--r--decoder/LAVAudio/DTSDecoder.cpp2
-rw-r--r--decoder/LAVAudio/LAVAudio.cpp2
-rw-r--r--decoder/LAVAudio/LAVAudio.h2
-rw-r--r--decoder/LAVAudio/LAVAudio.rc22
-rw-r--r--decoder/LAVAudio/LAVAudioSettings.h2
-rw-r--r--decoder/LAVAudio/Media.cpp2
-rw-r--r--decoder/LAVAudio/Media.h2
-rw-r--r--decoder/LAVAudio/PostProcessor.cpp2
-rw-r--r--decoder/LAVAudio/PostProcessor.h2
-rw-r--r--decoder/LAVAudio/dllmain.cpp2
-rw-r--r--decoder/LAVAudio/parser/dts.cpp2
-rw-r--r--decoder/LAVAudio/parser/dts.h2
-rw-r--r--decoder/LAVAudio/parser/parser.h2
-rw-r--r--decoder/LAVAudio/stdafx.cpp2
-rw-r--r--decoder/LAVAudio/stdafx.h2
-rw-r--r--decoder/LAVVideo/DecodeThread.cpp2
-rw-r--r--decoder/LAVVideo/DecodeThread.h2
-rw-r--r--decoder/LAVVideo/Filtering.cpp2
-rw-r--r--decoder/LAVVideo/LAVPixFmtConverter.cpp2
-rw-r--r--decoder/LAVVideo/LAVPixFmtConverter.h2
-rw-r--r--decoder/LAVVideo/LAVVideo.cpp2
-rw-r--r--decoder/LAVVideo/LAVVideo.h2
-rw-r--r--decoder/LAVVideo/LAVVideo.rc22
-rw-r--r--decoder/LAVVideo/LAVVideoSettings.h2
-rw-r--r--decoder/LAVVideo/Media.cpp2
-rw-r--r--decoder/LAVVideo/Media.h2
-rw-r--r--decoder/LAVVideo/VideoInputPin.cpp2
-rw-r--r--decoder/LAVVideo/VideoInputPin.h2
-rw-r--r--decoder/LAVVideo/VideoOutputPin.cpp2
-rw-r--r--decoder/LAVVideo/VideoOutputPin.h2
-rw-r--r--decoder/LAVVideo/VideoSettingsProp.cpp2
-rw-r--r--decoder/LAVVideo/VideoSettingsProp.h2
-rw-r--r--decoder/LAVVideo/decoders/DecBase.h2
-rw-r--r--decoder/LAVVideo/decoders/ILAVDecoder.h2
-rw-r--r--decoder/LAVVideo/decoders/avcodec.cpp2
-rw-r--r--decoder/LAVVideo/decoders/avcodec.h2
-rw-r--r--decoder/LAVVideo/decoders/cuvid.cpp2
-rw-r--r--decoder/LAVVideo/decoders/cuvid.h2
-rw-r--r--decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.cpp2
-rw-r--r--decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.h2
-rw-r--r--decoder/LAVVideo/decoders/dxva2dec.h2
-rw-r--r--decoder/LAVVideo/decoders/pixfmt.cpp2
-rw-r--r--decoder/LAVVideo/decoders/quicksync.cpp2
-rw-r--r--decoder/LAVVideo/decoders/quicksync.h2
-rw-r--r--decoder/LAVVideo/decoders/wmv9.cpp2
-rw-r--r--decoder/LAVVideo/decoders/wmv9.h2
-rw-r--r--decoder/LAVVideo/decoders/wmv9mft.cpp2
-rw-r--r--decoder/LAVVideo/decoders/wmv9mft.h2
-rw-r--r--decoder/LAVVideo/dllmain.cpp2
-rw-r--r--decoder/LAVVideo/parsers/AnnexBConverter.cpp2
-rw-r--r--decoder/LAVVideo/parsers/AnnexBConverter.h2
-rw-r--r--decoder/LAVVideo/parsers/H264SequenceParser.cpp2
-rw-r--r--decoder/LAVVideo/parsers/H264SequenceParser.h2
-rw-r--r--decoder/LAVVideo/parsers/HEVCSequenceParser.cpp2
-rw-r--r--decoder/LAVVideo/parsers/HEVCSequenceParser.h2
-rw-r--r--decoder/LAVVideo/parsers/MPEG2HeaderParser.cpp2
-rw-r--r--decoder/LAVVideo/parsers/MPEG2HeaderParser.h2
-rw-r--r--decoder/LAVVideo/parsers/VC1HeaderParser.cpp2
-rw-r--r--decoder/LAVVideo/parsers/VC1HeaderParser.h2
-rw-r--r--decoder/LAVVideo/pixconv/convert_generic.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/interleave.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/pixconv.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/pixconv_internal.h2
-rw-r--r--decoder/LAVVideo/pixconv/pixconv_sse2_templates.h2
-rw-r--r--decoder/LAVVideo/pixconv/rgb2rgb_unscaled.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/yuv2rgb.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/yuv2yuv_unscaled.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/yuv420_yuy2.cpp2
-rw-r--r--decoder/LAVVideo/pixconv/yuv444_ayuv.cpp2
-rw-r--r--decoder/LAVVideo/stdafx.cpp2
-rw-r--r--decoder/LAVVideo/stdafx.h2
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleConsumer.cpp2
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleConsumer.h2
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleFrame.cpp2
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleFrame.h2
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp2
-rw-r--r--decoder/LAVVideo/subtitles/LAVSubtitleProvider.h2
-rw-r--r--decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.cpp2
-rw-r--r--decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.h2
-rw-r--r--decoder/LAVVideo/subtitles/SubRenderOptionsImpl.cpp2
-rw-r--r--decoder/LAVVideo/subtitles/SubRenderOptionsImpl.h2
-rw-r--r--decoder/LAVVideo/subtitles/blend/blend_generic.cpp2
87 files changed, 87 insertions, 87 deletions
diff --git a/decoder/LAVAudio/AudioSettingsProp.cpp b/decoder/LAVAudio/AudioSettingsProp.cpp
index e9e007bd..e74a9072 100644
--- a/decoder/LAVAudio/AudioSettingsProp.cpp
+++ b/decoder/LAVAudio/AudioSettingsProp.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/decoder/LAVAudio/AudioSettingsProp.h b/decoder/LAVAudio/AudioSettingsProp.h
index a9b3c465..55b38134 100644
--- a/decoder/LAVAudio/AudioSettingsProp.h
+++ b/decoder/LAVAudio/AudioSettingsProp.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/decoder/LAVAudio/Bitstream.cpp b/decoder/LAVAudio/Bitstream.cpp
index 53d21c1a..a4f63983 100644
--- a/decoder/LAVAudio/Bitstream.cpp
+++ b/decoder/LAVAudio/Bitstream.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/decoder/LAVAudio/BitstreamParser.cpp b/decoder/LAVAudio/BitstreamParser.cpp
index 6f147815..d9d29179 100644
--- a/decoder/LAVAudio/BitstreamParser.cpp
+++ b/decoder/LAVAudio/BitstreamParser.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/decoder/LAVAudio/BitstreamParser.h b/decoder/LAVAudio/BitstreamParser.h
index 0584da66..56434b4f 100644
--- a/decoder/LAVAudio/BitstreamParser.h
+++ b/decoder/LAVAudio/BitstreamParser.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/decoder/LAVAudio/DTSDecoder.cpp b/decoder/LAVAudio/DTSDecoder.cpp
index 3779642f..6b699c0f 100644
--- a/decoder/LAVAudio/DTSDecoder.cpp
+++ b/decoder/LAVAudio/DTSDecoder.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/decoder/LAVAudio/LAVAudio.cpp b/decoder/LAVAudio/LAVAudio.cpp
index 89178f65..fc0308fe 100644
--- a/decoder/LAVAudio/LAVAudio.cpp
+++ b/decoder/LAVAudio/LAVAudio.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/decoder/LAVAudio/LAVAudio.h b/decoder/LAVAudio/LAVAudio.h
index b9a5e0e4..d0ad9809 100644
--- a/decoder/LAVAudio/LAVAudio.h
+++ b/decoder/LAVAudio/LAVAudio.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/decoder/LAVAudio/LAVAudio.rc2 b/decoder/LAVAudio/LAVAudio.rc2
index 3f336c7a..5bdbb9c1 100644
--- a/decoder/LAVAudio/LAVAudio.rc2
+++ b/decoder/LAVAudio/LAVAudio.rc2
@@ -60,7 +60,7 @@ BEGIN
VALUE "FileDescription", "LAV Audio Decoder - DirectShow Audio Decoder"
VALUE "FileVersion", LAV_VERSION_STR
VALUE "InternalName", "LAVAudio.ax"
- VALUE "LegalCopyright", "Copyright (C) 2010-2014 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2015 Hendrik Leppkes"
VALUE "OriginalFilename", "LAVAudio.ax"
VALUE "ProductName", "LAV Audio Decoder"
VALUE "ProductVersion", LAV_VERSION_STR
diff --git a/decoder/LAVAudio/LAVAudioSettings.h b/decoder/LAVAudio/LAVAudioSettings.h
index ba725e8e..42230a6a 100644
--- a/decoder/LAVAudio/LAVAudioSettings.h
+++ b/decoder/LAVAudio/LAVAudioSettings.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/decoder/LAVAudio/Media.cpp b/decoder/LAVAudio/Media.cpp
index 0a1cb755..d72dbaba 100644
--- a/decoder/LAVAudio/Media.cpp
+++ b/decoder/LAVAudio/Media.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/decoder/LAVAudio/Media.h b/decoder/LAVAudio/Media.h
index d4bbe696..b39e41fc 100644
--- a/decoder/LAVAudio/Media.h
+++ b/decoder/LAVAudio/Media.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/decoder/LAVAudio/PostProcessor.cpp b/decoder/LAVAudio/PostProcessor.cpp
index 917566f0..69ae8a2b 100644
--- a/decoder/LAVAudio/PostProcessor.cpp
+++ b/decoder/LAVAudio/PostProcessor.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/decoder/LAVAudio/PostProcessor.h b/decoder/LAVAudio/PostProcessor.h
index 573986d6..72377853 100644
--- a/decoder/LAVAudio/PostProcessor.h
+++ b/decoder/LAVAudio/PostProcessor.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/decoder/LAVAudio/dllmain.cpp b/decoder/LAVAudio/dllmain.cpp
index 7e8bcdc8..b8ce587f 100644
--- a/decoder/LAVAudio/dllmain.cpp
+++ b/decoder/LAVAudio/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/decoder/LAVAudio/parser/dts.cpp b/decoder/LAVAudio/parser/dts.cpp
index adcae6fc..b1c0382d 100644
--- a/decoder/LAVAudio/parser/dts.cpp
+++ b/decoder/LAVAudio/parser/dts.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/decoder/LAVAudio/parser/dts.h b/decoder/LAVAudio/parser/dts.h
index 81e34375..3cb510ed 100644
--- a/decoder/LAVAudio/parser/dts.h
+++ b/decoder/LAVAudio/parser/dts.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/decoder/LAVAudio/parser/parser.h b/decoder/LAVAudio/parser/parser.h
index 0f52fcf1..ae0d9680 100644
--- a/decoder/LAVAudio/parser/parser.h
+++ b/decoder/LAVAudio/parser/parser.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/decoder/LAVAudio/stdafx.cpp b/decoder/LAVAudio/stdafx.cpp
index 93d86219..96766ea5 100644
--- a/decoder/LAVAudio/stdafx.cpp
+++ b/decoder/LAVAudio/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/decoder/LAVAudio/stdafx.h b/decoder/LAVAudio/stdafx.h
index f2058bd9..9c6579fc 100644
--- a/decoder/LAVAudio/stdafx.h
+++ b/decoder/LAVAudio/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/decoder/LAVVideo/DecodeThread.cpp b/decoder/LAVVideo/DecodeThread.cpp
index b89b0c8a..85a90c6d 100644
--- a/decoder/LAVVideo/DecodeThread.cpp
+++ b/decoder/LAVVideo/DecodeThread.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/decoder/LAVVideo/DecodeThread.h b/decoder/LAVVideo/DecodeThread.h
index fca45bd8..0d80d752 100644
--- a/decoder/LAVVideo/DecodeThread.h
+++ b/decoder/LAVVideo/DecodeThread.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/decoder/LAVVideo/Filtering.cpp b/decoder/LAVVideo/Filtering.cpp
index 84ecc10b..c07ec49e 100644
--- a/decoder/LAVVideo/Filtering.cpp
+++ b/decoder/LAVVideo/Filtering.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/decoder/LAVVideo/LAVPixFmtConverter.cpp b/decoder/LAVVideo/LAVPixFmtConverter.cpp
index ef3534a0..d07de862 100644
--- a/decoder/LAVVideo/LAVPixFmtConverter.cpp
+++ b/decoder/LAVVideo/LAVPixFmtConverter.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/decoder/LAVVideo/LAVPixFmtConverter.h b/decoder/LAVVideo/LAVPixFmtConverter.h
index 1eb37c1d..f50a8655 100644
--- a/decoder/LAVVideo/LAVPixFmtConverter.h
+++ b/decoder/LAVVideo/LAVPixFmtConverter.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/decoder/LAVVideo/LAVVideo.cpp b/decoder/LAVVideo/LAVVideo.cpp
index d40a8eb6..fb318cd8 100644
--- a/decoder/LAVVideo/LAVVideo.cpp
+++ b/decoder/LAVVideo/LAVVideo.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/decoder/LAVVideo/LAVVideo.h b/decoder/LAVVideo/LAVVideo.h
index e33d372a..83579bd8 100644
--- a/decoder/LAVVideo/LAVVideo.h
+++ b/decoder/LAVVideo/LAVVideo.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/decoder/LAVVideo/LAVVideo.rc2 b/decoder/LAVVideo/LAVVideo.rc2
index 3824ede9..07fdef1a 100644
--- a/decoder/LAVVideo/LAVVideo.rc2
+++ b/decoder/LAVVideo/LAVVideo.rc2
@@ -60,7 +60,7 @@ BEGIN
VALUE "FileDescription", "LAV Video Decoder - DirectShow Video Decoder"
VALUE "FileVersion", LAV_VERSION_STR
VALUE "InternalName", "LAVVideo.ax"
- VALUE "LegalCopyright", "Copyright (C) 2010-2014 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2015 Hendrik Leppkes"
VALUE "OriginalFilename", "LAVVideo.ax"
VALUE "ProductName", "LAV Video Decoder"
VALUE "ProductVersion", LAV_VERSION_STR
diff --git a/decoder/LAVVideo/LAVVideoSettings.h b/decoder/LAVVideo/LAVVideoSettings.h
index af897777..e00e22c1 100644
--- a/decoder/LAVVideo/LAVVideoSettings.h
+++ b/decoder/LAVVideo/LAVVideoSettings.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/decoder/LAVVideo/Media.cpp b/decoder/LAVVideo/Media.cpp
index ac432e0d..c7af98ce 100644
--- a/decoder/LAVVideo/Media.cpp
+++ b/decoder/LAVVideo/Media.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/decoder/LAVVideo/Media.h b/decoder/LAVVideo/Media.h
index bcd94da1..2f37d98c 100644
--- a/decoder/LAVVideo/Media.h
+++ b/decoder/LAVVideo/Media.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/decoder/LAVVideo/VideoInputPin.cpp b/decoder/LAVVideo/VideoInputPin.cpp
index 29fc9f7f..16132096 100644
--- a/decoder/LAVVideo/VideoInputPin.cpp
+++ b/decoder/LAVVideo/VideoInputPin.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/decoder/LAVVideo/VideoInputPin.h b/decoder/LAVVideo/VideoInputPin.h
index 91936dc0..717230b1 100644
--- a/decoder/LAVVideo/VideoInputPin.h
+++ b/decoder/LAVVideo/VideoInputPin.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/decoder/LAVVideo/VideoOutputPin.cpp b/decoder/LAVVideo/VideoOutputPin.cpp
index a8d36412..6fc5acba 100644
--- a/decoder/LAVVideo/VideoOutputPin.cpp
+++ b/decoder/LAVVideo/VideoOutputPin.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/decoder/LAVVideo/VideoOutputPin.h b/decoder/LAVVideo/VideoOutputPin.h
index e7fb9316..dae0bce2 100644
--- a/decoder/LAVVideo/VideoOutputPin.h
+++ b/decoder/LAVVideo/VideoOutputPin.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/decoder/LAVVideo/VideoSettingsProp.cpp b/decoder/LAVVideo/VideoSettingsProp.cpp
index eea6c4a8..90d86d65 100644
--- a/decoder/LAVVideo/VideoSettingsProp.cpp
+++ b/decoder/LAVVideo/VideoSettingsProp.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/decoder/LAVVideo/VideoSettingsProp.h b/decoder/LAVVideo/VideoSettingsProp.h
index da3f0509..a2c56013 100644
--- a/decoder/LAVVideo/VideoSettingsProp.h
+++ b/decoder/LAVVideo/VideoSettingsProp.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/decoder/LAVVideo/decoders/DecBase.h b/decoder/LAVVideo/decoders/DecBase.h
index 5b22be11..f6604998 100644
--- a/decoder/LAVVideo/decoders/DecBase.h
+++ b/decoder/LAVVideo/decoders/DecBase.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/decoder/LAVVideo/decoders/ILAVDecoder.h b/decoder/LAVVideo/decoders/ILAVDecoder.h
index 26a82de0..87a6d7c1 100644
--- a/decoder/LAVVideo/decoders/ILAVDecoder.h
+++ b/decoder/LAVVideo/decoders/ILAVDecoder.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/decoder/LAVVideo/decoders/avcodec.cpp b/decoder/LAVVideo/decoders/avcodec.cpp
index 10d15428..792e5e7e 100644
--- a/decoder/LAVVideo/decoders/avcodec.cpp
+++ b/decoder/LAVVideo/decoders/avcodec.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/decoder/LAVVideo/decoders/avcodec.h b/decoder/LAVVideo/decoders/avcodec.h
index 6f78888a..331a4a6d 100644
--- a/decoder/LAVVideo/decoders/avcodec.h
+++ b/decoder/LAVVideo/decoders/avcodec.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/decoder/LAVVideo/decoders/cuvid.cpp b/decoder/LAVVideo/decoders/cuvid.cpp
index d9746c9c..759ead9f 100644
--- a/decoder/LAVVideo/decoders/cuvid.cpp
+++ b/decoder/LAVVideo/decoders/cuvid.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/decoder/LAVVideo/decoders/cuvid.h b/decoder/LAVVideo/decoders/cuvid.h
index 7b09fa26..d8419a6a 100644
--- a/decoder/LAVVideo/decoders/cuvid.h
+++ b/decoder/LAVVideo/decoders/cuvid.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/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.cpp b/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.cpp
index 16159e42..931313ab 100644
--- a/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.cpp
+++ b/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.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/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.h b/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.h
index fe8b8769..27c3b6b5 100644
--- a/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.h
+++ b/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.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/decoder/LAVVideo/decoders/dxva2dec.h b/decoder/LAVVideo/decoders/dxva2dec.h
index 54078429..7f259728 100644
--- a/decoder/LAVVideo/decoders/dxva2dec.h
+++ b/decoder/LAVVideo/decoders/dxva2dec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 Hendrik Leppkes
+ * Copyright (C) 2011-2015 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/decoder/LAVVideo/decoders/pixfmt.cpp b/decoder/LAVVideo/decoders/pixfmt.cpp
index 0b1d560c..caf0100f 100644
--- a/decoder/LAVVideo/decoders/pixfmt.cpp
+++ b/decoder/LAVVideo/decoders/pixfmt.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/decoder/LAVVideo/decoders/quicksync.cpp b/decoder/LAVVideo/decoders/quicksync.cpp
index 9b79f530..14206440 100644
--- a/decoder/LAVVideo/decoders/quicksync.cpp
+++ b/decoder/LAVVideo/decoders/quicksync.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/decoder/LAVVideo/decoders/quicksync.h b/decoder/LAVVideo/decoders/quicksync.h
index 57057146..3639604a 100644
--- a/decoder/LAVVideo/decoders/quicksync.h
+++ b/decoder/LAVVideo/decoders/quicksync.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/decoder/LAVVideo/decoders/wmv9.cpp b/decoder/LAVVideo/decoders/wmv9.cpp
index 9834434b..cd22eb39 100644
--- a/decoder/LAVVideo/decoders/wmv9.cpp
+++ b/decoder/LAVVideo/decoders/wmv9.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/decoder/LAVVideo/decoders/wmv9.h b/decoder/LAVVideo/decoders/wmv9.h
index e815eac3..43fafc97 100644
--- a/decoder/LAVVideo/decoders/wmv9.h
+++ b/decoder/LAVVideo/decoders/wmv9.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/decoder/LAVVideo/decoders/wmv9mft.cpp b/decoder/LAVVideo/decoders/wmv9mft.cpp
index a4cbf72b..9c368bef 100644
--- a/decoder/LAVVideo/decoders/wmv9mft.cpp
+++ b/decoder/LAVVideo/decoders/wmv9mft.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/decoder/LAVVideo/decoders/wmv9mft.h b/decoder/LAVVideo/decoders/wmv9mft.h
index 342dad2c..82aa2690 100644
--- a/decoder/LAVVideo/decoders/wmv9mft.h
+++ b/decoder/LAVVideo/decoders/wmv9mft.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/decoder/LAVVideo/dllmain.cpp b/decoder/LAVVideo/dllmain.cpp
index 70e4826e..39becdd6 100644
--- a/decoder/LAVVideo/dllmain.cpp
+++ b/decoder/LAVVideo/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/decoder/LAVVideo/parsers/AnnexBConverter.cpp b/decoder/LAVVideo/parsers/AnnexBConverter.cpp
index d54c1b59..e12f4aad 100644
--- a/decoder/LAVVideo/parsers/AnnexBConverter.cpp
+++ b/decoder/LAVVideo/parsers/AnnexBConverter.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/decoder/LAVVideo/parsers/AnnexBConverter.h b/decoder/LAVVideo/parsers/AnnexBConverter.h
index 315cd249..fe600043 100644
--- a/decoder/LAVVideo/parsers/AnnexBConverter.h
+++ b/decoder/LAVVideo/parsers/AnnexBConverter.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/decoder/LAVVideo/parsers/H264SequenceParser.cpp b/decoder/LAVVideo/parsers/H264SequenceParser.cpp
index 3bbdd1b5..a76ff3da 100644
--- a/decoder/LAVVideo/parsers/H264SequenceParser.cpp
+++ b/decoder/LAVVideo/parsers/H264SequenceParser.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/decoder/LAVVideo/parsers/H264SequenceParser.h b/decoder/LAVVideo/parsers/H264SequenceParser.h
index 8b0e72cb..54ef6013 100644
--- a/decoder/LAVVideo/parsers/H264SequenceParser.h
+++ b/decoder/LAVVideo/parsers/H264SequenceParser.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/decoder/LAVVideo/parsers/HEVCSequenceParser.cpp b/decoder/LAVVideo/parsers/HEVCSequenceParser.cpp
index 8e305f36..2a470bc1 100644
--- a/decoder/LAVVideo/parsers/HEVCSequenceParser.cpp
+++ b/decoder/LAVVideo/parsers/HEVCSequenceParser.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/decoder/LAVVideo/parsers/HEVCSequenceParser.h b/decoder/LAVVideo/parsers/HEVCSequenceParser.h
index bea6c735..b79529f8 100644
--- a/decoder/LAVVideo/parsers/HEVCSequenceParser.h
+++ b/decoder/LAVVideo/parsers/HEVCSequenceParser.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/decoder/LAVVideo/parsers/MPEG2HeaderParser.cpp b/decoder/LAVVideo/parsers/MPEG2HeaderParser.cpp
index b56a82dd..a835ff55 100644
--- a/decoder/LAVVideo/parsers/MPEG2HeaderParser.cpp
+++ b/decoder/LAVVideo/parsers/MPEG2HeaderParser.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/decoder/LAVVideo/parsers/MPEG2HeaderParser.h b/decoder/LAVVideo/parsers/MPEG2HeaderParser.h
index ced964df..84093c43 100644
--- a/decoder/LAVVideo/parsers/MPEG2HeaderParser.h
+++ b/decoder/LAVVideo/parsers/MPEG2HeaderParser.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/decoder/LAVVideo/parsers/VC1HeaderParser.cpp b/decoder/LAVVideo/parsers/VC1HeaderParser.cpp
index ddc5f287..699a37ba 100644
--- a/decoder/LAVVideo/parsers/VC1HeaderParser.cpp
+++ b/decoder/LAVVideo/parsers/VC1HeaderParser.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/decoder/LAVVideo/parsers/VC1HeaderParser.h b/decoder/LAVVideo/parsers/VC1HeaderParser.h
index 719e8880..2449fc99 100644
--- a/decoder/LAVVideo/parsers/VC1HeaderParser.h
+++ b/decoder/LAVVideo/parsers/VC1HeaderParser.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/decoder/LAVVideo/pixconv/convert_generic.cpp b/decoder/LAVVideo/pixconv/convert_generic.cpp
index e2b7d648..39a92eed 100644
--- a/decoder/LAVVideo/pixconv/convert_generic.cpp
+++ b/decoder/LAVVideo/pixconv/convert_generic.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/decoder/LAVVideo/pixconv/interleave.cpp b/decoder/LAVVideo/pixconv/interleave.cpp
index f391cc40..afe1080b 100644
--- a/decoder/LAVVideo/pixconv/interleave.cpp
+++ b/decoder/LAVVideo/pixconv/interleave.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/decoder/LAVVideo/pixconv/pixconv.cpp b/decoder/LAVVideo/pixconv/pixconv.cpp
index a57f2709..ca42ca46 100644
--- a/decoder/LAVVideo/pixconv/pixconv.cpp
+++ b/decoder/LAVVideo/pixconv/pixconv.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/decoder/LAVVideo/pixconv/pixconv_internal.h b/decoder/LAVVideo/pixconv/pixconv_internal.h
index 68ef2fc6..6ddd27d7 100644
--- a/decoder/LAVVideo/pixconv/pixconv_internal.h
+++ b/decoder/LAVVideo/pixconv/pixconv_internal.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/decoder/LAVVideo/pixconv/pixconv_sse2_templates.h b/decoder/LAVVideo/pixconv/pixconv_sse2_templates.h
index c4aa3c45..6b913ad8 100644
--- a/decoder/LAVVideo/pixconv/pixconv_sse2_templates.h
+++ b/decoder/LAVVideo/pixconv/pixconv_sse2_templates.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/decoder/LAVVideo/pixconv/rgb2rgb_unscaled.cpp b/decoder/LAVVideo/pixconv/rgb2rgb_unscaled.cpp
index 8dc9c77a..90590894 100644
--- a/decoder/LAVVideo/pixconv/rgb2rgb_unscaled.cpp
+++ b/decoder/LAVVideo/pixconv/rgb2rgb_unscaled.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/decoder/LAVVideo/pixconv/yuv2rgb.cpp b/decoder/LAVVideo/pixconv/yuv2rgb.cpp
index 27e04361..af124a2c 100644
--- a/decoder/LAVVideo/pixconv/yuv2rgb.cpp
+++ b/decoder/LAVVideo/pixconv/yuv2rgb.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/decoder/LAVVideo/pixconv/yuv2yuv_unscaled.cpp b/decoder/LAVVideo/pixconv/yuv2yuv_unscaled.cpp
index 830fa76f..0e7eeb63 100644
--- a/decoder/LAVVideo/pixconv/yuv2yuv_unscaled.cpp
+++ b/decoder/LAVVideo/pixconv/yuv2yuv_unscaled.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/decoder/LAVVideo/pixconv/yuv420_yuy2.cpp b/decoder/LAVVideo/pixconv/yuv420_yuy2.cpp
index 1f25fbb5..8a03eef2 100644
--- a/decoder/LAVVideo/pixconv/yuv420_yuy2.cpp
+++ b/decoder/LAVVideo/pixconv/yuv420_yuy2.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/decoder/LAVVideo/pixconv/yuv444_ayuv.cpp b/decoder/LAVVideo/pixconv/yuv444_ayuv.cpp
index ae8a4e26..ccadf12e 100644
--- a/decoder/LAVVideo/pixconv/yuv444_ayuv.cpp
+++ b/decoder/LAVVideo/pixconv/yuv444_ayuv.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/decoder/LAVVideo/stdafx.cpp b/decoder/LAVVideo/stdafx.cpp
index 93d86219..96766ea5 100644
--- a/decoder/LAVVideo/stdafx.cpp
+++ b/decoder/LAVVideo/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/decoder/LAVVideo/stdafx.h b/decoder/LAVVideo/stdafx.h
index 208358b3..ec2cb822 100644
--- a/decoder/LAVVideo/stdafx.h
+++ b/decoder/LAVVideo/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/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.cpp b/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.cpp
index 9a6b643e..306540e2 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.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/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.h b/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.h
index c654314f..1f730123 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.h
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.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/decoder/LAVVideo/subtitles/LAVSubtitleFrame.cpp b/decoder/LAVVideo/subtitles/LAVSubtitleFrame.cpp
index 195ac8ff..5c9fd453 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleFrame.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleFrame.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/decoder/LAVVideo/subtitles/LAVSubtitleFrame.h b/decoder/LAVVideo/subtitles/LAVSubtitleFrame.h
index 5e57f66c..73e3ff9a 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleFrame.h
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleFrame.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/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
index 6ce3aff4..dd9e8220 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.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/decoder/LAVVideo/subtitles/LAVSubtitleProvider.h b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.h
index 460d0ec0..f4716620 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.h
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.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/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.cpp b/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.cpp
index 51c98bf5..09c45658 100644
--- a/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.cpp
+++ b/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.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/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.h b/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.h
index 6ed88074..5a76281f 100644
--- a/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.h
+++ b/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.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/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.cpp b/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.cpp
index 4f14245f..cb77a329 100644
--- a/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.cpp
+++ b/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.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/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.h b/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.h
index 8083af71..9cb8a932 100644
--- a/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.h
+++ b/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.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/decoder/LAVVideo/subtitles/blend/blend_generic.cpp b/decoder/LAVVideo/subtitles/blend/blend_generic.cpp
index ce9c173f..b06cb593 100644
--- a/decoder/LAVVideo/subtitles/blend/blend_generic.cpp
+++ b/decoder/LAVVideo/subtitles/blend/blend_generic.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