- May 09, 2017
-
-
Ralph Giles authored
-
Ralph Giles authored
Consistently use braces around conditional bodies, even if they're only once line. After the Apple goto bug, we know relying on indentation alone to signal what lines are inside the block is too error-prone. Also cuddle else clauses with the closing braces.
-
Ralph Giles authored
Using the default options here regularizes the formatting into a more modern style.
-
Ralph Giles authored
The original source uses tab characters for indentation which have gone out of style.
-
Ralph Giles authored
-
This commit adds -d/--rm to vorbiscomment. The new option allows removal of tags from the processed files. It allows both removal of specific tags or all tags with a given namen. It also implies --append (which should maybe be renamed to --update). Manpage has been updated. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Sep 26, 2016
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ralph Giles authored
Mostly re-wrapping lines. These are changes from running autogen.sh on a Fedora 24 system.
-
Ralph Giles authored
-
Ralph Giles authored
Fixes an automake warning.
-
- Mar 30, 2016
-
-
Ralph Giles authored
-
Ralph Giles authored
This is a continuous integration service integrated with github. This just invokes 'make check'. 'make distcheck' fails with a permission issue: cannot move `/home/travis/build/rillian/vorbis-tools/vorbis-tools-1.4.0/_build/po/sv.new.po' to `sv.po': Permission denied
-
Ralph Giles authored
-
Ralph Giles authored
This is bad style, especially since "goto fail".
-
Bangun K authored
-
Chocobo1 authored
... to follow the one in CHANGES.
-
Chocobo1 authored
MSVC doesn't have unistd.h
-
- Sep 26, 2015
-
-
Ralph Giles authored
autoreconf looks for ACLOCAL_*FLAGS in Makefile.am and will pass that on when it invokes aclocal. Furthermore, setting a local like this doesn't make it available to subcommands, so the line has no effect.
-
- Jul 08, 2015
-
-
Ralph Giles authored
The automake dist target should take care of this for us now.
-
Ralph Giles authored
-
Ralph Giles authored
This is symlinked by automake and shouldn't be in-tree.
-
- Jul 03, 2015
-
-
Tristan Matthews authored
-
- Jun 23, 2015
-
-
Marvin Scholz authored
-
- Jan 05, 2015
-
-
Ralph Giles authored
This simplifies compiling the utility stand-alone for testing or in alternate build systems. svn path=/trunk/vorbis-tools/; revision=19424
-
Ralph Giles authored
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 <martin@steghoefer.eu> Fixes #2078 Bug-Debian: https://bugs.debian.org/716613 svn path=/trunk/vorbis-tools/; revision=19423
-
- Dec 12, 2014
-
-
Timothy B. Terriberry authored
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 <martin@steghoefer.eu> Bug-Debian: https://bugs.debian.org/312185 Fixes #1676 svn path=/trunk/vorbis-tools/; revision=19405
-
- Oct 08, 2014
-
-
unlord authored
ogg123: fix a format security issue in status.c, reported by downstream https://bugs.gentoo.org/520580 svn path=/trunk/vorbis-tools/; revision=19227
-
- Apr 16, 2014
-
-
Gregory Maxwell authored
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. svn path=/trunk/vorbis-tools/; revision=19117
-
- Feb 14, 2014
-
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=19090
-
Ralph Giles authored
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 svn path=/trunk/vorbis-tools/; revision=19089
-
- Dec 10, 2013
-
-
Gregory Maxwell authored
svn path=/trunk/vorbis-tools/; revision=19046
-
- Feb 13, 2013
-
-
Ralph Giles authored
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. svn path=/trunk/vorbis-tools/; revision=18791
-
- Jan 08, 2013
-
-
Monty authored
Update configure.ac to, as ron puts it, "the 21st century" (mostly macro updates that appear to be symvol-pushing) svn path=/trunk/vorbis-tools/; revision=18763
-
- Dec 18, 2012
-
-
Ralph Giles authored
Patch to the vorbis-dev list. https://bugzilla.redhat.com/887540 svn path=/trunk/vorbis-tools/; revision=18747
-
- Aug 02, 2012
-
-
Timothy B. Terriberry authored
ogginfo wasn't correcting for the granule position difference between 3.2.0 and 3.2.1 streams. It was always assuming the 3.2.1 behavior, but since this code hasn't been changed since 2005 and the 3.2.1 bitstream bump was done in 2007, it was simply wrong before. svn path=/trunk/vorbis-tools/; revision=18497
-
- Jul 12, 2012
-
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=18450
-
Ralph Giles authored
This isn't all of them, by any stretch, but they are the ones which were easy to trigger when the output file could not be opened. Helps with valgrind cleanness. svn path=/trunk/vorbis-tools/; revision=18449
-
- Jun 13, 2012
-
-
Timothy B. Terriberry authored
This option was accidentally disconnected in r16793. This patch restores the option's functionality, and allows the code to distinguish between an actual unknown length (totalframes==-1) and an empty file (totalframes==0). Fixes #1803. svn path=/trunk/vorbis-tools/; revision=18383
-
Timothy B. Terriberry authored
resize_buffer() would only free the channel buffers when the channel count changed, not when the size of the buffer changed, even though it allocated new buffers in both cases. svn path=/trunk/vorbis-tools/; revision=18382
-
- Nov 19, 2011
-
-
Monty authored
patch from ph3r-der-loewe See Trac #1786 svn path=/trunk/vorbis-tools/; revision=18121
-