platform/upstream/libvorbis.git
14 years agoRemove a misleading comment about VBR quality request range.
Ralph Giles [Wed, 20 Jan 2010 01:42:54 +0000 (01:42 +0000)]
Remove a misleading comment about VBR quality request range.

The documentation says the range is -0.1 to 1.0, but these comments
started the range at 0.0. Against expectations, it looks like the
documentation is correct.

Patch from Douglas Bagnall <douglas@paradise.net.nz>.

svn path=/trunk/vorbis/; revision=16790

14 years agoShift vorbisenc API docs into doxygen 2/2 (add doxygen)
Ralph Giles [Wed, 20 Jan 2010 01:41:23 +0000 (01:41 +0000)]
Shift vorbisenc API docs into doxygen 2/2 (add doxygen)

Until now the libvorbisenc API has been documented via static html
pages in doc/vorbisenc/.  This patch moves that documentation into the
vorbisenc.h header.

For the most part, the text was copied unchanged, except where doxygen
was better able to say something in its own way.  For example, the
\deprecated tag changed the format of deprecation messages.  A few
trivial misspelling's were fixed, including some that doxygen caught.
Some of the narrative flow of the original was lost, as doxygen
reorders documentation according to its own plan, so I changed a few
phrases on account of this loss of context.

Some ordinary comments in the header were obviated by the doxygen and
removed.

Neither the overview documentation in overview.html nor the examples
in examples.html are included in the header, nor are the functions
that are exposed by including vorbisenc.h but which are actually
declared in codecs.h.

Patch from Douglas Bagnall <douglas@paradise.net.nz>.

svn path=/trunk/vorbis/; revision=16789

14 years agoShift vorbisenc API docs into doxygen 1/2 (reorder defines)
Ralph Giles [Wed, 20 Jan 2010 01:36:04 +0000 (01:36 +0000)]
Shift vorbisenc API docs into doxygen 1/2 (reorder defines)

In order to group the documentation of the OV_ECTL_* constants used
with vorbis_encode_ctl, their definitions need to be adjacent.

This patch only moves the defines; the next only touches comments.

Patch from Douglas Bagnall <douglas@paradise.net.nz>.

svn path=/trunk/vorbis/; revision=16788

14 years agoset HAVE_DOXYGEN=false in else
j [Fri, 15 Jan 2010 02:40:38 +0000 (02:40 +0000)]
set HAVE_DOXYGEN=false in else

svn path=/trunk/vorbis/; revision=16786

14 years agoDefine the HAVE_DOXYGEN conditional unconditionally so the configure
Ralph Giles [Fri, 15 Jan 2010 02:31:15 +0000 (02:31 +0000)]
Define the HAVE_DOXYGEN conditional unconditionally so the configure
script completes even with --disable-docs.

svn path=/trunk/vorbis/; revision=16785

14 years agoadd doxygen build system
j [Thu, 14 Jan 2010 23:42:27 +0000 (23:42 +0000)]
add doxygen build system

svn path=/trunk/vorbis/; revision=16784

14 years agoAdd official channel ordering/location for 6.1/7.1 surround.
Monty [Thu, 14 Jan 2010 02:34:05 +0000 (02:34 +0000)]
Add official channel ordering/location for 6.1/7.1 surround.

svn path=/trunk/vorbis/; revision=16781

14 years agoCleanup pass on the vorbisenc documentation.
Ralph Giles [Sat, 19 Dec 2009 08:26:06 +0000 (08:26 +0000)]
Cleanup pass on the vorbisenc documentation.

svn path=/trunk/vorbis/; revision=16757

14 years agoAdd rough reference documentation for the main encoding calls.
Ralph Giles [Sat, 19 Dec 2009 07:59:52 +0000 (07:59 +0000)]
Add rough reference documentation for the main encoding calls.

These are a bit rough in that the main calls are declared in codec.h,
and not vorbisenc.h as one might expect for the encoder. Nevertheless
I felt this was helpful to those trying to use the encoder since there
is no 'Programming with libvorbis' documenation at all.

The error return values listed don't entirely match what the code will
actually provide, but they're all good ones to check for anyway.

