similar to: Divide by zero in accumulate_fit

Displaying 20 results from an estimated 400 matches similar to: "Divide by zero in accumulate_fit"

2009 May 26
5
errors in valgrind
Hay! Has anyone come across these errors using valgrind for the oggenc tool or the encoder_example.c: ==13108== Invalid read of size 4 ==13108== at 0x4155734: _vp_offset_and_mix (in /usr/local/lib/libvorbis.so.0.4.1) ==13108==
2000 Aug 29
1
double -> float conversion
I'm in the process of collecting performance data on my platform and I thought I'd test the difference between double and float performance. So, I replaced all occurances of double in vorbis with float (as was suggested should work). I ended up hanging at: #0 0x0002695c in cacm283 () #1 0x00026dd0 in vorbis_lpc_to_lsp () #2 0x0001b3cc in forward () #3 0x0001cac8 in forward () #4
2002 Aug 09
1
oggenc core dump
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 <p>Hello, I have encountered a situation where oggenc core dumps. I am using vorbis-tools 1.0 on Solaris 8 x86. This is the command line: oggenc -b 128 -a "Keith, Toby" -t "Losing My Touch" -l "Unleashed" \ - -N "06" -o "Keith, Toby - 06. Losing My Touch.ogg" audio_06.wav Here is a
2004 Sep 03
1
Vorbis Tools installation problem
I am trying to install vorbis-tools 1.0.1 onto my mac os 10.3.5 I installed the relevant libraries through fink (http://fink.sourceforge.net) - libao2, libvorbis, libogg my configure command was this: ./configure -with-ogg=/sw --with-ao=/sw --without-flac --without-speex I received no errors from configure except to let me know that oggenc would not have flac support and that ogg123 would
2002 Jul 03
3
segfault in current cvs
Hello -- Some wav files have been crashing the stuff I checked out from cvs last night. Is this happening to anyone else? Red Hat Linux release 7.3 (Valhalla) Kernel 2.4.18-5 on an i686 gcc-2.96-110 glibc-2.2.5-36 Encoding "04_imiuta.wav" to "04_imiuta.ogg" at quality 1.00 [100.0%] [ 0m00s remaining] \Segmentation fault Program received signal
2003 Feb 13
2
Are vorbis_blocks really independent?
I read some lines in libvorbis/include/vorbis/codec.h: /* vorbis_block is a single block of data to be processed as part of the analysis/synthesis stream; it belongs to a specific logical bitstream, but is independant from other vorbis_blocks belonging to that logical bitstream. *************************************************/ My question. Does this imply that vorbis_analysis
2002 Sep 23
2
Libvorbis suggestion & floating point exception
Hello, I'm not quite sure if this is the right list for my questions, please excuse if it isn't. 1. While using vorbislib (Win2K/Borland C++ Builder 5), I'm getting reproducible floating point exceptions at lots of sample rate/bit rate combinations. For example, the original encoder_example.c, with just the initialization line changed to
2011 Nov 17
1
multithreaded vorbis encoding
Hello, I have some code that encodes PCM data into a vorbis stream, using the workflow shown in http://www.xiph.org/vorbis/doc/libvorbis/overview.html. By analyzing that process with valgrind/cachegrind I found out that 95% of the time used for encoding is spent in the function "vorbis_analysis(&vb, 0)". My question now is: would it be technically possible to parallelize this? I
2002 Jul 04
2
CVS access
I am no longer able to access CVS: Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot cvs [login aborted]: recv() from server xiph.org: Connection reset by peer I had no problems a few days ago. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Mar 27
1
What exactly is threadsafe
Hey I am playing with a LOT of threads right now, and I want to know if the threads all need their own little vorbis encoders running in them or what exactly is threadsafe in vorbis? So here are the functions that would be called from many threads of with buffer = vorbis_analysis_buffer( &m_vorbisDsp, 4*DATA_CHUNK_SIZE ); vorbis_analysis_wrote( &m_vorbisDsp, dataLength/dataSize );
2002 Jul 12
1
vcomment question
vcomment.c contains this line: fprintf(stderr, "Vorbiscomment " VERSION "\n"); I can't figure how / where VERSION is defined. <p> -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2007 Sep 17
2
The use for an XML based metadata format
Daniel Aleksandersen wrote: > On Monday 17. September 2007 07:47:19 David K. Gasaway wrote: >> Even today, I use my own "metadata format" -- essentially a superset of >> vorbis comments. There is one file per release, even with a multi-disc >> release. As a final part of the ripping process, I apply this metadata >> to the FLAC or Vorbis files. > > Why
2002 Jul 18
0
Updated BCC projects
In response to requests, I've given my vorbis BCC projects a thorough cleaning. They are now much more professional, complete, and include a little documentation. Ogg Vorbis 1.0 ready! The new files are available here: http://dave.gasaway.org/vorbis/vorbis_bcc.zip At this time, they cannot compile with the free command-line tools available from Borland. If anyone can help make
2002 Oct 01
1
RE: Hlp in finding a native Ogg trim, fade & nomalise tool
ReplayGain is not much good for FM broadcasting, and debatable for streaming too. There is a limit on the peak volume that can be broadcast on an FM signal so it is best to have a song volume of 100% broadcast with 100% FM deviation. If an average song volume is very low, for example, but has some loud peaks in it, ReplayGain will increase the volume to the extent that the peaks will be way too
2002 Jul 12
3
oggdec in cvs?
I downloaded a nightly CVS tarball about a week ago. It contains an oggdec tool in vorbis-tools. However, I don't get this tool when I checkout / update from CVS. What's the deal - is it in CVS or isn't it?! :) -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2002 Jul 19
1
My patches in bugzilla
Has anyone put an eye to my patches*? AFAIK, they're simple and quite innocuous. Sorry to be a bother. (*) http://bugs.xiph.org/show_bug.cgi?id=208 http://bugs.xiph.org/show_bug.cgi?id=210 -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2002 Apr 09
1
Archive indices for current month
In case the important parties missed my passing comment in another thread... The mailing list archives master indices no longer show the current month. I've found they are still available by using a direct URL, however. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p>--- >8 ---- List archives:
2007 Sep 16
2
The use for an XML based metadata format
On 16 Sep 2007 at 22:10, Ralph Giles wrote: > These applications are complementary. Many music players do have their > own database, and it makes sense to keep metadata there, if only as a > cache. It is also to have metadata in the file itself, so that when it > is moved, copied, posted for download by others, or just indexed by > another music player instance it is easily
2007 Sep 10
2
Feedback on XML metadata namespace
On 10 Sep 2007 at 18:42, Ian Malone wrote: > Classical music is a rich source of examples; works are > most often associated with a composer but you may still > care who the performers or conductors were. A piece may > be split across several movements which may be even further > broken down into tracks on the source. This things are easily solved with vorbis comments ...
2007 Sep 16
2
The use for an XML based metadata format
On 15 Sep 2007 at 16:53, Silvia Pfeiffer wrote: > Skeleton, CMML and Vorbiscomment are not sufficient for some people - > in particular when there is a more complex piece of metadata to be > communicted, e.g. from an archive that stores a lot more information > than just name-value pairs. In my opinion, for this purpose it would be more appropriate to store the data separate from