search for: mvogt

Displaying 8 results from an estimated 8 matches for "mvogt".

Did you mean: vogt
2000 Jul 26
0
rename kmpg -> kde2 ?
------- Forwarded Message Date: Wed, 26 Jul 2000 19:10:50 +0200 From: Martin Vogt <mvogt@rhrk.uni-kl.de> To: vorbis-dev@xiph.org Subject: rename kmpg -> kde2 ? Message-ID: <20000726191050.A327186@rhrk.uni-kl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i Hi, I would like to rename the directory from "kmpg" into "kde...
2000 May 15
1
Unix media system
I hope it isn't too confusing to everyone posting my responses here. Monty requested this thread of discussion be moved to this list. On 14 May 2000 15:54:28 Martin Vogt <mvogt@rhrk.uni-kl.de> wrote: > The anser is "arts". It will become the KDE2.0 soundserver. > Currently I'm integrating the kmpg patch into arts, > then all KDE2.0 apps will be vorbis aware (if they are based on > mpeglib). This is fine for audio but what about video and han...
2002 Jan 11
2
RIS UNDI
Hello, I'm still trying to setup RIS (Remote Installation Service -w2k) with PXE Linux, but before that I must say that the mail list archive is a _good_ idea. Back to RIS. When I start from pxelinux memdisk initrd=risbootdisk.img I get an error: No UNDI Driver found. The risbootdisk.img is a bootdisk from Microsoft, which starts a RIS installation. When I boot from floppy it works fine,
2002 Jan 12
0
HOWTO make lss
Hello, it took me some time until I found out how to make _working_ .lss files for syslinux. So, here is the (rough) howto, maybe you like to include it in an FAQ. - Use a paint tool "gimp" (if you know how to handle it) to create the boot logo, keep in mind that it will have (at the end) only 16 color. - make sure it has 640 width. - save it as gif <black magic> - use the
2002 Jan 12
0
no echo patch
Hello, pxelinux does not has any password protection, unfortunately my Assembler skills are not that good to extend pxelinux with a global password option. Nevertheless this feature is important, because not every user should have the right to startup an installation of a machine over network. The following patch is only a dirty hack, but other might find it usefull too.(so I post it here) It
2000 Jun 26
1
Re: [vorbis] bug in glibc 2.1.2 and older
Hello, I have solved this problem in the splay mp3 decoder with this: In the header: #if (__GNUC__ < 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ < 91 ) ) #warning "inline code disabled! (buggy egcs version)" #undef __NO_MATH_INLINES #define __NO_MATH_INLINES 1 #endif #include <math.h> In the makefile: CXXFLAGS=@CXXFLAGS@ -fno-strength-reduce (Opt level is 2) and
2000 Jun 26
1
Re: [vorbis] bug in glibc 2.1.2 and older
Hello, I forgot: its a bug in the compiler+Optimisation not necessarily in the glibc. Martin --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2002 Mar 18
2
[PATCH] make vorbis work with KDE 3.0
Hello, the appended Patch makes vorbis work on KDE 3.0.(again) A seek on a closed stream segfault vorbis, unfortunately this situation happens in the KDE Multimedia player very frequently (threads), thus vorbis does not work with KDE 3.0. The bug is that the goto seek_error calls in ov_pcm_seek_page do not set the return value in the error case. Monty, can you apply this? The bug was