Re: VLC on G5 crash : illegal instruction

2021-03-14 Thread Luke Kenneth Casson Leighton
--- crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68 On Sun, Mar 14, 2021 at 7:34 PM Jeffrey Walton wrote: > You probably need to go to frame 1 ('f 1' under gdb) and disassemble > ('disass .' or 'disass' followed by a bunch of pages). That will show > the offending instruc

Re: VLC on G5 crash : illegal instruction

2021-03-14 Thread Jeffrey Walton
On Sun, Mar 14, 2021 at 2:57 PM Riccardo Mottola wrote: > > On 3/8/21 9:49 AM, John Paul Adrian Glaubitz wrote: > > We certainly shouldn't disable the whole JIT over a single instruction but > > rather > > check whether this instruction can be guarded on older POWER systems. > > > > But we need t

Re: VLC on G5 crash : illegal instruction

2021-03-14 Thread Riccardo Mottola
Hi, On 3/8/21 9:49 AM, John Paul Adrian Glaubitz wrote: We certainly shouldn't disable the whole JIT over a single instruction but rather check whether this instruction can be guarded on older POWER systems. But we need to find out first which instruction triggers the SIGILL. Indeed, it cras

Re: VLC on G5 crash : illegal instruction

2021-03-08 Thread Luke Kenneth Casson Leighton
On Mon, Mar 8, 2021 at 8:50 AM John Paul Adrian Glaubitz wrote: > > On 3/8/21 9:38 AM, Jeffrey Walton wrote: > >> a cursory scan shows no evidence of the use of VSX there. > > > > If needed... I believe it is possible to disable PCRE2's JIT at configure > > time. > > We certainly shouldn't disabl

Re: VLC on G5 crash : illegal instruction

2021-03-08 Thread John Paul Adrian Glaubitz
On 3/8/21 9:38 AM, Jeffrey Walton wrote: >> a cursory scan shows no evidence of the use of VSX there. > > If needed... I believe it is possible to disable PCRE2's JIT at configure > time. We certainly shouldn't disable the whole JIT over a single instruction but rather check whether this instru

Re: VLC on G5 crash : illegal instruction

2021-03-08 Thread Jeffrey Walton
On Sun, Mar 7, 2021 at 2:10 PM Luke Kenneth Casson Leighton wrote: > > On Sunday, March 7, 2021, Riccardo Mottola > wrote:. >> >> the issue is most probably in libpcre2 or Qt5Core >> >> #0 0x7fffe9c5fa30 in ?? () >> #1 0x702c406c in ?? () from >> /usr/lib/powerpc64-linux-gnu/libpc

Re: VLC on G5 crash : illegal instruction

2021-03-07 Thread Luke Kenneth Casson Leighton
On Sunday, March 7, 2021, Riccardo Mottola wrote:. > > > the issue is most probably in libpcre2 or Qt5Core > > #0 0x7fffe9c5fa30 in ?? () > #1 0x702c406c in ?? () from /usr/lib/powerpc64-linux-gnu/l > ibpcre2-16.so.0 https://vcs.pcre.org/pcre2/code/trunk/src/sljit/sljitNativePPC_c

Re: VLC on G5 crash : illegal instruction

2021-03-07 Thread John Paul Adrian Glaubitz
Hello! On 3/7/21 7:25 PM, Riccardo Mottola wrote: >> Most likely someone added VSX support to either of them without guarding the >> code with #ifdefs. > > the issue is most probably in libpcre2 or Qt5Core > > #0 0x7fffe9c5fa30 in ?? () > #1 0x702c406c in ?? () from > /usr/lib/po

Re: VLC on G5 crash : illegal instruction

2021-03-07 Thread Riccardo Mottola
Hi Adrian! On 2021-03-06 15:22:02 +0100 John Paul Adrian Glaubitz wrote: Please install the dbgsym/dbg package for VLC and ffmpeg and provide a backtrace. Most likely someone added VSX support to either of them without guarding the code with #ifdefs. the issue is most probably in li

