similar to: patch for title(?) segmentation fault

Displaying 20 results from an estimated 100 matches similar to: "patch for title(?) segmentation fault"

2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems. I'm including a patch in this message, but I'll put the new files on my web site at http://rano.org/tmp/xiph_files.tar.gz I've tested this by running vorbiscomment with and without -DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work. Changed files: acinclude.m4: Add a test for nl_langinfo(CODESET). This
2001 Aug 30
1
alsa 0.9 support
Here is a patch that makes ao_alsa.c support alsa 0.9. Device parameter "card" is gone from the 0.9 version and "dev" has changed from numeric to string and defaults to "default" (another possibility is "plughw:0,1"). The configure.in changes cover allowing alsa 0.9 and /not/ having arts-dev (or whatever it is) installed. Bill (taniwha) -- Leave others
2010 Aug 14
3
How to perform a substitution in a loop?
Hello all: I have a data series of 500 data, and I want to limit the value of it to be less than 1. Below is my code: >for (i in 1:500) +if( x[i] > 1) +x[i] = 1 but the system told me it's wrong. Can anyone told me the reason? ----- ------------------------------------------------------------------ Saji Ren from Shanghai China GoldenHeart Investment Group
2006 Dec 02
1
encoding failed
Hello, using flac 1.1.2 regularly failed recently to encode a specific set of WAV files I got from the Internet. Listen to these files with XMMS, Audacious works fine. See the following output: options: -P 4096 -b 4608 -m -l 8 -q 0 -r 3,3 Track01.wav: WARNING: found non-standard 'fmt ' sub-chunk which has length = 30 Track01.wav: ERROR: unsupported compression type 85 What could I do to
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war... I downloaded the source from CVS as of 11am this morning and there are a couple of issues that I ran into: 1) I built the package and then in the examples dir I executed the following commands: # cdparanoia -B 1-1 # ./encoder-example < track01.cdda.wav > test.vor # ./decoder-example < test.vor > out.wav The rip and the encode both work
2004 Aug 06
2
stupid headers
When I run icecast 1.3.10 with shout 0.8.0 I get [/home/icecast/music/track01.mp3] [3:07] Size: 2997767 Bitrate: 128000 (38432 bytes/dot) [Error in read, exiting ] read: Broken pipe When I send a source stream using winamp, I get an invalid password error on winamp, and stupid headers on icecast. [19/Apr/2001:19:12:19] Kicking unknown 10
2002 Aug 03
1
hi & rpms
Hi, Seems majordomo allows me in now ;) For those of you who don't know me, Vakor asked me to do 1.0 rpm packages right before the release, which I did. I was pretty new to vorbis internals but I hope I managed to do a good job. In any case, last night on IRC in #vorbis someone was pretty rude to me in complaining about a problem he had with them. In the end I lost my temper because of
2001 Aug 19
1
C++ style comment in vorbis-tools/oggenc/utf.8
vorbis-tools/oggenc/utf8.c:164 has a //-style comment; it should be /* ... */ so that non-gcc compilers won't barf (e.g., solaris Forte 6.1 cc). Patch included, if you're really lazy. :-) {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" Index: oggenc/utf8.c
2002 Jan 06
6
Slightly off-topic: question about DOS batch files
Jack, thanks for your quick reply about my Comment question. This next question is slightly off-topic, but it pertains to encoding a directory of WAV files into Oggs. Right now I have 14 WAVs that I ripped from a CD... I made a [huge] batch file which specifies the name and track number of each WAV. Unfortunately, I have to have the entire batch file on a single line, since it's a
2002 Jan 14
9
ReplayGain support for Vorbis
Hello all, I'm glad to announce to you that Vorbis now has full ReplayGain support. If you're not familiar with ReplayGain, take a look at www.replaygain.org. The main features are: a) all songs play back with equal loudness b) removes the need for normalization c) allows for clipping prevention Using it is very simple. Get a compatible decoder (ogg123, XMMS and WinAmp all support it
2007 Jun 10
4
Flac woes
Howdy, Flac-1.1.4 is refusing to encode some WAV files (amd64, gentoo): % flac Song\ Name-Track01.wav Song Name-Track01.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24 Song Name-Track01.wav: 100% complete, ratio=0.546Song Name-Track01.wav: ERROR during read of data pad byte % sfinfo Song\ Name-Track01.wav File Name Song Name-Track01.wav File Format Microsoft RIFF
2003 Nov 24
14
New Terminology
There has been a low continuing level of confusion over the terms "Source NAT" (SNAT) and "Static NAT". To avoid future confusion, all instances of "Static NAT" have been replaced with "One-to-one NAT" on the web site and in the CVS configuration files (Shorewall/ project). The documentation in 1.4.9 will also contain this change. -Tom -- Tom Eastep \
2010 Mar 29
3
Page width figures in Latex
bRotheRs & sisteRs, I am once again attempting to learn enough Latex voodoo to get something done, and failing comically. The document "RJAuthorguide.pdf" mentions that one can get page width figures through the use of the "figure*" or "table* environments, but despite considerable searching through the mail archives and reading Frank Harrell's discussion of
2002 Jan 07
2
>Why not use OggDrop? Going for managed bitrates? Tagging?
>Why not use OggDrop? Going for managed bitrates? Tagging? > If you really must know (and I don't think it matters) I use oggdrop because I want to > encode a batch of files without requiring user intervention between each file, and because I do lot of tagging. > Besides, I don't see how oggdrop is going to HELP me encode the entire CD to Ogg Vorbis. It's
2006 Apr 12
14
unofficial Survey about your Dovecot server :) to compare with my own server setup...
Hi Borthers/Sisters Thanks for all the developer(s) and for all the hard work spent on build this great piece of software! I loved Dovecot since it is really easy to set up and really fast but I am really new to it (only 2 weeks and half). Right now, our server configuration is: Server: Apple Xserve G5 dual RAM: 4GB Number of Users: ~ 150 IMAP only users Authentication: LDAP Mailboxes sizes:
2001 Jul 06
1
Verifying stream integrity
Is there a good way to verify the integrity of an Ogg/Vorbis stream? I suffered some disk corruption a while back, and it'd be great if I could have a tool that would help me determine which files need to be replaced. -- _ _ _ _ _ ___ _ _ _ ___ _ _ __ Air conditioned / \/ \(_)| ' // ._\ / - \(_)/ ./| ' /(__ environment - Do not \_||_/|_||_|_\\___/
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
Hi there. First of all, I'd like to congratulate to developers for making a free specification and LGPLed decoder/encoder. :-). I did some test, ripping 17 tracks of my CD and converting them to both MP3 and OGG format. MP3 encoder/player was Lame 3.70 OGG encoder/player was from a Saturday nightly tgz package. ------------------------------------ MP3: LAME-3.70 mpg123-0.59r-4 MP3: lame -S
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
Hi there. First of all, I'd like to congratulate to developers for making a free specification and LGPLed decoder/encoder. :-). I did some test, ripping 17 tracks of my CD and converting them to both MP3 and OGG format. MP3 encoder/player was Lame 3.70 OGG encoder/player was from a Saturday nightly tgz package. ------------------------------------ MP3: LAME-3.70 mpg123-0.59r-4 MP3: lame -S
2007 Jan 03
3
Self-referential habtm with condition is broken
Here''s a simplistic model class. class Person < ActiveRecord::Base has_and_belongs_to_many :relatives, :class_name => ''Person'', :join_table => ''relatives'', :foreign_key => ''from_id'', :association_foreign_key => ''to_id'' has_and_belongs_to_many :brothers, :class_name =>
2006 Jan 23
1
Do non-AR models reload in development?
When working in development mode, do non-AR models reload? I''m not seeing changes I make reflected in the app unless I restart webrick, so I''m assuming the answer is no. How would get these model objects to reload just as their AR decendant brothers and sisters do? --Ryan