Note of the new pages have hyperlinked function or structure names.

svn path=/trunk/vorbis/; revision=16756

14 years agoDocumenation fix: functions are in vorbisfile.h, not libvorbisfile.h.
Ralph Giles [Sat, 19 Dec 2009 06:15:44 +0000 (06:15 +0000)]
Documenation fix: functions are in vorbisfile.h, not libvorbisfile.h.

svn path=/trunk/vorbis/; revision=16755

14 years agolinked statically to c runtime for windows mobile.
Cristian Adam [Wed, 25 Nov 2009 23:04:24 +0000 (23:04 +0000)]
linked statically to c runtime for windows mobile.

svn path=/trunk/vorbis/; revision=16724

14 years agoPut in the magic maintainer-mode invocation to configure.ac, otherwise sometimes
Mike Smith [Fri, 13 Nov 2009 22:53:10 +0000 (22:53 +0000)]
Put in the magic maintainer-mode invocation to configure.ac, otherwise sometimes
autotools goes off into a corner and shoots itself.

svn path=/trunk/vorbis/; revision=16701

14 years agoDon't allow ordered codebooks with codeword lengths longer than 32 bits.
Tim Terriberry [Thu, 1 Oct 2009 02:54:22 +0000 (02:54 +0000)]
Don't allow ordered codebooks with codeword lengths longer than 32 bits.

svn path=/trunk/vorbis/; revision=16597

14 years agoChanged the C runtime library to the default option - dynamic runtime library.
Cristian Adam [Tue, 29 Sep 2009 22:46:15 +0000 (22:46 +0000)]
Changed the C runtime library to the default option - dynamic runtime library.

svn path=/trunk/vorbis/; revision=16595

14 years agoadd pkg.m4 to vorbis, that way ./autogen.sh works on systems that dont have pkg-confi...
j [Mon, 28 Sep 2009 16:54:28 +0000 (16:54 +0000)]
add pkg.m4 to vorbis, that way ./autogen.sh works on systems that dont have pkg-config installed

svn path=/trunk/vorbis/; revision=16592

14 years agoModify fix for Trac #1572; some files from the earliest beta
Monty [Sat, 12 Sep 2009 02:09:04 +0000 (02:09 +0000)]
Modify fix for Trac #1572; some files from the earliest beta
accidentally used an oversized phrasebook in res decode; allow these
[technically corrept] files to play.  The attack fix is still
watertight, the check is simply made in a different way.

svn path=/trunk/vorbis/; revision=16552

14 years agoBumped libogg version to 1.1.4 and fixed dynamic compilation because of missing expor...
Cristian Adam [Sat, 25 Jul 2009 22:52:38 +0000 (22:52 +0000)]
Bumped libogg version to 1.1.4 and fixed dynamic compilation because of missing export function.

svn path=/trunk/vorbis/; revision=16335

14 years agoMore extensive / difficult to abuse version of #1573 fix. Makes it abunduntly clear...
Monty [Fri, 24 Jul 2009 01:58:50 +0000 (01:58 +0000)]
More extensive / difficult to abuse version of #1573 fix.  Makes it abunduntly clear that the DSP state is uninitialized.

svn path=/trunk/vorbis/; revision=16330

14 years agoSimilarly check for error in seeking_example
Monty [Fri, 24 Jul 2009 01:53:20 +0000 (01:53 +0000)]
Similarly check for error in seeking_example

svn path=/trunk/vorbis/; revision=16329

14 years agoFix for Trac #1573.
Monty [Fri, 24 Jul 2009 01:51:10 +0000 (01:51 +0000)]
Fix for Trac #1573.

This is two bugs.  The first is that vorbisfile_example.c ignores an
error code and plows ahead blindly if libvorbisfile reports the
current bitstream section is bad (OV_EBADLINK).

The second is that retrying after the error crashes libvorbisfile due
to the unitialized state.

svn path=/trunk/vorbis/; revision=16328

14 years agoCommit fix to Trac #1572; the erroneous setup was being checked for, but not completely.
Monty [Fri, 24 Jul 2009 00:49:25 +0000 (00:49 +0000)]
Commit fix to Trac #1572; the erroneous setup was being checked for, but not completely.