Re: VLC on G5 crash : illegal instruction

2021-03-06 Thread John Paul Adrian Glaubitz
Hello! > On Mar 6, 2021, at 2:33 PM, Riccardo Mottola > wrote: > > > I just tried VLC on a G5... it starts but as soon as I try to open a file, it > dies "inside" the file selector! Not just a file, trying to click on my home > directory, I get illegal instruction.ù > > If I give it a MP4 o

Re: vlc built with --disable-altivec works where the sid one does not - iMac G3

2011-06-29 Thread Stefan Pfetzing
Hi Bastian, Am 29.06.2011 14:54 schrieb Bastian Blank: > On Wed, Jun 29, 2011 at 09:14:23AM -0300, Gunther Furtado wrote: >> and vlc was playing and streaming (what I really want it to do) video >> again. Then I tried: >> $ ./configure --disable-altivec >> and everything still works! >> >> My hard

Re: vlc built with --disable-altivec works where the sid one does not - iMac G3

2011-06-29 Thread Bastian Blank
On Wed, Jun 29, 2011 at 09:14:23AM -0300, Gunther Furtado wrote: > and vlc was playing and streaming (what I really want it to do) video > again. Then I tried: > $ ./configure --disable-altivec > and everything still works! > > My hardware is an iMac G3 - 333MHz > # cat /proc/cpuinfo > processor

Re: vlc on ppc

2010-01-05 Thread Elimar Riesebieter
* Elimar Riesebieter [100104 21:00 +0100] > > Hi, > > I try to play a dvd with "VLC media player 1.0.4 Goldeneye". > > I get the following error message: > [...] > libdvdread: Invalid main menu IFO (VIDEO_TS.IFO), ifoRead_FP_PGC() failed. [...] I've recompiled libdvdread with the following pa

Re: mplayer as a stream server [was: Re: VLC Illegal Instruction]

2009-04-29 Thread Rafal Czlonka
Wolfgang Pfeiffer wrote: > Looks like the documentation at least, for vlc, in the regard as > mentioned, is better than for mplayer. But there actually seems to be > a stream server in the mplayer sources. Excerpt from > > ./mplayer-checkout-2009-04-29/TOOLS/README: > [cut] > I haven't used this p

mplayer as a stream server [was: Re: VLC Illegal Instruction]

2009-04-29 Thread Wolfgang Pfeiffer
Hi all I start a new thread as the topic on the original one is becoming off-topic: On Wed, Apr 29, 2009 at 11:27:05AM +0100, Rafal Czlonka wrote: > Wolfgang Pfeiffer wrote: > > > AFAIK, mplayer cannot stream audio and video like vlc does. That is why I > > > use it. > > > > Not quite sure, Gu

Re: VLC Illegal Instruction

2009-04-29 Thread Gunther Furtado
2009/4/29 Rafal Czlonka : > Wolfgang Pfeiffer wrote: >> > AFAIK, mplayer cannot stream audio and video like vlc does. That is why I >> > use it. >> >> Not quite sure, Gunter, what exactly you mean with "stream audio and video", >> but I think this was a good one :) > > Stream, not merely play

Re: VLC Illegal Instruction

2009-04-29 Thread Rafal Czlonka
Wolfgang Pfeiffer wrote: > > AFAIK, mplayer cannot stream audio and video like vlc does. That is why I > > use it. > > Not quite sure, Gunter, what exactly you mean with "stream audio and video", > but I think this was a good one :) Stream, not merely play streams[0] [0]http://www.videolan

Re: VLC Illegal Instruction

2009-04-29 Thread Wolfgang Pfeiffer
On Sun, Apr 26, 2009 at 01:35:15PM -0300, Gunther Furtado wrote: > domingo, 26 de abril de 2009, > Rogério Brito escreveu: > > >Hi, Gunter. > > > >On Apr 05 2009, Gunther Furtado wrote: > >> I am getting a lot of Illegal Instruction complains from VLC > >> (whenever I ask it to show me video). >

