1 --- misc.h 2005-01-04 16:29:01.000000000 +0100
2 +++ misc.h 2004-12-30 13:09:20.000000000 +0100
9 -#if BYTE_ORDER==LITTLE_ENDIAN
20 -#if BYTE_ORDER==BIG_ENDIAN
25 --- sharedbook.c 30 Dec 2004 12:09:20 -0000 1.1
26 +++ sharedbook.c 18 Aug 2005 16:13:54 -0000
29 for(k=0;k<b->dim;k++){
30 int index= (j/indexdiv)%quantvals;
33 int val=VFLOAT_MULTI(delta,delpoint,
34 abs(b->quantlist[index]),&point);
39 for(k=0;k<b->dim;k++){
42 int val=VFLOAT_MULTI(delta,delpoint,
43 abs(b->quantlist[j*b->dim+k]),&point);
45 --- block.h (revision 0)
46 +++ block.h (revision 0)
48 +/********************************************************************
50 + * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. *
52 + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
53 + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
54 + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
56 + * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
57 + * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ *
59 + ********************************************************************
61 + function: basic shared block operations
63 + ********************************************************************/
68 +void *_vorbis_block_alloc(vorbis_block *vb,long bytes);
69 +void _vorbis_block_ripcord(vorbis_block *vb);
72 --- floor0.c (revision 24821)
73 +++ floor0.c (working copy)
80 #define LSP_FRACBITS 14
82 --- floor1.c (revision 24821)
83 +++ floor1.c (working copy)
90 #define floor1_rangedB 140 /* floor 1 fixed at -140dB to 0dB range */
92 --- synthesis.c (revision 24821)
93 +++ synthesis.c (working copy)
100 int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){
101 vorbis_dsp_state *vd=vb->vd;
102 --- res012.c (revision 24821)
103 +++ res012.c (working copy)
105 #include "codebook.h"
111 vorbis_info_residue0 *info;
112 --- block.c (revision 24821)
113 +++ block.c (working copy)
116 #include "registry.h"
120 static int ilog(unsigned int v){
122 --- os.h (revision 25873)
123 +++ os.h (working copy)
126 #include "os_types.h"
128 -#ifndef _V_IFDEFJAIL_H_
129 -# define _V_IFDEFJAIL_H_
130 +#define STIN static inline
133 -# define STIN static __inline__
135 -# define STIN static __inline
138 -# define STIN static
142 # define M_PI (3.1415926536f)
144 --- os_types.h 2008-05-27 14:59:21.000000000 +0200
145 +++ os_types.h 2008-05-27 15:00:50.000000000 +0200
147 #define _ogg_realloc realloc
148 #define _ogg_free free
150 +#include <inttypes.h>
151 +typedef int64_t ogg_int64_t;
152 +typedef int32_t ogg_int32_t;
153 +typedef int16_t ogg_int16_t;
154 +typedef uint32_t ogg_uint32_t;
155 +typedef uint16_t ogg_uint16_t;
168 #endif /* _OS_TYPES_H */
169 --- mapping0.c (revision 28274)
170 +++ mapping0.c (revision 28275)
176 #include "ivorbiscodec.h"
178 #include "codec_internal.h"