forked from xiph/vorbis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor build fixes, integrate XMMS into the autoconfed stuff
Extend copyright notices to 2000 Add RCS Id tags to all files Monty svn path=/trunk/vorbis/; revision=218
- Loading branch information
Monty
committed
Dec 30, 1999
1 parent
05f2976
commit 685d068
Showing
44 changed files
with
185 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: illustrate simple use of chained bitstream and vorbisfile.a | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 02 1999 | ||
last mod: $Id: chaining_example.c,v 1.2 1999/12/30 07:26:26 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: simple example decoder | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 16 1999 | ||
last mod: $Id: decoder_example.c,v 1.2 1999/12/30 07:26:27 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: simple example encoder | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 16 1999 | ||
last mod: $Id: encoder_example.c,v 1.2 1999/12/30 07:26:28 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: codec headers | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Dec 29 1999 | ||
function: libvorbis codec headers | ||
last mod: $Id: codec.h,v 1.2 1999/12/30 07:26:29 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: stdio-based convenience library for opening/seeking/decoding | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 04 1999 | ||
last mod: $Id: vorbisfile.h,v 1.2 1999/12/30 07:26:30 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: single-block PCM analysis | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 16 1999 | ||
last mod: $Id: analysis.c,v 1.18 1999/12/30 07:26:32 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: packing variable sized words into an octet stream | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Aug 04 1999 | ||
last mod: $Id: bitwise.c,v 1.5 1999/12/30 07:26:33 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: packing variable sized words into an octet stream | ||
last mod: $Id: bitwise.h,v 1.3 1999/12/30 07:26:34 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: PCM data vector blocking, windowing and dis/reassembly | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Oct 22 1999 | ||
last mod: $Id: block.c,v 1.18 1999/12/30 07:26:35 xiphmont Exp $ | ||
Handle windowing, overlap-add, etc of the PCM vectors. This is made | ||
more amusing by Vorbis' current two allowed block sizes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: PCM data envelope analysis and manipulation | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Oct 22 1999 | ||
last mod: $Id: envelope.c,v 1.12 1999/12/30 07:26:36 xiphmont Exp $ | ||
Preecho calculation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: PCM data envelope analysis and manipulation | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Oct 22 1999 | ||
last mod: $Id: envelope.h,v 1.7 1999/12/30 07:26:37 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,19 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and the XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and the XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: code raw [Vorbis] packets into framed OggSquish stream and | ||
decode Ogg streams back into raw packets | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Jul 22 1999 | ||
last mod: $Id: framing.c,v 1.12 1999/12/30 07:26:38 xiphmont Exp $ | ||
note: The CRC code is directly derived from public domain code by | ||
Ross Williams ([email protected]). See framing.txt for | ||
details. | ||
Ross Williams ([email protected]). See docs/framing.html | ||
for details. | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: maintain the info structure, info <-> header packets | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 04 1999 | ||
last mod: $Id: info.c,v 1.11 1999/12/30 07:26:39 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: LPC low level routines | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 16 1999 | ||
last mod: $Id: lpc.c,v 1.10 1999/12/30 07:26:40 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: LPC low level routines | ||
last mod: $Id: lpc.h,v 1.5 1999/12/30 07:26:41 xiphmont Exp $ | ||
********************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,14 @@ | |
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * | ||
* PLEASE READ THESE TERMS DISTRIBUTING. * | ||
* * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * | ||
* by 1999 Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 * | ||
* by Monty <[email protected]> and The XIPHOPHORUS Company * | ||
* http://www.xiph.org/ * | ||
* * | ||
******************************************************************** | ||
function: LSP (also called LSF) conversion routines | ||
author: Monty <[email protected]> | ||
modifications by: Monty | ||
last modification date: Nov 16 1999 | ||
last mod: $Id: lsp.c,v 1.4 1999/12/30 07:26:42 xiphmont Exp $ | ||
The LSP generation code is taken (with minimal modification) from | ||
"On the Computation of the LSP Frequencies" by Joseph Rothweiler | ||
|
Oops, something went wrong.