- Jul 10, 2007
-
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13241
-
Ralph Giles authored
Schneider. svn path=/trunk/theora/; revision=13240
-
- Jul 09, 2007
-
-
Maik Merten authored
This should pave the way to enable the encoder to take quant info from encoder applications. The decoder uses the default VP31 values and I verified even the alpha 3 decoder can handle the output produced. svn path=/trunk/theora/; revision=13236
-
- Jul 05, 2007
-
-
Maik Merten authored
This doesn't impact on performance for me (and we're specifying -funroll-loops anyway) svn path=/trunk/theora/; revision=13229
-
Maik Merten authored
Motivated by the fact that PROFILE_FULL (6 quant tables) was less than well-tested when it comes to quality. Plus I guess old Cortado releases will be around for a while. Note to (mostly) myself: Find a set of 6 quant tables that actually does make use of the added flexibility. Just copying old table values doesn't sound like it'll revolutionize and transform the video coding industry. Oh, this is my first xiph.org checkin, by the way. All seek for cover. svn path=/trunk/theora/; revision=13228
-
- Jun 19, 2007
-
-
j authored
svn path=/trunk/theora/; revision=13143
-
- May 28, 2007
-
-
Conrad Parker authored
7.9.3 of the Theora specification. In this example code, the array values t[2-7] were initialized in terms of themselves (uninitialized stack region), rather than the input DCT coefficients y. Closes ticket:1168 svn path=/trunk/theora/; revision=12992
-
- May 14, 2007
-
-
Ralph Giles authored
using. Removing the others to reduce cargo culting and improve portability. svn path=/trunk/theora/; revision=12947
-
- May 10, 2007
-
-
Ralph Giles authored
passed scratch strings. Without this the filename filter is not parsed properly on my Ubuntu Linux 7.04 system. svn path=/trunk/theora/; revision=12938
-
- May 09, 2007
-
-
Ralph Giles authored
Also add debug and error prints. svn path=/trunk/theora/; revision=12937
-
Ralph Giles authored
svn path=/trunk/theora/; revision=12936
-
- Apr 30, 2007
-
-
Ralph Giles authored
specification: We expect general playback compatibility regardless of the subminor version, and accept earlier minors under the same minor as backward-compatible. svn path=/trunk/theora/; revision=12903
-
- Apr 17, 2007
-
-
Timothy B. Terriberry authored
As an added feature, this time it actually works. svn path=/trunk/theora/; revision=12882
-
j authored
svn path=/trunk/theora/; revision=12880
-
- Apr 16, 2007
-
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=12879
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=12878
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=12877
-
j authored
svn path=/trunk/theora/; revision=12875
-
Timothy B. Terriberry authored
Reduced the divergence between x86-32 and x86-64 (there is now basically one function that is different between them, and that due to the extra registers x86-64 gives us). Used named parameters for readability (requires gcc 3.1 or later). All global symbol references should now be handled by gcc, so there should be no problems with/without -fPIC, or various underscore conventions for different toolchains (e.g., OS X). Currently satisfies register allocations even WITH -fPIC and WITHOUT -fomit-frame-pointer (the worst case scenario). The same cannot be said for the encoder's asm, on basically any of these points. svn path=/trunk/theora/; revision=12873
-
- Apr 15, 2007
-
-
j authored
- fix asm build of encoder on 64bit svn path=/trunk/theora/; revision=12867
-
j authored
patches to remove MANGLE are welcome svn path=/trunk/theora/; revision=12866
-
j authored
svn path=/trunk/theora/; revision=12864
-
j authored
- user new decoder api in player_example / dump_video svn path=/trunk/theora/; revision=12863
-
- Apr 13, 2007
-
-
j authored
svn path=/trunk/theora/; revision=12858
-
- Apr 12, 2007