- 14 Aug, 2000 1 commit
-
-
Monty authored
Add a check to res0.c:unpack to make sure we don't try to cascade witht he old code (once the feature gets written and such streams appear later) Monty svn path=/trunk/vorbis/; revision=551
-
- 13 Aug, 2000 1 commit
-
-
Michael Smith authored
Added new function vorbis_comment_query_count(), after a couple of people requested it. Returns number of instances of the tag given. Also a minor bugfix for vorbis_comment_query, that probably never had any effect on anyone. svn path=/trunk/vorbis/; revision=550
-
- 04 Aug, 2000 4 commits
-
-
Monty authored
Vorbisfile could get itself into an uninitialized state if there is a hole in the audio data right after a valid set of headers. Changed process_packet to keep going without complaint if a hole is found; later we'll need to revert this to returning (and properly handling) the 'hole' flag, but there are currently no more detailed error codes than '-1'. Monty svn path=/trunk/vorbis/; revision=546
-
Monty authored
Oops, missed a bug in stream_flush, and moved the body_returned cleanup to stream_packetin from stream_pageout for cleanup/fix. svn path=/trunk/vorbis/; revision=544
-
Monty authored
Forgot to kill the asterisks. svn path=/trunk/vorbis/; revision=543
-
Monty authored
Added ogg_stream_flush(0 to libvorbis API to allow easier re-wrapping of header packets (among other uses) Monty svn path=/trunk/vorbis/; revision=542
-
- 01 Aug, 2000 1 commit
-
-
Michael Smith authored
Fix for a tiny memory leak. svn path=/trunk/vorbis/; revision=540
-
- 30 Jul, 2000 1 commit
-
-
Michael Smith authored
Oops. Couple of significant (though not usually fatal) bugs in the new comment API. Probably doesn't affect anyone, since these APIs haven't really been used yet. svn path=/trunk/vorbis/; revision=537
-
- 29 Jul, 2000 1 commit
-
-
Michael Smith authored
Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice interface to the 'tag' system we now have. Also modified several bits of the generic comment interface so that one can get at vital stuff like the LENGTH of comments (since 0-termination isn't guaranteed). svn path=/trunk/vorbis/; revision=534
-
- 22 Jul, 2000 1 commit
-
-
Kenneth Arnold authored
mods for libao. svn path=/trunk/vorbis/; revision=529
-
- 19 Jul, 2000 2 commits
- 17 Jul, 2000 1 commit
-
-
Monty authored
New LSP fit hinting in place (new codebook hint) svn path=/trunk/vorbis/; revision=526
-
- 14 Jul, 2000 1 commit
-
-
Michael Smith authored
Monty accidently committed this. svn path=/trunk/vorbis/; revision=525
-
- 12 Jul, 2000 1 commit
-
-
Monty authored
New LSP books, more reliable fit and lower bit usage svn path=/trunk/vorbis/; revision=522
-
- 10 Jul, 2000 1 commit
-
-
Monty authored
correct end of stream position bug svn path=/trunk/vorbis/; revision=521
-
- 07 Jul, 2000 9 commits
-
-
Monty authored
Add autoconf test for the bad glibc headers remove drand48() from seeking test svn path=/trunk/vorbis/; revision=520
-
Monty authored
Forgot to regenerate for configure.in svn path=/trunk/vorbis/; revision=519
-
Monty authored
More unsigned char cleanup and a possible workaround for: "psytune.c", line 297: warning(1140): a value of type "signed char *" cannot be used to initialize an entity of type "char *" because the IRIX mipspro compiler is on crack Monty svn path=/trunk/vorbis/; revision=518
-
Monty authored
char * -> unsigned char * cleanup in bitwise.{c|h} svn path=/trunk/vorbis/; revision=517
-
Monty authored
add os.h include to get alloca.h for IRIX svn path=/trunk/vorbis/; revision=516
-
Monty authored
continue elimination of gcc-isms from selftests svn path=/trunk/vorbis/; revision=515
-
Monty authored
make selftest updates svn path=/trunk/vorbis/; revision=514
-
Monty authored
Add os.h to get alloc.h in these modules for IRIX svn path=/trunk/vorbis/; revision=513
-
Monty authored
Autoconf changes to better handle -lm config, alloca.h and memory.h for BeOS, IRIX and unknowns. Monty svn path=/trunk/vorbis/; revision=512
-
- 30 Jun, 2000 1 commit
-
-
omnic authored
override.Lintian - override file for xmms-vorbis explaining "shared library" existence without -fPIC (plugin isnt a shlib) others, various bug fixes, such as vorbize.1 not vorbise.1, and lintain error cleanup Michael. svn path=/trunk/vorbis/; revision=511
-
- 28 Jun, 2000 3 commits
-
-
omnic authored
Allows declaring dependency on mpg123 logically. Michael svn path=/trunk/vorbis/; revision=510
-
omnic authored
Modified control to move the -dev package to the devel section Modified README.examples to explain various bits and pieces about compiling the examples. Michael svn path=/trunk/vorbis/; revision=509
-
omnic authored
packages from CVS. Michael. svn path=/trunk/vorbis/; revision=508
-
- 26 Jun, 2000 1 commit
-
-
omnic authored
svn path=/trunk/vorbis/; revision=507
-
- 20 Jun, 2000 1 commit
-
-
Monty authored
Build fix (missed removing @TYPESIZES@ from Makefile.in) Monty svn path=/trunk/vorbis/; revision=464
-
- 19 Jun, 2000 6 commits
-
-
Monty authored
Build fix for win32 svn path=/trunk/vorbis/; revision=463
-
Monty authored
Build changes for BeOS (no -lm), Solaris (eliminate need for u_int or uint types because of SysV/BSD schism) Monty svn path=/trunk/vorbis/; revision=462
-
Monty authored
build changes to eliminate need for u_int32_t Monty svn path=/trunk/vorbis/; revision=461
-
Monty authored
Remove vorbis-tools from mainline build until it get a bit more platform friendly across the board... Monty svn path=/trunk/vorbis/; revision=460
-
Monty authored
Optimizations, mostly minor things; just picking the lowest-hanging fruit. Monty svn path=/trunk/vorbis/; revision=459
-
Monty authored
Tune the short block trigger a bit more Monty svn path=/trunk/vorbis/; revision=458
-
- 18 Jun, 2000 2 commits
- 16 Jun, 2000 1 commit
-
-
Monty authored
Comment header specification first cut svn path=/trunk/vorbis/; revision=455
-