342
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 6 years ago.
Jul 24, 2018 — Jul 24, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commit monty_branch_20000724 to the mainline in prep for beta 2 More... almost 25 years ago
remove a bug that slipped through in decoder_example.c for MacOS9 More... almost 25 years ago
Basic MacOS9 build support; libs and examples More... almost 25 years ago
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) More... almost 25 years ago
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. More... almost 25 years ago
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'. More... almost 25 years ago
Oops, missed a bug in stream_flush, and moved the body_returned cleanup to stream_packetin from stream_pageout for cleanup/fix. More... almost 25 years ago
Forgot to kill the asterisks. More... almost 25 years ago
Added ogg_stream_flush(0 to libvorbis API to allow easier re-wrapping of header packets (among other uses) More... almost 25 years ago
Fix for a tiny memory leak. More... almost 25 years ago
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. More... almost 25 years ago
Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice interface to the 'tag' system we now have. More... almost 25 years ago
Somehow this didn't get commited last time... configure and configure.in mods for libao. More... almost 25 years ago
modifications for pigeonhole hinting More... almost 25 years ago
Dedicated util to add lattice encode hinting More... almost 25 years ago
New LSP fit hinting in place (new codebook hint) More... almost 25 years ago
Monty accidently committed this. More... almost 25 years ago
New LSP books, more reliable fit and lower bit usage More... almost 25 years ago
correct end of stream position bug More... almost 25 years ago
Add autoconf test for the bad glibc headers remove drand48() from seeking test More... almost 25 years ago
Forgot to regenerate for configure.in More... almost 25 years ago
More unsigned char cleanup and a possible workaround for: More... almost 25 years ago
char * -> unsigned char * cleanup in bitwise.{c|h} More... almost 25 years ago
add os.h include to get alloca.h for IRIX More... almost 25 years ago
continue elimination of gcc-isms from selftests More... almost 25 years ago
make selftest updates More... almost 25 years ago
Add os.h to get alloc.h in these modules for IRIX More... almost 25 years ago
Autoconf changes to better handle -lm config, alloca.h and memory.h for BeOS, IRIX and unknowns. More... almost 25 years ago
Final commit before initial official Debian release. override.Lintian - override file for xmms-vorbis explaining "shared library" existence without -fPIC (plugin isnt a shlib) More... almost 25 years ago
Split vorbize package into vorbize and mp3tovorbis. Allows declaring dependency on mpg123 logically. More... almost 25 years ago