- 05 Mar, 2007 1 commit
-
-
Thomas Vander Stichele authored
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@12650 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 09 Jan, 2006 2 commits
-
-
Ralph Giles authored
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@10709 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
signedness mismatches. Issue #622. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@10708 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 10 May, 2005 3 commits
-
-
Ralph Giles authored
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@9260 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
j authored
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@9259 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@9258 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 07 Jun, 2004 2 commits
-
-
Ralph Giles authored
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@6816 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
ivorbiscodec.h. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@6815 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 20 Nov, 2003 6 commits
-
-
Monty authored
Add a small TODO file for the next steps git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@5622 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
comment out (disable) memory statistic gathering. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@5620 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
kill off another compiler warning due to a (harmless) miscast. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@5619 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
A few last compiler warnings, replace reliance on libc quicksort in floor1. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@5617 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Commit several codebook handling fixes from Tremor-Neuros git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@5616 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Roll a number of Tremor-Neuros fixes back into mainline Tremor; mostly bitwise end-of-packet behavior, fleshing out 64kHz limit support git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@5615 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 24 May, 2003 1 commit
-
-
Monty authored
Forgot to add dsp.c git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4791 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 29 Apr, 2003 1 commit
-
-
Monty authored
Eliminate vorbis_info and codec_setup caching for all links; makes seeks more expensive, but does not affect decode speed. Correct a number of bugs exposed by seeking. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4652 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 23 Apr, 2003 1 commit
-
-
Monty authored
Eliminate two small (redundant) dB lookups in floor0 and use the version in floor1. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4632 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 22 Apr, 2003 4 commits
-
-
Monty authored
copyrights :-) git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4626 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Kill some type size bugs git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4625 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Scary data flow rearrangement with mdct refolding git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4624 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Partial read support in the on-the-fly unroll git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4623 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 21 Apr, 2003 1 commit
-
-
Monty authored
mdct work continued; no working space, reduced extraneous load/store steps. pcmout must now be more tightly integrated with vorbisfile; last stage of mdct renders directly into 16 bit PCM output. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4621 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 19 Apr, 2003 1 commit
-
-
Monty authored
Memory reduction work: completely in-place mdct; requires no additional working space. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4618 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 14 Apr, 2003 4 commits
-
-
Monty authored
Hide internal decode structures from vorbisfile structure; gives a better shot at binary compat from release to release. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4611 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Pared down mapping info structures git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4610 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Low accuracy version of floor0.c fixed git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4609 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Kill a floor0 bug; need to repair _LOW_ACCURACY_ for floor0 next git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4608 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 13 Apr, 2003 1 commit
-
-
Monty authored
Continuing reduction work; res012.c completed git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4607 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 11 Apr, 2003 1 commit
-
-
Monty authored
Floor 1 memory reduction; no longer blindly allocate the maximum possible amount of needed memory when typical case is much lower. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4605 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 10 Apr, 2003 2 commits
-
-
Monty authored
Correct a scaling bug in floor 1 git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4601 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Initial work on floor memory usage reduction. Floor 0 more or less complete; eliminated all lookups, reduced stack slightly *and* the code got faster :-) Monty git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4600 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 09 Apr, 2003 5 commits
-
-
Monty authored
Rather than dealing with autoconf (which can't do cross-compile tests anyway), throw OV_EIMPL on architectures where right shift of a signed int is not arithmetic. Monty git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4598 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Minor cleanup. One last thing to do: add configure test for >> of signed integer being arithmetic or logical shift. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4597 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
VFLOAT hacks no longer needed git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4596 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Codebook needs minor cleanup... but all the opt work is in place and tested. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4595 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty authored
Incremental; codebook work is nearly finished. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4594 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 05 Apr, 2003 1 commit
-
-
Monty authored
Beginning of utralow memory footprint branch git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4584 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 20 Mar, 2004 1 commit
-
-
cvs2svn authored
'lowmem-branch'. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@4583 0101bb08-14d6-0310-b084-bc0e0c8e3800
-