Displaying 20 results from an estimated 8000 matches similar to: "libvorbis-1.0 bug with solaris 5.8 re: apsort"
2002 Jul 26
1
libvorbis-1.0 patch for Solaris 5.8 buggy libc qsort.
Solaris 5.8 has a quirky qsort that requires the ability to recognize
elements as equal. here is a patch I have created to deal w/ this
problem. I apologize if the patch is in the wrong format and would love
to be corrected if wrong. I used the following to create the patch
libvorbis-1.0> diff -u lib/psy.c lib/psy_new.c > libv.patch
<p><p><p><p>
--------------
2004 Mar 22
1
apsort
you probably don't want the ~2% perf improvement below... but i figured
i'd post it anyhow :)
well... i do suggest the use of fabsf() rather than fabs() -- gcc doesn't
seem smart enough to figure out fabs() when you ask it to compile
"-mfpmath=sse".
but the #else part uses properties of ieee-754 float layout which you may
or may not be interested in (ab)using. basically
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
2003 Nov 08
1
Compiling problems libvorbis 2.0
Hi Guys,
I want to compile libvorbis, but I get this error message if I made a make.
I use Sun Solaris 9 on a UltraSPARC Server and gcc 3.3
can anyone help me, please?
<p>Best Thanks
Daniel
Here the message output from compiling.
-----------------------------------------
/usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0
mdct.lo smallft.lo block.lo envelope.lo
2007 Dec 15
2
[LLVMdev] Elsa and LLVM and LLVM submissions
Hi,
I've been writing an Elsa to LLVM interface.
It has been going very well, I think both sets of software are very nice.
At this point I've been able to compile and run a small program (sieve.c).
I've also compiled a pretty complete version of printf(). (It seemed like
a good choice because it touches many data types, varargs, etc.)
I've had to make quite a few changes to Elsa
2004 May 05
1
optimizing float to int conversions
Hi,
We compiled libvorbis with vc6 enviroment.
We've discovered that changing float to int conversion results in a 4% speedup
on a benchmark we've come with on pentium4 3GHz.
We'd like to submit the code.
We haven't checked it on AMD.
Yet, as you can see in the code, it shouldn't be a problem.
Should we think of other machines except for AMD/Intel machines?
Tal&Adir
P.S.
2003 Nov 03
0
Compiling problems libvorbis
Hi Guys,
I want to compile libvorbis, but I get this error message if I made a make.
I use Sun Solaris 9 on a UltraSPARC Server.
can anyone help me, please?
Here the message output from compiling.
Best Thanks
Daniel
<p>/usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0
mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo
synthesis.lo psy.lo
2006 May 09
0
libvorbis build errors when using configure
First my environment
MinGW and MYSYS with gcc 3.4.2 under Windows XP pro.
I configured and built libbogg with out a problem. I configured
libvorbis and it finds libogg. When I type make it dies with:
gcc -shared .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o
.libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o
.libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o
2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's
size a touch... and libvorbis, is really the only think bigger than 100k
coming in at over 1 meg .dll
I've been looking through the code for vorbis_enc as that's the object file
taking 95% of the space, and i can't figure out why it is so damn big...
there's only a few thousand lines of code there
2005 Jan 13
2
Ices Crashing (BUS error)
Michael Smith wrote:
> On Sun, 09 Jan 2005 18:15:26 +0100, Frits Letteboer
> <graver@graver.xs4all.nl> wrote:
>
>>Hi,
>>
>>I'm currently migrating from Shoutcast/MP3 to Icecast/OGG/Vorbis
using ices.
>>
>>Unfortunately, when initialising the encoder, ices crashes with a bus
error.
>
>
> It looks from the gdb output that
2004 Mar 25
1
library of ogg vorbis encoder
Hello,
I have succeed in compile oggencoder to create ogg enc.exe, but I have
put libraries in my visual c++ project( ogg_static_d.lib
vorbis_static_d.lib vorbisenc_static_d.lib).
What are these libraries? What does they contain?
In my visual project, I have just audio.c;encode.c; getopt.c;
getopt1.c;oggenc.c;platform.c;utf8.c in the source files.
I don't know where are the files (MDCT.c; PSY
2013 Jul 31
1
Linux Plumbers ACPI/PM, PCI Microconference
On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote:
> On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote:
>> Myron,
>>
>> On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>>
>>>
>>> Shuah - You brought up the idea about "Converting drivers from Legacy
>>> PM ops to dev_pm_ops"; would you like to
2013 Jul 31
1
Linux Plumbers ACPI/PM, PCI Microconference
On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote:
> On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote:
>> Myron,
>>
>> On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>>
>>>
>>> Shuah - You brought up the idea about "Converting drivers from Legacy
>>> PM ops to dev_pm_ops"; would you like to
2007 Dec 17
0
[LLVMdev] Elsa and LLVM and LLVM submissions
On Dec 15, 2007, at 12:15 PM, Richard Pennington wrote:
> I got the current version of LLVM via svn yesterday and modified my
> code to
> use the LLVMFoldingBuilder. Very nice!
>
> My question is this: I noticed that the folding builder doesn't fold
> some
> operations, e.g. casts. Is there some reason why? If I implemented
> some of
> these unhandled cases
2008 Feb 15
2
[LLVMdev] Some questions about live intervals
Hi Evan,
[skipped] ...
> > Please, let me know, if I should sumbit a patch without any
> > assert() and returning just a NULL pointer.
>
> Now I think either approach is fine. Please commit. Thanks!
>
> Evan
I don't have a commit access to the SVN repository. Therefore I cannot
commit it myself. Should I better apply for getting a commiter access
or should I simply
2006 Jul 08
2
NoMethodError in Recipe#index
I''m trying to teach myself Ruby on Rails, and doing the infamous
Cookbook as a starting point. I''m all set until the point when I go to
create of sumbit my recipe and I get this error:
NoMethodError in Recipe#index
You have a nil object when you didn''t expect it!
The error occured while evaluating nil.name
15: <% @recipes.each do |recipe| %>
16: <tr>
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
2005 Feb 02
3
postscript symbols?
dear R wizards:
is it possible to use a postscript font symbol as a plot symbol? in
particular, I want to use the four postscript symbols for playing cards
(club, heart, spade, diamond) as points. In LaTeX, these four are
\Pisymbol{psy}{"A7} \Pisymbol{psy}{"A8}
\Pisymbol{psy}{"A9} \Pisymbol{psy}{"A10}
and what I would love to do is place them, at say, (x=1,y=1),
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==
2008 Feb 11
2
[LLVMdev] Some questions about live intervals
Hi Evan,
--- Evan Cheng <evan.cheng at apple.com> wrote:
> Thanks. One question though. Should getMBBFromIndex() assert if given
> an index out of the range or simply returns a NULL pointer? I would
> think the later makes it a bit more friendly.
Yes. It would be more friendly, probably. I can submit such a patch, if
you think it suits better.
On the other hand I want to