Re: VLC Illegal Instruction

2009-04-26 Thread Gunther Furtado
domingo, 26 de abril de 2009, Rogério Brito escreveu: >Hi, Gunter. > >On Apr 05 2009, Gunther Furtado wrote: >> I am getting a lot of Illegal Instruction complains from VLC >> (whenever I ask it to show me video). > >You should already know this, but it sounds like an altivec enabled >program run

Re: VLC Illegal Instruction

2009-04-25 Thread Rogério Brito
Hi, Gunter. On Apr 05 2009, Gunther Furtado wrote: > I am getting a lot of Illegal Instruction complains from VLC (whenever > I ask it to show me video). You should already know this, but it sounds like an altivec enabled program running in a non-altivec enabled machine. I'm not used to vlc (I u

Re: VLC Illegal Instruction

2009-04-05 Thread Michel Dänzer
On Sun, 2009-04-05 at 22:48 -0300, Gunther Furtado wrote: > Hi, > > I am getting a lot of Illegal Instruction complains from VLC (whenever > I ask it to show me video). > > dbg tells me: > > start > LC media player 0.9.8a Grishenko > [New Thread 0x48021f20 (LWP 6467)] > > Program received s

Re: VLC playing nearly nothing [Thanks ... :) .. ]

2007-02-16 Thread Wolfgang Pfeiffer
On Fri, Feb 16 2007, at 22:46 +0100, Wolfgang Pfeiffer wrote: > : ) ...] > X-Spoken-Languages: en, de > X-URL: http://www.wolfgangpfeiffer.com > User-Agent: Mutt/1.5.13 (2006-08-11) Sorry for the crap above ... somehow I even manage to screw up mail headers ... :) Regards Wolfgang -- Wolfgang P

Re: VLC playing nearly nothing [Thanks ... :) .. ]

2007-02-16 Thread Wolfgang Pfeiffer
: ) ...] X-Spoken-Languages: en, de X-URL: http://www.wolfgangpfeiffer.com User-Agent: Mutt/1.5.13 (2006-08-11) Hi Johannes You saved my week-end ... :) On Fri, Feb 16 2007, at 21:57 +0100, Johannes Berg wrote: > On Fri, 2007-02-16 at 21:34 +0100, Wolfgang Pfeiffer wrote: > > > ii acidrip

Re: VLC playing nearly nothing

2007-02-16 Thread Johannes Berg
On Fri, 2007-02-16 at 21:34 +0100, Wolfgang Pfeiffer wrote: > ii acidrip 0.14-0.0 > rc mplayer 1.0~rc1-3 > ii mplayer-g4 1.0-pre8-0.1 > ii mplayer-skin-blue 1.6-1 install "mplayer" instead of "mplayer-g4", the latter is from the deb http://honk.sigxcpu.org/l

Re: VLC playing nearly nothing

2007-02-16 Thread Børge Holen
On Friday 16 February 2007 21:34, Wolfgang Pfeiffer wrote: > Hi, Børge > > Thanks for responding ... > > On Fri, Feb 16 2007, at 20:00 +0100, Børge Holen wrote: > > I never got the version of VLC you are using. Neither mplayer for that > > part. > > > > I rarely use VLC, but mplayer chews close to

Re: VLC playing nearly nothing

2007-02-16 Thread Wolfgang Pfeiffer
Hi, Børge Thanks for responding ... On Fri, Feb 16 2007, at 20:00 +0100, Børge Holen wrote: > I never got the version of VLC you are using. Neither mplayer for that part. > > I rarely use VLC, but mplayer chews close to anything I throw at > it. True, but *here* it didn't eat the WMV3 files, t

Re: VLC playing nearly nothing

2007-02-16 Thread Børge Holen
I never got the version of VLC you are using. Neither mplayer for that part. I rarely use VLC, but mplayer chews close to anything I throw at it. The latest versions got the wmv thing builtin. But in yer case it is hard to say since you did not submit any info. This goes for both those players

