similar to: Need AMD debugging help

Displaying 20 results from an estimated 2000 matches similar to: "Need AMD debugging help"

2004 Sep 10
3
AMD debugging test files available
On Fri, Aug 16, 2002 at 11:14:01AM -0700, Josh Coalson wrote: > --- Josh Coalson <xflac@yahoo.com> wrote: > >... > > If anyone with a similar set up can read the comments in the > > following bug reports and do some investigation it would really > > help a lot. I would like to hear about setups that are working > > as much as ones that aren't. >
2004 Sep 10
2
Re: Need AMD debugging help
Great call, Jason. The trouble may also be from overclocking their CPU's. We ran into some similar bug reports in the Furthur project with people swearing up and down that random application hangs and glitches was our software (which in part it was). However, as soon as they brought their CPU's and video cards back to spec, their problems magically went away. I would follow this one up
2004 Sep 10
5
problem compiling with gcc 3?
there is a bug report that the resulting flac binary, when compiled with gcc3, is bad: http://sourceforge.net/tracker/index.php?func=detail&aid=488702&group_id=13478&atid=113478 I don't have a system to try this out on right away; can anyone verify or elaborate on that? Josh __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at
2004 Sep 10
1
FLAC .ogg fiels & XMMS
I'm using the FLAC v1.0.3 plugin on XMMS v.1.2.7 (RedHat 8.0). It will play .flac files correctly, but will not play flac compressed .ogg files. If I rename the .ogg files to .flac, they work fine. I assume this is an issue with XMMS, but I thought I'd bring it up here first to see if anyone has experience with this problem. cheers, glenn
2004 Sep 10
2
Re: seeking problems
--- august <august@alien.mur.at> wrote: > > > sorry to bother again, > > but I can narrow down my problem to certain parst of my flac file. > > for example, when I seek to 19*44100 samples or to 81*44100 samples, > the > seek callback runs off in an endless loop. > > there aren't any while loops in my code, so I don't think I am > causing it.
2004 Sep 10
0
AMD debugging test files available
--- Matt Zimmerman <mdz@debian.org> wrote: > On Fri, Aug 16, 2002 at 11:14:01AM -0700, Josh Coalson wrote: > > > --- Josh Coalson <xflac@yahoo.com> wrote: > > >... > > > If anyone with a similar set up can read the comments in the > > > following bug reports and do some investigation it would really > > > help a lot. I would like to
2005 Feb 11
1
FreeBSD 4.x problem resolved
Bryan Levin reported a problem of the FreeBSD flac port dumping core on FreeBSD 4.x: http://sourceforge.net/tracker/index.php?func=detail&aid=1099004&group_id=13478&atid=113478 It turns out that the port enabled SSE support, but FreeBSD 4.x does not support SSE by default. (FreeBSD 5.x and later do.) I have added a small patch to the port to check at runtime whether the system
2004 Jan 15
4
ultra-cheap asterisk box
hi all what about this... I just put together a box on a web shop (komplett.no) that will cost me NOK ~1850 (? 216) plus a small ?50 drive and cables, so say ?300. This consists of a cheap MB with a duron 1400, 256MB SDRAM and two HFC-PCI cards (if capijod will finish off the zaptel-driver soon). This is all in a cheap PC case. What do you think? Should this be doable? as a product? With only IP
2005 Sep 16
3
Rather serious flac problem
Okay.. I love flac but just had a rather serious failure that really shakes my confidence. It resulted in the near loss of a master audio recording. Fortunately, I have a backup. Though there may have been other cases where I have lost original material because I have been compressing a lot of originals and deleting them after doing a 'flac -t' on them. Basically, flac failed with a
2004 Sep 10
1
[Flac-users] Winamp 3 plugin
Hi all, I've installed the Winamp 2 plugin and it seems to work fine. However I wish to install the Winamp 3 plugin on another machine but can't find it anywhere. Where is it? Thanks Ashton __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
2004 Sep 10
1
[Flac-users] trouble with flac -d --until=n
Hi, I've noticed some strange behavior with flac 1.1 - first on NetBSD 1.6 and then on Solaris 9. When I decode a flac with the --until=n option, the file decodes normally, but pauses for a long time on the "99% complete" stage while consuming a lot of CPU. I took a closer look at what's happening and it appears like flac is reading the entire flac file past the
2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with Unicode Byte Order Marks (BOM)? In command: metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue" --set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac If "CDImage.cue" contains Unicode characters, most text editors append BOM at the 1st line of this file. And metaflac does not
2007 Jul 25
1
Bug: flac --replay-gain thinks that I used --no-padding
Josh Coalson <xflac@yahoo.com> wrote: > --- Scott F <graue@oceanbase.org> wrote: > > > If I use flac to encode with the --replay-gain > > option, I get a warning about the --no-padding > > option... > > > > "NOTE: --replay-gain may leave a small PADDING block even with > > --no-padding" > > > > ...even though I'm
2004 Sep 10
1
--until decodes rest of file?
On Fri, 7 Nov 2003 11:42:05 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote: > sorry about the delay on this one... > > do you have a sample flac file that you can host that exhibits > the problem? Ha. The flac files used in the examples below were of entire audio CDs; due to my use of "time" to demostrate the problem I need a fairly large file. I can simulate the
2005 Oct 19
1
W2K BSOD: Memory errors
Hi everyone! This is my first post to the list. Be gentle ;) I run Windows 2000 Pro SP4 EN, on a 1400 MHz AMD Athlon Thunderbird. 512 MB RAM, not sure what speed though. For a few months now I've been getting errors while encoding with flac. I use foobar2000 for encoding from WAVE to FLAC, with the help of CUE sheets. I can confirm it's not foobar itself that's giving the errors,
2004 Sep 10
3
seeking problems
Hey guys, I just joined the list. I've been programming an external for PureData <http://pure-data.sourceforge.net/> & <http://pure-data.org>, as well as for Max/MSP....that reads multiple sound formats. But, I've been having massive problems with getting reliable seeking with FLAC. sometimes when I call FLAC__seekable_stream_decoder_seek_absolute, I get a false
2004 Sep 10
6
command-line: AIFF writer advice
The patch I submitted only reads AIFF files. I'm about to start the patch to write AIFF files. To do so, we need a command-line option to specify AIFF. My inclination is to add an option: -ff { raw | wav | aif } In some sense, "-ff" is silly since it probably stands for "format format". Still, I think it's better than just "-f", since the first
2004 Sep 10
0
Re: Need AMD debugging help
xflac@yahoo.com said: > I have gotten a few similar bug reports about encoding > errors with FLAC. The common features are: > > - Repeatedly encoding the same file with verify will have > verify errors some of the time (looks like aroung 50%) and > the verify errors will occur in different places each time. > > - This is happening on AMD PCs running Windows. More
2011 Aug 09
2
Feed decoder from c++ std::stream
Hi! I am working on an application that reads audio data from files, and runs it through some user defined filters. The filters basically all derive from some base filter and have methods start(), update() and finish(). The start routine performs any initialization required by the filter, and finish() does the clean up. In between, I simply read the file piece by piece into a buffer using
2006 Jan 12
6
link_to_image - Remove Border
Hi All, I am new to both Ruby and Rails, so please be patient with me. I am currently working on a view for a controller and I have used the following excerpt: <td><%= link_to_image "b_edit", :action => ''edit'', :id => part_prefix %></td> The image is being displayed and the link is working. However, the formatting of image rendered