Displaying 20 results from an estimated 3000 matches similar to: "Problems compiling Mac Libs"
2001 Jul 20
2
Quicktime Component
Good news all!
I now have a functional version of the Quicktime Component of the Ogg Vorbis
decompressor. In English: this extension will allow all Quicktime apps to
play .oggs (including iTunes).
I plan on posting it ASAP. I have a few problems with memory that I'd like
to get cleared up first. I plan on carbonizing it as soon as it functions in
classic.
I'll also do a Winders version.
2002 Mar 12
7
alloca() problem with CodeWarrior
Thanks for the http://vorbis.com link. That worked. But I looked in the
download area and there is no SDK for Mac OS 9. So I am compiling the vorbis
code directly into my app.
The problem I am having now is that the CodeWarrior 5.0 compiler has a bug
with alloca(). It allocates the area on the stack but, under some
circumstances, it does not restore the stack pointer at the end of the
routine.
2002 Jan 02
2
RC3 Changes needed for MacOS
It looks like the Mac .exp files were not updated for RC3.
The following diff corrects that problem. The CodeWarrior
project files also have not been updated. They are in 5.3
format which is quite old. Would anybody object if I
submitted updates to them in CodeWarrior Pro 6 format?
That's the oldest version I have readily available.
If someone else has 5.3 and wants to do it, you need to
2003 Oct 05
4
Total Tracks Tag?
heyas-
I believe there is a need for a standard vorbis comment
field to encode "Total Number of Tracks (on a CD)".
Why we need this --------------------
- Existing Vorbis programs already implement this,
inconsistently, and hence don't interoperate.
These seems the key reason to me.
- MP3s include this
- Some software (e.g., iTunes) uses this information,
e.g., to display
2005 Dec 28
1
Re: Samba and NUL characters
Hi,
We have a Windows NT 4 SP5 sharing a read-only share of logs
that are constantly being written to and a Linux box running CentOS
release 4.2 (Final) that mounts this share. The share in mounted using
the following command:
smbmount //cdn-mtl-ms/Logs /mnt/logs -o
sockopt=SO_KEEPALIVE,username=user,password=pass,ro,uid=503,gid=503
smbmount -v shows --> Version 3.0.10-1.4E.2
We notice a
2003 Feb 05
1
libvorbis on Classic MacOS
Hi all,
Those of you uninterested in classic MacOS as a target will probably
want to skip this email. I'm revisiting this platform, trying to get
music going for the game I'm working on. We're obviously using
OggVorbis on the other platforms we support (osx, linux, win32).
The problem is that our classic MacOS build is currently under MPW/MrC.
I can compile libogg/libvorbis fine
2005 Dec 29
0
Re: Samba and NUL characters
I've tried CIFS VFS with the following config in my fstab
//cdn-mtl-ms/Logs /mnt/logs cifs username=user,password=pass 0 0
And I still have the same problem. As for kernel versions, the working
one uses "linux-2.4.21-20.EL" and the non-working one uses
"linux-2.6.9-11.EL". Does this have anything to do with "oplock" being
enabled in the kernel? I've
2002 Feb 12
1
FAQ submission: quality vs. bitrate
I would like to see the following information added to the FAQ at
vorbis.com, appended to the "Audio Quality" section. "Uiver," "boa,"
and "jonI" from OPN's #Vorbis channel contributed and reviewed it.
"What does the 'quality' setting mean?"
Beginning with vorbislib 1.0-rc3, audio quality is no longer measured
in kilobits per
2008 Nov 10
4
[Bug 1536] New: SSH modifies line endings when using command in authorized_keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1536
Summary: SSH modifies line endings when using command in
authorized_keys
Product: Portable OpenSSH
Version: 5.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2005 Jun 29
3
os_types.h
Hey guys,
Maybe its cause I'm using older tools, but I've noticed a minor problem
building the ogg libraries on a mac. I'm using Codewarrior 8. In
os_types.h on line 60, it says "#include <sys/types.h>" where it should
be "#include <types.h>"
I'm guessing this isn't an issue for all compilers, just codewarrior.
Possibly only codewarrior 8
2001 Sep 18
3
Vorbis as a Quicktime codec
Anyone wants to create one? Below is a link of a sample audio codec, maybe
it helps.
http://developer.apple.com/samplecode/Sample_Code/QuickTime/Codecs/audiocode
c.htm
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2000 Jun 23
2
Vorbis for Macintosh
Hi. For anyone who doesn't know me, I'm a Macintosh developer.
Right now, I'm at the MacHack conference (which runs from Wednesday
to Sunday).
Before I left, I grabbed the Vorbis sources out of CVS. Yesterday I
got the library and a couple of examples building in CodeWarrior and
verified that they worked. I'm going to try to get a QuickTime CODEC
built, but I'm not
2004 Nov 02
1
bug query
Hi,
a newbie query about a potential bug in VorbisLib (I tried using
bugzilla with no success):
My problem is that I encountered a divide by zero exception that I
tracked down to bark_noise_hybridmp()
in PSY.C. I don't pretend to know what bark_noise_hybridmp() does but
there are a few instances
of the following in that routine:
D = tN * tXX - tX * tX;
R = (A + x * B) / D;
When I
2003 Mar 31
5
Rhubarber (advanced peeler)
Hi all,
[For the uninitiated: a "peeler" is a program that transforms
a Vorbis stream into a smaller, (somewhat) lower quality Vorbis
stream, and does so quickly, by just throwing out some data.]
After having prototyped several peelers that aim to peel
to a certain filesize, or to a certain quality, with mixed
success, I've now taken a different route: a peeler that
aims for the
2003 Mar 31
5
Rhubarber (advanced peeler)
Hi all,
[For the uninitiated: a "peeler" is a program that transforms
a Vorbis stream into a smaller, (somewhat) lower quality Vorbis
stream, and does so quickly, by just throwing out some data.]
After having prototyped several peelers that aim to peel
to a certain filesize, or to a certain quality, with mixed
success, I've now taken a different route: a peeler that
aims for the
2002 Feb 12
1
Building with CodeWarrior
I'm trying to build Vorbis with CodeWarrior on a Mac as a Carbon
application. However it's not finding <sys/types.h> -- is there some
configuration option I need to set in CW for it to find that?
Thanks,
Brian
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2009 Jul 20
0
CodeWarrior for Microcontrollers under Wine, can't install
Hello,
I'm trying to install CodeWarrior for Microcontrollers, an IDE used for
development of embedded systems using microcontrollers from Freescale.
(the Special Edition is available freely from their web page)
The install begins correctly, however it aborts suddenly. Terminal
output is:
(7) [renan at amaranth:~] $ wine /media/Renan/CW_MCU_V6_2_SE_11262008.exe
2001 Nov 22
14
Small vorbis files with vorbisfile
I think I have bumped into the small file error, or I''m doing something
stupid. The files are short audio effects for a game (embedded in our own
data format).
Sample info:
Vorbis packets: 1 (4 kb)
Samples: 28672
Samplerate: 22 kHz
Channels: 2
This is what I''m doing when I want to get a number of bytes from the stream:
The problem is that ov_pcm_tell always returns 0. And so
2003 Oct 20
1
vorbis_comment_add_tag() and Codewarrior OS X
Hi, after banging my head against the wall for quite a while I finally
found what crashes my code:
Because I'm working with Codewarrior 8 on OS X I had to compile the ogg
/ vorbis libs with CW. To do so I used the CW projects for OS 9 and
modified them. Howerver, they don't work as expected.
Everything seems to be fine, encoding & decoding works, only
vorbis_comment_add_tag() crashes
2001 Jul 16
0
MacOS patches
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
While trying to build the current vorbis libraries and examples on
MacOS with CodeWarrior 6, I stumbled on some problems, for which I've
made some patches.
The first problem was the static function bark_noise_median() in
vorbis/lib/psy.c (r1.49), which has as a second parameter a "const
long *". It is only called once in