Re: VLC playing nearly nothing

2007-02-16 Thread Wolfgang Pfeiffer
On Fri, Feb 16 2007, at 14:53 +, Ananda Samaddar wrote: > What system are you running on? I have an iBook G3 for example. In > Mplayer click the little spanner icon and change video output to XV. I don't see a spanner icon here, but if I enter a mplayer -vo xv /some/wmv3.file.wmv I still g

Re: VLC playing nearly nothing

2007-02-16 Thread Ananda Samaddar
What system are you running on? I have an iBook G3 for example. In Mplayer click the little spanner icon and change video output to XV. I use ESD output as well as I'm a bit sad and I like hearing the GNOME system sounds. Ananda On Fri, 16 Feb 2007 15:47:24 +0100 Wolfgang Pfeiffer <[EMAIL

Re: VLC playing nearly nothing

2007-02-16 Thread Wolfgang Pfeiffer
Hi Ananda Thanks for responding so fast ... On Fri, Feb 16 2007, at 14:27 +, Ananda Samaddar wrote: > I'm having the same problems with VLC in Etch. I'd recommend > MPlayer instead. MPlayer plays everything. Not here: I always had, and still have probs getting mplayer or xine playing wm

Re: VLC playing nearly nothing

2007-02-16 Thread Ananda Samaddar
I'm having the same problems with VLC in Etch. I'd recommend MPlayer instead. MPlayer plays everything. You might need to set the correct video and audio out in the options though. Ananda On Fri, 16 Feb 2007 15:18:05 +0100 Wolfgang Pfeiffer <[EMAIL PROTECTED]> wrote: > Hi All > > Firstly

Re: vlc

2006-04-26 Thread Michelle Konzack
Am 2006-04-21 17:24:30, schrieb Michael Schmitz: > > But choosen the wrong menu (File => Open Medium => Volume) > > instead of (File => Open File) > > That's even possible for a mounted volume? Boggle ... I was surprised by this too, because I have mounted my DVD as iso9660 with wmmount and ther

Re: vlc

2006-04-22 Thread caleb storms
ok after playing with some and manually putting my cd drive in vlcrc i get this VLC media player 0.8.4 Janus libdvdnav: Using dvdnav version 0.1.9 from http://dvd.sf.net libdvdread: Encrypted DVD support unavailable. libdvdread: Can't stat /aÃxbOG No such file or directory libdvdnav: vm: faild to

Re: vlc

2006-04-22 Thread Michael Schmitz
> > Try to set the correct device for the DVD drive - hda is your hard disk, > > the DVD ought to be on hdc then. > > He want to read a AVI or MPG from the Hardisk! I figured. > But choosen the wrong menu (File => Open Medium => Volume) > instead of (File => Open File) That's even possible for a

Re: vlc

2006-04-21 Thread Michelle Konzack
Am 2006-04-15 11:16:34, schrieb Michael Schmitz: > > VLC media player 0.8.4a Janus > > libdvdnav: Using dvdnav version 0.1.9 from http://dvd.sf.net > > libdvdread: Encrypted DVD support unavailable. > > libdvdread: Attempting to use device /dev/hda14 mounted on / for CSS > > authentication > > Try

Re: vlc

2006-04-21 Thread Michelle Konzack
Am 2006-04-14 23:55:13, schrieb caleb storms: > ok, on my ongoing search for better video i managed to get vlc installed > from source however, now i get basicly the same kind of error i got > before all that. This is what i'm getting when trying to play any file > from my hardrive be it avi or mp

Re: vlc

2006-04-18 Thread Michael Schmitz
> Hey michael, i realize that, thats the strange part. I can set the path > and it makes no differance. also that happens when i'm trying to play > an avi file thats on my hardrive. In fact i get that when i try to play > any media files at all with it. Doesn't happen for me here - I've only tri

Re: vlc

