Displaying 20 results from an estimated 10000 matches similar to: "Ogg and Vorbis Frameworks on MacOSX"
2001 Nov 07
1
Vorbis framework @ /Library/Frameworks
First, cd to the vorbis directory and issue a "patch -p1" with this data:
###################################################
--- vorbis/lib/codebook.h Tue Nov 6 16:51:34 2001
+++ vorbis/lib/codebook-new.h Sat Nov 3 19:32:33 2001
@@ -18,7 +18,7 @@
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
-#include "ogg/ogg.h"
+#include <ogg/ogg.h>
/* This structure
2005 Oct 12
2
Sharing Problems: huge numbers of share
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
My name is Olivier Gaspard, and I work for the CHC Belgium (IT
department of differents Hospitals).
So, let's me introduce the situation: for the moment, the firm works
with Win NT for the users profiles, and Samba 3.0 on Unix platform for
the "files sharing". Resuming : Every users having a user (NT) profile
(roamming profile)
2017 Nov 02
2
corrupted db after upgrading to 4.7
Hello
last week we updated three domain controllers (Sernet Samba) from 4.2 to
4.7, typical upgrade path (4.3->4.4->4.5->4.6->4.7), everything was ok.
The next day we got a mail from the Sernet team informing they fixed a
bug affecting the group memberships.
https://bugzilla.samba.org/show_bug.cgi?id=13095
We've applied the update and few days after the update which should
2006 Feb 17
8
Atom
Any plans for using Atom with rails. I saw the "Typo" project is
using MoveableType, Blogger, ... but not Atom.
It seems Atom is not part of ActionWebService.
Has anyone done any work with Atom and Rails ?
Thanks for your answers,
Gaspard
2009 Apr 30
1
Ogg Vorbis on iPhone?
Hi All, I've been doing a lot of cross platform work lately, getting Ogg Vorbis to run on Mac and PC, but haven't been able to find a readily available version of libogg and libvorbis for iPhone. I see a macosx target in the SVN trunk but not an iphone one. I found these links with some background:
http://lists.xiph.org/pipermail/theora-dev/2008-October/003719.html
2006 Mar 01
3
Security issue: a user can fill cache with random urls
Say your app responds to : store/show/3 and caching is enable at the
store controller level.
A route says : map.connect ''store/:action/:id'', :controller => ''store''
All the following urls will be processed and cached (the cache
filling with ''page not found'' messages) !
store/foo/bar
store/show/090934298234897342
2011 Nov 04
2
Can't run fail2ban 0.8.4 [CentOS 6]
Hi,
To begin I'm sorry for my poor English level, that's not my first language.
On CentOS 6 I've installed fail2ban 0.8.4 from EPEL repository. I've
configured it with this page : http://centoshelp.org/security/fail2ban/
Then I've tried this command :
chkconfig --level 23 fail2ban on && service fail2ban start
but the output says it fallen, nothing more. The status
2009 Sep 10
2
"gold": a script to ease git based team work
Hi list !
I created a script to ease workflow on zena, a rails CMS
(http://zenadmin.org).
The workflow involves developers and reviewers (can be the same people):
1. each developer has his own fork (on github or another git server)
2. he creates a branch per feature
3. a reviewer looks at the code before ..
4. ... pushing changes to the "golden master"
All of this with automatic
2004 Aug 06
2
Some diffs to libshout for MacOSX
Resubmission of patches with curteous nods from the MusicKit Project...
- SKoT
----- Original Message -----
From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk>
To: <icecast-dev@xiph.org>
Sent: Wednesday, January 16, 2002 1:26 PM
Subject: [icecast-dev] Some diffs to libshout for MacOSX
<p>> Hi,
>
> I'm part of a project developing the open source
2010 Sep 29
2
R crashes when loading rgl package before minqa package
Hej,
Calling newuoa (from the minqa package) makes R crash when the package rgl
is loaded first. This however only on certain selected data.
The data used for testing (saved to 'bugs.R'):
xvals = c(1,2,4,5,7,8,9,10,11,12,14,15,16,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36)
yvals =
2006 Apr 10
3
Simple act_as template
Hello !
I posted a simple template to show how to add ''act_as_whatever'' to
ActiveRecord.
I think this might be useful to others as there are some trickery ruby
things in this
file.
Here is the template : http://textsnippets.com/posts/show/384
Gaspard Bucher
--
Posted via http://www.ruby-forum.com/.
2006 Aug 23
3
rgl: exporting to pdf or png does not work
Hej,
When exporting a image from rgl, the following error is encountered:
> rgl.postscript('testing.pdf', fmt="pdf")
RGL: ERROR: can't bind glx context to window
RGL: ERROR: can't bind glx context to window
Warning messages:
1: X11 protocol error: GLXBadContextState
2: X11 protocol error: GLXBadContextState
The pdf file is created and is readable, but all the labels
2001 Nov 06
2
Updated Ogg project
I have modified some aspects of the Ogg project.
cd to the ogg directory and type:
> tar -zxvf macosx.tgz
> cd macosx
> sudo ./install.sh
Doing so will install the "Ogg.framework" folder inside
/System/Library/Frameworks/
<HR NOSHADE>
<UL>
<LI>application/x-gzip attachment: macosx.tgz
</UL>
-------------- next part --------------
A non-text
2008 Oct 22
1
js solution to sort/edit tables with ajax
What is your best solution to table display/edit/sort using ajax ?
I''ve bumped into these:
dhtmlxGrid: http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml
tablekit: http://www.millstream.com.au/view/code/tablekit/
Better: MIT/Ruby licence, prototype based
Do you any other tools to display/sort/edit tables in place ?
Thanks for your answers,
Gaspard
-------
project: zena
2006 Aug 23
1
rgl package: color of the axes
Hej,
When plotting triangles with rgl.triangles and setting the axes afterwards
with decorate3d(aspect=TRUE), the axes get the color used for the last
triangle plotted.
Example:
rgl.triangles(c(1,2,3),c(1,2,5),c(1,3,2),col="#55FF55")
decorate3d(aspect=TRUE)
Using
decorate3d(aspect=TRUE,col="#000000")
or
decorate3d(aspect=TRUE,color="#000000")
does not help,
2008 Mar 12
3
Mixing RAIDZ and RAIDZ2 zvols in the same zpool
I have a customer who has implemented the following layout: As you can
see, he has mostly raidz zvols but has one raidz2 in the same zpool.
What are the implications here? Is this a bad thing to do? Please
elaborate.
Thanks,
Scott Gaspard
Scott.J.Gaspard at Sun.COM
> NAME STATE READ WRITE CKSUM
>
> chipool1 ONLINE 0 0 0
>
>
2009 Jun 07
1
Close to a 4.2 release; experimenting with Ragel alternatives
Hi Jason !
Hmmm, this is good and bad news:
Good: ruby hooks means I could use a single pass to parse textile
customizations in zena instead of running two parsers: nice.
Bad: I have just switched to ragel for QueryBuilder to parse pseudo
sql and I fear your shortcomings (if that''s an english phrase).
Could you describe more precisely what you are missing with ragel ?
I''m
2020 May 07
2
Ld64.lld cannot find Foundation framework
Dear LLVM community I need some help please.
I want to use LLVM's clang and lld within a MacOSX sandboxed app. This is because sandboxing does not allow calls to /usr/bin/clang.
The clang binary works fine to compile a file, but ld64.lld comes up with the error "cannot find framework".
However similar arguments using /usr/bin/ld instead of ld64.lld works fine.
Here are the
2007 Oct 04
2
bnlearn package compilation failure on MacOSX
Hi all.
I've recently uploaded a package (bnlearn) to CRAN. It builds fine
on both Linux (32 and 64 bit) and Windows, but fails on MacOSX ix86
because of C90 vs C99 issues:
http://www.r-project.org/nosvn/R.check/r-patched-macosx-ix86/bnlearn-00install.html
Since I've no MacOSX machine at hand, I would like to ask you:
why is C99 not the default for gcc on MacOSX ix86? Is it safe to
2011 Jul 15
3
ov_read error on macosx
Hi, I have this code to decode ogg data:
unsigned long PSS_OggStream::DecodeOggVorbis(OggVorbis_File
*psOggVorbisFile, char *pDecodeBuffer, unsigned long ulBufferSize, unsigned
long ulChannels)
{
int current_section;
long lDecodeSize;
unsigned long ulSamples;
short *pSamples;
unsigned long ulBytesDone = 0;
while (true)
{
#ifdef WIN32
lDecodeSize = ov_read(psOggVorbisFile,