]> icculus.org git repositories - divverent/darkplaces.git/history - snd_ogg.c
Woops - use -1 to mark dirty textures!
[divverent/darkplaces.git] / snd_ogg.c
2007-09-04 havocremove unused variable
2007-09-02 divverentReplayGain support for OggVorbis files (mostly useful...
2007-08-30 havocOGG_FreeSfx and WAV_FreeSfx no longer reference sfx_t
2007-08-30 havoceliminated channel_t reference in OGG_FetchEnd
2007-08-30 havoceliminated references to channel_t and sfx_t in OGG_Fet...
2007-06-26 divverentoops, I didn't see this warning
2007-06-26 divverentfix buffer overrun in vorbis decoder
2007-05-14 divverentoops, forgot to remove it...
2007-05-14 divverentneed to explicitly load vorbis_comment_query from libvo...
2007-05-14 divverentLOOP_START tag in vorbis files now gives the sample...
2007-05-14 havocchanged loopstart from signed to unsigned, now un-loope...
2007-05-14 havocremoved channel_t->end and lastptime, now only pos...
2006-06-15 molivierFixed OGG Vorbis code when using OGGs with a sound...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-02 molivierFallback to "vorbis.dll" and "vorbisfile.dll" if "libvo...
2006-02-12 havocchanged vorbis.dll and friends to use lib prefix (libvo...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-18 molivier- SFXs no longer allocate mempools, they use the sound...
2005-07-10 havocuse *64.dll instead of *.dll on win64, this way we...
2005-07-05 havocstomping more size_t warnings
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-03-03 molivier- Toggled "strip executable" in the Dev-C++ project...
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2005-01-07 havocchanged libz.so to libz.so.1, libvorbis.so to libvorbis...
2004-12-20 molivier- Fixed JPEG support on Mac OS X
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-03 havocadded -novorbis commandline option to allow disabling...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-04-29 molivierFixed a bug in the Ogg Vorbis streaming code that can...
2004-04-15 molivierFixed streaming of sounds with a sample rate different...
2004-04-11 molivierAdded an error message when the sound mixer requests...
2004-04-08 molivier"soundlist" now tells you if a sound is streamed and...
2004-03-25 molivierMoved the WAV loading code out of "snd_mem.c". Removed...
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-23 molivierOgg vorbis streaming support; the code decides whether...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-15 molivierRenamed ogg.[ch] to snd_ogg.[ch]