From b930030e06c0db32cc13d0c10a3bf1a4cd3fc6bd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 18 May 2003 20:57:08 +0000 Subject: [PATCH] Beautified the author tag. --- aac_common.cpp | 4 ++-- aac_common.h | 4 ++-- ac3_common.cpp | 4 ++-- ac3_common.h | 4 ++-- cluster_helper.cpp | 4 ++-- cluster_helper.h | 4 ++-- common.cpp | 4 ++-- common.h | 4 ++-- dts_common.cpp | 4 ++-- dts_common.h | 4 ++-- error.h | 4 ++-- iso639.cpp | 4 ++-- iso639.h | 4 ++-- matroska.h | 4 ++-- mkvinfo.cpp | 4 ++-- mkvmerge.cpp | 4 ++-- mkvmerge.h | 4 ++-- mp3_common.cpp | 4 ++-- mp3_common.h | 4 ++-- p_aac.cpp | 4 ++-- p_aac.h | 4 ++-- p_ac3.cpp | 4 ++-- p_ac3.h | 4 ++-- p_dts.cpp | 4 ++-- p_dts.h | 4 ++-- p_mp3.cpp | 4 ++-- p_mp3.h | 4 ++-- p_pcm.cpp | 4 ++-- p_pcm.h | 4 ++-- p_textsubs.cpp | 4 ++-- p_textsubs.h | 4 ++-- p_video.cpp | 4 ++-- p_video.h | 4 ++-- p_vorbis.cpp | 4 ++-- p_vorbis.h | 4 ++-- pr_generic.cpp | 4 ++-- pr_generic.h | 4 ++-- r_aac.cpp | 4 ++-- r_aac.h | 4 ++-- r_ac3.cpp | 4 ++-- r_ac3.h | 4 ++-- r_avi.cpp | 4 ++-- r_avi.h | 4 ++-- r_dts.cpp | 4 ++-- r_dts.h | 4 ++-- r_matroska.cpp | 4 ++-- r_matroska.h | 4 ++-- r_mp3.cpp | 4 ++-- r_mp3.h | 4 ++-- r_ogm.cpp | 4 ++-- r_ogm.h | 4 ++-- r_srt.cpp | 4 ++-- r_srt.h | 4 ++-- r_wav.cpp | 4 ++-- r_wav.h | 4 ++-- subtitles.cpp | 4 ++-- subtitles.h | 4 ++-- 57 files changed, 114 insertions(+), 114 deletions(-) diff --git a/aac_common.cpp b/aac_common.cpp index 839e34ea0..d124396dd 100644 --- a/aac_common.cpp +++ b/aac_common.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: aac_common.cpp,v 1.2 2003/05/18 19:56:31 mosu Exp $ + \version \$Id: aac_common.cpp,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief helper function for AAC data - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/aac_common.h b/aac_common.h index 2ca5e174e..5bae04d72 100644 --- a/aac_common.h +++ b/aac_common.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: aac_common.h,v 1.2 2003/05/18 19:56:31 mosu Exp $ + \version \$Id: aac_common.h,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief definitions and helper functions for AAC data - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __AACCOMMON_H diff --git a/ac3_common.cpp b/ac3_common.cpp index 11c27ec20..357b4abff 100644 --- a/ac3_common.cpp +++ b/ac3_common.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: ac3_common.cpp,v 1.3 2003/05/05 18:37:36 mosu Exp $ + \version \$Id: ac3_common.cpp,v 1.4 2003/05/18 20:57:07 mosu Exp $ \brief helper function for AC3 data - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/ac3_common.h b/ac3_common.h index 2a87a75bf..14c397dca 100644 --- a/ac3_common.h +++ b/ac3_common.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: ac3_common.h,v 1.2 2003/02/16 17:04:38 mosu Exp $ + \version \$Id: ac3_common.h,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief definitions and helper functions for AC3 data - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __AC3COMMON_H diff --git a/cluster_helper.cpp b/cluster_helper.cpp index 331112abf..587186557 100644 --- a/cluster_helper.cpp +++ b/cluster_helper.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: cluster_helper.cpp,v 1.16 2003/05/11 15:48:57 mosu Exp $ + \version \$Id: cluster_helper.cpp,v 1.17 2003/05/18 20:57:07 mosu Exp $ \brief cluster helper - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/cluster_helper.h b/cluster_helper.h index ab68fc6c6..a85b4090a 100644 --- a/cluster_helper.h +++ b/cluster_helper.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: cluster_helper.h,v 1.2 2003/04/18 13:08:04 mosu Exp $ + \version \$Id: cluster_helper.h,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the cluster helper - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __CLUSTER_HELPER_C diff --git a/common.cpp b/common.cpp index b4d3e299f..861a4dfe6 100644 --- a/common.cpp +++ b/common.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: common.cpp,v 1.21 2003/05/17 20:51:34 mosu Exp $ + \version \$Id: common.cpp,v 1.22 2003/05/18 20:57:07 mosu Exp $ \brief helper functions, common variables - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/common.h b/common.h index 45b2571ac..92f99ec7e 100644 --- a/common.h +++ b/common.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: common.h,v 1.24 2003/05/18 19:56:31 mosu Exp $ + \version \$Id: common.h,v 1.25 2003/05/18 20:57:07 mosu Exp $ \brief definitions used in all programs, helper functions - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __COMMON_H diff --git a/dts_common.cpp b/dts_common.cpp index 352fc1ff0..47473f51a 100644 --- a/dts_common.cpp +++ b/dts_common.cpp @@ -13,10 +13,10 @@ /*! \file - \version \$Id: dts_common.cpp,v 1.3 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: dts_common.cpp,v 1.4 2003/05/18 20:57:07 mosu Exp $ \brief helper function for DTS data \author Peter Niemayer - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/dts_common.h b/dts_common.h index 6080bf94d..bae6d61ff 100644 --- a/dts_common.h +++ b/dts_common.h @@ -13,10 +13,10 @@ /*! \file - \version \$Id: dts_common.h,v 1.3 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: dts_common.h,v 1.4 2003/05/18 20:57:07 mosu Exp $ \brief definitions and helper functions for DTS data \author Peter Niemayer - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __DTSCOMMON_H diff --git a/error.h b/error.h index 20a5d713c..aef093f1c 100644 --- a/error.h +++ b/error.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: error.h,v 1.7 2003/05/05 20:18:32 mosu Exp $ + \version \$Id: error.h,v 1.8 2003/05/18 20:57:07 mosu Exp $ \brief class definitions for the error exception class - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __ERROR_H diff --git a/iso639.cpp b/iso639.cpp index ac2e514ab..c378d4a27 100644 --- a/iso639.cpp +++ b/iso639.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: iso639.cpp,v 1.1 2003/05/01 22:38:54 mosu Exp $ + \version \$Id: iso639.cpp,v 1.2 2003/05/18 20:57:07 mosu Exp $ \brief ISO639 language definitions, lookup functions - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/iso639.h b/iso639.h index 3d4fe1381..9d040197c 100644 --- a/iso639.h +++ b/iso639.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: iso639.h,v 1.1 2003/05/01 22:38:54 mosu Exp $ + \version \$Id: iso639.h,v 1.2 2003/05/18 20:57:07 mosu Exp $ \brief ISO639 language definitions, lookup functions - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __ISO639_H diff --git a/matroska.h b/matroska.h index 2e22cd41c..b91d2a891 100644 --- a/matroska.h +++ b/matroska.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: matroska.h,v 1.11 2003/05/17 20:51:34 mosu Exp $ + \version \$Id: matroska.h,v 1.12 2003/05/18 20:57:07 mosu Exp $ \brief Definitions for the various Codec IDs - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __MATROSKA_H diff --git a/mkvinfo.cpp b/mkvinfo.cpp index 9b7c55686..2738c29b1 100644 --- a/mkvinfo.cpp +++ b/mkvinfo.cpp @@ -12,9 +12,9 @@ /*! \file - \version \$Id: mkvinfo.cpp,v 1.39 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: mkvinfo.cpp,v 1.40 2003/05/18 20:57:07 mosu Exp $ \brief retrieves and displays information about a Matroska file - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/mkvmerge.cpp b/mkvmerge.cpp index aa5679947..d6b9dff69 100644 --- a/mkvmerge.cpp +++ b/mkvmerge.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: mkvmerge.cpp,v 1.67 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: mkvmerge.cpp,v 1.68 2003/05/18 20:57:07 mosu Exp $ \brief command line parameter parsing, looping, output handling - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/mkvmerge.h b/mkvmerge.h index dff0df575..1e724a73c 100644 --- a/mkvmerge.h +++ b/mkvmerge.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: mkvmerge.h,v 1.8 2003/05/11 15:48:57 mosu Exp $ + \version \$Id: mkvmerge.h,v 1.9 2003/05/18 20:57:07 mosu Exp $ \brief definition of global variables found in mkvmerge.cpp - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __MKVMERGE_H diff --git a/mp3_common.cpp b/mp3_common.cpp index e3d645d93..38fd3bfa9 100644 --- a/mp3_common.cpp +++ b/mp3_common.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: mp3_common.cpp,v 1.6 2003/05/17 20:59:21 mosu Exp $ + \version \$Id: mp3_common.cpp,v 1.7 2003/05/18 20:57:07 mosu Exp $ \brief helper functions for MP3 data - \author Moritz Bunkus + \author Moritz Bunkus */ #include "mp3_common.h" diff --git a/mp3_common.h b/mp3_common.h index d5730bab1..604c01318 100644 --- a/mp3_common.h +++ b/mp3_common.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: mp3_common.h,v 1.4 2003/03/04 10:16:28 mosu Exp $ + \version \$Id: mp3_common.h,v 1.5 2003/05/18 20:57:07 mosu Exp $ \brief helper functions for MP3 data - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __MP3_COMMON_H diff --git a/p_aac.cpp b/p_aac.cpp index 14ef6c8df..576b3fa9d 100644 --- a/p_aac.cpp +++ b/p_aac.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_aac.cpp,v 1.2 2003/05/18 19:56:31 mosu Exp $ + \version \$Id: p_aac.cpp,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief AAC output module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_aac.h b/p_aac.h index f6cf36834..5b87e4a86 100644 --- a/p_aac.h +++ b/p_aac.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_aac.h,v 1.2 2003/05/18 19:56:31 mosu Exp $ + \version \$Id: p_aac.h,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the AAC output module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_AAC_H diff --git a/p_ac3.cpp b/p_ac3.cpp index 51375ceb6..548bf845b 100644 --- a/p_ac3.cpp +++ b/p_ac3.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_ac3.cpp,v 1.23 2003/05/15 08:58:52 mosu Exp $ + \version \$Id: p_ac3.cpp,v 1.24 2003/05/18 20:57:07 mosu Exp $ \brief AC3 output module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_ac3.h b/p_ac3.h index e54503165..da49625dd 100644 --- a/p_ac3.h +++ b/p_ac3.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_ac3.h,v 1.14 2003/05/05 21:55:02 mosu Exp $ + \version \$Id: p_ac3.h,v 1.15 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the AC3 output module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_AC3_H diff --git a/p_dts.cpp b/p_dts.cpp index e0f54b40a..a45711ff7 100644 --- a/p_dts.cpp +++ b/p_dts.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_dts.cpp,v 1.3 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: p_dts.cpp,v 1.4 2003/05/18 20:57:07 mosu Exp $ \brief DTS output module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_dts.h b/p_dts.h index ac2091571..0d53361a3 100644 --- a/p_dts.h +++ b/p_dts.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_dts.h,v 1.2 2003/05/18 20:40:11 mosu Exp $ + \version \$Id: p_dts.h,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the DTS output module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_DTS_H diff --git a/p_mp3.cpp b/p_mp3.cpp index 930d76b32..be0b01c48 100644 --- a/p_mp3.cpp +++ b/p_mp3.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_mp3.cpp,v 1.25 2003/05/11 12:41:53 mosu Exp $ + \version \$Id: p_mp3.cpp,v 1.26 2003/05/18 20:57:07 mosu Exp $ \brief MP3 output module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_mp3.h b/p_mp3.h index 11f7f0c6f..6f7cf26fb 100644 --- a/p_mp3.h +++ b/p_mp3.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_mp3.h,v 1.15 2003/05/11 12:41:53 mosu Exp $ + \version \$Id: p_mp3.h,v 1.16 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the MP3 output module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_MP3_H diff --git a/p_pcm.cpp b/p_pcm.cpp index 93546f902..62fd975c6 100644 --- a/p_pcm.cpp +++ b/p_pcm.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_pcm.cpp,v 1.23 2003/05/11 09:05:55 mosu Exp $ + \version \$Id: p_pcm.cpp,v 1.24 2003/05/18 20:57:07 mosu Exp $ \brief PCM output module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_pcm.h b/p_pcm.h index 29b7145e8..24955c26b 100644 --- a/p_pcm.h +++ b/p_pcm.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_pcm.h,v 1.15 2003/05/05 21:55:02 mosu Exp $ + \version \$Id: p_pcm.h,v 1.16 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the PCM output module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_PCM_H diff --git a/p_textsubs.cpp b/p_textsubs.cpp index d020bfe85..f09289b31 100644 --- a/p_textsubs.cpp +++ b/p_textsubs.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_textsubs.cpp,v 1.18 2003/05/11 09:05:55 mosu Exp $ + \version \$Id: p_textsubs.cpp,v 1.19 2003/05/18 20:57:07 mosu Exp $ \brief Subripper subtitle reader - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_textsubs.h b/p_textsubs.h index b7c9c2c1f..36d14b24b 100644 --- a/p_textsubs.h +++ b/p_textsubs.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_textsubs.h,v 1.7 2003/05/05 21:55:02 mosu Exp $ + \version \$Id: p_textsubs.h,v 1.8 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the simple text subtitle packetizer - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_TEXTSUBS_H diff --git a/p_video.cpp b/p_video.cpp index 75a3ff872..3f525bcd7 100644 --- a/p_video.cpp +++ b/p_video.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_video.cpp,v 1.33 2003/05/11 09:05:55 mosu Exp $ + \version \$Id: p_video.cpp,v 1.34 2003/05/18 20:57:07 mosu Exp $ \brief video output module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/p_video.h b/p_video.h index 955d12d1b..f8a0858f7 100644 --- a/p_video.h +++ b/p_video.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_video.h,v 1.24 2003/05/05 21:55:02 mosu Exp $ + \version \$Id: p_video.h,v 1.25 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the video output module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __P_VIDEO_H diff --git a/p_vorbis.cpp b/p_vorbis.cpp index 3b94a6438..d436bbb97 100644 --- a/p_vorbis.cpp +++ b/p_vorbis.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_vorbis.cpp,v 1.23 2003/05/11 09:05:55 mosu Exp $ + \version \$Id: p_vorbis.cpp,v 1.24 2003/05/18 20:57:07 mosu Exp $ \brief Vorbis packetizer - \author Moritz Bunkus + \author Moritz Bunkus */ #include "config.h" diff --git a/p_vorbis.h b/p_vorbis.h index f678c0eed..8a0d5b5a0 100644 --- a/p_vorbis.h +++ b/p_vorbis.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: p_vorbis.h,v 1.12 2003/05/05 21:55:02 mosu Exp $ + \version \$Id: p_vorbis.h,v 1.13 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the Vorbis packetizer - \author Moritz Bunkus + \author Moritz Bunkus */ #include "config.h" diff --git a/pr_generic.cpp b/pr_generic.cpp index 2bc238aeb..579a0b8dd 100644 --- a/pr_generic.cpp +++ b/pr_generic.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: pr_generic.cpp,v 1.41 2003/05/11 12:41:53 mosu Exp $ + \version \$Id: pr_generic.cpp,v 1.42 2003/05/18 20:57:07 mosu Exp $ \brief functions common for all readers/packetizers - \author Moritz Bunkus + \author Moritz Bunkus */ #include "KaxTracks.h" diff --git a/pr_generic.h b/pr_generic.h index 3171088aa..ff0352397 100644 --- a/pr_generic.h +++ b/pr_generic.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: pr_generic.h,v 1.41 2003/05/11 12:41:53 mosu Exp $ + \version \$Id: pr_generic.h,v 1.42 2003/05/18 20:57:07 mosu Exp $ \brief class definition for the generic reader and packetizer - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __PR_GENERIC_H diff --git a/r_aac.cpp b/r_aac.cpp index 5163e0628..d1ca3b55b 100644 --- a/r_aac.cpp +++ b/r_aac.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_aac.cpp,v 1.2 2003/05/18 19:56:31 mosu Exp $ + \version \$Id: r_aac.cpp,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief AAC demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_aac.h b/r_aac.h index 2ff14bf7e..9ec41ab4b 100644 --- a/r_aac.h +++ b/r_aac.h @@ -13,9 +13,9 @@ /*! \file r_avi.h - \version \$Id: r_aac.h,v 1.1 2003/05/17 21:01:28 mosu Exp $ + \version \$Id: r_aac.h,v 1.2 2003/05/18 20:57:07 mosu Exp $ \brief class definitions for the AVI demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_AAC_H diff --git a/r_ac3.cpp b/r_ac3.cpp index b367d6a77..ed982421f 100644 --- a/r_ac3.cpp +++ b/r_ac3.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_ac3.cpp,v 1.20 2003/05/09 10:05:26 mosu Exp $ + \version \$Id: r_ac3.cpp,v 1.21 2003/05/18 20:57:07 mosu Exp $ \brief AC3 demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_ac3.h b/r_ac3.h index 58cf251bf..71a19703a 100644 --- a/r_ac3.h +++ b/r_ac3.h @@ -13,9 +13,9 @@ /*! \file r_avi.h - \version \$Id: r_ac3.h,v 1.9 2003/05/02 21:49:42 mosu Exp $ + \version \$Id: r_ac3.h,v 1.10 2003/05/18 20:57:07 mosu Exp $ \brief class definitions for the AVI demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_AC3_H diff --git a/r_avi.cpp b/r_avi.cpp index 56705413c..afda3d55b 100644 --- a/r_avi.cpp +++ b/r_avi.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_avi.cpp,v 1.30 2003/05/11 12:31:01 mosu Exp $ + \version \$Id: r_avi.cpp,v 1.31 2003/05/18 20:57:07 mosu Exp $ \brief AVI demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_avi.h b/r_avi.h index 7a8a24786..7adf6f78e 100644 --- a/r_avi.h +++ b/r_avi.h @@ -13,9 +13,9 @@ /*! \file r_avi.h - \version \$Id: r_avi.h,v 1.13 2003/05/02 21:49:42 mosu Exp $ + \version \$Id: r_avi.h,v 1.14 2003/05/18 20:57:07 mosu Exp $ \brief class definitions for the AVI demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_AVI_H diff --git a/r_dts.cpp b/r_dts.cpp index fdd99e474..a6c0e994b 100644 --- a/r_dts.cpp +++ b/r_dts.cpp @@ -13,10 +13,10 @@ /*! \file - \version \$Id: r_dts.cpp,v 1.2 2003/05/18 20:40:11 mosu Exp $ + \version \$Id: r_dts.cpp,v 1.3 2003/05/18 20:57:07 mosu Exp $ \brief DTS demultiplexer module \author Peter Niemayer - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_dts.h b/r_dts.h index d592152a4..a8f799bc2 100644 --- a/r_dts.h +++ b/r_dts.h @@ -13,9 +13,9 @@ /*! \file r_avi.h - \version \$Id: r_dts.h,v 1.1 2003/05/15 08:58:52 mosu Exp $ + \version \$Id: r_dts.h,v 1.2 2003/05/18 20:57:07 mosu Exp $ \brief class definitions for the AVI demultiplexer module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_DTS_H diff --git a/r_matroska.cpp b/r_matroska.cpp index 65370f105..06d694f51 100644 --- a/r_matroska.cpp +++ b/r_matroska.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_matroska.cpp,v 1.33 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: r_matroska.cpp,v 1.34 2003/05/18 20:57:07 mosu Exp $ \brief Matroska reader - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_matroska.h b/r_matroska.h index 18186adf7..15f8e344d 100644 --- a/r_matroska.h +++ b/r_matroska.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_matroska.h,v 1.11 2003/05/11 09:24:02 mosu Exp $ + \version \$Id: r_matroska.h,v 1.12 2003/05/18 20:57:07 mosu Exp $ \brief class definitions for the Matroska reader - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_MATROSKA_H diff --git a/r_mp3.cpp b/r_mp3.cpp index 3dc336bfb..8f7be2606 100644 --- a/r_mp3.cpp +++ b/r_mp3.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_mp3.cpp,v 1.18 2003/05/09 10:05:26 mosu Exp $ + \version \$Id: r_mp3.cpp,v 1.19 2003/05/18 20:57:08 mosu Exp $ \brief MP3 reader module - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_mp3.h b/r_mp3.h index aa2206d63..ec84fb315 100644 --- a/r_mp3.h +++ b/r_mp3.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_mp3.h,v 1.11 2003/05/05 20:48:49 mosu Exp $ + \version \$Id: r_mp3.h,v 1.12 2003/05/18 20:57:08 mosu Exp $ \brief class definitions for the MP3 reader module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_MP3_H diff --git a/r_ogm.cpp b/r_ogm.cpp index 9ed498fbd..86fe213c0 100644 --- a/r_ogm.cpp +++ b/r_ogm.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_ogm.cpp,v 1.30 2003/05/15 09:10:17 mosu Exp $ + \version \$Id: r_ogm.cpp,v 1.31 2003/05/18 20:57:08 mosu Exp $ \brief OGG media stream reader - \author Moritz Bunkus + \author Moritz Bunkus */ #include "config.h" diff --git a/r_ogm.h b/r_ogm.h index 515b4c20d..23a454707 100644 --- a/r_ogm.h +++ b/r_ogm.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_ogm.h,v 1.12 2003/05/02 21:49:42 mosu Exp $ + \version \$Id: r_ogm.h,v 1.13 2003/05/18 20:57:08 mosu Exp $ \brief class definitions for the OGG media stream reader - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_OGM_H diff --git a/r_srt.cpp b/r_srt.cpp index f7e885f0c..9a7d4ef01 100644 --- a/r_srt.cpp +++ b/r_srt.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_srt.cpp,v 1.11 2003/05/05 21:55:02 mosu Exp $ + \version \$Id: r_srt.cpp,v 1.12 2003/05/18 20:57:08 mosu Exp $ \brief Subripper subtitle reader - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/r_srt.h b/r_srt.h index e15244890..a9a9bfb79 100644 --- a/r_srt.h +++ b/r_srt.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_srt.h,v 1.9 2003/05/02 21:49:42 mosu Exp $ + \version \$Id: r_srt.h,v 1.10 2003/05/18 20:57:08 mosu Exp $ \brief class definition for the Subripper subtitle reader - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_SRT_H diff --git a/r_wav.cpp b/r_wav.cpp index 097fc7f26..970dac0e4 100644 --- a/r_wav.cpp +++ b/r_wav.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: r_wav.cpp,v 1.20 2003/05/18 20:53:33 mosu Exp $ + \version \$Id: r_wav.cpp,v 1.21 2003/05/18 20:57:08 mosu Exp $ \brief MP3 reader module - \author Moritz Bunkus + \author Moritz Bunkus \author Peter Niemayer */ diff --git a/r_wav.h b/r_wav.h index 0f21b5309..371fb7f92 100644 --- a/r_wav.h +++ b/r_wav.h @@ -14,9 +14,9 @@ /*! \file - \version \$Id: r_wav.h,v 1.11 2003/05/18 20:40:11 mosu Exp $ + \version \$Id: r_wav.h,v 1.12 2003/05/18 20:57:08 mosu Exp $ \brief class definitions for the WAV reader module - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __R_WAV_H diff --git a/subtitles.cpp b/subtitles.cpp index 290361e19..c84ad0681 100644 --- a/subtitles.cpp +++ b/subtitles.cpp @@ -13,9 +13,9 @@ /*! \file - \version \$Id: subtitles.cpp,v 1.6 2003/05/05 20:18:32 mosu Exp $ + \version \$Id: subtitles.cpp,v 1.7 2003/05/18 20:57:08 mosu Exp $ \brief subtitle helper - \author Moritz Bunkus + \author Moritz Bunkus */ #include diff --git a/subtitles.h b/subtitles.h index b402514a4..ce1c56766 100644 --- a/subtitles.h +++ b/subtitles.h @@ -13,9 +13,9 @@ /*! \file - \version \$Id: subtitles.h,v 1.2 2003/05/02 20:11:34 mosu Exp $ + \version \$Id: subtitles.h,v 1.3 2003/05/18 20:57:08 mosu Exp $ \brief class definition for the subtitle helper - \author Moritz Bunkus + \author Moritz Bunkus */ #ifndef __SUBTITLES_H