2006-04-15 Thread caleb storms
hey, i did not have libdvdcss2 installed so i ran /usr/share/doc/libdvdread3/examples/install-css.sh same problem i then ran dpkg-reconfigure vlc still no change. thanks caleb On Sat, 2006-04-15 at 19:48 +0200, Alexander Schmehl wrote: > Hi! > > * caleb storms <[EMAIL PROTECTED]> [060415 05:55]:

Re: vlc

2006-04-15 Thread Alexander Schmehl
Hi! * caleb storms <[EMAIL PROTECTED]> [060415 05:55]: > ok, on my ongoing search for better video i managed to get vlc installed > from source however, now i get basicly the same kind of error i got > before all that. This is what i'm getting when trying to play any file > from my hardrive be it

Re: vlc

2006-04-15 Thread caleb storms
Hey michael, i realize that, thats the strange part. I can set the path and it makes no differance. also that happens when i'm trying to play an avi file thats on my hardrive. In fact i get that when i try to play any media files at all with it. Caleb On Sat, 2006-04-15 at 11:16 +0200, Michael

Re: vlc

2006-04-15 Thread owczi
I have no problems with watching dvds via vlc on my pismo (they're choppy though, but they just are and I have to cope with it). > libdvdread: Attempting to use device /dev/hda14 mounted on / for CSS authentication > libdvdread: Could not open input: Permission denied > libdvdread: Can't open /de

Re: vlc

2006-04-15 Thread Michael Schmitz
> VLC media player 0.8.4a Janus > libdvdnav: Using dvdnav version 0.1.9 from http://dvd.sf.net > libdvdread: Encrypted DVD support unavailable. > libdvdread: Attempting to use device /dev/hda14 mounted on / for CSS > authentication Try to set the correct device for the DVD drive - hda is your hard

Re: VLC Illegal instruction

2004-07-26 Thread Vincent Bernat
OoO En cette aube naissante du lundi 26 juillet 2004, vers 07:34, Lorenzo <[EMAIL PROTECTED]> disait: > I have this problem since I installed Sarge. with all version of VLC there is > the output: > VLC media player 0.7.2 Bond > Illegal instruction This will be fixed soon in the unstable ve

Re: vlc isn't playing sound

2003-09-30 Thread J. Javier Maestro
On Sep Tue 30 2003 10:00, Markus Frauenfelder wrote: > J. Javier Maestro hat mal (am Tue, Sep 30, 2003 at 09:30:54AM +1000) gesagt: > > On Sep Tue 30 2003 00:27, Markus Frauenfelder wrote: > > > I'm working with gnome2 and my sound-server starts at login. > > > xine works perfectly well. > > > But

Re: vlc isn't playing sound

2003-09-30 Thread Markus Frauenfelder
J. Javier Maestro hat mal (am Tue, Sep 30, 2003 at 09:30:54AM +1000) gesagt: > On Sep Tue 30 2003 00:27, Markus Frauenfelder wrote: > > I'm working with gnome2 and my sound-server starts at login. > > xine works perfectly well. > > But I'd like to play a movie which is in .cue .bin -format. > > To

Re: vlc isn't playing sound

2003-09-29 Thread J. Javier Maestro
On Sep Tue 30 2003 00:27, Markus Frauenfelder wrote: > Hi folks > > I'm working with gnome2 and my sound-server starts at login. > xine works perfectly well. > But I'd like to play a movie which is in .cue .bin -format. > To do so I'd like to use vlc. But vlc doesn't wants to play any sound. Qhic

Re: vlc 0.3.0 and Altivec

2002-04-10 Thread benh
>I have an ibook2, 500 MHz. Now, I thought that the G3 didn't have >Altivec, and I am running 2.4.19-pre6-ben0 >from ppckernel.org. > >So, is this vlc wrongly detecting my CPU having Altivec or the kernel not >being correctly compiled ? >I thought I might post here first before troubling the vlc pe

Re: vlc 0.3.0 and Altivec

2002-04-09 Thread Viral
On Mon, Apr 08, 2002 at 11:25:37PM +0200, Michel Lanners wrote: > Videolan has released vlc 0.3.0, with _lots_ of performance > improvements. I am now able to play back DVD's on my TiBook/400 with > around 70% cpu useage, with only around 1% dropped frames (before, I had > 100% cpu and 30% frame dr

Re: vlc 0.2.92-4

2002-01-02 Thread Michel Dänzer
On Wed, 2002-01-02 at 15:07, Jack Howarth wrote: >Is anyone else seeing crashes in vlc 0.2.92-4 when you play a > dvd on ppc? The previous 0.2.92-1 through -3 source packages wouldn't > build on my ppc machine because of some changes for MacOS X which > introduced a vand altivec asm instruction

Re: vlc 0.2.82 debs available

2001-08-26 Thread Josh Huber
Michel Lanners <[EMAIL PROTECTED]> writes: > Depends. I don't know that chip too much, but for sure it has > hardware YUV-to-RGB-conversion-and-scaling, which is used, by the > way, with XFree 4's ati driver (maybe only the GATOS one) to > implement Xvideo. Yeah, it's not in XFree 4.1.x yet, but

Re: vlc 0.2.82 debs available

2001-08-26 Thread Josh Huber
Vinai <[EMAIL PROTECTED]> writes: > This is provided you have the 400 MHz model, that came with a > DVD-ROM drive, and you did not buy that module later on yourself. > The 333 MHz model came with a CD-ROM in the drive bay and I doubt > would have had a DVD-decoder card internally. Yeah, that's th

Re: vlc 0.2.82 debs available

2001-08-25 Thread Vinai
On Sat, 25 Aug 2001, Josh Huber wrote: } Well, DVDs play great in MacOS on my Lombard...do these have hardware } DVD decoder support? The mach64 probably doesn't help too much, } right? Yes - the Lombard does have a built-in hardware decoder ... Take a look at: http://developer.apple.com/techp

