Commit Graph

408 Commits

Author SHA1 Message Date
carsten
a059d65fee Updated RPM spec by Warren Dukes (shank)
svn path=/trunk/ogg/; revision=5585
2003-11-17 14:39:33 +00:00
oddsock
014cbf1600 now linking with the Multithreaded Static Library for (hopefully) maximum portability
svn path=/trunk/ogg/; revision=5582
2003-11-16 17:24:33 +00:00
Ralph Giles
6002bf88d4 Implement the 'or later...' part of the automake version checking. This
is kind of hacky, just concatentating the major and minor version
numbers and doing a numerical compare, but it should work for people who
just have 1.7 installed when we ask for 1.6.

Patch from Moritz Grimm <gtgbr@gmx.net>.

svn path=/trunk/ogg/; revision=5552
2003-11-10 16:46:21 +00:00
Ralph Giles
ce74a148a3 Add a 'make check' hook to call invoke the self tests now that we're on
automake 1.6 where such things are reasonable.

svn path=/trunk/ogg/; revision=5551
2003-11-10 13:08:02 +00:00
Monty
b59d805463 Temporary fix to bitwise.c bigendian null-bit read calls. The fix is
fine, I want to find something slightly more elegant.

svn path=/trunk/ogg/; revision=5550
2003-11-10 13:06:08 +00:00
Ralph Giles
829d1e085d Ugly autotools foo. nodist_HEADERS requires automake 1.6 or later. add
this requirement to AUTOMAKE_OPTIONS and port the corresponding autogen
support from libao.

svn path=/trunk/ogg/; revision=5549
2003-11-10 13:01:06 +00:00
Ralph Giles
7e9c4266b6 Correct line endings on ogg.dsw.
svn path=/trunk/ogg/; revision=5507
2003-10-26 17:54:56 +00:00
Ralph Giles
582c5a4154 Updated VC6 project files from John Edwards, mostly compiler flag
changes. There may be line ending problems with ogg.dsw.

