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>2016-01-01 14:11:40 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-01 14:12:15 +0300
commitf6d5e2e38451da2831f5e199e82630cb5a544e42 (patch)
tree93622b58b759e8ea816901b2462e49fcf337fcbd /decoder
parent66d2d0d5256f72b7feac76fb8489d23f9b097d19 (diff)
Update Copyright to 2016
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_direct.cpp2
-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
88 files changed, 88 insertions, 88 deletions
diff --git a/decoder/LAVAudio/AudioSettingsProp.cpp b/decoder/LAVAudio/AudioSettingsProp.cpp
index d3495c65..f2ff1f21 100644
--- a/decoder/LAVAudio/AudioSettingsProp.cpp
+++ b/decoder/LAVAudio/AudioSettingsProp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 84710a4b..cdb5e1af 100644
--- a/decoder/LAVAudio/AudioSettingsProp.h
+++ b/decoder/LAVAudio/AudioSettingsProp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 7c34ef7c..146e3985 100644
--- a/decoder/LAVAudio/Bitstream.cpp
+++ b/decoder/LAVAudio/Bitstream.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 e0ba5962..9837adb2 100644
--- a/decoder/LAVAudio/BitstreamParser.cpp
+++ b/decoder/LAVAudio/BitstreamParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 3782e69f..2db12076 100644
--- a/decoder/LAVAudio/BitstreamParser.h
+++ b/decoder/LAVAudio/BitstreamParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 28082cd4..c2bfa6c3 100644
--- a/decoder/LAVAudio/DTSDecoder.cpp
+++ b/decoder/LAVAudio/DTSDecoder.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 33b9aec8..bd6b5b8d 100644
--- a/decoder/LAVAudio/LAVAudio.cpp
+++ b/decoder/LAVAudio/LAVAudio.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 35e26f93..c6634e2b 100644
--- a/decoder/LAVAudio/LAVAudio.h
+++ b/decoder/LAVAudio/LAVAudio.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 5bdbb9c1..38a33e29 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-2015 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2016 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 476040c1..15de658c 100644
--- a/decoder/LAVAudio/LAVAudioSettings.h
+++ b/decoder/LAVAudio/LAVAudioSettings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 19f9af80..9728b164 100644
--- a/decoder/LAVAudio/Media.cpp
+++ b/decoder/LAVAudio/Media.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b39e41fc..1cff277c 100644
--- a/decoder/LAVAudio/Media.h
+++ b/decoder/LAVAudio/Media.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 447bcfb7..b86e713c 100644
--- a/decoder/LAVAudio/PostProcessor.cpp
+++ b/decoder/LAVAudio/PostProcessor.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 72377853..ebddb7c8 100644
--- a/decoder/LAVAudio/PostProcessor.h
+++ b/decoder/LAVAudio/PostProcessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b8ce587f..a75842cb 100644
--- a/decoder/LAVAudio/dllmain.cpp
+++ b/decoder/LAVAudio/dllmain.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 5049b395..878df8fe 100644
--- a/decoder/LAVAudio/parser/dts.cpp
+++ b/decoder/LAVAudio/parser/dts.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 a3feac38..9fe55a7e 100644
--- a/decoder/LAVAudio/parser/dts.h
+++ b/decoder/LAVAudio/parser/dts.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 ae0d9680..a62a3472 100644
--- a/decoder/LAVAudio/parser/parser.h
+++ b/decoder/LAVAudio/parser/parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 96766ea5..a515fd5b 100644
--- a/decoder/LAVAudio/stdafx.cpp
+++ b/decoder/LAVAudio/stdafx.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 3e1f4ae1..4d18c178 100644
--- a/decoder/LAVAudio/stdafx.h
+++ b/decoder/LAVAudio/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 71a866ed..fba5dc60 100644
--- a/decoder/LAVVideo/DecodeThread.cpp
+++ b/decoder/LAVVideo/DecodeThread.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 580880bd..53fee896 100644
--- a/decoder/LAVVideo/DecodeThread.h
+++ b/decoder/LAVVideo/DecodeThread.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 05187e23..3fd38ed1 100644
--- a/decoder/LAVVideo/Filtering.cpp
+++ b/decoder/LAVVideo/Filtering.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 c24903ac..000138df 100644
--- a/decoder/LAVVideo/LAVPixFmtConverter.cpp
+++ b/decoder/LAVVideo/LAVPixFmtConverter.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 488c6702..1f9a12ad 100644
--- a/decoder/LAVVideo/LAVPixFmtConverter.h
+++ b/decoder/LAVVideo/LAVPixFmtConverter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b8aeb4ac..5e434f13 100644
--- a/decoder/LAVVideo/LAVVideo.cpp
+++ b/decoder/LAVVideo/LAVVideo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 418a0121..f14fb729 100644
--- a/decoder/LAVVideo/LAVVideo.h
+++ b/decoder/LAVVideo/LAVVideo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 07fdef1a..1d16a410 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-2015 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2016 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 2f6d1bfe..25306c9e 100644
--- a/decoder/LAVVideo/LAVVideoSettings.h
+++ b/decoder/LAVVideo/LAVVideoSettings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 c28cb275..63f7fbb4 100644
--- a/decoder/LAVVideo/Media.cpp
+++ b/decoder/LAVVideo/Media.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 2f37d98c..fa0b2c8a 100644
--- a/decoder/LAVVideo/Media.h
+++ b/decoder/LAVVideo/Media.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 16132096..4b9c3284 100644
--- a/decoder/LAVVideo/VideoInputPin.cpp
+++ b/decoder/LAVVideo/VideoInputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 717230b1..a157a267 100644
--- a/decoder/LAVVideo/VideoInputPin.h
+++ b/decoder/LAVVideo/VideoInputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 6fc5acba..00fc5fc5 100644
--- a/decoder/LAVVideo/VideoOutputPin.cpp
+++ b/decoder/LAVVideo/VideoOutputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 dae0bce2..39062a28 100644
--- a/decoder/LAVVideo/VideoOutputPin.h
+++ b/decoder/LAVVideo/VideoOutputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 7f26a44f..d2f3695a 100644
--- a/decoder/LAVVideo/VideoSettingsProp.cpp
+++ b/decoder/LAVVideo/VideoSettingsProp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 a519fcbf..fafbb119 100644
--- a/decoder/LAVVideo/VideoSettingsProp.h
+++ b/decoder/LAVVideo/VideoSettingsProp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 752b66da..8b88b442 100644
--- a/decoder/LAVVideo/decoders/DecBase.h
+++ b/decoder/LAVVideo/decoders/DecBase.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 6269f803..2968991b 100644
--- a/decoder/LAVVideo/decoders/ILAVDecoder.h
+++ b/decoder/LAVVideo/decoders/ILAVDecoder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 6b51a3a0..2a2a573b 100644
--- a/decoder/LAVVideo/decoders/avcodec.cpp
+++ b/decoder/LAVVideo/decoders/avcodec.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 d656eee9..39862c7d 100644
--- a/decoder/LAVVideo/decoders/avcodec.h
+++ b/decoder/LAVVideo/decoders/avcodec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 ca527079..94bee641 100644
--- a/decoder/LAVVideo/decoders/cuvid.cpp
+++ b/decoder/LAVVideo/decoders/cuvid.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 3421dc00..d780c531 100644
--- a/decoder/LAVVideo/decoders/cuvid.h
+++ b/decoder/LAVVideo/decoders/cuvid.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 6ef599fd..979d872d 100644
--- a/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.cpp
+++ b/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 27c3b6b5..3491614c 100644
--- a/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.h
+++ b/decoder/LAVVideo/decoders/dxva2/DXVA2SurfaceAllocator.h
@@ -1,5 +1,5 @@
/*
-* Copyright (C) 2010-2015 Hendrik Leppkes
+* Copyright (C) 2010-2016 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 092592ae..d7934ae4 100644
--- a/decoder/LAVVideo/decoders/dxva2dec.h
+++ b/decoder/LAVVideo/decoders/dxva2dec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2015 Hendrik Leppkes
+ * Copyright (C) 2011-2016 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 576f5c9d..be8d556a 100644
--- a/decoder/LAVVideo/decoders/pixfmt.cpp
+++ b/decoder/LAVVideo/decoders/pixfmt.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 f83935fb..87ad806b 100644
--- a/decoder/LAVVideo/decoders/quicksync.cpp
+++ b/decoder/LAVVideo/decoders/quicksync.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 3639604a..f9126eb9 100644
--- a/decoder/LAVVideo/decoders/quicksync.h
+++ b/decoder/LAVVideo/decoders/quicksync.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 cd22eb39..caed3745 100644
--- a/decoder/LAVVideo/decoders/wmv9.cpp
+++ b/decoder/LAVVideo/decoders/wmv9.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 43fafc97..c0842055 100644
--- a/decoder/LAVVideo/decoders/wmv9.h
+++ b/decoder/LAVVideo/decoders/wmv9.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 f1ec27de..dd861db6 100644
--- a/decoder/LAVVideo/decoders/wmv9mft.cpp
+++ b/decoder/LAVVideo/decoders/wmv9mft.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 7a42a45e..490e300f 100644
--- a/decoder/LAVVideo/decoders/wmv9mft.h
+++ b/decoder/LAVVideo/decoders/wmv9mft.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 39becdd6..20c7cf8a 100644
--- a/decoder/LAVVideo/dllmain.cpp
+++ b/decoder/LAVVideo/dllmain.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 e12f4aad..9bb95398 100644
--- a/decoder/LAVVideo/parsers/AnnexBConverter.cpp
+++ b/decoder/LAVVideo/parsers/AnnexBConverter.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 fe600043..c1fe8b95 100644
--- a/decoder/LAVVideo/parsers/AnnexBConverter.h
+++ b/decoder/LAVVideo/parsers/AnnexBConverter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 a76ff3da..16cc6668 100644
--- a/decoder/LAVVideo/parsers/H264SequenceParser.cpp
+++ b/decoder/LAVVideo/parsers/H264SequenceParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 54ef6013..c21d98ac 100644
--- a/decoder/LAVVideo/parsers/H264SequenceParser.h
+++ b/decoder/LAVVideo/parsers/H264SequenceParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 2a470bc1..cc7e39c3 100644
--- a/decoder/LAVVideo/parsers/HEVCSequenceParser.cpp
+++ b/decoder/LAVVideo/parsers/HEVCSequenceParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b79529f8..afe4b7f6 100644
--- a/decoder/LAVVideo/parsers/HEVCSequenceParser.h
+++ b/decoder/LAVVideo/parsers/HEVCSequenceParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 34a5ce83..6b703f09 100644
--- a/decoder/LAVVideo/parsers/MPEG2HeaderParser.cpp
+++ b/decoder/LAVVideo/parsers/MPEG2HeaderParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 84093c43..ea2affc1 100644
--- a/decoder/LAVVideo/parsers/MPEG2HeaderParser.h
+++ b/decoder/LAVVideo/parsers/MPEG2HeaderParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b71d6e7e..00f1667d 100644
--- a/decoder/LAVVideo/parsers/VC1HeaderParser.cpp
+++ b/decoder/LAVVideo/parsers/VC1HeaderParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 2449fc99..d8821169 100644
--- a/decoder/LAVVideo/parsers/VC1HeaderParser.h
+++ b/decoder/LAVVideo/parsers/VC1HeaderParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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_direct.cpp b/decoder/LAVVideo/pixconv/convert_direct.cpp
index 2c036ef3..2a4ed007 100644
--- a/decoder/LAVVideo/pixconv/convert_direct.cpp
+++ b/decoder/LAVVideo/pixconv/convert_direct.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 9cb6b06a..decbad37 100644
--- a/decoder/LAVVideo/pixconv/convert_generic.cpp
+++ b/decoder/LAVVideo/pixconv/convert_generic.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 afe1080b..d7ee08d2 100644
--- a/decoder/LAVVideo/pixconv/interleave.cpp
+++ b/decoder/LAVVideo/pixconv/interleave.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 ca42ca46..5afc56e3 100644
--- a/decoder/LAVVideo/pixconv/pixconv.cpp
+++ b/decoder/LAVVideo/pixconv/pixconv.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 6ddd27d7..85347b60 100644
--- a/decoder/LAVVideo/pixconv/pixconv_internal.h
+++ b/decoder/LAVVideo/pixconv/pixconv_internal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 602b6905..e295ec9c 100644
--- a/decoder/LAVVideo/pixconv/pixconv_sse2_templates.h
+++ b/decoder/LAVVideo/pixconv/pixconv_sse2_templates.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 279fccb3..675fbc9f 100644
--- a/decoder/LAVVideo/pixconv/rgb2rgb_unscaled.cpp
+++ b/decoder/LAVVideo/pixconv/rgb2rgb_unscaled.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b70fb11a..c1cf8e25 100644
--- a/decoder/LAVVideo/pixconv/yuv2rgb.cpp
+++ b/decoder/LAVVideo/pixconv/yuv2rgb.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 7ebb30f4..8d24250f 100644
--- a/decoder/LAVVideo/pixconv/yuv2yuv_unscaled.cpp
+++ b/decoder/LAVVideo/pixconv/yuv2yuv_unscaled.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 8a03eef2..160a6946 100644
--- a/decoder/LAVVideo/pixconv/yuv420_yuy2.cpp
+++ b/decoder/LAVVideo/pixconv/yuv420_yuy2.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 ccadf12e..ac5d07ce 100644
--- a/decoder/LAVVideo/pixconv/yuv444_ayuv.cpp
+++ b/decoder/LAVVideo/pixconv/yuv444_ayuv.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 96766ea5..a515fd5b 100644
--- a/decoder/LAVVideo/stdafx.cpp
+++ b/decoder/LAVVideo/stdafx.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b7a1a348..28d29507 100644
--- a/decoder/LAVVideo/stdafx.h
+++ b/decoder/LAVVideo/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 879a142b..1f23c814 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 9a04a6d9..3691f46b 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.h
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleConsumer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 42693200..49885f57 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleFrame.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleFrame.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 73e3ff9a..af9d902a 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleFrame.h
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleFrame.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 f46e13da..1a373272 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 ac9abbfa..154d06da 100644
--- a/decoder/LAVVideo/subtitles/LAVSubtitleProvider.h
+++ b/decoder/LAVVideo/subtitles/LAVSubtitleProvider.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 742547fe..b1f67a92 100644
--- a/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.cpp
+++ b/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 5a76281f..c5d14bad 100644
--- a/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.h
+++ b/decoder/LAVVideo/subtitles/LAVVideoSubtitleInputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 cb77a329..96235108 100644
--- a/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.cpp
+++ b/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 9cb8a932..397a7157 100644
--- a/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.h
+++ b/decoder/LAVVideo/subtitles/SubRenderOptionsImpl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 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 b3286a75..4b4ab2d7 100644
--- a/decoder/LAVVideo/subtitles/blend/blend_generic.cpp
+++ b/decoder/LAVVideo/subtitles/blend/blend_generic.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2015 Hendrik Leppkes
+ * Copyright (C) 2010-2016 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify