summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Forward port r14811 and r16073 from libvorbis.Tim Terriberry2010-10-131-1/+14
* Const-ify some static data tables.Tim Terriberry2010-10-132-10/+10
* Updated OpenCodecs work with the recent libtremor changes.Cristian Adam2010-09-014-430/+1642
* Convert Tremor to use libogg instead of its own internal libogg2.Tim Terriberry2010-08-3124-2213/+544
* Remove the extra argument from vorbis_synthesis().Tim Terriberry2010-08-314-12/+22
* configure: Add AM_MAINTAINER_MODE optionConrad Parker2010-04-211-0/+3
* Add entries to Version_script so that ivorbisdec is api compatible withConrad Parker2010-04-211-1/+10
* dist: fix for out-of-tree buildsConrad Parker2010-04-201-1/+1
* include the html docs and the win32 build files in distConrad Parker2010-04-201-1/+2
* 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