summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Shift vorbisenc API docs into doxygen 1/2 (reorder defines)Ralph Giles2010-01-201-11/+9
* set HAVE_DOXYGEN=false in elsej2010-01-151-1/+2
* Define the HAVE_DOXYGEN conditional unconditionally so the configure Ralph Giles2010-01-151-1/+2
* add doxygen build systemj2010-01-143-3/+1188
* Add official channel ordering/location for 6.1/7.1 surround.Monty2010-01-145-1370/+1431
* Cleanup pass on the vorbisenc documentation.Ralph Giles2009-12-1915-29/+36
* Add rough reference documentation for the main encoding calls.Ralph Giles2009-12-1910-3/+710
* Documenation fix: functions are in vorbisfile.h, not libvorbisfile.h.Ralph Giles2009-12-196-6/+6
* linked statically to c runtime for windows mobile.Cristian Adam2009-11-251-462/+1776
* Put in the magic maintainer-mode invocation to configure.ac, otherwise sometimesMike Smith2009-11-131-0/+1
* Don't allow ordered codebooks with codeword lengths longer than 32 bits.Tim Terriberry2009-10-011-0/+1
* Changed the C runtime library to the default option - dynamic runtime library.Cristian Adam2009-09-2916-15997/+3772
* add pkg.m4 to vorbis, that way ./autogen.sh works on systems that dont have p...j2009-09-282-1/+158
* Modify fix for Trac #1572; some files from the earliest beta Monty2009-09-124-9/+14
* Bumped libogg version to 1.1.4 and fixed dynamic compilation because of missi...Cristian Adam2009-07-253-3/+3
* More extensive / difficult to abuse version of #1573 fix. Makes it abunduntl...Monty2009-07-241-6/+15
* Similarly check for error in seeking_exampleMonty2009-07-241-1/+4
* Fix for Trac #1573.Monty2009-07-242-3/+9
* Commit fix to Trac #1572; the erroneous setup was being checked for, but not ...Monty2009-07-241-0/+1
* Eliminate possibility of booklist overflow in res0/1/2 unpacking.Monty2009-07-241-1/+1
* Eliminate a correct but harmless 'unititialized variable' warning from libvor...v1.2.3Monty2009-07-101-2/+2
* Bump build system versions for releaseMonty2009-07-108-18/+34
* Commit a vorbisfile short-file fix; consists of several fixes to reinitializa...Monty2009-07-081-12/+24
* Remove trailing whitespaceMonty2009-07-0849-3798/+3746
* analysis output / trailing whitespace cleanupMonty2009-07-083-190/+192
* Trac #1549; enable slower but higher precision floor 0 LSP code.Monty2009-07-081-3/+4
* applied Trac #1548Monty2009-07-081-1/+1
* correct FPU control word setting bug (Trac #1547)Monty2009-07-081-1/+1
* Commit additional hardening to seyup packet decode; some of the checks are re...Monty2009-07-084-18/+25
* Fix for Mozilla BZ #501279Monty2009-07-071-4/+15
* Correct a potential* comment length sanity check overflow.Monty2009-07-071-2/+2
* Kick things off with a version bumpMonty2009-07-071-2/+2
* Commit updates to the Vorbis I spec highlighting rejection casesMonty2009-06-252-4/+9
* Second half of fix to Mozilla BZ # 5000254: sanity check the floor 1Monty2009-06-251-4/+14
* First half of fix for Mozilla BZ #500254Monty2009-06-251-1/+3
* Update CHANGES for releasev1.2.2Monty2009-06-231-1/+6
* Update macosx info.plistMonty2009-06-231-4/+4
* Oops, missed version update in configure.acMonty2009-06-231-1/+1
* Bump lib version for full release.Monty2009-06-231-2/+2
* Bump versions for release candidate. This time for real.v1.2.2rc1Monty2009-06-032-5/+5
* Handle the case of single-entry codebooks; this had been broken accidentally ...Monty2009-06-025-13889/+14805
* Vorbis spec tex file patch from Max HornMonty2009-05-271-37/+30
* global replaced all tabs with whitespaces in the source to end some ofMonty2009-05-2670-29363/+29362
* Bump vendor string for 1.2.2 rc 1Monty2009-05-141-2/+2
* Remove obsolete/unsupported MS build targets to avoid sucking unsuspecting us...Monty2009-05-1425-2599/+0
* Fix some comment typos and spacing.Ralph Giles2009-05-121-11/+11
* Removed WholeProgramOptimization setting from static library project.Cristian Adam2009-05-012-0/+13
* wrapped vorbisfile.h static callbacks in #ifndef Monty2009-04-271-4/+9
* fix to #1362Monty2009-04-271-2/+2
* Attempted fix for #1377 and #1493Monty2009-04-271-44/+63