platform/upstream/libvorbis.git
16 years agoCommit 01-ov_read_filter patch from #381; closes feature request #1352. Also updates...
Monty [Thu, 17 Apr 2008 18:21:55 +0000 (18:21 +0000)]
Commit 01-ov_read_filter patch from #381; closes feature request #1352.  Also updates included HTML documentation to cover the added ov_read_filter() function.

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

16 years agoCRLF for Visual Studio files (part of #647)
sping [Wed, 16 Apr 2008 22:14:21 +0000 (22:14 +0000)]
CRLF for Visual Studio files (part of #647)

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

16 years ago6/3 libvorbis: Consistent use of $(ConfigurationName) for vs2k3, SSE and SSE2 release...
sping [Tue, 15 Apr 2008 23:13:24 +0000 (23:13 +0000)]
6/3 libvorbis: Consistent use of $(ConfigurationName) for vs2k3, SSE and SSE2 releases now have their own folders
Also fix project dependencies to build in a sensible order

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

16 years ago2/3 libvorbis: Consistent use of $(ConfigurationName) for vs2k5, SSE and SSE2 release...
sping [Mon, 14 Apr 2008 21:27:45 +0000 (21:27 +0000)]
2/3 libvorbis: Consistent use of $(ConfigurationName) for vs2k5, SSE and SSE2 releases now have their own folders

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

16 years agoMinor fixes to allow cross compiling from Linux to windows and running the tests...
erikd [Mon, 14 Apr 2008 11:25:39 +0000 (11:25 +0000)]
Minor fixes to allow cross compiling from Linux to windows and running the tests under Wine.

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

16 years agoMinor configure.in updates.
erikd [Sun, 13 Apr 2008 11:12:47 +0000 (11:12 +0000)]
Minor configure.in updates.

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

16 years agoRemove autogenerated file acinclude.m4 which contained an old broken definition of...
erikd [Sun, 13 Apr 2008 10:40:34 +0000 (10:40 +0000)]
Remove autogenerated file acinclude.m4 which contained an old broken definition of PKG_CHECK_MODULES macro.

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

16 years agodd checks/rejection for absurdly huge codebooks.
Monty [Wed, 19 Mar 2008 08:03:29 +0000 (08:03 +0000)]
dd checks/rejection for absurdly huge codebooks.

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

16 years agocorrectly handle the nonsensical codebook.dim==0 case
Monty [Tue, 18 Mar 2008 18:12:52 +0000 (18:12 +0000)]
correctly handle the nonsensical codebook.dim==0 case

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

16 years agoDon't leave the silly debugging malloc enabled
Monty [Tue, 18 Mar 2008 17:41:06 +0000 (17:41 +0000)]
Don't leave the silly debugging malloc enabled

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

16 years agoDon't crash on successful corrupt file rejection due to being too lazy
Monty [Tue, 18 Mar 2008 15:43:35 +0000 (15:43 +0000)]
Don't crash on successful corrupt file rejection due to being too lazy
to check return vals.

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

16 years agoAdd code to prevent heap attacks by exploiting dim=bignum and
Monty [Tue, 18 Mar 2008 15:39:43 +0000 (15:39 +0000)]
Add code to prevent heap attacks by exploiting dim=bignum and
partition_codewords = partion_values^dim.  partition_codewords is
actually overdetermined; in the case of inconsistency, mark stream
undecodable.

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

16 years agoProject references to ensure proper build order
sping [Mon, 10 Mar 2008 15:06:23 +0000 (15:06 +0000)]
Project references to ensure proper build order

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

16 years agoMinor clarification to comments about assuming 44.1kHz/stereo/16bit WAV
erikd [Sat, 8 Mar 2008 02:23:34 +0000 (02:23 +0000)]
Minor clarification to comments about assuming 44.1kHz/stereo/16bit WAV
in example code.

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

16 years agoFix trac 1169: make it clear that the granpos refers to the last completed, returned...
Monty [Tue, 19 Feb 2008 10:37:19 +0000 (10:37 +0000)]
Fix trac 1169: make it clear that the granpos refers to the last completed, returned sample, not an internal sample awaiting lapping.

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

16 years agoFix Trac 1159: define omega in floor 0 LSP computation doc.
Monty [Tue, 19 Feb 2008 10:15:13 +0000 (10:15 +0000)]
Fix Trac 1159: define omega in floor 0 LSP computation doc.

Can't commit a fixed pdf doc, as the locally built pdf from xmlpdftex
is always badly garbled.

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

16 years agoEliminate nonsensical error condition from floor 0 header decode: Trac 1158
Monty [Tue, 19 Feb 2008 08:52:34 +0000 (08:52 +0000)]
Eliminate nonsensical error condition from floor 0 header decode: Trac 1158

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

16 years agoRelease date
lu_zero [Sun, 17 Feb 2008 19:01:14 +0000 (19:01 +0000)]
Release date

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

16 years agoDon't try to read past the end of the comment packet if the string lengths
Ralph Giles [Wed, 13 Feb 2008 21:50:25 +0000 (21:50 +0000)]
Don't try to read past the end of the comment packet if the string lengths
are corrupt.

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

16 years agoUpdate to address Magnus concern, Colin suggestion used
lu_zero [Wed, 13 Feb 2008 21:00:11 +0000 (21:00 +0000)]
Update to address Magnus concern, Colin suggestion used

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

16 years agoFixed an error added in last revision.
ivo [Thu, 7 Feb 2008 01:31:46 +0000 (01:31 +0000)]
Fixed an error added in last revision.

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

16 years agoMerged changes from ogg.m4 per ticket #1280.
ivo [Sat, 2 Feb 2008 06:05:52 +0000 (06:05 +0000)]
Merged changes from ogg.m4 per ticket #1280.

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

16 years agoColin suggestion to clarify the SDP reference is just an example
lu_zero [Fri, 25 Jan 2008 11:50:58 +0000 (11:50 +0000)]
Colin suggestion to clarify the SDP reference is just an example

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

16 years agoUpdate congestion control section and detail the configuration section addressing...
lu_zero [Tue, 15 Jan 2008 12:18:53 +0000 (12:18 +0000)]
Update congestion control section and detail the configuration section addressing late Colin comments

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

16 years agoUpdate build and index for the new RTP draft.
Ralph Giles [Mon, 14 Jan 2008 19:48:30 +0000 (19:48 +0000)]
Update build and index for the new RTP draft.

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

16 years agoBump version
lu_zero [Mon, 14 Jan 2008 19:17:32 +0000 (19:17 +0000)]
Bump version

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

16 years agoInitial changes from the confcall
lu_zero [Mon, 14 Jan 2008 19:14:25 +0000 (19:14 +0000)]
Initial changes from the confcall

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

16 years agoMinor cleanup
lu_zero [Fri, 4 Jan 2008 18:37:36 +0000 (18:37 +0000)]
Minor cleanup

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

16 years agoWe should use .ogg for the test files since there's no skeleton, I think.
Ralph Giles [Fri, 7 Dec 2007 19:43:33 +0000 (19:43 +0000)]
We should use .ogg for the test files since there's no skeleton, I think.

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

16 years agoTrigger the round-trip self tests through the automake TESTS variable
Ralph Giles [Fri, 7 Dec 2007 19:42:20 +0000 (19:42 +0000)]
Trigger the round-trip self tests through the automake TESTS variable
instead of an explicit 'check' target.

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

16 years agoUpdate documentation to reference the current RTP draft.
Ralph Giles [Fri, 7 Dec 2007 19:31:57 +0000 (19:31 +0000)]
Update documentation to reference the current RTP draft.

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

16 years agoGrammar fixes from rillian
lu_zero [Thu, 6 Dec 2007 21:30:57 +0000 (21:30 +0000)]
Grammar fixes from rillian

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

16 years agoClarify rate and channels meaning in rtpmap and missing configuration behaviour
lu_zero [Tue, 4 Dec 2007 10:28:46 +0000 (10:28 +0000)]
Clarify rate and channels meaning in rtpmap and missing configuration behaviour

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

16 years agoThere is just an example (addressing part of the Hannes Tschofenig comments)
lu_zero [Fri, 23 Nov 2007 01:02:47 +0000 (01:02 +0000)]
There is just an example (addressing part of the Hannes Tschofenig comments)

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

16 years agofix 'make distcheck'. before and after tarballs almost identical.
erikd [Thu, 22 Nov 2007 11:18:25 +0000 (11:18 +0000)]
fix 'make distcheck'. before and after tarballs almost identical.

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

16 years agoClarify
lu_zero [Thu, 22 Nov 2007 11:03:09 +0000 (11:03 +0000)]
Clarify

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

16 years agoCopying Conditions section added
lu_zero [Thu, 22 Nov 2007 10:12:46 +0000 (10:12 +0000)]
Copying Conditions section added

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

16 years agoadd missing files from m4 directory
erikd [Wed, 21 Nov 2007 11:23:41 +0000 (11:23 +0000)]
add missing files from m4 directory

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

16 years agoa bunch of tiny fixes
ivo [Sun, 18 Nov 2007 00:17:40 +0000 (00:17 +0000)]
a bunch of tiny fixes

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

16 years agoUpdate text version
lu_zero [Sat, 17 Nov 2007 18:42:30 +0000 (18:42 +0000)]
Update text version

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

16 years agostray verb from edit
lu_zero [Sat, 17 Nov 2007 18:11:23 +0000 (18:11 +0000)]
stray verb from edit

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

16 years agoaddress 73822 from Chris Newman
lu_zero [Sat, 17 Nov 2007 17:49:22 +0000 (17:49 +0000)]
address 73822 from Chris Newman

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

16 years agoupdate reference to libvorbis, address 73740 from Dan Romascanu
lu_zero [Sat, 17 Nov 2007 17:34:30 +0000 (17:34 +0000)]
update reference to libvorbis, address 73740 from Dan Romascanu

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

16 years agoaddress 73718 from David Ward
lu_zero [Sat, 17 Nov 2007 17:32:16 +0000 (17:32 +0000)]
address 73718 from David Ward

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

16 years agoPartially addressing issues pointed in comment 73639 by Magnus Westerlund
lu_zero [Sat, 17 Nov 2007 17:14:57 +0000 (17:14 +0000)]
Partially addressing issues pointed in comment 73639 by Magnus Westerlund

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

16 years agoUpdate reference to vorbis spec, to partially address lars.eggert@nokia.com comment
lu_zero [Sat, 17 Nov 2007 15:27:52 +0000 (15:27 +0000)]
Update reference to vorbis spec, to partially address lars.eggert@nokia.com comment

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

16 years agoErik de Castro Lopo's patch to add -Wdeclaration-after-statement. Closes ticket...
ivo [Sat, 17 Nov 2007 15:27:32 +0000 (15:27 +0000)]
Erik de Castro Lopo's patch to add -Wdeclaration-after-statement.  Closes ticket #1232

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

16 years agoaddress comment 73637 from Magnus Westerlund
lu_zero [Tue, 6 Nov 2007 08:39:53 +0000 (08:39 +0000)]
address comment 73637 from Magnus Westerlund

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

16 years agoAdd the updated RTP draft to the distribution.
Ralph Giles [Sat, 27 Oct 2007 17:45:51 +0000 (17:45 +0000)]
Add the updated RTP draft to the distribution.

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

16 years agofixes addressing Spencer Dawkins <spencer@mcsr-labs.org> comments
lu_zero [Sat, 27 Oct 2007 15:25:19 +0000 (15:25 +0000)]
fixes addressing Spencer Dawkins <spencer@mcsr-labs.org> comments

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

16 years agoMany fixes suggested by Alfred <ah@tr-sys.de>
lu_zero [Fri, 26 Oct 2007 20:21:13 +0000 (20:21 +0000)]
Many fixes suggested by Alfred <ah@tr-sys.de>

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

16 years agotest/write_read.c : Move delaration before first statement.
erikd [Sat, 1 Sep 2007 04:26:27 +0000 (04:26 +0000)]
test/write_read.c : Move delaration before first statement.

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

16 years agoFix compile warnings in recently re-enabled test code.
erikd [Sat, 1 Sep 2007 03:17:21 +0000 (03:17 +0000)]
Fix compile warnings in recently re-enabled test code.

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

16 years agoHook up the libvorbis self test code so it is run by automake's 'check'
Ralph Giles [Fri, 31 Aug 2007 03:16:30 +0000 (03:16 +0000)]
Hook up the libvorbis self test code so it is run by automake's 'check'
target. This only enables the sharedbook.c self test, as the codebook.c
self test has bit rotted.

Unfortunately the doc stuff scrolls the results off the screen, but
given the trouble we've had with the doc build in the past, I'm
loath to place it before the code.

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

16 years agoFix to bug #1229
Monty [Thu, 30 Aug 2007 02:40:29 +0000 (02:40 +0000)]
Fix to bug #1229

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

16 years agoRemoving erikd's 'test harness' from Makefile.am as it breaks the build.
Monty [Wed, 29 Aug 2007 18:43:39 +0000 (18:43 +0000)]
Removing erikd's 'test harness' from Makefile.am as it breaks the build.
Not reverting r13652 entirely-- yet.

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

16 years agoAdd the bare bones of a test suite.
erikd [Wed, 29 Aug 2007 11:42:06 +0000 (11:42 +0000)]
Add the bare bones of a test suite.

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

16 years agoOne more patch to bug #300
Monty [Wed, 29 Aug 2007 11:25:58 +0000 (11:25 +0000)]
One more patch to bug #300

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

16 years agoBug #300 was not completely killed; a setting for uncoupled modes in
Monty [Tue, 28 Aug 2007 18:25:49 +0000 (18:25 +0000)]
Bug #300 was not completely killed; a setting for uncoupled modes in
setup_22.h got missed.

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

16 years agoErikd: take care that added comments with detailed explanations are
Monty [Tue, 28 Aug 2007 17:45:00 +0000 (17:45 +0000)]
Erikd: take care that added comments with detailed explanations are
actually correct.  The default callbacks in vorbisfile.h are not an
attempt to preserve ABI, they're due to peculiarities of Windows
linking strategies.

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

16 years agolib/lookup_data.h : Add ifdef around FROMdB_LOOKUP to prevent compiler warnings.
erikd [Sun, 26 Aug 2007 01:17:24 +0000 (01:17 +0000)]
lib/lookup_data.h : Add ifdef around FROMdB_LOOKUP to prevent compiler warnings.

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

16 years agoinclude/vorbis/vorbisfile.h : Add comments about a desired change that cannot be...
erikd [Sun, 26 Aug 2007 00:38:33 +0000 (00:38 +0000)]
include/vorbis/vorbisfile.h : Add comments about a desired change that cannot be made until we're willing to break ABI compatibility.

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

16 years agoDetect availability of C99 inline keyword in configure and use it in lib/scales.h...
erikd [Sun, 26 Aug 2007 00:24:57 +0000 (00:24 +0000)]
Detect availability of C99 inline keyword in configure and use it in lib/scales.h. Also add workaround for MSVS which uses __inline.

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

16 years agodoc/Makefile.am : Fix broken build.
erikd [Wed, 22 Aug 2007 21:44:29 +0000 (21:44 +0000)]
doc/Makefile.am : Fix broken build.

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

16 years agoLeftovers...
lu_zero [Wed, 22 Aug 2007 09:38:33 +0000 (09:38 +0000)]
Leftovers...

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

16 years agoRemove warnings about unused or uninitialized variables.
erikd [Mon, 20 Aug 2007 10:44:04 +0000 (10:44 +0000)]
Remove warnings about unused or uninitialized variables.

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

16 years agoRemove unused parameter from function _ve_amp.
erikd [Mon, 20 Aug 2007 10:04:37 +0000 (10:04 +0000)]
Remove unused parameter from function _ve_amp.

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

16 years agoMake _v_writestring const correct.
erikd [Mon, 20 Aug 2007 10:03:18 +0000 (10:03 +0000)]
Make _v_writestring const correct.

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

16 years agoMove struct and func definition to codec_internal.h.
erikd [Mon, 20 Aug 2007 09:56:50 +0000 (09:56 +0000)]
Move struct and func definition to codec_internal.h.

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

16 years agodraft 07
lu_zero [Mon, 20 Aug 2007 09:30:49 +0000 (09:30 +0000)]
draft 07

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

16 years agoMake vorbis comment functions const correct.
erikd [Sun, 19 Aug 2007 09:36:24 +0000 (09:36 +0000)]
Make vorbis comment functions const correct.

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

16 years agoSimplify configuration-uri handling
lu_zero [Thu, 16 Aug 2007 08:54:30 +0000 (08:54 +0000)]
Simplify configuration-uri handling

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

16 years agoadd the start of a real configuration string, as suggested by Colin
lu_zero [Thu, 16 Aug 2007 08:34:22 +0000 (08:34 +0000)]
add the start of a real configuration string, as suggested by Colin

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

16 years agoMove back gzip, bzip2 and vorbis reference to the normative section
lu_zero [Thu, 16 Aug 2007 08:31:50 +0000 (08:31 +0000)]
Move back gzip, bzip2 and vorbis reference to the normative section

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

16 years agoadd reference to rfc4588 as suggested by Colin
lu_zero [Thu, 16 Aug 2007 08:28:27 +0000 (08:28 +0000)]
add reference to rfc4588 as suggested by Colin

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

16 years agoReverting previous change.
Mike Smith [Fri, 10 Aug 2007 16:22:18 +0000 (16:22 +0000)]
Reverting previous change.

Ivo: do not change copyright policy without asking people.

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

16 years agoCollective Copyright statement.
ivo [Fri, 10 Aug 2007 16:17:31 +0000 (16:17 +0000)]
Collective Copyright statement.

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

16 years agoMake VS2003 do what VS2005 already does
sping [Sat, 28 Jul 2007 21:27:15 +0000 (21:27 +0000)]
Make VS2003 do what VS2005 already does

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

16 years agoVisual Studio 2005 projects file updates: Missing link dependencies "libogg.lib libvo...
sping [Sat, 28 Jul 2007 20:31:41 +0000 (20:31 +0000)]
Visual Studio 2005 projects file updates: Missing link dependencies "libogg.lib libvorbis.lib" added, no more debugging info for release builds, solution file added

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

16 years agoBump version number post-release.
Ralph Giles [Wed, 25 Jul 2007 17:37:04 +0000 (17:37 +0000)]
Bump version number post-release.

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

16 years agoUpdate library versioning and changelog for the 1.2.0 release.
Ralph Giles [Wed, 25 Jul 2007 16:27:00 +0000 (16:27 +0000)]
Update library versioning and changelog for the 1.2.0 release.

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

16 years agoCatch one bulletproofing oversight; only an app bug would trip it
Monty [Tue, 24 Jul 2007 01:08:23 +0000 (01:08 +0000)]
Catch one bulletproofing oversight; only an app bug would trip it

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

16 years agoUpdate documentation, version numbers, copyright dates
Monty [Tue, 24 Jul 2007 00:09:47 +0000 (00:09 +0000)]
Update documentation, version numbers, copyright dates

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

16 years agoAdd ov_fopen() (like ov_open, but does the fopen within libvorbisfile)
Monty [Mon, 23 Jul 2007 20:17:41 +0000 (20:17 +0000)]
Add ov_fopen() (like ov_open, but does the fopen within libvorbisfile)
and extend ov_open_callbacks() mechanism as means of encouraging use
over ov_open().

Use of ov_open() now strongly discouraged under Windows;
ov_open_callbacks(fd,vf,NULL,0,OV_CALLBACKS_NOCLOSE) as a direct
replacement or ov_fopen() as a convenient substitute.

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

16 years agoWe have a new encoder version string.
Ralph Giles [Mon, 23 Jul 2007 18:58:56 +0000 (18:58 +0000)]
We have a new encoder version string.

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

16 years agoNew built copies of the decoder spec.
Ralph Giles [Mon, 23 Jul 2007 18:56:09 +0000 (18:56 +0000)]
New built copies of the decoder spec.

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

16 years agoAdd vorbis_synthesis_idheader to the .def file for win32.
Tim Terriberry [Fri, 20 Jul 2007 03:47:48 +0000 (03:47 +0000)]
Add vorbis_synthesis_idheader to the .def file for win32.

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

16 years agoAlso update the configured version.
Ralph Giles [Wed, 4 Jul 2007 18:25:00 +0000 (18:25 +0000)]
Also update the configured version.

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

16 years agoUpdate the changelog. Also bump the version number to a new minor. There
Ralph Giles [Wed, 4 Jul 2007 18:24:28 +0000 (18:24 +0000)]
Update the changelog. Also bump the version number to a new minor. There
are still no encoder improvements over 1.1, but the handling of
multiplexed streams is a new feature and warrents the jump.

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

16 years agoUpdate the doc link to the rtp draft as well.
Ralph Giles [Wed, 4 Jul 2007 17:58:43 +0000 (17:58 +0000)]
Update the doc link to the rtp draft as well.

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

16 years agoWell. *that* deadlock bug has been lurking in seeking for a long time.
Monty [Wed, 4 Jul 2007 05:13:33 +0000 (05:13 +0000)]
Well.  *that* deadlock bug has been lurking in seeking for a long time.
A bigger chunksize + just the right annodex file finally reproduced it
here.

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

16 years agoNew vorbisfile multiplexing support passes built-in playback and seeking
Monty [Tue, 3 Jul 2007 23:53:43 +0000 (23:53 +0000)]
New vorbisfile multiplexing support passes built-in playback and seeking
tests.

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

16 years agoMultiplex support fixes; basic functions test OK on single stream files
Monty [Tue, 3 Jul 2007 21:31:52 +0000 (21:31 +0000)]
Multiplex support fixes; basic functions test OK on single stream files
now, time to test chains and multiplexing.

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

16 years agoMultiplexed stream support for vorbisfile *IN PROGRESS*
Monty [Tue, 3 Jul 2007 08:59:28 +0000 (08:59 +0000)]
Multiplexed stream support for vorbisfile *IN PROGRESS*
Don't use it, I know for certain it's broken.

Just a commit to make switching machines easier :-)

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

16 years agoAdd return checks to all instances of seek_func and _seek_helper.
Monty [Mon, 2 Jul 2007 23:20:21 +0000 (23:20 +0000)]
Add return checks to all instances of seek_func and _seek_helper.
Should close bug #853.

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

16 years agoAlthough bug 552 was complaining about behavior that was illegal
Monty [Mon, 2 Jul 2007 22:51:10 +0000 (22:51 +0000)]
Although bug 552 was complaining about behavior that was illegal
anyway, added an additional proofing check to vorbisfile to aid a
developer figuring out what he's doing wrong.

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

16 years agoFix for bug 577; used a different approach than the submitted patch
Monty [Fri, 29 Jun 2007 05:14:41 +0000 (05:14 +0000)]
Fix for bug 577; used a different approach than the submitted patch
(rather than fudging an out of bound result after computation, do it
the right way to begin with)

Add test for fix to seeking_example.

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

16 years agoDraft filename changed, build system must be updated to match.
Monty [Fri, 29 Jun 2007 05:07:49 +0000 (05:07 +0000)]
Draft filename changed, build system must be updated to match.

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

16 years ago06 commit to ietf
lu_zero [Mon, 25 Jun 2007 13:18:18 +0000 (13:18 +0000)]
06 commit to ietf

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

16 years ago...if we're going to verify against minimum legal blocksize, we really
Monty [Sat, 23 Jun 2007 06:42:39 +0000 (06:42 +0000)]
...if we're going to verify against minimum legal blocksize, we really
ought to verify against maximum too.

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