svn path=/trunk/vorbis/; revision=16327

14 years agoEliminate possibility of booklist overflow in res0/1/2 unpacking.
Monty [Fri, 24 Jul 2009 00:06:53 +0000 (00:06 +0000)]
Eliminate possibility of booklist overflow in res0/1/2 unpacking.

svn path=/trunk/vorbis/; revision=16326

14 years agoEliminate a correct but harmless 'unititialized variable' warning from libvorbisfile...
Monty [Fri, 10 Jul 2009 03:19:29 +0000 (03:19 +0000)]
Eliminate a correct but harmless 'unititialized variable' warning from libvorbisfile compile.

svn path=/trunk/vorbis/; revision=16246

14 years agoBump build system versions for release
Monty [Fri, 10 Jul 2009 02:49:31 +0000 (02:49 +0000)]
Bump build system versions for release

Move the OV_EXCLUDE_STATIC_CALLBACKS define up to fix another symbol
warning ala Trac #1560

svn path=/trunk/vorbis/; revision=16243

14 years agoCommit a vorbisfile short-file fix; consists of several fixes to reinitialization...
Monty [Wed, 8 Jul 2009 08:37:34 +0000 (08:37 +0000)]
Commit a vorbisfile short-file fix; consists of several fixes to reinitialization post-seek.  Fixes gentoo BZ# 276594

Important fix for games that use many small sound files; necessary to fix playback for single-audio-page Vorbis files.

svn path=/trunk/vorbis/; revision=16228

14 years agoRemove trailing whitespace
Monty [Wed, 8 Jul 2009 06:58:46 +0000 (06:58 +0000)]
Remove trailing whitespace

svn path=/trunk/vorbis/; revision=16227

14 years agoanalysis output / trailing whitespace cleanup
Monty [Wed, 8 Jul 2009 06:43:49 +0000 (06:43 +0000)]
analysis output / trailing whitespace cleanup

svn path=/trunk/vorbis/; revision=16226

14 years agoTrac #1549; enable slower but higher precision floor 0 LSP code.
Monty [Wed, 8 Jul 2009 06:30:11 +0000 (06:30 +0000)]
Trac #1549; enable slower but higher precision floor 0 LSP code.
Modern CPUs are fast enough to not even notice.

svn path=/trunk/vorbis/; revision=16225

14 years agoapplied Trac #1548
Monty [Wed, 8 Jul 2009 06:24:49 +0000 (06:24 +0000)]
applied Trac #1548

svn path=/trunk/vorbis/; revision=16224

