lp:~vcs-imports/vorbis-tools/head

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:~vcs-imports/vorbis-tools/head

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
vorbis-tools
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from http://svn.xiph.org/trunk/vorbis-tools.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

910. By giles

Redirect users to the git repository.

Main development has moved to git.
Subversion is for historical reference only.

909. By giles

oggenc: Define fallback package and version strings.

This simplifies compiling the utility stand-alone for testing
or in alternate build systems.

908. By giles

oggenc: Reject files with non-positive sample rates.

Input files with sampling rate 0 are useless and can make oggenc crash
because neither oggenc itself nor libvorbis are prepared for this case.
A sanity check lets the program refuse those inputs gracefully without crash.

Patch by Martin Steghöfer <email address hidden>

Fixes #2078
Bug-Debian: https://bugs.debian.org/716613

907. By tterribe

Fix ogg123 speex stereo: Initialize stereo info data structure

The ogg123 executable wasn't able to correctly play stereo speex
files that don't contain any inband intensity stereo signals at
all or whose first inband intensity stereo signal arrives after
the stream has already started. This was due to the stereo
information data structure not being initialized properly before
the first inband intensity stereo signal arrived. So in the
mentioned cases the speex decoder used uninitialized float
values for the stereo decoding. This patch fixes the problem by
using the proper initialization and deallocation functions from
libspeex.

Patch by Martin_Steghöfer <email address hidden>
Bug-Debian: https://bugs.debian.org/312185
Fixes #1676

906. By unlord

ogg123: fix a format security issue in status.c, reported by downstream https://bugs.gentoo.org/520580

905. By gmaxwell

oggenc: fix crash on raw file close, reported by Hanno in issue #2009. pointer to a non-static struct was escaping its scope. Also fix a C99-ism.

904. By giles

ogg123: remove two unused variable warnings.

903. By giles

Fix typo in conditional.

Typo in the conditional to check the exit condition in ascii_strcasecmp.
It checks for (!*s1 || !*s1) instead of (!*s1 || !*s2). The typo did
not affect the result of the function as the loop is exited before
changing s1 or s2 anyway.

Fix ported from the copy in the flac library. Thanks to dcb314 for
reporting it here.

Closes https://trac.xiph.org/ticket/2007

902. By gmaxwell

Fixes #1701, c99ism in vcut. Patch by scottmc. Sorry for the horrible delay.

901. By giles

Update to the latest version of ACX_PTHEAD.

Fixes an issue with the macro expecting pthread_t to be
convertable from an int, which isn't true on mingw where
pthread_t is a struct.

Also move the macro out of acinclude.m4 and into its own
file in the m4 subdirectory.

Thanks to Laura Michaels for reporting the issue.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.