summaryrefslogtreecommitdiff
path: root/lib/os.h
Commit message (Expand)AuthorAgeFilesLines
* Set _USE_MATH_DEFINES for MSVC builds.math_definesRalph Giles2021-05-091-0/+4
* Update website link in copyright headers.Ralph Giles2020-07-031-1/+1
* os.h: make vorbis_ftoi() static inline if !VORBIS_FPU_CONTROLsezero2019-01-281-2/+2
* os.h: cleanup the _MSC_VER cpp checks mess.sezero2019-01-281-3/+2
* Check for sse2 math before using it.tico-tico2019-01-281-2/+2
* Fix the compiling errors on msvc ARM64 configuration.Minmin Gong2018-07-051-1/+1
* os.h: change elif _WIN32 to elif defined(_WIN32)sezero2017-07-241-1/+1
* Remove svn $Id$ header.Ralph Giles2017-06-161-1/+0
* Bump more copyright dates.v1.3.5Ralph Giles2015-03-031-1/+1
* Don't use MSVC inline assembly on arm targets.Ralph Giles2015-02-271-2/+3
* Various warning fixes.Tim Terriberry2013-12-031-0/+4
* Remove trailing whitespaceMonty2009-07-081-2/+2
* correct FPU control word setting bug (Trac #1547)Monty2009-07-081-1/+1
* global replaced all tabs with whitespaces in the source to end some ofMonty2009-05-261-10/+10
* Added Windows CE support: Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I), Window...Cristian Adam2009-01-121-1/+1
* For x86_64 with GNU C, use same solution for vorbis_ftoi as for win64.erikd2008-09-291-3/+3
* Optimized code path for x64 builds + Monty's rounding solution. Patch by Mar...ivo2008-09-081-6/+34
* Only use the MSVC inline assembly if we're:Mike Smith2008-05-221-1/+3
* Update documentation, version numbers, copyright datesMonty2007-07-241-2/+2
* fix _WIN32 check to exclude Symbian emulator buildsConrad Parker2004-08-131-1/+1
* add Symbian OS support by Colin Ward (CSIRO)Conrad Parker2004-08-131-1/+6
* using autoheader to generate config.h so we get rid of the long compileThomas Vander Stichele2004-08-051-1/+5
* Minor patch to compile with DJGPPMonty2003-09-021-3/+7
* All sample rates/modes with fresh training now in CVS.Monty2002-07-111-2/+2
* Fixes for compiling with borland's compiler.Mike Smith2002-07-011-2/+4
* The 'Grand Simplification' officially becomes the mainline toward rc4.Monty2002-06-281-26/+1
* #define floor floorf , if it exists. Don't use floorf() directly.Segher Boessenkool2002-03-181-1/+4
* Merge infrastructure work; full booksMonty2001-12-191-2/+2
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-4/+1
* Cascading fully functionalMonty2001-06-041-9/+1
* decoder_example non-stereo decode fixMonty2001-05-271-4/+17
* final beta 4 commitMonty2001-02-261-5/+5
* Added exception to not use the "f" versions of the math functions whenjsquyres2001-02-191-1/+5
* Update header copyright dates, update copyright assignemntMonty2001-02-021-4/+3
* Increase preecho trigger sensitivity, even at low bitrateMonty2001-02-011-47/+43
* Only use MSVC inline assembly on MSVC, not for win32 in general.Mike Smith2001-01-301-3/+3
* Commit minor speed patch (sliding window in vorbis_blockin)Monty2000-12-211-3/+11
* static inline define hack for GCC where it really helps the mdctMonty2000-12-171-1/+6
* replace the value of the fallback definition of M_PI withRalph Giles2000-12-131-2/+2
* forgot one thingJack Moffitt2000-11-081-1/+3
* test fix for beosJack Moffitt2000-11-081-1/+15
* win32 asm ftoiJack Moffitt2000-11-061-5/+16
* Use macros instead of inline for the generic (non-optimised) float->intMike Smith2000-11-061-6/+4
* vc++ correct syntax is '__inline' not 'inline'. corrected.Jack Moffitt2000-11-061-1/+10
* Merge branch_beta3 onto the mainline.Monty2000-11-061-6/+61
* Merging the postbeta2 branch onto the mainline.Monty2000-10-121-7/+2
* Fixes for three issues:Monty2000-08-231-2/+2
* Autoconf changes to better handle -lm config, alloca.h and memory.h for BeOS,...Monty2000-07-071-1/+9
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-141-3/+6
* Moved 'max' and 'min' because I just haven't had enough of playing with littl...jon2000-05-271-1/+9