summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add a pkgconfig fileConrad Parker2010-04-203-1/+20
* Update symbols listed in Version_script.inConrad Parker2010-04-201-0/+3
* Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile 5...Cristian Adam2010-02-182-1640/+229
* linked statically to c runtime for windows mobile.Cristian Adam2009-11-251-385/+1432
* Updated VS2005/8 project files.Cristian Adam2009-10-122-2075/+782
* Merge recent vorbifile changes, extensions and fixes back fromMonty2009-07-115-318/+892
* Updated project file for WinCE, added SSE, SSE2 configuration.Cristian Adam2009-02-091-69/+626
* Added support for x64Cristian Adam2008-12-011-42/+293
* Generate debug information for Release builds.Cristian Adam2008-10-191-697/+697
* VS2008 project files.Cristian Adam2008-08-261-0/+697
* Eliminate mistakenly duplicated data in block.hMonty2008-02-141-25/+1
* correct way of detecting OS Xivo2008-01-191-1/+1
* Calculate number of samples correctly for any number of channels, so we don'tMike Smith2007-09-131-7/+2
* Only export symbols explicitly listed in Version_script.in when theRalph Giles2007-07-232-1/+68
* ...add same eop fix to Tremor mainlineMonty2007-06-232-2/+2
* Although not strictly a bug, decode_packed_entry_number() was not always Monty2007-06-231-1/+5
* Tremor mainline succeptible to bug #340; corrected.Monty2007-06-222-161/+176
* Eliminate memory leak bugs in Tremor mailine (closes bug 1127)Monty2007-06-212-6/+6
* Correct a cleanup dispatch error when a bitstream is rejected due toMonty2007-06-211-3/+6
* Add proper guarding to cases where declared floor/residue decode sizeMonty2007-06-212-76/+85
* fix autotools build by reorderingThomas Vander Stichele2007-03-051-2/+6
* * More svn:ignoresZentaro Kavanagh2006-06-230-0/+0
* git-svn-id: https://svn.xiph.org/trunk/Tremor@11615 0101bb08-14d6-0310-b084-b...Zentaro Kavanagh2006-06-220-0/+0
* * Update NSIS installer to work with vc8 runtimes -- works for 2K/XP/XP MCE, ...Zentaro Kavanagh2006-06-131-28/+28
* Update autogen.sh so it works on MacOS X. This is the version from the trunk ...Ralph Giles2006-04-261-18/+77
* Add missing file block.h to the _SOURCES list so make dist works. Issue #900.Ralph Giles2006-04-261-1/+1
* Fix arm config typos. Issue 899.Ralph Giles2006-04-261-3/+2
* * Add vorbis wrapper to wm5 slnZentaro Kavanagh2006-04-210-0/+0
* * Add proper build setup for wm5Zentaro Kavanagh2006-04-212-4/+6
* * Add WM5 build configs to tremor projectZentaro Kavanagh2006-04-211-0/+403
* * define little endian in os.h for win32Zentaro Kavanagh2006-04-211-0/+2
* * Use the provided STIN macros so it builds on win32Zentaro Kavanagh2006-04-214-19/+312
* Suppress some (spurious) uninitialized variable warnings.Ralph Giles2006-01-093-5/+5
* Fix a number of warnings, issue #622.Ralph Giles2006-01-098-3/+58
* Turn on -Wall.Ralph Giles2006-01-081-4/+5
* move '#include "os.h"' to misc.h and j2005-05-109-9/+1
* remove mixed newlines.j2005-05-101-2/+2
* if you can not do it right the first time, j2005-05-101-74/+74
* dd svn:eol-style native to 'all' files in Tremorj2005-05-100-0/+0
* add svn:eol-style native to make svn diff and WorkBoot happyj2005-05-101-95/+95
* Remove a C99-ism for the framing code.Monty2003-03-311-2/+3
* Fix several minor bits of merge weirdness spotted by slothead.Monty2003-03-303-24/+4
* Roll all recent optimizations and fixes to mainline vorbisfile into TremorMonty2003-03-2911-881/+1743
* Memory behavior tuning. Average heap usage from 250kB -> 155kB. Much moreMonty2002-11-252-36/+31
* Fix to Nicolas Pitre's interpolated MDCT for 4096 and 8192Monty2002-10-161-9/+9
* fix a build straggler in the low accuracy patchMonty2002-10-162-69/+67
* Nicolas Pitre's LOW_ACCURACY patchMonty2002-10-1614-2554/+2824
* Fix ov_time_tell() tonot always return a multiple of 1000Monty2002-10-161-1/+1
* const-ify a few things that really ought to be.Monty2002-10-169-33/+34
* mdct comment change (correct the vorbis window function description)Monty2002-10-165-36/+62