- 04 Nov, 1999 1 commit
-
-
Monty authored
Full 'vorbisfile.a' library commit. The whole convenience API is there; the vast majority of the code is untested. chaining_example.c does work, however. Monty svn path=/trunk/vorbis/; revision=160
-
- 02 Nov, 1999 3 commits
-
-
Monty authored
Rearranged the chaining example a bit. Monty svn path=/trunk/vorbis/; revision=159
-
Monty authored
Rearranged chaining example into a library interface (vorbisfile.a) and a main() file (chaining_example.c). Need to flesh out vorbisfile.a a bit more. Monty svn path=/trunk/vorbis/; revision=158
-
Monty authored
First cut on chaining_example.c Monty svn path=/trunk/vorbis/; revision=157
-
- 30 Oct, 1999 1 commit
-
-
Monty authored
Fixed mdct bug (error in init created invalid bitreverse lookup) Modify example decoder to handle chained bitstreams Modify example encoder to choose random serialno. Monty svn path=/trunk/vorbis/; revision=156
-
- 29 Oct, 1999 1 commit
-
-
Monty authored
... beginning of the chaining example code. Monty svn path=/trunk/vorbis/; revision=155
-
- 25 Oct, 1999 1 commit
-
-
Monty authored
Fix an n=4^x bug in the mdct routines. Monty svn path=/trunk/vorbis/; revision=154
-
- 23 Oct, 1999 1 commit
-
-
Monty authored
Commit for general psychoacoustics debugging/improvement. Time domain clamping backed out. Monty svn path=/trunk/vorbis/; revision=153
-
- 18 Oct, 1999 1 commit
-
-
Monty authored
Ongoig psychoacoustic work: Scaling bugfixes More psychoacoustic tuning preecho improvements filter coding bugfix Monty svn path=/trunk/vorbis/; revision=152
-
- 15 Oct, 1999 2 commits
- 14 Oct, 1999 1 commit
-
-
Monty authored
repair a bounds error in the user comment list. Monty svn path=/trunk/vorbis/; revision=149
-
- 13 Oct, 1999 3 commits
-
-
Monty authored
Remove -malign-double from the lib build. Repair a mem leak in the examples and xmms module; vorbis_info_clear() has to come *after* vorbis_dsp_clear() Monty svn path=/trunk/vorbis/; revision=148
-
Monty authored
Remove -malign-double from lib build. Fix a memory leak in the examples and xmms plugin (vorbis_info_clear has to come after vorbis_dsp_clear()) Monty svn path=/trunk/vorbis/; revision=147
-
Monty authored
Preecho clamping code is now active. Monty svn path=/trunk/vorbis/; revision=146
-
- 12 Oct, 1999 2 commits
-
-
Monty authored
Commit updated autoconf scripts. Monty svn path=/trunk/vorbis/; revision=145
-
Monty authored
Commit includes: Major speed improvement through lpc->spectrum optimizations (roughly 6x faster decode). Short blocks are now being used. Fixed artifact due to overlap/add bug (was using the wrong window to overlap long blocks ) Monty svn path=/trunk/vorbis/; revision=144
-
- 10 Oct, 1999 1 commit
-
-
Monty authored
OK, libvorbis encodes and decodes bitstreams (not complete Vorbis bitstreams, but they work). Lib and examples debugged. Lib does not yet do *any* backend compression and it's slow as hell. We address both next. Monty svn path=/trunk/vorbis/; revision=143
-
- 05 Oct, 1999 1 commit
-
-
Monty authored
Added example code for encode/decode, continuing work on filling in missing pieces of analysis/synthesis. Monty svn path=/trunk/vorbis/; revision=139
-
- 04 Oct, 1999 2 commits
- 03 Oct, 1999 1 commit
-
-
Monty authored
Incremental update. Restore bitwise.c's ability to code 32 bit quantities. Corrections to API correction to framing.c: initial packet must be the only one in the first page Monty svn path=/trunk/vorbis/; revision=136
-
- 02 Oct, 1999 1 commit
-
-
Monty authored
Continuing to flesh out the programmatic API in libvorbis. Incremental update. Monty svn path=/trunk/vorbis/; revision=135
-
- 31 Aug, 1999 1 commit
-
-
Monty authored
First shot at the continuous balance code. Analysis is not correct yet. Monty svn path=/trunk/vorbis/; revision=80
-
- 22 Aug, 1999 1 commit
-
-
Monty authored
Added baised log frequency scaling and energy normalization to curve encoding. See the comments for details. Monty 19990822 svn path=/trunk/vorbis/; revision=73
-
- 21 Aug, 1999 1 commit
-
-
Monty authored
Initial log freq scale and log scale bias defines. Monty svn path=/trunk/vorbis/; revision=72
-
- 09 Aug, 1999 1 commit
-
-
Monty authored
Keeping up to date. Monty svn path=/trunk/vorbis/; revision=24
-
- 08 Aug, 1999 2 commits
- 07 Aug, 1999 2 commits
- 04 Aug, 1999 1 commit
-
-
Monty authored
Added bitpacking routines; modified from old Ogg. Monty 19990804 svn path=/trunk/vorbis/; revision=19
-
- 03 Aug, 1999 1 commit
-
-
Monty authored
Finished LPC and LSP code. Adding cut down version of full FFT from old Ogg (the encoder-side needs it). Monty 19990803 svn path=/trunk/vorbis/; revision=18
-
- 29 Jul, 1999 1 commit
-
-
Monty authored
Synthesis blocking and extraction completed/tested. Envelope manipulation not yet written. MDCT scaling modification. Monty 19990729 svn path=/trunk/vorbis/; revision=17
-
- 28 Jul, 1999 3 commits
- 27 Jul, 1999 1 commit
-
-
Monty authored
Checkpoint ongoing work in the analysis interface Monty 19990727 svn path=/trunk/vorbis/; revision=13
-
- 22 Jul, 1999 2 commits