summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Replace time-windowed bitrate management setup with a one-passMonty2003-12-301-8/+27
* Remove a dead prototype.Ralph Giles2003-09-051-2/+1
* Vorbisfile API addition for game and mod coders;Monty2003-08-182-2/+8
* Complete crosslapping APIMonty2003-03-061-1/+7
* Add API call to reset decode state without dumping decode setup.Monty2003-03-041-1/+3
* Commit new prototypes for ov_crosslap functionality.Monty2003-03-032-2/+4
* Add timebase conversion callMonty2002-09-231-1/+3
* new ectl calls for lowpass and impulse block tweakingMonty2002-07-011-1/+7
* Missed the encode ctl headersMonty2002-06-301-1/+18
* Numerous vorbisfile fixes:Monty2002-03-071-4/+6
* Single link files seeking fixes:Monty2002-02-281-1/+2
* several extremely minor fixesSegher Boessenkool2001-12-202-4/+4
* eliminate printfsMonty2001-12-191-1/+18
* Fix missing variable in header.Jack Moffitt2001-12-191-2/+2
* Initial branch merge toward rc3Monty2001-12-122-2/+9
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-1/+8
* Floor 1Monty2001-05-272-13/+24
* final beta 4 commitMonty2001-02-263-15/+15
* Update header copyright dates, update copyright assignemntMonty2001-02-023-12/+9
* Initial beta 4 mergeMonty2001-01-221-1/+3
* Added vorbis_commentheader_out() to vorbisMike Smith2001-01-181-1/+2
* Incremental commit toward b3. Optionally should still retrain mode E,Monty2000-11-081-2/+2
* Merge branch_beta3 onto the mainline.Monty2000-11-0684-11832/+92
* Readded seeking_example.c to the buildMonty2000-10-131-1/+3
* i knew there had to be a reason for that :)Jack Moffitt2000-10-121-2/+2
* these files are not asupposed to be here after the merge. cleaning :)Jack Moffitt2000-10-121-2/+2
* Merging the postbeta2 branch onto the mainline.Monty2000-10-1272-306/+153
* Fix some warnings from bad static initialisers - possibly causing problems on...Mike Smith2000-09-012-5/+5
* Autoconf fixes suggested by Jeff SquyresMonty2000-08-302-3/+4
* wrong defines for win in os_types.h.in (typo)Monty2000-08-301-3/+3
* autoconf changes to handle looking for bit-width types on yet moreMonty2000-08-303-36/+51
* fix typedef typo for int64_tMonty2000-08-301-2/+2
* 'extrapolate' not 'interpolate'Monty2000-08-231-2/+2
* Add pre-cliff and post-cliff interpolation so that sampleMonty2000-08-231-1/+2
* 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-1514-59/+1322
* Add mode CMonty2000-08-151-0/+205
* Add mode BMonty2000-08-1518-1/+1949
* Commit mode E (roughly 350kbps stereo)Monty2000-08-1514-1/+1383
* Commit monty_branch_20000724 to the mainline in prep for beta 2Monty2000-08-1584-52915/+6273
* Add a check to res0.c:unpack to make sure we don't try to cascadeMonty2000-08-141-4/+5
* Added new function vorbis_comment_query_count(), after a couple of people req...Mike Smith2000-08-131-1/+2
* Added ogg_stream_flush(0 to libvorbis API to allow easier re-wrappingMonty2000-08-041-1/+2
* Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice inte...Mike Smith2000-07-291-1/+5
* New LSP fit hinting in place (new codebook hint)Monty2000-07-173-361/+21405
* New LSP books, more reliable fit and lower bit usageMonty2000-07-126-817/+395
* Add autoconf test for the bad glibc headersMonty2000-07-071-2/+11
* More unsigned char cleanup and a possible workaround for:Monty2000-07-071-4/+4
* Build fix for win32Monty2000-06-191-1/+2
* build changes to eliminate need for u_int32_tMonty2000-06-191-2/+1