Added missing SVN keywords, including Author Date Id Revision HeadURL

This commit is contained in:
oetelaar.automatisering@gmail.com 2013-05-16 07:17:41 +00:00
parent 79820cba1d
commit d00d8dd13d
59 changed files with 208 additions and 208 deletions

View File

@ -10,8 +10,8 @@
Tyrell DarkIce Tyrell DarkIce
File : AlsaDspSource.cpp File : AlsaDspSource.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -56,7 +56,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: AlsaDspSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -10,8 +10,8 @@
Tyrell DarkIce Tyrell DarkIce
File : AlsaDspSource.h File : AlsaDspSource.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -66,8 +66,8 @@
/** /**
* An audio input based on the ALSA sound system * An audio input based on the ALSA sound system
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class AlsaDspSource : public AudioSource, public virtual Reporter class AlsaDspSource : public AudioSource, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : AudioEncoder.h File : AudioEncoder.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -52,8 +52,8 @@
/** /**
* An audio encoder * An audio encoder
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class AudioEncoder : public Sink, public virtual Referable class AudioEncoder : public Sink, public virtual Referable
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : AudioSource.cpp File : AudioSource.cpp
Version : $Revision$ Version : $Revision: 488 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -46,7 +46,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: AudioSource.cpp 488 2010-09-17 20:37:46Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : AudioSource.h File : AudioSource.h
Version : $Revision$ Version : $Revision: 488 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -96,8 +96,8 @@
/** /**
* Audio data input * Audio data input
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 488 $
*/ */
class AudioSource : public Source, public virtual Reporter class AudioSource : public Source, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : BufferedSink.cpp File : BufferedSink.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
the buffer is filled like this: the buffer is filled like this:
@ -68,7 +68,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: BufferedSink.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : BufferedSink.h File : BufferedSink.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -55,8 +55,8 @@
* data contained if needed. * data contained if needed.
* The class is not thread-safe. * The class is not thread-safe.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class BufferedSink : public Sink, public virtual Reporter class BufferedSink : public Sink, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : CastSink.cpp File : CastSink.cpp
Version : $Revision$ Version : $Revision: 524 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -42,7 +42,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: CastSink.cpp 524 2013-05-16 03:36:12Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : CastSink.h File : CastSink.h
Version : $Revision$ Version : $Revision: 524 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -56,8 +56,8 @@
* This is an abstract class. A subclass should override at least * This is an abstract class. A subclass should override at least
* the sendLogin() function. * the sendLogin() function.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 524 $
*/ */
class CastSink : public Sink, public virtual Reporter class CastSink : public Sink, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell ConfigSection Tyrell ConfigSection
File : ConfigSection.cpp File : ConfigSection.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -49,7 +49,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: ConfigSection.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell ConfigSection Tyrell ConfigSection
File : ConfigSection.h File : ConfigSection.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -64,8 +64,8 @@
* *
* Knwon problem: you can't use '#' in any part of a key / value pair * Knwon problem: you can't use '#' in any part of a key / value pair
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class ConfigSection : public virtual Referable class ConfigSection : public virtual Referable
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Connector.cpp File : Connector.cpp
Version : $Revision$ Version : $Revision: 523 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -41,7 +41,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: Connector.cpp 523 2013-05-15 21:17:10Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Connector.h File : Connector.h
Version : $Revision$ Version : $Revision: 523 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -54,8 +54,8 @@
/** /**
* Connects a source to one or more sinks. * Connects a source to one or more sinks.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 523 $
*/ */
class Connector : public virtual Referable, public virtual Reporter class Connector : public virtual Referable, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : DarkIce.cpp File : DarkIce.cpp
Version : $Revision$ Version : $Revision: 517 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
@ -113,7 +113,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: DarkIce.cpp 517 2013-05-14 16:08:20Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : DarkIce.h File : DarkIce.h
Version : $Revision$ Version : $Revision: 503 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -72,8 +72,8 @@
/** /**
* Program main object. * Program main object.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 503 $
*/ */
class DarkIce : public virtual Referable, public virtual Reporter class DarkIce : public virtual Referable, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell Config Tyrell Config
File : DarkIceConfig.cpp File : DarkIceConfig.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -49,7 +49,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: DarkIceConfig.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell Config Tyrell Config
File : DarkIceConfig.h File : DarkIceConfig.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -73,8 +73,8 @@
* *
* Knwon problem: you can't use '#' in any part of a key / value pair * Knwon problem: you can't use '#' in any part of a key / value pair
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Config : public virtual Referable class Config : public virtual Referable
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Exception.cpp File : Exception.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,7 +51,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: Exception.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Exception.h File : Exception.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -59,8 +59,8 @@
* throw Exception( __FILE__, __LINE__, "describe the exception", code); * throw Exception( __FILE__, __LINE__, "describe the exception", code);
* </pre> * </pre>
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Exception class Exception
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FaacEncoder.cpp File : FaacEncoder.cpp
Version : $Revision$ Version : $Revision: 507 $
Author : $Author$ Author : $Author: alban.peignier@gmail.com $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,7 +51,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: FaacEncoder.cpp 507 2013-04-04 04:52:37Z alban.peignier@gmail.com $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FaacEncoder.h File : FaacEncoder.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -70,8 +70,8 @@
/** /**
* A class representing faac AAC encoder. * A class representing faac AAC encoder.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class FaacEncoder : public AudioEncoder, public virtual Reporter class FaacEncoder : public AudioEncoder, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FileCast.cpp File : FileCast.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -61,7 +61,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: FileCast.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FileCast.h File : FileCast.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -54,8 +54,8 @@
/** /**
* Class representing output to a local file. * Class representing output to a local file.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class FileCast : public CastSink class FileCast : public CastSink
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FileSink.cpp File : FileSink.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -106,7 +106,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: FileSink.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FileSink.h File : FileSink.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,8 +51,8 @@
/** /**
* File data output * File data output
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class FileSink : public Sink, public virtual Reporter class FileSink : public Sink, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : FileSource.cpp File : FileSource.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -89,7 +89,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: FileSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : IceCast.cpp File : IceCast.cpp
Version : $Revision$ Version : $Revision: 505 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -67,7 +67,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: IceCast.cpp 505 2012-01-19 01:07:30Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : IceCast.h File : IceCast.h
Version : $Revision$ Version : $Revision: 503 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -53,8 +53,8 @@
* Class representing output to an IceCast server with * Class representing output to an IceCast server with
* x-audiocast login * x-audiocast login
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 503 $
*/ */
class IceCast : public CastSink class IceCast : public CastSink
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : IceCast2.cpp File : IceCast2.cpp
Version : $Revision$ Version : $Revision: 517 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -67,7 +67,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: IceCast2.cpp 517 2013-05-14 16:08:20Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : IceCast2.h File : IceCast2.h
Version : $Revision$ Version : $Revision: 517 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -53,8 +53,8 @@
* Class representing output to an IceCast2 server with * Class representing output to an IceCast2 server with
* ice login * ice login
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 517 $
*/ */
class IceCast2 : public CastSink class IceCast2 : public CastSink
{ {

View File

@ -7,8 +7,8 @@
Tyrell DarkIce Tyrell DarkIce
File : JackDspSource.cpp File : JackDspSource.cpp
Version : $Revision$ Version : $Revision: 510 $
Author : $Author$ Author : $Author: oetelaar.automatisering@gmail.com $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -95,7 +95,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: JackDspSource.cpp 510 2013-04-11 18:52:57Z oetelaar.automatisering@gmail.com $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -7,8 +7,8 @@
Tyrell DarkIce Tyrell DarkIce
File : JackDspSource.h File : JackDspSource.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -61,8 +61,8 @@
/** /**
* An audio input based on JACK * An audio input based on JACK
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class JackDspSource : public AudioSource, public virtual Reporter class JackDspSource : public AudioSource, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : LameLibEncoder.cpp File : LameLibEncoder.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,7 +51,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: LameLibEncoder.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : LameLibEncoder.h File : LameLibEncoder.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -66,8 +66,8 @@
* A class representing the lame encoder linked as a shared object or as * A class representing the lame encoder linked as a shared object or as
* a static library. * a static library.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class LameLibEncoder : public AudioEncoder, public virtual Reporter class LameLibEncoder : public AudioEncoder, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : MultiThreadedConnector.cpp File : MultiThreadedConnector.cpp
Version : $Revision$ Version : $Revision: 523 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -53,7 +53,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: MultiThreadedConnector.cpp 523 2013-05-15 21:17:10Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : MultiThreadedConnector.h File : MultiThreadedConnector.h
Version : $Revision$ Version : $Revision: 523 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -68,8 +68,8 @@
* Connects a source to one or more sinks, using a multi-threaded * Connects a source to one or more sinks, using a multi-threaded
* producer - consumer approach. * producer - consumer approach.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 523 $
*/ */
class MultiThreadedConnector : public virtual Connector class MultiThreadedConnector : public virtual Connector
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : OssDspSource.cpp File : OssDspSource.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -106,7 +106,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: OssDspSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* Define the natural endiannes of 16 bit recording if not defined, * Define the natural endiannes of 16 bit recording if not defined,

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : OssDspSource.h File : OssDspSource.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,8 +51,8 @@
/** /**
* An audio input based on /dev/dsp-like raw devices * An audio input based on /dev/dsp-like raw devices
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class OssDspSource : public AudioSource, public virtual Reporter class OssDspSource : public AudioSource, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Ref.h File : Ref.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -75,8 +75,8 @@
* *
* @ref Referable * @ref Referable
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
template <class T> template <class T>
class Ref class Ref

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Referable.h File : Referable.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -62,8 +62,8 @@
* *
* @ref Ref * @ref Ref
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Referable class Referable
{ {

View File

@ -5,8 +5,8 @@
Tyrell Reporter Tyrell Reporter
File : Reporter.cpp File : Reporter.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -42,7 +42,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: Reporter.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell Reporter Tyrell Reporter
File : Reporter.h File : Reporter.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -77,8 +77,8 @@
* *
* Known problems: this class is not thread-safe. * Known problems: this class is not thread-safe.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Reporter class Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : ShoutCast.cpp File : ShoutCast.cpp
Version : $Revision$ Version : $Revision: 508 $
Author : $Author$ Author : $Author: alban.peignier@gmail.com $
Location : $Source$ Location : $Source$
Copyright notice: Copyright notice:
@ -69,7 +69,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: ShoutCast.cpp 508 2013-04-04 04:56:31Z alban.peignier@gmail.com $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : ShoutCast.h File : ShoutCast.h
Version : $Revision$ Version : $Revision: 503 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -53,8 +53,8 @@
* Class representing output to a ShoutCast server with * Class representing output to a ShoutCast server with
* icy login * icy login
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 503 $
*/ */
class ShoutCast : public CastSink class ShoutCast : public CastSink
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Sink.h File : Sink.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,8 +51,8 @@
/** /**
* A general data sink * A general data sink
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Sink : public virtual Referable class Sink : public virtual Referable
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : SolarisDspSource.cpp File : SolarisDspSource.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -108,7 +108,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: SolarisDspSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : SolarisDspSource.h File : SolarisDspSource.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,8 +51,8 @@
/** /**
* An audio input based on Solaris /dev/audio devices * An audio input based on Solaris /dev/audio devices
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class SolarisDspSource : public AudioSource, public virtual Reporter class SolarisDspSource : public AudioSource, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Source.h File : Source.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,8 +51,8 @@
/** /**
* A general data source * A general data source
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Source : public virtual Referable class Source : public virtual Referable
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : TcpSocket.cpp File : TcpSocket.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -101,7 +101,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: TcpSocket.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : TcpSocket.h File : TcpSocket.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -52,8 +52,8 @@
/** /**
* A TCP network socket * A TCP network socket
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class TcpSocket : public Source, public Sink, public virtual Reporter class TcpSocket : public Source, public Sink, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : TwoLameLibEncoder.cpp File : TwoLameLibEncoder.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,7 +51,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: TwoLameLibEncoder.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : TwoLameLibEncoder.cpp File : TwoLameLibEncoder.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -66,8 +66,8 @@
* A class representing the TwoLame encoder linked as a shared object or as * A class representing the TwoLame encoder linked as a shared object or as
* a static library. * a static library.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class TwoLameLibEncoder : public AudioEncoder, public virtual Reporter class TwoLameLibEncoder : public AudioEncoder, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Util.cpp File : Util.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -93,7 +93,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: Util.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : Util.h File : Util.h
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -60,8 +60,8 @@
* char * str = Util::strDup( otherStr); * char * str = Util::strDup( otherStr);
* </pre> * </pre>
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 474 $
*/ */
class Util class Util
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : VorbisLibEncoder.cpp File : VorbisLibEncoder.cpp
Version : $Revision$ Version : $Revision: 474 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -50,7 +50,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: VorbisLibEncoder.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : VorbisLibEncoder.h File : VorbisLibEncoder.h
Version : $Revision$ Version : $Revision: 503 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -71,8 +71,8 @@
* A class representing the ogg vorbis encoder linked as a shared object or * A class representing the ogg vorbis encoder linked as a shared object or
* as a static library. * as a static library.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 503 $
*/ */
class VorbisLibEncoder : public AudioEncoder, public virtual Reporter class VorbisLibEncoder : public AudioEncoder, public virtual Reporter
{ {

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : aacPlusEncoder.cpp File : aacPlusEncoder.cpp
Version : $Revision$ Version : $Revision: 507 $
Author : $Author$ Author : $Author: alban.peignier@gmail.com $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -51,7 +51,7 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: aacPlusEncoder.cpp 507 2013-04-04 04:52:37Z alban.peignier@gmail.com $";
/* =============================================== local function prototypes */ /* =============================================== local function prototypes */

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : aacPlusEncoder.h File : aacPlusEncoder.h
Version : $Revision$ Version : $Revision: 491 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Copyright notice: Copyright notice:
@ -72,8 +72,8 @@
/** /**
* A class representing aacplus AAC+ encoder. * A class representing aacplus AAC+ encoder.
* *
* @author $Author$ * @author $Author: rafael@riseup.net $
* @version $Revision$ * @version $Revision: 491 $
*/ */
class aacPlusEncoder : public AudioEncoder, public virtual Reporter class aacPlusEncoder : public AudioEncoder, public virtual Reporter

View File

@ -5,8 +5,8 @@
Tyrell DarkIce Tyrell DarkIce
File : main.cpp File : main.cpp
Version : $Revision$ Version : $Revision: 476 $
Author : $Author$ Author : $Author: rafael@riseup.net $
Location : $HeadURL$ Location : $HeadURL$
Abstract : Abstract :
@ -71,7 +71,7 @@ static Ref<DarkIce> darkice;
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* File identity * File identity
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
static const char fileid[] = "$Id$"; static const char fileid[] = "$Id: main.cpp 476 2010-05-10 01:30:13Z rafael@riseup.net $";
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
* Default config file name * Default config file name