14 years agocorrect FPU control word setting bug (Trac #1547)
Monty [Wed, 8 Jul 2009 06:21:02 +0000 (06:21 +0000)]
correct FPU control word setting bug (Trac #1547)

svn path=/trunk/vorbis/; revision=16223

14 years agoCommit additional hardening to seyup packet decode; some of the checks are redundant...
Monty [Wed, 8 Jul 2009 05:37:18 +0000 (05:37 +0000)]
Commit additional hardening to seyup packet decode; some of the checks are redundant, but possibly a good proof against future changes.

svn path=/trunk/vorbis/; revision=16222

14 years agoFix for Mozilla BZ #501279
Monty [Tue, 7 Jul 2009 23:18:05 +0000 (23:18 +0000)]
Fix for Mozilla BZ #501279

Will need to review/patch Tremor as well, more thorough pattern review
of unpacking in the face of incomplete header packets in progress in
mainline as well.

svn path=/trunk/vorbis/; revision=16218

14 years agoCorrect a potential* comment length sanity check overflow.
Monty [Tue, 7 Jul 2009 22:44:49 +0000 (22:44 +0000)]
Correct a potential* comment length sanity check overflow.

*as defined by the Derf Convention.

svn path=/trunk/vorbis/; revision=16217

14 years agoKick things off with a version bump
Monty [Tue, 7 Jul 2009 22:41:22 +0000 (22:41 +0000)]
Kick things off with a version bump

svn path=/trunk/vorbis/; revision=16216

14 years agoCommit updates to the Vorbis I spec highlighting rejection cases
Monty [Thu, 25 Jun 2009 04:11:27 +0000 (04:11 +0000)]
Commit updates to the Vorbis I spec highlighting rejection cases
fixed in r16181 and 16182.

svn path=/trunk/vorbis/; revision=16183

14 years agoSecond half of fix to Mozilla BZ # 5000254: sanity check the floor 1
Monty [Thu, 25 Jun 2009 03:53:49 +0000 (03:53 +0000)]
Second half of fix to Mozilla BZ # 5000254: sanity check the floor 1
post list to reject files with repeated values that would result in
floor line segments with zero length.

svn path=/trunk/vorbis/; revision=16182

14 years agoFirst half of fix for Mozilla BZ #500254
Monty [Thu, 25 Jun 2009 03:39:41 +0000 (03:39 +0000)]
First half of fix for Mozilla BZ #500254

Residue code was not checking that its partition books were books with
specified/populated value mappings.  Fuzzer twiddled the book table suck that a valid codebook was being swapped out for a codebook with no value mapping.

svn path=/trunk/vorbis/; revision=16181

14 years agoUpdate CHANGES for release
Monty [Tue, 23 Jun 2009 15:59:50 +0000 (15:59 +0000)]
Update CHANGES for release

svn path=/trunk/vorbis/; revision=16168

14 years agoUpdate macosx info.plist
Monty [Tue, 23 Jun 2009 15:37:48 +0000 (15:37 +0000)]
Update macosx info.plist

svn path=/trunk/vorbis/; revision=16162

14 years agoOops, missed version update in configure.ac
Monty [Tue, 23 Jun 2009 15:29:56 +0000 (15:29 +0000)]
Oops, missed version update in configure.ac

svn path=/trunk/vorbis/; revision=16157

14 years agoBump lib version for full release.
Monty [Tue, 23 Jun 2009 15:26:54 +0000 (15:26 +0000)]
Bump lib version for full release.

svn path=/trunk/vorbis/; revision=16155

15 years agoBump versions for release candidate. This time for real.
Monty [Wed, 3 Jun 2009 05:10:49 +0000 (05:10 +0000)]
Bump versions for release candidate.  This time for real.

svn path=/trunk/vorbis/; revision=16077

15 years agoHandle the case of single-entry codebooks; this had been broken accidentally in earli...
Monty [Tue, 2 Jun 2009 23:26:24 +0000 (23:26 +0000)]
Handle the case of single-entry codebooks; this had been broken accidentally in earlier security fixes.  Resolves GNOME 582942, thanks for the additional file to add to regression testing.

svn path=/trunk/vorbis/; revision=16073

15 years agoVorbis spec tex file patch from Max Horn
Monty [Wed, 27 May 2009 21:13:14 +0000 (21:13 +0000)]
Vorbis spec tex file patch from Max Horn
resolves bug #1541

svn path=/trunk/vorbis/; revision=16055

15 years agoglobal replaced all tabs with whitespaces in the source to end some of
Monty [Tue, 26 May 2009 21:10:58 +0000 (21:10 +0000)]
global replaced all tabs with whitespaces in the source to end some of
the ongoing formatting silliness.

...with apologies to the havoc this will wreak on svn blame being useful.

svn path=/trunk/vorbis/; revision=16037

15 years agoBump vendor string for 1.2.2 rc 1
Monty [Thu, 14 May 2009 21:48:06 +0000 (21:48 +0000)]
Bump vendor string for 1.2.2 rc 1

svn path=/trunk/vorbis/; revision=16006

15 years agoRemove obsolete/unsupported MS build targets to avoid sucking unsuspecting users...
Monty [Thu, 14 May 2009 19:56:55 +0000 (19:56 +0000)]
Remove obsolete/unsupported MS build targets to avoid sucking unsuspecting users into a tarpit.

svn path=/trunk/vorbis/; revision=16000

15 years agoFix some comment typos and spacing.
Ralph Giles [Tue, 12 May 2009 16:11:53 +0000 (16:11 +0000)]
Fix some comment typos and spacing.

svn path=/trunk/vorbis/; revision=15996

15 years agoRemoved WholeProgramOptimization setting from static library project.
Cristian Adam [Fri, 1 May 2009 11:56:03 +0000 (11:56 +0000)]
Removed WholeProgramOptimization setting from static library project.

svn path=/trunk/vorbis/; revision=15975

15 years agowrapped vorbisfile.h static callbacks in #ifndef
Monty [Mon, 27 Apr 2009 22:12:58 +0000 (22:12 +0000)]
wrapped vorbisfile.h static callbacks in #ifndef
OV_EXCLUDE_STATIC_CALLBACKS

svn path=/trunk/vorbis/; revision=15962

15 years agofix to #1362
Monty [Mon, 27 Apr 2009 21:45:44 +0000 (21:45 +0000)]
fix to #1362

svn path=/trunk/vorbis/; revision=15961

15 years agoAttempted fix for #1377 and #1493
Monty [Mon, 27 Apr 2009 20:17:14 +0000 (20:17 +0000)]
Attempted fix for #1377 and #1493

svn path=/trunk/vorbis/; revision=15960

15 years agoConst-ify some static data tables.
Ralph Giles [Thu, 16 Apr 2009 17:00:44 +0000 (17:00 +0000)]
Const-ify some static data tables.

Patch from eldar. Trac issue #1496.

svn path=/trunk/vorbis/; revision=15937

15 years agoCorrect another setup bug; extremely short links could get 'shadowed'
Monty [Thu, 9 Apr 2009 16:35:52 +0000 (16:35 +0000)]
Correct another setup bug; extremely short links could get 'shadowed'
in the preferred serialno lookup if a backwards seek to find a
preceeding page goes back too far and lands in an entirely different
link.

svn path=/trunk/vorbis/; revision=15930

15 years agoBugfix to new bisection code: fix end of data marker
Monty [Thu, 9 Apr 2009 16:03:25 +0000 (16:03 +0000)]
Bugfix to new bisection code: fix end of data marker

Still failing several chaining test vectors, DO NOT USE YET

svn path=/trunk/vorbis/; revision=15929

15 years agoComplete first-cut rearrangement of bisection and initialization code to reduce strea...
Monty [Thu, 9 Apr 2009 15:34:27 +0000 (15:34 +0000)]
Complete first-cut rearrangement of bisection and initialization code to reduce stream seeks.

svn path=/trunk/vorbis/; revision=15928

15 years agoNip a potential bug in the bud (open2 was relying on the position of the vf->offset...
Monty [Thu, 9 Apr 2009 09:02:06 +0000 (09:02 +0000)]
Nip a potential bug in the bud (open2 was relying on the position of the vf->offset cursor not being disturbed from open1)

Fill in offsets and dataoffsets fileds in VF struct, even for non-seekable streams.

svn path=/trunk/vorbis/; revision=15927

15 years agoOngoing open refactoring to eliminate superfluous seeks and reads
Monty [Thu, 9 Apr 2009 07:23:28 +0000 (07:23 +0000)]
Ongoing open refactoring to eliminate superfluous seeks and reads
during stream open

Move initial serial number cataloguing in each link to be part of the
inline header fetch process.

svn path=/trunk/vorbis/; revision=15926

15 years agoAdd an optimization case to _get_prev_page that avoids a redundant seek/resync/reread...
Monty [Thu, 9 Apr 2009 05:52:38 +0000 (05:52 +0000)]
Add an optimization case to _get_prev_page that avoids a redundant seek/resync/reread in the common seek case.

svn path=/trunk/vorbis/; revision=15925

15 years agoset proper types on doc pngs
Monty [Wed, 8 Apr 2009 11:16:18 +0000 (11:16 +0000)]
set proper types on doc pngs

svn path=/trunk/vorbis/; revision=15924

15 years agoPatch an uninitialized trailing space in the ATH in very high sample rates found...
Monty [Wed, 8 Apr 2009 02:29:31 +0000 (02:29 +0000)]
Patch an uninitialized trailing space in the ATH in very high sample rates found by Erik.

svn path=/trunk/vorbis/; revision=15923

15 years agoUpdate docs to eliminate typo that crept into LSP curve computation spec in the XML...
Monty [Wed, 8 Apr 2009 01:46:27 +0000 (01:46 +0000)]
Update docs to eliminate typo that crept into LSP curve computation spec in the XML and latex versions of the doc.

svn path=/trunk/vorbis/; revision=15922

15 years agoPatch for "seek broken for large files and on pure 32 bit architectures"
Monty [Wed, 8 Apr 2009 00:53:57 +0000 (00:53 +0000)]
Patch for "seek broken for large files and on pure 32 bit architectures"

svn path=/trunk/vorbis/; revision=15921

15 years agoRecompress PNGs as suggested in #1523, remove unused super-old Ogg logo
Monty [Wed, 8 Apr 2009 00:48:27 +0000 (00:48 +0000)]
Recompress PNGs as suggested in #1523, remove unused super-old Ogg logo

svn path=/trunk/vorbis/; revision=15920

15 years agoAdded Visual Studio 2008 project files
Cristian Adam [Thu, 2 Apr 2009 14:52:43 +0000 (14:52 +0000)]
Added Visual Studio 2008 project files

svn path=/trunk/vorbis/; revision=15899

15 years agoFix 'make distcheck'.
erikd [Fri, 6 Mar 2009 21:21:49 +0000 (21:21 +0000)]
Fix 'make distcheck'.

svn path=/trunk/vorbis/; revision=15754

15 years agoUse colored link text instead of boxes for hyperrefs in the pdf output.
Ralph Giles [Fri, 6 Mar 2009 19:44:16 +0000 (19:44 +0000)]
Use colored link text instead of boxes for hyperrefs in the pdf output.

svn path=/trunk/vorbis/; revision=15753

15 years agopdflatex seems to want three invocations to get all the cross
Ralph Giles [Fri, 6 Mar 2009 19:22:19 +0000 (19:22 +0000)]
pdflatex seems to want three invocations to get all the cross
references correct.

svn path=/trunk/vorbis/; revision=15752

15 years agoCorrect in incorrect xref name.
Ralph Giles [Fri, 6 Mar 2009 19:20:41 +0000 (19:20 +0000)]
Correct in incorrect xref name.

svn path=/trunk/vorbis/; revision=15751

15 years agoExplicitly import the nameref TeX package.
Ralph Giles [Fri, 6 Mar 2009 19:14:53 +0000 (19:14 +0000)]
Explicitly import the nameref TeX package.

On recent distributions, this is implied by using hyperref, but TeX Live
2007 doesn't import it.

svn path=/trunk/vorbis/; revision=15750

15 years agoCorresponding configure script changes for building the latex
Ralph Giles [Fri, 6 Mar 2009 19:05:00 +0000 (19:05 +0000)]
Corresponding configure script changes for building the latex
specification. These were omitted in the previous commit.

svn path=/trunk/vorbis/; revision=15749

15 years agoDocbook to latex conversion of the spec by Max Horn.
Ralph Giles [Fri, 6 Mar 2009 18:54:13 +0000 (18:54 +0000)]
Docbook to latex conversion of the spec by Max Horn.

We now build the specification document from latex source instead of the
older docbook method since may developers have had trouble getting the
docbook tools to work. It's also faster.

For now, the built documentation is still kept in svn and rebuilt only
if --enable-docs is passed to configure. We may relax this to rebuilding
only if the tools are available once we're more confident it will work
with common TeX installations.

svn path=/trunk/vorbis/; revision=15748

15 years agoApply the same progressive automake ordering from r15745 to aclocal.
Ralph Giles [Fri, 6 Mar 2009 08:42:06 +0000 (08:42 +0000)]
Apply the same progressive automake ordering from r15745 to aclocal.

svn path=/trunk/vorbis/; revision=15747

15 years agoCheck that the compiler supports -mv8 before adding it to the command
Ralph Giles [Fri, 6 Mar 2009 07:55:09 +0000 (07:55 +0000)]
Check that the compiler supports -mv8 before adding it to the command
line on sun sparc. Issue #1458.

I haven't recieved confirmation this resolves the issue, but I don't see
how it can do much harm.

svn path=/trunk/vorbis/; revision=15746

15 years agoMinor changelog update.
Ralph Giles [Tue, 3 Mar 2009 18:37:43 +0000 (18:37 +0000)]
Minor changelog update.

svn path=/trunk/vorbis/; revision=15737

15 years agoone backslash too many
Cristian Adam [Mon, 9 Feb 2009 23:02:13 +0000 (23:02 +0000)]
one backslash too many

svn path=/trunk/vorbis/; revision=15685

15 years agoSome more clarifications (hopefully not clear as mud :)
Cristian Adam [Mon, 9 Feb 2009 22:21:14 +0000 (22:21 +0000)]
Some more clarifications (hopefully not clear as mud :)

svn path=/trunk/vorbis/; revision=15684

15 years agoUpdated vsprops file and added a short README file which explains what to do in order...
Cristian Adam [Sat, 7 Feb 2009 14:28:16 +0000 (14:28 +0000)]
Updated vsprops file and added a short README file which explains what to do in order to compile successfully from source distribution.

svn path=/trunk/vorbis/; revision=15682

15 years agoconfigure.ac : Make sure configure script is valid even if PKG_CHECK_MODULES can...
erikd [Thu, 5 Feb 2009 07:06:20 +0000 (07:06 +0000)]
configure.ac : Make sure configure script is valid even if PKG_CHECK_MODULES can't be expanded by aclocal.

svn path=/trunk/vorbis/; revision=15658

15 years agodoc/xml/a1-encapsulation_ogg.xml : Fix broken tag.
erikd [Thu, 5 Feb 2009 06:43:02 +0000 (06:43 +0000)]
doc/xml/a1-encapsulation_ogg.xml : Fix broken tag.

svn path=/trunk/vorbis/; revision=15657

15 years agoconfigure.ac : Fix --enable-docs logic which was badly broken.
erikd [Wed, 4 Feb 2009 22:19:14 +0000 (22:19 +0000)]
configure.ac : Fix --enable-docs logic which was badly broken.

svn path=/trunk/vorbis/; revision=15649

15 years agoUsed Unicode for all platforms.
Cristian Adam [Sun, 18 Jan 2009 18:07:40 +0000 (18:07 +0000)]
Used Unicode for all platforms.

svn path=/trunk/vorbis/; revision=15625

15 years agoAdded Windows CE support: Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I), Windows Mobile...
Cristian Adam [Mon, 12 Jan 2009 21:36:29 +0000 (21:36 +0000)]
Added Windows CE support: Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I), Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I), Windows Mobile 6 Professional SDK (ARMV4I)