Re: vlc 0.2.82 debs available

2001-08-25 Thread Michel Lanners
On 25 Aug, this message from Josh Huber echoed through cyberspace: > Peter Meilstrup <[EMAIL PROTECTED]> writes: > >>> Are you sure? Because things seem to play pretty well on my 400 MHz iMac. >> >> The 500 flops figure is based on assuming it takes half as long as >> the simplest implementation

Re: vlc 0.2.82 debs available

2001-08-25 Thread Josh Huber
Peter Meilstrup <[EMAIL PROTECTED]> writes: >> Are you sure? Because things seem to play pretty well on my 400 MHz iMac. > > The 500 flops figure is based on assuming it takes half as long as > the simplest implementation of an FFT. There might be better > implementations of the algorithm however.

Re: vlc 0.2.82 debs available

2001-08-24 Thread Peter Meilstrup
On Fri, 24 Aug 2001, Adam Goode wrote: > On Fri, Aug 24, 2001 at 04:45:45PM -0700, Peter Meilstrup wrote: > > > > Now, I think you need around 500 floating point-operations to compute an > > 8x8 IDCT (I believe the actual figure is something like this.). DVD video is > > 720x576, so you'd need t

Re: vlc 0.2.82 debs available

2001-08-24 Thread Adam Goode
On Fri, Aug 24, 2001 at 04:45:45PM -0700, Peter Meilstrup wrote: > > Now, I think you need around 500 floating point-operations to compute an > 8x8 IDCT (I believe the actual figure is something like this.). DVD video is > 720x576, so you'd need to sustain around 100 megaflops/sec in the IDCT > al

Re: vlc 0.2.82 debs available

2001-08-24 Thread Peter Meilstrup
On Fri, 24 Aug 2001, Josh Huber wrote: > Thanks for the tips. I'll see what I can do this weekend... > > > Inverse Discrete Cosine Transform (or Integer?) > > I guess I was more asking what it's role in mpeg decompression was... > The same as its role in JPEG compression: you take the DCT of a

Re: vlc 0.2.82 debs available

