mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Beautified the author tag.
This commit is contained in:
parent
fe058f3638
commit
b930030e06
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdio.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __AACCOMMON_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <string.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __AC3COMMON_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <assert.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __CLUSTER_HELPER_C
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
4
common.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __COMMON_H
|
||||
|
@ -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 <niemayer@isg.de>
|
||||
\author Moritz Bunkus <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <string.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 <niemayer@isg.de>
|
||||
\author Moritz Bunkus <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __DTSCOMMON_H
|
||||
|
4
error.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __ERROR_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
4
iso639.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __ISO639_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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __MATROSKA_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <errno.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __MKVMERGE_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include "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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __MP3_COMMON_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
p_aac.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_AAC_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
p_ac3.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_AC3_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
p_dts.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_DTS_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
p_mp3.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_MP3_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
p_pcm.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_PCM_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_TEXTSUBS_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <ctype.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __P_VIDEO_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include "config.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include "KaxTracks.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __PR_GENERIC_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
r_aac.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_AAC_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
r_ac3.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_AC3_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
r_avi.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_AVI_H
|
||||
|
@ -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 <niemayer@isg.de>
|
||||
\author Moritz Bunkus <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
r_dts.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_DTS_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdio.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_MATROSKA_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
4
r_mp3.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_MP3_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
4
r_ogm.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_OGM_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
|
4
r_srt.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_SRT_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
\author Peter Niemayer <niemayer@isg.de>
|
||||
*/
|
||||
|
||||
|
4
r_wav.h
4
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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __R_WAV_H
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#include <stdio.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 <moritz @ bunkus.org>
|
||||
\author Moritz Bunkus <moritz@bunkus.org>
|
||||
*/
|
||||
|
||||
#ifndef __SUBTITLES_H
|
||||
|
Loading…
Reference in New Issue
Block a user