similar to: Some comments about beta4

Displaying 20 results from an estimated 2000 matches similar to: "Some comments about beta4"

2001 Mar 12
1
ov_pcm_seek
How do I seek back to the beginning of a stream using ov_pcm_seek()? ov_pcm_seek(0) doesn't seem to do anything, though ov_pcm_tell() returns 0 right after opening the stream. I'm now using ov_pcm_seek(1) which seems to work, but I'm not sure if that's really right. Are PCM offsets meant to be 0 or 1 based? Is this a bug? Frank -- Frank Heckenbach, frank@g-n-u.de
2001 Mar 17
1
Copy a part of an Ogg/Vorbis file
What I'd like to do is to copy a part of an Ogg/Vorbis file to a new file, without decoding and re-encoding (say I've got several songs in one long file, and I want to split them into separate files). Sample granularity is not required, packet granularity should do. I'm reading the Ogg documentation. I think I could write some code based on ogg_stream_packet{out,in}. Is this the way
2001 Oct 11
0
ogg.m4: --with-ogg-libdir
Here's a patch for ogg.m4 which adds the configuration flag --with-ogg-libdir. This option is useful in circumstances where libogg is configured with a non-default --libdir. Michael --- ogg.m4.orig Mon Aug 20 14:31:38 2001 +++ ogg.m4 Thu Oct 11 11:08:18 2001 @@ -10,19 +10,27 @@ dnl Get the cflags and libraries dnl AC_ARG_WITH(ogg-prefix,[ --with-ogg-prefix=PFX Prefix where libogg is
2001 Aug 19
1
ogg.m4 and vorbis.m4
Greetings everyone. I have 2 quick questions about ao/ao.m4, ogg/ogg.m4, and vorbis/vorbis.m4. 1. Is there any reason that the macros are named AM_PATH_AO, AM_PATH_OGG, and AM_PATH_VORBIS? Can we change them to something else? I ran into a problem when trying to add support for ogg/vorbis into a package today: Automake assumes that anything beginning with AM_ belongs to automake -- these two
2019 Nov 02
0
Samba 3.6.23 (IBM version), Windows AD at the functional 2003 level
On 01/11/2019 23:32, Bob Wyatt wrote: >> -----Original Message----- >> From: Rowland penny <rpenny at samba.org> >> Sent: Wednesday, October 30, 2019 4:06 AM >> To: samba at lists.samba.org >> Subject: Re: [Samba] Samba 3.6.23 (IBM version), Windows AD at the functional 2003 level >> >> On 29/10/2019 22:47, Bob Wyatt via samba wrote: >>> My
2001 Jan 23
4
rehuff
Hiya, Here is the sources to my "rehuff" program. ./rehuff in.ogg out.ogg does a lossless recoding of a vorbis stream. (It generates optimal huffman codes for the particular stream). This code is meant for developers only, until someone is kind enough to provide good build and configure support for it. I won't. And no installation help questions please. There is a little patch
2019 Oct 30
0
Samba 3.6.23 (IBM version), Windows AD at the functional 2003 level
On 30/10/2019 17:49, Bob Wyatt wrote: > -----Original Message----- > From: Rowland penny <rpenny at samba.org> > Sent: Wednesday, October 30, 2019 4:06 AM > To: samba at lists.samba.org > Subject: Re: [Samba] Samba 3.6.23 (IBM version), Windows AD at the functional 2003 level > > On 29/10/2019 22:47, Bob Wyatt via samba wrote: >> My apologies (again!) for asking
2001 Mar 05
1
Experimental info editor for winamp
Hello everyone, I just want to let everyone know that I have been working on something new for the winamp plugin. Over the past few days I've been putting together a plugin with a comment/info editor. I now have something that is worth showing off. I have a working winamp plugin for Ogg/Vorbis that uses Warren Spits' VCE program to edit and add comments in .ogg files. This also works
2001 Mar 05
1
Experimental info editor for winamp
Hello everyone, I just want to let everyone know that I have been working on something new for the winamp plugin. Over the past few days I've been putting together a plugin with a comment/info editor. I now have something that is worth showing off. I have a working winamp plugin for Ogg/Vorbis that uses Warren Spits' VCE program to edit and add comments in .ogg files. This also works
2001 May 25
2
(lame) mp3 vs oggvorbis (review)
a comparison between the two formats can be read at http://www.digit-life.com/articles/oggvslame/index.html . i first heard of this from Vorbis Extreme ( http://solair.eunet.yu/~aldov/ ). anyone see any problems with the review? -- noodlez: Karol Pietrzak GPG/PGP-KeyID: 0x3A1446A0 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2001 Mar 29
2
libvorbis: NO_FLOAT_MATH_LIB patch
This is in response to NO_FLOAT_MATH_LIB not getting set on Solaris. The patchlet below - makes configure check for sqrtf(), - defines HAVE_SQRTF if sqrtf() has been found, - uses HAVE_SQRTF in lib/os.h. NO_FLOAT_MATH_LIB isn't used any longer. --- configure.in.orig Fri Mar 30 02:02:35 2001 +++ configure.in Fri Mar 30 02:10:16 2001 @@ -162,6 +162,7 @@ dnl
2001 Apr 09
3
OT: long - Replacing CD's? was RE: New type of copy- prot ected audio CDs are coming...
fungus wrote: > There are some mp3 players which can record as well. It's > just a matter of time... I've been looking for one for many months but couldn't find one with hifi quality recording/encoding. I'm about to purchase a portable Minidisc recorder for recording intervews. Ross. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2001 Jul 07
2
FAQ updated to new bitrates?
I was looking at the Vorbis FAQ at http://www.vorbis.com/faq.psp#bitrate and noticed that the FAQ appears to be outdated and still shows Beta2 bitrate limitations. When will the FAQ be updated to Beta4 or RC1? What are the officially supported bitrates under Beta4 / RC1? John Developer: http://www.vorbis-burner.com EE's do it 'til it Hz 8-) ~~~~~~~~~~~~~~~~~~John D.
2009 Mar 25
2
v1.2.beta4 released
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz.sig This release fixes a memory corruption bug related to MODSEQ handling in earlier v1.2 releases. Memory corruption means that it's a security bug and possibly exploitable. MODSEQ code is new in v1.2, so v1.1 and older releases are not affected. Other than that, there
2009 Mar 25
2
v1.2.beta4 released
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz.sig This release fixes a memory corruption bug related to MODSEQ handling in earlier v1.2 releases. Memory corruption means that it's a security bug and possibly exploitable. MODSEQ code is new in v1.2, so v1.1 and older releases are not affected. Other than that, there
2000 Dec 23
1
Look what I found under the Xmas tree!
Hello people, Looks like Santa Claus thinks I've been a good boy this year. Here's the third in my performance patch series: d.m.l Apply after applying d.o.n and d.n.m; I don't know how much of those got applied to the CVS tree. What's inside: Request for help! Look in os.h if you're using a compiler or processor I don't use (I use gcc on K5, K7, G3). New MDCT! Now we
2007 Oct 23
4
v1.1.beta4 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta4.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta4.tar.gz.sig Lots of fixes since beta3, but apparently there are still a few bugs left: - Is SORT working? - APPEND seems to have problems in some setups. - Still some SEARCH TEXT problems? Or Squat indexing problems? -------------- next part -------------- A non-text attachment
2010 Mar 24
1
2.0.beta4 compile errors
I am unable to get 2.0.beta4 to compile. I get the following errors: /usr/lib64/gcc/x86_64-slackware-linux/4.3.3/../../../../lib64/libwrap.a(hosts_access.o): In function `host_match': hosts_access.c:(.text+0x625): undefined reference to `yp_get_default_domain' collect2: ld returned 1 exit status make[3]: *** [tcpwrap] Error 1 make[3]: Leaving directory
2006 Mar 28
2
6.1-BETA4-i386-disc2.iso - only usr/share/doc, no usr/src?
Does the 6.1-BETA4-i386-disc2.iso contain only usr/share/doc, or for some reason i am unable to see anything else? I was looking for usr/src (and for a odd chance to have usr/ports); i suppose those two trees would be available somewhere on some disc for RELENG_6_1. I mounted the image as ... mdconfig -a -t vnode -f /path/to/6.1-BETA4-i386-disc2.iso -u 0 mount -t cd9660 /dev/md0 /mnt ...
2010 Aug 24
1
asterisk-1.8.0-beta4 - compile error
Hi, I tried to compile asterisk-1.8.0-beta4 but after ./configure && make I've got following error: [CC] res_fax.c -> res_fax.o [LD] res_fax.o -> res_fax.so [CC] res_fax_spandsp.c -> res_fax_spandsp.o res_fax_spandsp.c:117: error: field ?fax_state? has incomplete type res_fax_spandsp.c:118: error: field ?t38_state? has incomplete type res_fax_spandsp.c: In function