Displaying 10 results from an estimated 10 matches for "brianh".
Did you mean:
brian
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
2000 Dec 30
8
Whitespace standard?
...ts the spacebar. It's full of spaceless lines like
"for(packets=0;;packets++)if(pl[packets]==-1)break;"
Ew! :)
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, s...
2001 Jan 15
1
Web page for OS/2 port
...ed to the repository, although you can ignore the DartLib &
oggplay stuff. They should be superceded by ogg123 & ao.
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, s...
2001 Jan 31
1
Syntax error....
...NDC__
+#if defined(__WATCOMC__) || defined(__BORLANDC__)
void setbinmode(FILE *f)
{
setmode(fileno(f), O_BINARY);
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, s...
2001 Apr 18
3
[Patch] OS/2 port
...#include <ogg/config_types.h>
-
-# endif /* macintosh */
-
-#endif /* _WIN32 */
+#endif
#endif /* _OS_TYPES_H */
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, s...
2001 Dec 26
3
ogg123 bug
...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...
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, s...
2000 Dec 15
2
Ports
...also got some patches for encoder/decoder examples but
they're not that important and will apparently send me to hell :)
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, s...
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
2005 Nov 23
5
ntlm_auth from pppd help
Hello all,
I am working on a VPN solution using FC3-2.6.12-1.1381 - openswan
2.4.4-1 - l2tpd 0.69-13 - pppd 2.4.3-5 - samba 3.0.10-1.
When attempting a connection from an XP-SP2 box pppd dies without
authenticating the user (see below).
I have run ntlm_auth from the command line with success.
What tools can I use to identify the failure?
Is there an obvious error in the ppp options file?