- Sep 28, 2007
-
-
sping authored
svn path=/trunk/theora/; revision=13913
-
Timothy B. Terriberry authored
Hopefully this should fix the crash on PowerPC, though it's something we should be doing anyway. svn path=/trunk/theora/; revision=13911
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13910
-
Timothy B. Terriberry authored
of the first row in the full reconstruction buffer uninitialized (and also wrote 8 bytes past the end of the buffer, not that valgrind ever complained). svn path=/trunk/theora/; revision=13909
-
- Sep 22, 2007
-
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13893
-
Ralph Giles authored
We use the same interface version as the 1.0alpha8 release. This isn't strictly correct since alpha8 exported the theoradec api as well, but since that release was short lived, we expect the reversion will not cause significant problems. svn path=/trunk/theora/; revision=13886
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13885
-
Ralph Giles authored
the collection as a whole and isn't an accurate range for some files. svn path=/trunk/theora/; revision=13884
-
Ralph Giles authored
out how to separate the two. svn path=/trunk/theora/; revision=13883
-
Ralph Giles authored
as was done for the encoder control switches. This allows use without including the new api in theoradec.h. svn path=/trunk/theora/; revision=13882
-
Ralph Giles authored
Apparently this has been true for some time, and it's only the warning that was new. In any case, Automake 1.6 has this macro, so we add it. svn path=/trunk/theora/; revision=13881
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13880
-
Ralph Giles authored
custom directory works again. This didn't matter previously as Version_script was created by configure, which put it in the build directory and thus a local copy was available. Also apply it only on Linux and Solaris, instead of whenever GNU ld is used as before. This is probably not exactly correct, since the options are the same on Solaris, and GNU ld probably always accepts --version-script, but as we're close to release, I chose a more conservative resolution of the ambiguity in the previous code. svn path=/trunk/theora/; revision=13879
-
Timothy B. Terriberry authored
bunch of the comments from the old versions and clean up the tabs and EOL WS. Note that player_example uses the new theora_control for configuring post-processing, which currently requires theoradec.h. svn path=/trunk/theora/; revision=13878
-
Ralph Giles authored
exporting the symbols. svn path=/trunk/theora/; revision=13876
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13875
-
- Sep 21, 2007
-
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13874
-
Ralph Giles authored
version-script instead of substituting values from the configure script. The VERSION field in the GNU ld version-script is an arbitrary string that is picked into the library, and bears no relation to the soname. Therefore not only should the version not depend on the libtool version numbers, it also shouldn't depend on the PACKAGE name. svn path=/trunk/theora/; revision=13873
-
https://trac.xiph.org/browser/trunk/theora/lib/Version_script.in?rev=9699j authored
http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_node/ld_25.html the version number in Version_script is not the one defined in configure.ac this commit exports * old functions as libtheora.1.0 (as done in alpha7) * and functions added after alpha7 as libtheora.2.0 svn path=/trunk/theora/; revision=13869
-
- Sep 20, 2007
-
-
j authored
It modifies libtheora.spec.in * adding the two new header files and * reorders the changelog in descending chronological order. svn path=/trunk/theora/; revision=13863
-
- Sep 18, 2007
-
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13858
-
Ralph Giles authored
minor should already have been checked, and we should treat higher tiny revisions the same. This will need to be updated if major and minor ever change. svn path=/trunk/theora/; revision=13857
-
Ralph Giles authored
the count of decodeable frames, instead of the index. This is similar to what other codecs are doing, and in theory conceptually simpler. This change was originally proposed by Thomas Vander Stichele. Since this is a bitstream change, the stream version number has been bumped to 3.2.1. The decoder will correctly support both the older 3.2.0 granulepos scheme and the new one. By spec, old decoders should attempt to play 3.2.1 streams, but sync will be off by one in the less noticeable direction. Patch from Maik Merten. svn path=/trunk/theora/; revision=13856
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13855
-
Ralph Giles authored
Patch from Maik Merten, also included in 1.0alpha8. svn path=/trunk/theora/; revision=13854
-
Ralph Giles authored
1.0alpha8 release. svn path=/trunk/theora/; revision=13850
-
- Sep 16, 2007
-
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13845
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13843
-
- Sep 15, 2007
-
-
j authored
svn path=/trunk/theora/; revision=13809
-
- Sep 14, 2007
-
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13806
-
- Sep 09, 2007
-
-
j authored
* expose more options as commandline parameters in encoder_example (keyframe_frequency, noise_sensitivity, sharpness) svn path=/trunk/theora/; revision=13776
-
- Sep 02, 2007
-
-
Arek Korbik authored
svn path=/trunk/theora/; revision=13694
-
- Sep 01, 2007
- Aug 28, 2007
-
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13647
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13646
-
- Aug 27, 2007
-
-
j authored
svn path=/trunk/theora/; revision=13637
-
- Aug 25, 2007
-
-
Maik Merten authored
something better. svn path=/trunk/theora/; revision=13623
-
- Aug 24, 2007
-
-
Ralph Giles authored
svn path=/trunk/theora/; revision=13618
-
Ralph Giles authored
Version_script is actually used. svn path=/trunk/theora/; revision=13605
-