- Sep 22, 2007
-
-
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
-
Ralph Giles authored
Version_script. svn path=/trunk/theora/; revision=13604
-
Ralph Giles authored
from vorbis. svn path=/trunk/theora/; revision=13603
-
- Aug 23, 2007
-
-
Timothy B. Terriberry authored
so that a second call to theora_clear() won't segfault. svn path=/trunk/theora/; revision=13602
-
Timothy B. Terriberry authored
This is currently the only way to get asm optimizations in the decoder on Windows. Builds both release and debug versions for each version of libc that currently ships with mingw32. DLL version information must still be updated manually (at the top of the Makefile), but that's okay because mingw32 doesn't implement DllGetVersion anyway, so it will never show up unless someone queries the resources manually. svn path=/trunk/theora/; revision=13601
-
Timothy B. Terriberry authored
General warning clean-up. svn path=/trunk/theora/; revision=13600
-
Timothy B. Terriberry authored
The documentation is still in general a mess, and needs to be cleaned up before release. svn path=/trunk/theora/; revision=13599
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13598
-
Timothy B. Terriberry authored
svn path=/trunk/theora/; revision=13597
-
Timothy B. Terriberry authored
Fix theora_clear() so it actually clears an encoder instance. Remove link-time dependencies of the decoder code on the encoder code. This allows the separation of the two libraries, but requires a virtual function table of entry points into the encoder in order to work with the old libtheora API functions that don't distinguish between encoder and decoder objects. Future upgrades will need to be careful of this bit to retain ABI compatibility. Fix up #include directives to point directly to the project-local files they are including. General warning clean-up. Minor updates to the version script; this still needs to be fixed to use the proper version macros from configure.ac. svn path=/trunk/theora/; revision=13596
-
Thomas Vander Stichele authored
svn path=/trunk/theora/; revision=13594
-
Thomas Vander Stichele authored
svn path=/trunk/theora/; revision=13593
-
- Aug 10, 2007
-
-
Michael Smith authored
svn path=/trunk/theora/; revision=13530
-