os.h: change elif _WIN32 to elif defined(_WIN32)
[platform/upstream/libvorbis.git] / lib / window.c
2017-06-16 Ralph GilesRemove svn $Id$ header.
2013-12-02 Tim TerriberryMake definition of _vorbis_window_get() match declaration.
2009-07-08 MontyRemove trailing whitespace
2009-05-26 Montyglobal replaced all tabs with whitespaces in the source...
2008-11-24 MontyAn attempt at a complete version of the patch submitted...
2007-07-24 MontyUpdate documentation, version numbers, copyright dates
2003-09-01 MontyHalfrate decode feature addition caused a bug in _vorbi...
2003-08-18 MontyVorbisfile API addition for game and mod coders;
2003-03-06 MontyComplete crosslap API for Vorbisfile
2003-03-04 MontyOPtimized case of seeking within a single link; reset...
2003-03-02 MontyExperimental addition to the vorbisfile API that requir...
2002-10-16 MontyCorrections from Tor-Einar Jarnbjo added to spec
2002-03-23 Montynew preecho was switching back to long blocks too soon
2002-01-22 Montyadd window function memory reduction
2001-12-20 Segher Boessenkoolseveral extremely minor fixes
2001-10-02 Segher Boessenkoolsizeof() cleanup. the occasional void * didn't make...
2001-02-26 Montyfinal beta 4 commit
2001-02-02 MontyUpdate header copyright dates, update copyright assignemnt
2000-12-21 MontyCommit minor speed patch (sliding window in vorbis_blockin)
2000-11-14 MontyTwo fixes:
2000-11-06 MontyMerge branch_beta3 onto the mainline.
2000-10-12 MontyMerging the postbeta2 branch onto the mainline.
2000-03-10 MontyRepaired 'I must have been boozing' memory management...
2000-02-06 MontyIncremental update
2000-01-28 MontyUpdate encoder and decoder examples. One inch away...
2000-01-22 MontyIt's all coming back together slowly. Incremental...
1999-12-30 MontyMinor build fixes, integrate XMMS into the autoconfed...
1999-11-17 MontyMinor changes to compile cleanly with MSVC++
1999-07-28 MontyFirst functional block sizing and seperation code ...