platform/upstream/libvorbis.git
2000-10-12 MontyMerging the postbeta2 branch onto the mainline.
2000-09-07 Mike SmithBackport of sqrt() domain fix to mainline.
2000-09-07 Jack Moffittfile .cvsignore was initially added on branch branch_ja...
2000-09-07 Jack Moffittfile Makefile.am was initially added on branch branch_j...
2000-09-01 Mike SmithFix some warnings from bad static initialisers - possib...
2000-08-31 MontyFrames with no energy appeared to be non-silence dut...
2000-08-31 Montyanother autoconf fix because AC_PROG_CC adds -d to...
2000-08-30 MontyAutoconf fixes suggested by Jeff Squyres
2000-08-30 Montywrong defines for win in os_types.h.in (typo)
2000-08-30 Montyautoconf changes to handle looking for bit-width types...
2000-08-30 Montyfix typedef typo for int64_t
2000-08-27 Mike SmithNeeded os.h to compile correctly on win32.
2000-08-25 MontyBad Kenneth.
2000-08-24 Kenneth Arnold"Oops." Fixed.
2000-08-23 Monty'extrapolate' not 'interpolate'
2000-08-23 MontyAdd pre-cliff and post-cliff interpolation so that...
2000-08-23 MontyFixes for three issues:
2000-08-19 MontyAll new LSP->freq envelope curve computation code.
2000-08-19 omnicemail address that slipped, and removal of manpages...
2000-08-19 omnicMakefile.in - distclean fix
2000-08-19 omnicMajor clean for good debian beta2 build.
2000-08-19 omnicOkay...
2000-08-15 Mike SmithFixed a GCC-ism that MSVC was choking on (it's probably...
2000-08-15 Montymodes A-E for beta 2 in place.
2000-08-15 MontyAdd mode C
2000-08-15 MontyAdd mode B
2000-08-15 MontyCommit mode E (roughly 350kbps stereo)
2000-08-15 MontyCommit monty_branch_20000724 to the mainline in prep...
2000-08-15 Montyremove a bug that slipped through in decoder_example...
2000-08-14 MontyBasic MacOS9 build support; libs and examples
2000-08-14 MontyAdd a check to res0.c:unpack to make sure we don't...
2000-08-13 Mike SmithAdded new function vorbis_comment_query_count(), after...
2000-08-04 MontyVorbisfile could get itself into an uninitialized state...
2000-08-04 MontyOops, missed a bug in stream_flush, and moved the body_...
2000-08-04 MontyForgot to kill the asterisks.
2000-08-04 MontyAdded ogg_stream_flush(0 to libvorbis API to allow...
2000-08-01 Mike SmithFix for a tiny memory leak.
2000-07-30 Mike SmithOops. Couple of significant (though not usually fatal...
2000-07-29 Mike SmithAdded vorbis_comment_add_tag() and vorbis_comment_query...
2000-07-22 Kenneth ArnoldSomehow this didn't get commited last time... configure...
2000-07-19 Montymodifications for pigeonhole hinting
2000-07-19 MontyDedicated util to add lattice encode hinting
2000-07-17 MontyNew LSP fit hinting in place (new codebook hint)
2000-07-14 Mike SmithMonty accidently committed this.
2000-07-12 MontyNew LSP books, more reliable fit and lower bit usage
2000-07-10 Montycorrect end of stream position bug
2000-07-07 MontyAdd autoconf test for the bad glibc headers
2000-07-07 MontyForgot to regenerate for configure.in
2000-07-07 MontyMore unsigned char cleanup and a possible workaround...
2000-07-07 Montychar * -> unsigned char * cleanup in bitwise.{c|h}
2000-07-07 Montyadd os.h include to get alloca.h for IRIX
2000-07-07 Montycontinue elimination of gcc-isms from selftests
2000-07-07 Montymake selftest updates
2000-07-07 MontyAdd os.h to get alloc.h in these modules for IRIX
2000-07-07 MontyAutoconf changes to better handle -lm config, alloca...
2000-06-30 omnicFinal commit before initial official Debian release.
2000-06-28 omnicSplit vorbize package into vorbize and mp3tovorbis.
2000-06-28 omnicAdded README.debian to explain shared library situation...
2000-06-28 omnicPreliminary attempt at creating a debian/ subdir to...
2000-06-26 omnicMinor adjustments to fix up the clean and distclean...
2000-06-20 MontyBuild fix (missed removing @TYPESIZES@ from Makefile.in)
2000-06-19 MontyBuild fix for win32
2000-06-19 MontyBuild changes for BeOS (no -lm), Solaris (eliminate...
2000-06-19 Montybuild changes to eliminate need for u_int32_t
2000-06-19 MontyRemove vorbis-tools from mainline build until it get...
2000-06-19 MontyOptimizations, mostly minor things; just picking the...
2000-06-19 MontyTune the short block trigger a bit more
2000-06-18 Montyforgot to rip out a printf
2000-06-18 MontyShort block bugfix + tuning. I'm still not satisfied...
2000-06-16 MontyComment header specification first cut
2000-06-16 MontyMinor updates to docs, conversion to .png.
2000-06-15 MontyFixed a link-crossing bug in libvorbis (total time...
2000-06-15 Montyproper truncated packet support
2000-06-14 Montyfirst commit of Kenneth Arnold's vorbis-tools
2000-06-14 MontyThe merge accidentally lost the C++ wrappers and os_typ...
2000-06-14 MontyMade API consistent wrt in64_t internal types and retur...
2000-06-14 MontyAPI change to stabilize psychoacoustic configuration...
2000-06-14 MontyMerge ... the current Monty branch; this brings in...
2000-06-07 Montyfile auxpartition.pl was initially added on branch...
2000-05-27 jonMoved 'max' and 'min' because I just haven't had enough...
2000-05-27 jonAdded an #undef to make win32 compile cleaner.
2000-05-26 dbtwhee, first commit.
2000-05-17 MontyMinor build fixes; added string.h to sharedbook.c,...
2000-05-16 Mike SmithChange to a variable name in seed_peaks() to avoid...
2000-05-16 Mike SmithFix for a small problem in ov_read() which made the...
2000-05-12 MontyAccidentally neglected putting copies of the GPL and...
2000-05-12 Mike SmithAddition of win32 support to the examples (changing...
2000-05-12 Mike SmithFix for incorrect abort in decoder_example triggered...
2000-05-10 MontyAdded inttypes.h for BeOS
2000-05-10 Monty./make is wrong, should be make
2000-05-09 MontyThe xcf file is just too big for every developer to...
2000-05-08 MontyFirst merge of new psychoacoustics. Have some unused...
2000-05-01 jonFixing win32/linux build snafu.
2000-05-01 jonFixing win32/linux build snafu
2000-05-01 jonFixed a bug with ov_open_callbacks not initializing...
2000-05-01 jonAdded an ifdef for compilation in win32.
2000-05-01 jonFixed usage of 'hypot' in visual c++ 6 -- was VERY...
2000-05-01 jonMinor change for win32 compilation.
2000-04-29 Peter JonesREADME had wrong URLs (I'm assuming the ones that give...
2000-04-23 Mike SmithFix for a minor typo in vorbisfile headers - woould...
next