Really Added missing SVN keywords, including Author Date Id Revision HeadURL
This commit is contained in:
parent
d00d8dd13d
commit
99e3d5022b
|
@ -10,8 +10,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : AlsaDspSource.cpp
|
File : AlsaDspSource.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: AlsaDspSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : AlsaDspSource.h
|
File : AlsaDspSource.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class AlsaDspSource : public AudioSource, public virtual Reporter
|
class AlsaDspSource : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : AudioEncoder.h
|
File : AudioEncoder.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -52,8 +52,8 @@
|
||||||
/**
|
/**
|
||||||
* An audio encoder
|
* An audio encoder
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class AudioEncoder : public Sink, public virtual Referable
|
class AudioEncoder : public Sink, public virtual Referable
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : AudioSource.cpp
|
File : AudioSource.cpp
|
||||||
Version : $Revision: 488 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: AudioSource.cpp 488 2010-09-17 20:37:46Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : AudioSource.h
|
File : AudioSource.h
|
||||||
Version : $Revision: 488 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -96,8 +96,8 @@
|
||||||
/**
|
/**
|
||||||
* Audio data input
|
* Audio data input
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 488 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class AudioSource : public Source, public virtual Reporter
|
class AudioSource : public Source, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : BufferedSink.cpp
|
File : BufferedSink.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: BufferedSink.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : BufferedSink.h
|
File : BufferedSink.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class BufferedSink : public Sink, public virtual Reporter
|
class BufferedSink : public Sink, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : CastSink.cpp
|
File : CastSink.cpp
|
||||||
Version : $Revision: 524 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: CastSink.cpp 524 2013-05-16 03:36:12Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : CastSink.h
|
File : CastSink.h
|
||||||
Version : $Revision: 524 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 524 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class CastSink : public Sink, public virtual Reporter
|
class CastSink : public Sink, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell ConfigSection
|
Tyrell ConfigSection
|
||||||
|
|
||||||
File : ConfigSection.cpp
|
File : ConfigSection.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: ConfigSection.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell ConfigSection
|
Tyrell ConfigSection
|
||||||
|
|
||||||
File : ConfigSection.h
|
File : ConfigSection.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class ConfigSection : public virtual Referable
|
class ConfigSection : public virtual Referable
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Connector.cpp
|
File : Connector.cpp
|
||||||
Version : $Revision: 523 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: Connector.cpp 523 2013-05-15 21:17:10Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Connector.h
|
File : Connector.h
|
||||||
Version : $Revision: 523 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 523 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Connector : public virtual Referable, public virtual Reporter
|
class Connector : public virtual Referable, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : DarkIce.cpp
|
File : DarkIce.cpp
|
||||||
Version : $Revision: 517 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: DarkIce.cpp 517 2013-05-14 16:08:20Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : DarkIce.h
|
File : DarkIce.h
|
||||||
Version : $Revision: 503 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -72,8 +72,8 @@
|
||||||
/**
|
/**
|
||||||
* Program main object.
|
* Program main object.
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 503 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class DarkIce : public virtual Referable, public virtual Reporter
|
class DarkIce : public virtual Referable, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell Config
|
Tyrell Config
|
||||||
|
|
||||||
File : DarkIceConfig.cpp
|
File : DarkIceConfig.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: DarkIceConfig.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell Config
|
Tyrell Config
|
||||||
|
|
||||||
File : DarkIceConfig.h
|
File : DarkIceConfig.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Config : public virtual Referable
|
class Config : public virtual Referable
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Exception.cpp
|
File : Exception.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: Exception.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Exception.h
|
File : Exception.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Exception
|
class Exception
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FaacEncoder.cpp
|
File : FaacEncoder.cpp
|
||||||
Version : $Revision: 507 $
|
Version : $Revision$
|
||||||
Author : $Author: alban.peignier@gmail.com $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: FaacEncoder.cpp 507 2013-04-04 04:52:37Z alban.peignier@gmail.com $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FaacEncoder.h
|
File : FaacEncoder.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class FaacEncoder : public AudioEncoder, public virtual Reporter
|
class FaacEncoder : public AudioEncoder, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FileCast.cpp
|
File : FileCast.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: FileCast.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FileCast.h
|
File : FileCast.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class FileCast : public CastSink
|
class FileCast : public CastSink
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FileSink.cpp
|
File : FileSink.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: FileSink.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FileSink.h
|
File : FileSink.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
/**
|
/**
|
||||||
* File data output
|
* File data output
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class FileSink : public Sink, public virtual Reporter
|
class FileSink : public Sink, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : FileSource.cpp
|
File : FileSource.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: FileSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : IceCast.cpp
|
File : IceCast.cpp
|
||||||
Version : $Revision: 505 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: IceCast.cpp 505 2012-01-19 01:07:30Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : IceCast.h
|
File : IceCast.h
|
||||||
Version : $Revision: 503 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 503 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class IceCast : public CastSink
|
class IceCast : public CastSink
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : IceCast2.cpp
|
File : IceCast2.cpp
|
||||||
Version : $Revision: 517 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: IceCast2.cpp 517 2013-05-14 16:08:20Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : IceCast2.h
|
File : IceCast2.h
|
||||||
Version : $Revision: 517 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 517 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class IceCast2 : public CastSink
|
class IceCast2 : public CastSink
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : JackDspSource.cpp
|
File : JackDspSource.cpp
|
||||||
Version : $Revision: 510 $
|
Version : $Revision$
|
||||||
Author : $Author: oetelaar.automatisering@gmail.com $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: JackDspSource.cpp 510 2013-04-11 18:52:57Z oetelaar.automatisering@gmail.com $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : JackDspSource.h
|
File : JackDspSource.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class JackDspSource : public AudioSource, public virtual Reporter
|
class JackDspSource : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : LameLibEncoder.cpp
|
File : LameLibEncoder.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: LameLibEncoder.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : LameLibEncoder.h
|
File : LameLibEncoder.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class LameLibEncoder : public AudioEncoder, public virtual Reporter
|
class LameLibEncoder : public AudioEncoder, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : MultiThreadedConnector.cpp
|
File : MultiThreadedConnector.cpp
|
||||||
Version : $Revision: 523 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: MultiThreadedConnector.cpp 523 2013-05-15 21:17:10Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : MultiThreadedConnector.h
|
File : MultiThreadedConnector.h
|
||||||
Version : $Revision: 523 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 523 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class MultiThreadedConnector : public virtual Connector
|
class MultiThreadedConnector : public virtual Connector
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : OssDspSource.cpp
|
File : OssDspSource.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: OssDspSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* Define the natural endiannes of 16 bit recording if not defined,
|
* Define the natural endiannes of 16 bit recording if not defined,
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : OssDspSource.h
|
File : OssDspSource.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class OssDspSource : public AudioSource, public virtual Reporter
|
class OssDspSource : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : PulseAudioDspSource.cpp
|
File : PulseAudioDspSource.cpp
|
||||||
Version : $Revision: 461 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: PulseAudioDspSource.cpp 461 2009-12-01 12:57:31Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : PulseAudioDspSource.h
|
File : PulseAudioDspSource.h
|
||||||
Version : $Revision: 394 $
|
Version : $Revision$
|
||||||
Author : $Author: darkeye $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -65,8 +65,8 @@
|
||||||
/**
|
/**
|
||||||
* An audio input based on the PULSEAUDIO sound system
|
* An audio input based on the PULSEAUDIO sound system
|
||||||
*
|
*
|
||||||
* @author $Author: darkeye $
|
* @author $Author$
|
||||||
* @version $Revision: 394 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class PulseAudioDspSource : public AudioSource, public virtual Reporter
|
class PulseAudioDspSource : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
@ -257,8 +257,8 @@ class PulseAudioDspSource : public AudioSource, public virtual Reporter
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : PulseAudioDspSource.h
|
File : PulseAudioDspSource.h
|
||||||
Version : $Revision: 394 $
|
Version : $Revision$
|
||||||
Author : $Author: darkeye $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -312,8 +312,8 @@ class PulseAudioDspSource : public AudioSource, public virtual Reporter
|
||||||
/**
|
/**
|
||||||
* An audio input based on the PULSEAUDIO sound system
|
* An audio input based on the PULSEAUDIO sound system
|
||||||
*
|
*
|
||||||
* @author $Author: darkeye $
|
* @author $Author$
|
||||||
* @version $Revision: 394 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class PulseAudioDspSource : public AudioSource, public virtual Reporter
|
class PulseAudioDspSource : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Ref.h
|
File : Ref.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -75,8 +75,8 @@
|
||||||
*
|
*
|
||||||
* @ref Referable
|
* @ref Referable
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
template <class T>
|
template <class T>
|
||||||
class Ref
|
class Ref
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Referable.h
|
File : Referable.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -62,8 +62,8 @@
|
||||||
*
|
*
|
||||||
* @ref Ref
|
* @ref Ref
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Referable
|
class Referable
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell Reporter
|
Tyrell Reporter
|
||||||
|
|
||||||
File : Reporter.cpp
|
File : Reporter.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: Reporter.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell Reporter
|
Tyrell Reporter
|
||||||
|
|
||||||
File : Reporter.h
|
File : Reporter.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Reporter
|
class Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : SerialUlaw.cpp
|
File : SerialUlaw.cpp
|
||||||
Version : $Revision: 1.13 $
|
Version : $Revision$
|
||||||
Author : $Author: darkeye $
|
Author : $Author$
|
||||||
Location : $Source: /cvsroot/darkice/darkice/src/SerialUlaw.cpp,v $
|
Location : $Source: /cvsroot/darkice/darkice/src/SerialUlaw.cpp,v $
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
/**
|
/**
|
||||||
* An audio input based on /dev/dsp-like raw devices
|
* An audio input based on /dev/dsp-like raw devices
|
||||||
*
|
*
|
||||||
* @author $Author: darkeye $
|
* @author $Author$
|
||||||
* @version $Revision: 1.7 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class SerialUlaw : public AudioSource, public virtual Reporter
|
class SerialUlaw : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : ShoutCast.cpp
|
File : ShoutCast.cpp
|
||||||
Version : $Revision: 508 $
|
Version : $Revision$
|
||||||
Author : $Author: alban.peignier@gmail.com $
|
Author : $Author$
|
||||||
Location : $Source$
|
Location : $Source$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: ShoutCast.cpp 508 2013-04-04 04:56:31Z alban.peignier@gmail.com $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : ShoutCast.h
|
File : ShoutCast.h
|
||||||
Version : $Revision: 503 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 503 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class ShoutCast : public CastSink
|
class ShoutCast : public CastSink
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Sink.h
|
File : Sink.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
/**
|
/**
|
||||||
* A general data sink
|
* A general data sink
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Sink : public virtual Referable
|
class Sink : public virtual Referable
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : SolarisDspSource.cpp
|
File : SolarisDspSource.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: SolarisDspSource.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : SolarisDspSource.h
|
File : SolarisDspSource.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class SolarisDspSource : public AudioSource, public virtual Reporter
|
class SolarisDspSource : public AudioSource, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Source.h
|
File : Source.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
/**
|
/**
|
||||||
* A general data source
|
* A general data source
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Source : public virtual Referable
|
class Source : public virtual Referable
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : TcpSocket.cpp
|
File : TcpSocket.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: TcpSocket.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : TcpSocket.h
|
File : TcpSocket.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -52,8 +52,8 @@
|
||||||
/**
|
/**
|
||||||
* A TCP network socket
|
* A TCP network socket
|
||||||
*
|
*
|
||||||
* @author $Author: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class TcpSocket : public Source, public Sink, public virtual Reporter
|
class TcpSocket : public Source, public Sink, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : TwoLameLibEncoder.cpp
|
File : TwoLameLibEncoder.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: TwoLameLibEncoder.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : TwoLameLibEncoder.cpp
|
File : TwoLameLibEncoder.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class TwoLameLibEncoder : public AudioEncoder, public virtual Reporter
|
class TwoLameLibEncoder : public AudioEncoder, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Util.cpp
|
File : Util.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: Util.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : Util.h
|
File : Util.h
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 474 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class Util
|
class Util
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : VorbisLibEncoder.cpp
|
File : VorbisLibEncoder.cpp
|
||||||
Version : $Revision: 474 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: VorbisLibEncoder.cpp 474 2010-05-10 01:18:15Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : VorbisLibEncoder.h
|
File : VorbisLibEncoder.h
|
||||||
Version : $Revision: 503 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 503 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class VorbisLibEncoder : public AudioEncoder, public virtual Reporter
|
class VorbisLibEncoder : public AudioEncoder, public virtual Reporter
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : aacPlusEncoder.cpp
|
File : aacPlusEncoder.cpp
|
||||||
Version : $Revision: 507 $
|
Version : $Revision$
|
||||||
Author : $Author: alban.peignier@gmail.com $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: aacPlusEncoder.cpp 507 2013-04-04 04:52:37Z alban.peignier@gmail.com $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
/* =============================================== local function prototypes */
|
/* =============================================== local function prototypes */
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : aacPlusEncoder.h
|
File : aacPlusEncoder.h
|
||||||
Version : $Revision: 491 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
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: rafael@riseup.net $
|
* @author $Author$
|
||||||
* @version $Revision: 491 $
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class aacPlusEncoder : public AudioEncoder, public virtual Reporter
|
class aacPlusEncoder : public AudioEncoder, public virtual Reporter
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
Tyrell DarkIce
|
Tyrell DarkIce
|
||||||
|
|
||||||
File : main.cpp
|
File : main.cpp
|
||||||
Version : $Revision: 476 $
|
Version : $Revision$
|
||||||
Author : $Author: rafael@riseup.net $
|
Author : $Author$
|
||||||
Location : $HeadURL$
|
Location : $HeadURL$
|
||||||
|
|
||||||
Abstract :
|
Abstract :
|
||||||
|
@ -71,7 +71,7 @@ static Ref<DarkIce> darkice;
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* File identity
|
* File identity
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
static const char fileid[] = "$Id: main.cpp 476 2010-05-10 01:30:13Z rafael@riseup.net $";
|
static const char fileid[] = "$Id$";
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* Default config file name
|
* Default config file name
|
||||||
|
|
Loading…
Reference in New Issue