summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2010-03-27 15:28:15 +0100
committerThomas Günther <tom@toms-cafe.de>2010-03-27 15:28:15 +0100
commitfd2fe78b93649e95cb03a04070e8d05e22ebaf1c (patch)
tree20fd256d5eb53dcb886e868335a3e67894d3c6aa /remux.h
parentd3c158ea6f98bf300641ae1395c9bc6425a5f84c (diff)
downloadvdr-plugin-osdpip-fd2fe78b93649e95cb03a04070e8d05e22ebaf1c.tar.gz
vdr-plugin-osdpip-fd2fe78b93649e95cb03a04070e8d05e22ebaf1c.tar.bz2
Improved copyright and license information in the header of all source files
Diffstat (limited to 'remux.h')
-rw-r--r--remux.h30
1 files changed, 26 insertions, 4 deletions
diff --git a/remux.h b/remux.h
index 833cb2f..e58fb66 100644
--- a/remux.h
+++ b/remux.h
@@ -1,10 +1,32 @@
/*
- * remux.h: A streaming MPEG2 remultiplexer
+ * OSD Picture in Picture plugin for the Video Disk Recorder
*
- * See the main source file 'vdr.c' for copyright information and
- * how to reach the author.
+ * Copyright (C) 2010 Mitchm at vdrportal.de
+ * Copyright (C) 2005 - 2007 Reinhard Nissl <rnissl@gmx.de>
+ * Copyright (C) 2001 - 2008 Klaus Schmidinger <Klaus.Schmidinger@tvdr.de>
*
- * $Id: remux.h 1.17 2007/09/02 10:19:06 kls Exp $
+ * remux.h: A streaming MPEG2 remultiplexer (taken from VDR-1.6.0)
+ *
+ * The parts of this code that implement cTS2PES have been taken from
+ * the Linux DVB driver's 'tuxplayer' example and were rewritten to suit
+ * VDR's needs.
+ *
+ * The cRepacker family's code was originally written by Reinhard Nissl <rnissl@gmx.de>,
+ * and adapted to the VDR coding style by Klaus.Schmidinger@tvdr.de.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __REMUX_PIP_H