svn path=/trunk/vorbis/; revision=15620

15 years agoRefactored Visual Studio 2005 project files. Added static, dynamic library support...
Cristian Adam [Wed, 7 Jan 2009 22:51:06 +0000 (22:51 +0000)]
Refactored Visual Studio 2005 project files. Added static, dynamic library support, and x64 platform support.

svn path=/trunk/vorbis/; revision=15609

15 years agoMoved Visual Studio 6 project files into own folder.
Cristian Adam [Wed, 7 Jan 2009 21:30:54 +0000 (21:30 +0000)]
Moved Visual Studio 6 project files into own folder.

svn path=/trunk/vorbis/; revision=15608

15 years agoAdd ov_fopen to win32/vorbisfile.def
Conrad Parker [Mon, 8 Dec 2008 09:07:12 +0000 (09:07 +0000)]
Add ov_fopen to win32/vorbisfile.def
See http://lists.xiph.org/pipermail/vorbis-dev/2008-December/019657.html

svn path=/trunk/vorbis/; revision=15566

15 years agoprogramming.html: clarify that ogg_sync_clear() is an alternative to
Conrad Parker [Mon, 8 Dec 2008 09:07:05 +0000 (09:07 +0000)]
programming.html: clarify that ogg_sync_clear() is an alternative to
ogg_sync_destroy() -- ie. this paragraph is not a typo.
Need for clarification suggested by Philipp Schafft.

