similar to: Segfault in vorbis_book_decodevv_add

Displaying 7 results from an estimated 7 matches similar to: "Segfault in vorbis_book_decodevv_add"

2004 Sep 10
3
Re: XMMS Plugin on Mac OS X
--- Pisco <pisco@mac.com> wrote: > This may clarify a few things. I compiled flac from the source > package > on flac.sourceforge.net since the Darwin package did not contain the > XMMS > plugin. I compiled it using the ./configure, make, make all > sequence, > and it compiled fine. > When the flac plugin is alone in the XMMS Input directory, it works >
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
Hi, the patch below fixes function prototypes/defintions with void argument to shut up the heartful warnings by recent gcc :) It doesn't cover all places, e.g. test directories. The patch is to 1.1.2. Takashi --- src/metaflac/operations.c-dist 2005-05-25 16:20:02.000000000 +0200 +++ src/metaflac/operations.c 2005-05-25 16:20:09.000000000 +0200 @@ -26,7 +26,7 @@ #include <stdlib.h>
2003 May 21
3
use of 'long' in vorbis structures
The codebase sets up ogg_int32_t, etc, but then uses long directly in several structures. Unfortunately for me longs are 64 bits on my platform, not 32, and I end up getting hammered by unnecessary software math routine calls. Should I be able to just search/replace 'long' with 'ogg_int32_t' in the code or would that cause more problems than it fixes? -Dave --- >8 ---- List
2004 Sep 10
0
http streaming in the xmms plugin
Hi, Here's a patch to add support for streaming HTTP transport to the xmms plugin. Most of the code (in particular, http.c) is taken from the xmms mpg123 input plugin. You'll need to make a three-line change to the xmms mpg123 input plugin to get streaming to work. The mpeg plugin currently handles all http urls itself unless they end in an ogg or real audio extension (which means flac
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
Hi all, I recently noticed that Vorbis shlibs export several symbols which are not present in it's public header (for a total of 85 symbols, see attach). Would it make sense to filter them via -fvisibility=hidden and -Wl,--version-script? I attached a draft patch. Best regards, Yury Gribov -------------- next part -------------- _book_maptype1_quantvals _book_unquantize __bss_start
2005 Mar 19
1
seeking Icecast ninja
I'm in charge of developing a huge music project. Streaming audio content broadcasting multiple channels, live events, dynamically generated playlists, and more will be a feature of the site. I've installed Icecast and spent a lot of time trying to get it functional without much success. I have a massive amount of stuff to coordinate so I'm looking for help to get this thing
2005 Jun 27
1
Song Requests and etc.
I've been using Shoutcast and Winamp for over a year now, but I've decided because of lack-of-stability to move it over to Icecast on a Fedora Core machine. I'm using Ices 0.4 for MP3's. Oddsock has an auto-song requester that I've been using, and it looks to be Win32 only. This is the link: http://www.oddsock.org/tools/gen_songrequester/ Anyway, I was wondering if there were