2001-08-24 Thread Josh Huber
"Albert D. Cahalan" <[EMAIL PROTECTED]> writes: > Running MacOS X: MacOS-gcc -O2 -S foo.c > Running Linux:cp /mac/src/whatever/foo.s /usr/src/whatever/foo.S Yes, that would be one method... >> What's good is that XVideo support got rid of that annoying >> (expensive) YUV transformation, tho

Re: vlc 0.2.82 debs available

2001-08-24 Thread Josh Huber
Oh boy, already following up my own post! :) Josh Huber <[EMAIL PROTECTED]> writes: > Indeed, I just looked at this, and with two changes I have XVideo > working (depending on your definetion of working...that is :) on my > lombard. The color palette is screwed up, but other than that, the > spe

Re: vlc 0.2.82 debs available

2001-08-24 Thread Albert D. Cahalan
Josh Huber writes: > Michel Lanners <[EMAIL PROTECTED]> writes: >> One area is IDCT, where vlc contains some altivec code for MacOS >> X/Darwin. Unfortunately, it's a C extension, and that is not >> supported by our tools. Running MacOS X: MacOS-gcc -O2 -S foo.c Running Linux:cp /mac/src/wha

Re: vlc 0.2.82 debs available

2001-08-24 Thread Josh Huber
Michel Lanners <[EMAIL PROTECTED]> writes: > Works for me (I think ;-) Yeah, it works great on my G4 desktop at work -- nice fullscreen full FPS DVD playing. but, I'd like to get it working on my laptop, with a rage pro. (mach64) > On any box. Xvideo is supported in X4.0.3 with ATI 128; for Mac

Re: vlc 0.2.82 debs available

2001-08-24 Thread Michel Lanners
Hi there, On 23 Aug, this message from Josh Huber echoed through cyberspace: > This is cool -- what I really need to get working now is the XVideo > extention, Works for me (I think ;-) > as I suspect this will help greatly for speeed issues on my > Lombard. On any box. Xvideo is supported in

Re: vlc 0.2.82 debs available

2001-08-23 Thread Josh Huber
This is cool -- what I really need to get working now is the XVideo extention, as I suspect this will help greatly for speeed issues on my Lombard. Anyone tried gprof out lately on ppc? Last time I tried (granted, it was probably a year ago, it segfaulted a lot). In any case, I'm building vlc wi

Re: vlc 0.2.82 debs available

2001-08-23 Thread Michel Lanners
Hi all, On 23 Aug, this message from Michel Dänzer echoed through cyberspace: > Andrew Sharp wrote: >> >> Mmm, delicious, thank you. I don't suppose you have the source debs >> available? ~:^) Since you're asking, I suppose not ;-) > They are in sid. And you can get the 0.2.82 source tarbal

Re: vlc 0.2.82 debs available

2001-08-22 Thread Michel Dänzer
Andrew Sharp wrote: > > Mmm, delicious, thank you. I don't suppose you have the source debs > available? ~:^) They are in sid. As there are libdvdcss packages, I assume Michel built from videolan CVS though. -- Earthling Michel Dänzer (MrCooper)\ Debian GNU/Linux (powerpc) developer CS

Re: vlc 0.2.82 debs available

2001-08-22 Thread Andrew Sharp
Mmm, delicious, thank you. I don't suppose you have the source debs available? ~:^) a Michel Lanners wrote: > > Ooops > > On 21 Aug, this message from Andrew Sharp echoed through cyberspace: > > Well, one thing you did wrong was that I get > > > > File not Found > > > > for both http:/

Re: vlc 0.2.82 debs available

2001-08-22 Thread Michel Dänzer
Michel Lanners wrote: > For all those interested in DVDs and video in general, I have just > finished uploading debs for vlc_0.2.82: > > http://www.cpu.lu/ftp/debian/vlc_0.2.82 > > The complete list of .debs is there. > > Have fun! > > Michel > > PS Built on a woody system, X 4.0.3 out of woo