svn path=/trunk/vorbis/; revision=15565

15 years agoUpdate outdated documentation to refer to the new media types. Bump version number...
ivo [Thu, 27 Nov 2008 00:25:49 +0000 (00:25 +0000)]
Update outdated documentation to refer to the new media types.  Bump version number.  Fill changelog.

svn path=/trunk/vorbis/; revision=15540

15 years agoSecond patch to correct #1456
Monty [Tue, 25 Nov 2008 17:27:58 +0000 (17:27 +0000)]
Second patch to correct #1456

svn path=/trunk/vorbis/; revision=15533

15 years agoFix for bug #1456-- the 'bulletproofing' from CVE-2008-1420 inadvertantly
Monty [Tue, 25 Nov 2008 01:46:22 +0000 (01:46 +0000)]
Fix for bug #1456-- the 'bulletproofing' from CVE-2008-1420 inadvertantly
rejects a harmless/legal (if suboptimal) codebook arrangement that was
apparently used in 1.0b1.

svn path=/trunk/vorbis/; revision=15532

15 years agoAn attempt at a complete version of the patch submitted in #1291. Also
Monty [Mon, 24 Nov 2008 23:50:06 +0000 (23:50 +0000)]
An attempt at a complete version of the patch submitted in #1291.  Also
updated autogenerating utils (not tested) and tried to eliminate all
resulting warnings.

