similar to: (no subject)

Displaying 20 results from an estimated 200000 matches similar to: "(no subject)"

2001 Jan 15
1
Web page for OS/2 port
Just FYI, I've created a web page for the OS/2 binaries I've made at http://silk.apana.org.au/vorbis/ I've also included the full source I built from and a diff between that source & the current CVS. Of course I'm keen to see as much of that diff as possible committed to the repository, although you can ignore the DartLib & oggplay stuff. They should be superceded by
2001 Jan 31
1
Syntax error....
You might want to fix this: diff -x CVS -uwrN ../OggVorbis.clean/vorbis-tools/oggenc/platform.c ./vorbis-tools/oggenc/platform.c --- ../OggVorbis.clean/vorbis-tools/oggenc/platform.c Thu Feb 1 01:25:36 2001 +++ ./vorbis-tools/oggenc/platform.c Thu Feb 1 01:23:08 2001 @@ -52,7 +58,7 @@ } #endif -#ifdef __WATCOMC__ || __BORLANDC__ +#if defined(__WATCOMC__) || defined(__BORLANDC__) void
2001 Apr 18
3
[Patch] OS/2 port
[Repost, maybe it will get noticed with a better subject] So now beta 4 is out is there any chance you guys will have time to review some of my patches? Here's a simple one. It just adds the standard integer typedefs for EMX GCC. I've flattened the structure using #elif's so it doesn't get a level deeper for every platform added but the result should be the same. I realise
2001 Dec 26
3
ogg123 bug
Potentially nasty bug in current HEAD when printing the name of the file being played (the "Playing: filename.ogg" bit), any % symbols in the name appear to be printf parsed causing either junk to be printed or a crash or both. I noticed this when trying out http streaming as the url has %20's in it for spaces in the file name. Oh, and it still says it's rc2... --
2000 Dec 30
8
Whitespace standard?
I've noticed that throughout the code there's quite a variety of formatting styles, especially the size of TAB characters (4 or 8) and size of indents (2 or 4). Is there any agreed standard for new code now? Oh, and whoever wrote the ogg code must get an electric shock every time he hits the spacebar. It's full of spaceless lines like
2000 Dec 15
2
Ports
On Thu, 14 Dec 2000 10:06:39 +1100, Michael Smith wrote: >>I've done a port for OS/2 using Watcom C++, including a simple command line >>player based on vorbisfile_example.c, which can be downloaded from >>http://silk.apana.org.au/utils.html >>It'd be nice if my changes could be commited to CVS, should I just post >>patches here? > >Yes, unless
2004 Apr 23
0
SIP to H323 with no joy
Greetings and salutations to all... I'm having a bit of a problem getting a SIP phone (Xten) to call an H323 Cisco ATA-186. Both devices can call into the * and get the demo, voicemail, etc... I'm pretty sure my problem is in my configs as it feels like a stupid error and to prove this to myself I set tcpdump on the * box to capture all UDP traffic going to and from the ATA-186. If I
2001 Jan 22
3
beta4 merge
Monty merged his branch onto mainline. mainline is now beta4. Give it a whirl, test the crap out of it, etc. I've got about 20-30 emails full of minor patches and a few big patches for build system stuff, so for those of you who were waiting on me, I haven't forgotten and will be getting to those in the next few days. If all goes well, we'll be tagging beta4 and cutting the
2001 Jan 22
3
beta4 merge
Monty merged his branch onto mainline. mainline is now beta4. Give it a whirl, test the crap out of it, etc. I've got about 20-30 emails full of minor patches and a few big patches for build system stuff, so for those of you who were waiting on me, I haven't forgotten and will be getting to those in the next few days. If all goes well, we'll be tagging beta4 and cutting the
2004 Jan 17
0
New sounds posted
So, per the discussion last week and generous donations, we have some new sound files with which to work. The sounds are located in: http://www.loligo.com/asterisk/sounds/ For those of you who just want to download the _new_ sounds, please fetch: http://www.loligo.com/asterisk/sounds/20040117.newsounds.tar All of the sounds in that tarball are also in the main ../sounds/ directory in
2003 Mar 01
1
The Room
definitely special. | Subject: The Room | | 17-year-old Brian Moore had only a short time to write something for a | class. The subject was what Heaven was like. "I wowed 'em," he later told | his father, Bruce. "It's a killer. It's the bomb. It's the best thing I | ever | wrote." It also was the last. | Brian's parents had forgotten about the essay
2003 Aug 27
2
Basic GLM: residuals definition
Dear R Users, I suppose this is a school boy question, but here it is anyway. I'm trying to re-create the residuals for a poisson GLM with simulated data; x<-rpois(1000,5) model<-glm(x~1,poisson) my.resids<-(log(x)- summary(model)$coefficients[1]) plot(my.resids,residuals(model)) This shows that my calculated residuals (my.resids) are not the same as residuals(model). p 65 of
2004 Apr 19
1
[Fwd: Re: IAX config documentation]
Boy after really digging into this, I have discovered that there is more information about each of these topics than I previously realized. Strangely, searching the wiki on "iax" returns exactly nothing. But searching on iax2 does start to dig up some good stuff. Sorry for the hassle. Tough day. -brian -------- Original Message -------- Subject: Re: [Asterisk-Users] IAX config
2020 Jul 13
2
Fwd: Edit Access for Wiki Personal Page
resending as apparently I sent it to the wrong list. ---------- Forwarded message --------- From: Brian (bex) Exelbierd <bexelbie at redhat.com> Date: Tue, Jul 7, 2020 at 6:22 PM Subject: Edit Access for Wiki Personal Page To: <docs at centos.org> Hi, I'd like to be able to edit my personal page as I need to post a bio related to my work on the CentOS Board. Thank you.
2001 May 08
2
libao AU driver
Hi, I noticed there was some discussion on this list about the desire for ogg123 to support output to stdout via Sun's .au file format, so I decided to give implementing an AU driver for libao a shot. Here is my first attempt. To test the driver: * Apply the patch below (against ao in CVS) * Copy the attached ao_au.c into ao/src * Run ao/autogen.sh, compile, and
2006 Mar 02
5
Two foreign keys on the same column?
Let''s say I have three hypothetical MySQL tables: ? people, with columns id, gender, and source_id belongs_to :boys and :girls ? boys, with columns id and name has_many :people ? girls, with columns id and name has_many :people The gender column in people specifies which of the two source tables the source_id refers to. For example, if we have values: 1, boy, 1 in people,
2009 Jul 20
0
No subject
have adaptors compatible with Asterisk, but explicitly say in the product titles that they're unlocked, which I think is the key. On Thu, Dec 17, 2009 at 4:16 AM, Brian Cline <Brian at nw.brian.fm> wrote: > Hello, > > I'm running Asterisk v1.6.1.11 internally with a few Linksys SIP > phones and will be receiving a machine containing a Dialogic card > for a
2006 Mar 28
1
Efficiently convert this SQL statement to ActiveRecord loop
Hey Folks, My app compares the last known set of files located on a series of servers against a current snapshot for auditing purposes. Its working really well, and I''ll open source it when its complete! Here''s my current issue (and forgive me, I started life as a DBA and I constantly want to revert to connection.execute.) The tables to store my objects are
2009 Feb 09
2
Frequent "Out of memory" issues with DX9 games under Gentoo
Since I switched to Gentoo Linux, I have had multiple issues of DX9 games crashing after about 15-20 minutes of playing because of "out of memory" issues. I do not recall having so many problems with that when I was running Wine under Ubuntu. My config: Q6600 4 GB Ram Nvidia 8800GT Gentoo X64 Latest wine-git as of Feb 8 2009 I have reported one of them as a bug:
2014 Dec 01
0
No subject
selected for the great NETVC project.It complicates a little the future of the nhw codec, and it is furthermore nearly to end of life, with more than 3 years on the Theora channel without catching attention. I still think that the NHW codec could be useful for portable devices, as it is very fast with a low power consumption, and with more neatness/sharpness.If you are developing such a project