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