svn path=/trunk/vorbis/; revision=15531

15 years agoAdd vorbis_version_string to the dll export list.
Ralph Giles [Mon, 24 Nov 2008 18:50:32 +0000 (18:50 +0000)]
Add vorbis_version_string to the dll export list.

Patch by Aoyumi. This is a followup to the addition of this api call
in r15346.

svn path=/trunk/vorbis/; revision=15530

15 years agoCopyright date on license had not been updated correctly
Monty [Tue, 4 Nov 2008 18:48:19 +0000 (18:48 +0000)]
Copyright date on license had not been updated correctly

svn path=/trunk/vorbis/; revision=15505

15 years agoAdd a missing link to vorbisfile_example.c.html
Monty [Fri, 31 Oct 2008 15:30:43 +0000 (15:30 +0000)]
Add a missing link to vorbisfile_example.c.html

svn path=/trunk/vorbis/; revision=15474

15 years agoDon't make build depend on an XML file that no longer exists.
Monty [Wed, 15 Oct 2008 16:49:17 +0000 (16:49 +0000)]
Don't make build depend on an XML file that no longer exists.

svn path=/trunk/vorbis/; revision=15401

15 years agoFor MinGW, use fseeko64 instead of _fseeki64 (which MinGW doesn't know about).
erikd [Sun, 5 Oct 2008 05:04:01 +0000 (05:04 +0000)]
For MinGW, use fseeko64 instead of _fseeki64 (which MinGW doesn't know about).

svn path=/trunk/vorbis/; revision=15376

15 years agoRemoved unused variables.
erikd [Mon, 29 Sep 2008 11:02:35 +0000 (11:02 +0000)]
Removed unused variables.

svn path=/trunk/vorbis/; revision=15351

15 years agoFor x86_64 with GNU C, use same solution for vorbis_ftoi as for win64.
erikd [Mon, 29 Sep 2008 10:10:40 +0000 (10:10 +0000)]
For x86_64 with GNU C, use same solution for vorbis_ftoi as for win64.

svn path=/trunk/vorbis/; revision=15350

15 years agoUse _fseeki64 on Windows, where fseek is always 32-bit. Seek correctly when Vorbis...
ivo [Sun, 28 Sep 2008 21:10:07 +0000 (21:10 +0000)]
Use _fseeki64 on Windows, where fseek is always 32-bit.  Seek correctly when Vorbis file is over
2GB in size.  Patch by Peter Harris.

svn path=/trunk/vorbis/; revision=15347

15 years agodefine GENERAL_VENDOR_STRING and ENCODE_VENDOR_STRING. Patch by Aoyumi.
ivo [Sun, 28 Sep 2008 18:06:00 +0000 (18:06 +0000)]
define GENERAL_VENDOR_STRING and ENCODE_VENDOR_STRING.  Patch by Aoyumi.

svn path=/trunk/vorbis/; revision=15346