svn path=/trunk/ogg/; revision=5503
2003-10-25 12:12:23 +00:00
Ralph Giles
fc761716b3 Continuing autotools creeping feature infection. Have autogen.sh fall
back to glibtoolize (as it's shipped by apple on macosx) if libtoolize
is not available. This commit propagates the same change made to
libvorbis. Bug 363.

Also corrects missing closing quotes.

svn path=/trunk/ogg/; revision=5498
2003-10-23 10:33:30 +00:00
carsten
3d24764893 Updated VC6 project files by John Edwards
svn path=/trunk/ogg/; revision=5491
2003-10-20 14:54:07 +00:00
calc
00c9b68b50 build system updates
1. to not ship config_types.h
2. to install new html/rfc files

svn path=/trunk/ogg/; revision=5488
2003-10-18 21:17:30 +00:00
calc
d0e37c9163 AM_MAINTAINER_MODE added
This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process.

svn path=/trunk/ogg/; revision=5487
2003-10-18 20:36:46 +00:00
Monty
aa3f218ee4 Fix for bug 458
svn path=/trunk/ogg/; revision=5409
2003-10-08 02:53:40 +00:00
Ralph Giles
731ac7a30f Add the new 1.1 routines (oggpackB) to the win32 dll build's exports
file, and re-arrange to match the order in ogg.h.

svn path=/trunk/ogg/; revision=5388
2003-10-01 22:59:26 +00:00
Ralph Giles
8be0527014 Correct a typo (extra digit) in the mask8B array. Thanks for derf for
the fix. Bug 457.

svn path=/trunk/ogg/; revision=5378
2003-09-29 14:21:24 +00:00
Ralph Giles
8dc1828617 Add the Ogg rfc documents. Not that rfc 3533 describing the Ogg
bitstream format is informational, and our work remains authoritative.

svn path=/trunk/ogg/; revision=5369
2003-09-24 11:06:22 +00:00
calc
0d44b3493f debian packaging update for libogg 1.1.0-1
svn path=/trunk/ogg/; revision=5332
2003-09-11 20:11:11 +00:00
calc
d6d1777ad3 add pkg-config support for ogg
svn path=/trunk/ogg/; revision=5331
2003-09-11 19:53:37 +00:00
calc
5d105b1d3b debian packaging update for libogg 1.1.0-1
Oops I had typed 1.0.1-1 earlier it was supposed to be 1.1.0

svn path=/trunk/ogg/; revision=5299
2003-09-03 05:16:25 +00:00
calc
00436acd8a debian packaging updates for libogg 1.1.0
svn path=/trunk/ogg/; revision=5296
2003-09-03 05:06:51 +00:00
calc
28ceeb5cd3 fix makefile.am to install vorbisword2.png
svn path=/trunk/ogg/; revision=5295
2003-09-03 04:45:13 +00:00
Stan Seibert
0c72a0c1b1 Bump package version and library version. Only new types and
functions added, so we are still backwards compatible.

svn path=/trunk/ogg/; revision=5292
2003-09-03 03:47:53 +00:00
Monty
032c6e0b1a Patch to add types for DJGPP
svn path=/trunk/ogg/; revision=5281
2003-09-02 05:09:14 +00:00
Ralph Giles
6605f89786 Check for libtoolize, not libtool in autogen.sh.
svn path=/trunk/ogg/; revision=5185
2003-07-31 15:35:37 +00:00
Mike Smith
f65af34324 PS2 types from "David Etherton" <etherton@rockstarsandiego.com>
svn path=/trunk/ogg/; revision=4784
2003-05-23 09:41:40 +00:00
cvs2svn
80e4e23757 This commit was generated by cvs2svn to compensate for changes in r4539,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/ogg/; revision=4540
2003-03-26 07:35:38 +00:00
brendan
0ad72044d6 Don't set OGG_CFLAGS to -INONE/include.
We should think about putting all the m4 macros we use into a module
that can be shared. Manual synchronisation sucks.

svn path=/trunk/ogg/; revision=4441
2003-03-08 02:44:29 +00:00
Mike Smith
cd431123cf Committing fix for #245
svn path=/trunk/ogg/; revision=4267
2003-01-18 08:40:52 +00:00
Mike Smith
f874573114 Commit fix for bug #229
svn path=/trunk/ogg/; revision=4265
2003-01-18 08:31:51 +00:00
Monty
6977847eda REGENTS->FOUNDATION
svn path=/trunk/ogg/; revision=3990
2002-10-11 06:17:20 +00:00
Ralph Giles
e1fe1cacb3 fix documentation errors. thanks to David K. Gasaway for pointing out the problem.
svn path=/trunk/ogg/; revision=3964
2002-09-29 07:10:37 +00:00
Ralph Giles
73ec1d6aef Add the macosx project files to the distribution.
svn path=/trunk/ogg/; revision=3921
2002-09-18 11:57:13 +00:00
Ralph Giles
fc986605e9 Update MacOS X project files for the August 2002 developer tools.
svn path=/trunk/ogg/; revision=3919
2002-09-18 11:44:00 +00:00
Monty
8c5200cacf Add ogg_uint16_t for Theora
svn path=/trunk/ogg/; revision=3916
2002-09-18 04:42:09 +00:00
Monty
bb1f955ad7 Add bigendian bitpacker to libogg (that is, a packer that packs MSbit
first into bit position 7, rtaher than LSb first into bit position 0,
ala Vorbis I).

VP3 needs it, as will other future Ogg codecs.  Might as well add it
now.

Monty

svn path=/trunk/ogg/; revision=3911
2002-09-15 23:48:03 +00:00
Ralph Giles
3aa6e509a5 Correct url for the crc introduction. Thanks to Keith Wright for the fix.
svn path=/trunk/ogg/; revision=3910
2002-09-14 18:32:57 +00:00
calc
f071dfa986 debian packaging updates
svn path=/trunk/ogg/; revision=3693
2002-07-19 13:58:02 +00:00
Ralph Giles
6671e869c0 Replace confusing libogg 'version' with 'release 1.0'.
svn path=/trunk/ogg/; revision=3691
2002-07-19 12:06:15 +00:00
Ralph Giles
9ec2da4a81 add documentation for new routine ogg_stream_reset_serialno();
svn path=/trunk/ogg/; revision=3690
2002-07-19 11:54:50 +00:00
Ralph Giles
7492d311f5 bump moddate
svn path=/trunk/ogg/; revision=3689
2002-07-19 11:42:08 +00:00
Ralph Giles
b2e3f9ae6d Document new oggpack_write*() routines.
svn path=/trunk/ogg/; revision=3688
2002-07-19 11:41:16 +00:00
Ralph Giles
6f7191c5ab complete a sentence
svn path=/trunk/ogg/; revision=3687
2002-07-19 11:40:46 +00:00
Ralph Giles
57e3dfa7d6 Remove obsolete oggpack_*_huff() functions from API documenation.
svn path=/trunk/ogg/; revision=3686
2002-07-19 11:03:39 +00:00
Ralph Giles
27c1bb8271 Propagate changes to vorbisfile documentation.
svn path=/trunk/ogg/; revision=3685
2002-07-19 10:50:44 +00:00
Mike Smith
4b05978e22 Ryan Gordon's BeOS fixes.
svn path=/trunk/ogg/; revision=3678
2002-07-19 08:25:51 +00:00
Mike Smith
8820ef79d5 Spec file updates from thomasvs
svn path=/trunk/ogg/; revision=3674
2002-07-19 06:44:10 +00:00
Monty
00797d1296 Add missing vorbis logo image
svn path=/trunk/ogg/; revision=3632
2002-07-14 23:22:20 +00:00
Monty
72a2d56597 Updates and spelling corrections
svn path=/trunk/ogg/; revision=3630
2002-07-14 08:12:09 +00:00
Ralph Giles
1813446437 Remove Apple ProjectBuilder build files from distribution:
- I have the 10.2 beta installed and can't update them in a backward compatible way.
  - The commandline build should now work out of the box.

Add Classic MacOS (Metrowerks CW7) build dir to EXTRA_DIST.

svn path=/trunk/ogg/; revision=3625
2002-07-13 11:44:01 +00:00
Ralph Giles
1129a7c453 add dist-hook automagical CVS directory purge from EXTRA_DIST subdirs
svn path=/trunk/ogg/; revision=3624
2002-07-13 11:42:09 +00:00