summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* email address that slipped, and removal of manpages from -dev packagev1.0.0beta2-debianomnic2000-08-192-2/+2
* Makefile.in - distclean fixomnic2000-08-191-2/+6
* Major clean for good debian beta2 build.omnic2000-08-1910-68/+25
* Okay...omnic2000-08-194-19/+32
* Fixed a GCC-ism that MSVC was choking on (it's probably still wrong, but itv1.0.0beta2Mike Smith2000-08-151-2/+2
* modes A-E for beta 2 in place.Monty2000-08-1515-60/+1323
* Add mode CMonty2000-08-151-0/+205
* Add mode BMonty2000-08-1521-8/+1956
* Commit mode E (roughly 350kbps stereo)Monty2000-08-1515-4/+1386
* Commit monty_branch_20000724 to the mainline in prep for beta 2Monty2000-08-15105-53369/+6907
* remove a bug that slipped through in decoder_example.c for MacOS9Monty2000-08-151-3/+1
* Basic MacOS9 build support; libs and examplesMonty2000-08-148-2/+26
* Add a check to res0.c:unpack to make sure we don't try to cascadeMonty2000-08-142-6/+11
* Added new function vorbis_comment_query_count(), after a couple of people req...Mike Smith2000-08-132-5/+22
* Vorbisfile could get itself into an uninitialized state if there is aMonty2000-08-041-4/+5
* Oops, missed a bug in stream_flush, and moved the body_returnedMonty2000-08-041-26/+26
* Forgot to kill the asterisks.Monty2000-08-041-3/+3
* Added ogg_stream_flush(0 to libvorbis API to allow easier re-wrappingMonty2000-08-042-110/+134
* Fix for a tiny memory leak.Mike Smith2000-08-011-1/+2
* Oops. Couple of significant (though not usually fatal) bugs in the new commen...Mike Smith2000-07-301-3/+7
* Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice inte...Mike Smith2000-07-292-3/+50
* Somehow this didn't get commited last time... configure and configure.inKenneth Arnold2000-07-222-50/+151
* modifications for pigeonhole hintingMonty2000-07-191-4/+4
* Dedicated util to add lattice encode hintingMonty2000-07-191-0/+395
* New LSP fit hinting in place (new codebook hint)Monty2000-07-1710-702/+21752
* Monty accidently committed this.Mike Smith2000-07-141-0/+0
* New LSP books, more reliable fit and lower bit usageMonty2000-07-1225-1168/+1345
* correct end of stream position bugMonty2000-07-101-3/+4
* Add autoconf test for the bad glibc headersMonty2000-07-074-146/+266
* Forgot to regenerate for configure.inMonty2000-07-071-5/+5
* More unsigned char cleanup and a possible workaround for:Monty2000-07-072-10/+10
* char * -> unsigned char * cleanup in bitwise.{c|h}Monty2000-07-073-8/+8
* add os.h include to get alloca.h for IRIXMonty2000-07-071-1/+2
* continue elimination of gcc-isms from selftestsMonty2000-07-071-185/+195
* make selftest updatesMonty2000-07-073-101/+53
* Add os.h to get alloc.h in these modules for IRIXMonty2000-07-074-4/+8
* Autoconf changes to better handle -lm config, alloca.h and memory.h for BeOS,...Monty2000-07-073-132/+185
* Final commit before initial official Debian release.omnic2000-06-305-3/+13
* Split vorbize package into vorbize and mp3tovorbis.omnic2000-06-284-9/+53
* Added README.debian to explain shared library situation (pending)omnic2000-06-283-2/+21
* Preliminary attempt at creating a debian/ subdir to build various Debianomnic2000-06-2814-0/+290
* Minor adjustments to fix up the clean and distclean targets.omnic2000-06-263-7/+9
* Build fix (missed removing @TYPESIZES@ from Makefile.in)v1.0.0beta1Monty2000-06-201-2/+2
* Build fix for win32Monty2000-06-191-1/+2
* Build changes for BeOS (no -lm), Solaris (eliminate need for u_int orMonty2000-06-195-84/+98
* build changes to eliminate need for u_int32_tMonty2000-06-196-244/+45
* Remove vorbis-tools from mainline build until it get a bit moreMonty2000-06-191-2/+2
* Optimizations, mostly minor things; just picking the lowest-hanging fruit.Monty2000-06-198-128/+253
* Tune the short block trigger a bit moreMonty2000-06-191-9/+9
* forgot to rip out a printfMonty2000-06-181-3/+3