Theora commits

RevisionAuthorDateDescription
15266ivo07 Sep 2008 20:43:57

Split encoder and decoder tests depending on configure settings. Patch by aballier from Gentoo. Closes #1423

15218tterribe29 Aug 2008 09:34:42

Drop an unused variable that escaped the debugging code cleanup, and save two
cycles in the block qi decode that no one even uses yet.

15216tterribe28 Aug 2008 14:27:16

Set quantization parameters to default values when an empty buffer is passed
with TH_ENCCTL_SET_QUANT_PARAMS.

15215tterribe28 Aug 2008 14:04:15

It appears Solaris's cc is ignoring the signedness of bitfield types.
Add explicit casts as a work-around.

15205cristianadam26 Aug 2008 13:51:53

VS2008 project files.

15176giles12 Aug 2008 20:27:18

Rename the bitpacker source files imported from libogg to avoid
confusing simple build systems using both libraries.

15154tterribe05 Aug 2008 14:36:55

Fix two mis-placed summation signs in the spec.
Thanks to Maik Merten for the catch.

15153tterribe04 Aug 2008 14:37:55

Remove all TH_DEBUG statements.
They required variadic macros, which are not standard in C90.
They also cluttered up the code, and were unlikely to be maintained properly
anyway.
Also, remove all the tabs and trailing whitespace, etc., that xiphmont gunked
up my code with.

15152ivo04 Aug 2008 08:43:26

Mention fig2dev requirement.

15144giles01 Aug 2008 04:49:56

Check for an uninitialized state before dereferencing in propagating
decode calls. Annodex ticket 409.

15077xiphmont27 Jun 2008 17:49:05

Also update 32 bit MMX with loop filter fix

15076xiphmont27 Jun 2008 17:45:39

Correct an introduced bug that cam in the with the new loop filter asm;

My testing was flawed and there were several bounds errors in the new
code written to reconcile the new ASM's expected data ordering.

15057xiphmont22 Jun 2008 17:07:32

Eliminate use of SSE instruction in loop filter MMX code by replacing
current loop filter with one from Derf's new decoder. This required
some amount of code refactoring as Derf's code expects slightly
different input.