From owner-freebsd-multimedia Sun Jun 16 10:43: 0 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from goma.shitamachi.org (5.60.138.210.bn.2iij.net [210.138.60.5]) by hub.freebsd.org (Postfix) with ESMTP id D14A237B408 for ; Sun, 16 Jun 2002 10:42:54 -0700 (PDT) Received: from localhost ([IPv6:2001:240:a2:0:202:b3ff:fe5f:a024]) by goma.shitamachi.org (8.12.3/8.12.3) with ESMTP id g5GHgpJS097697; Mon, 17 Jun 2002 02:42:52 +0900 (JST) (envelope-from tada@rr.iij4u.or.jp) Date: Mon, 17 Jun 2002 02:42:51 +0900 (JST) Message-Id: <20020617.024251.74863069.abtk@shitamachi.org> To: aa8vb@nc.rr.com Cc: tada@rr.iij4u.or.jp, multimedia@FreeBSD.ORG, ales@megared.net.mx Subject: Re: Fxtv 1.04beta -- PLEASE TEST compile error From: Tadaaki Nagao In-Reply-To: <20020615230429.GA3143@nc.rr.com> <20020615.082823.28977805.abtk@shitamachi.org> References: <1024079424.309.149.camel@ales.megared.net.mx> <20020615.082823.28977805.abtk@shitamachi.org> <20020615230429.GA3143@nc.rr.com> X-Mailer: Mew version 3.0.54 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, In message <20020615.082823.28977805.abtk@shitamachi.org>, Tadaaki Nagao wrote: > Sorry for jumping in, but I've been experiencing similar symptoms when > trying "FFMPEG" and "FFMPEG Ready". It seems I was somehow confused when writing above, in particular, saying "FFMPEG Ready" gave a kernel crash. The real thing that occurred for "FFMPEG Ready" wasn't a crash, but, when running the shell script for conversion, fxtv that was invoked from the script immeadiately exited without doing anything, which kept ffmpeg waiting for the input, apparently forever. "FFMPEG" actually caused a crash, though. In message <20020615230429.GA3143@nc.rr.com>, Randall Hopper wrote: > Say that's a thought, do you have the buffer port installed? I have > buffer-1.17.1 installed here. (snip) > Tadaaki and Alejandro, please let me know what you find regarding the > buffer utility. That is it! I've just installed /usr/ports/misc/buffer, and everything works fine now! To sum up, w/o buffer w/buffer MPEG Ready OK OK MPEG OK OK FFMPEG Ready script doesn't work OK FFMPEG kernel crash OK If installing the buffer port also works for Alejandro, it would be a good idea to add a port dependency on buffer to the fxtv port. Anyway, being able to crash a kernel from userland, is kind of a kernel bug. :-) If you are interested, I can produce a crash dump and its stack trace. Thanks, Tadaaki Nagao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jun 16 11:12:36 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id BDA6D37B404 for ; Sun, 16 Jun 2002 11:12:31 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id AC96212B9EF; Sun, 16 Jun 2002 14:14:26 -0400 (EDT) Date: Sun, 16 Jun 2002 14:14:26 -0400 From: Randall Hopper To: Tadaaki Nagao Cc: multimedia@FreeBSD.ORG, ales@megared.net.mx Subject: Re: Fxtv 1.04beta -- PLEASE TEST compile error Message-ID: <20020616181426.GA6398@nc.rr.com> References: <1024079424.309.149.camel@ales.megared.net.mx> <20020615.082823.28977805.abtk@shitamachi.org> <20020615230429.GA3143@nc.rr.com> <20020617.024251.74863069.abtk@shitamachi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020617.024251.74863069.abtk@shitamachi.org> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org |In message <20020615230429.GA3143@nc.rr.com>, | Randall Hopper wrote: |> Say that's a thought, do you have the buffer port installed? I have |> buffer-1.17.1 installed here. |(snip) |> Tadaaki and Alejandro, please let me know what you find regarding the |> buffer utility. | |That is it! I've just installed /usr/ports/misc/buffer, and |everything works fine now! Whoohoo! Yes! Much more likely to be fixable in Fxtv. Probably something simple related to process handling I'll bet. I was concerned this might be some obscure kernel bug (might still be, but...) with no application work-around. |To sum up, | w/o buffer w/buffer | MPEG Ready OK OK | MPEG OK OK | FFMPEG Ready script doesn't work OK | FFMPEG kernel crash OK | |If installing the buffer port also works for Alejandro, it would be a |good idea to add a port dependency on buffer to the fxtv port. No, probably not. For the same reason mpeg_audio, mpeg_encode, ffmpeg, etc. aren't dependencies. Dependency in the ports world means required dependency. You can use Fxtv without doing any audio or video encoding, so you don't want package installs to fail or force installing bunches of other cruft it you won't use this. However, it sure as heck shouldn't crash your machine if you don't have it either! ;-) I'm in the middle of something else today, but I'll dig into this in the next day or two and figure out what's going ape. |Anyway, being able to crash a kernel from userland, is kind of a kernel |bug. :-) Under normal circumstances, I agree. Blasting video frames into random memory pages probably voids the warrenty ;-), but I don't think that's what's going on here. |If you are interested, I can produce a crash dump and its stack trace. Don't go to the trouble yet, but I'll let you know. Thanks! Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 17 10:10:47 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id DA0BD37B409 for ; Mon, 17 Jun 2002 10:10:43 -0700 (PDT) Received: from ales.megared.net.mx (ales.corp.megared.net.mx [200.52.193.2]) by unix.megared.net.mx (8.11.6/8.11.6) with ESMTP id g5HHC4e27860; Mon, 17 Jun 2002 12:12:04 -0500 (CDT) (envelope-from ales@megared.net.mx) Subject: Re: Fxtv 1.04beta -- PLEASE TEST compile error From: "Alejandro A. Ramirez" To: Randall Hopper Cc: Tadaaki Nagao , multimedia@FreeBSD.ORG In-Reply-To: <20020615230429.GA3143@nc.rr.com> References: <1024016340.520.13.camel@ales.megared.net.mx> <20020614005655.GA6663@nc.rr.com> <1024079424.309.149.camel@ales.megared.net.mx> <20020615.082823.28977805.abtk@shitamachi.org> <20020615230429.GA3143@nc.rr.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 17 Jun 2002 12:09:42 -0600 Message-Id: <1024337383.306.42.camel@ales.megared.net.mx> Mime-Version: 1.0 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 2002-06-15 at 17:04, Randall Hopper wrote: > Tadaaki and Alejandro, please let me know what you find regarding the > buffer utility. It worked, I have just installed the buffer utility, and the ffmpeg worked without rebooting the system, but it works only as root, every time that I try to encode using ffmpeg as a normal user it gives me the following error: Can't execvp ./test.sh and refuses to encode, beside that everithing seems to be working good. I will be doing some more test today (at night), I`ll let you know the results. Thanks... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jun 17 10:59:17 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by hub.freebsd.org (Postfix) with ESMTP id 68B2837B414 for ; Mon, 17 Jun 2002 10:59:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.tinkerbox.org (Postfix) with ESMTP id 245FF19AD; Mon, 17 Jun 2002 11:02:56 -0700 (PDT) Date: Mon, 17 Jun 2002 11:02:56 -0700 (PDT) From: bruno schwander X-Sender: bruno@router.bschwand.net Reply-To: bruno@tinkerbox.org To: "Alejandro A. Ramirez" Cc: Randall Hopper , multimedia@freebsd.org Subject: Re: Fxtv 1.04beta -- PLEASE TEST compile error In-Reply-To: <1024101531.301.22.camel@ales.megared.net.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org this seems consistent with what another person told me about my builds, but I was unable to reproduce it, unfortunately. I am raking my brain, but I really do not see what could be causing that. FYI, I tried it again, on FBSD 4.5, and it worked fine in ffmpeg mode... Randall, if you can get that to happen I think you will have to go in with the kernel debugger. I'd be curious to know if it works for you or not, can you try it out ? I am running Xfree86 4.1 though, could that be it ? I also noticed in your dmesg output that video and tv tuner card share the same irq, could it be a factor ? try forcing that to different irq through the bios. Also, maybe try a very low framerate, like 1fps, and see if it still happens, or when. bruno PS: randall, I think my posts to multimedia@freebsd.org are bounced, you can post this in there if you think others would be interested. On 14 Jun 2002, Alejandro A. Ramirez wrote: > On Fri, 2002-06-14 at 16:50, Randall Hopper wrote: > > > After hitting the "Record" button, not the "Stop" button, right? > > Right, a few seconds after hitting the Record button. > > > Also, this doesn't happen with the "MPEG" and "MPEG Ready" targets, right? > > Right, this doesnt happend with "MPEG" and "MPEG Ready". > > > What about the "FFMPEG Ready" target? Does it happen with that one? > > No, it doesnt reboot the machine, it works as it should (I think). > > After the machine gets rebooted, the systems freezes up first, then it > cames the reboot. > > Is it OK that the TV image gets freezed when Im encoding videos ??? > > Version: > FreeBSD 4.5-RELEASE > > kernel config file: > device bktr > device iicbus > device iicbb > device smbus > options OVERRIDE_TUNER=9 > > TV Card: > bktr0: mem 0xfb000000-0xfb000fff irq 5 at device 13.0 on > pci2 > iicbb0: on bti2c0 > iicbus0: on iicbb0 master-only > smbus0: on bti2c0 > bktr0: Askey/Dynalink Magic TView, Philips FR1236 NTSC FM tuner. > > System: > CPU: Pentium 4 (1594.83-MHz 686-class CPU) > real memory = 267911168 (261632K bytes) > > Video: > pci1: at 0.0 irq 5 > > Audio: > pcm0: port 0x2440-0x247f irq 11 at device 14.0 on pci2 > > HD: > ad0: 38172MB [77557/16/63] at ata0-master UDMA100 > > XFree86: > XFree86 Version 3.3.6 / X Window System > (protocol Version 11, revision 0, vendor release 6300) > Release Date: xx November 2000 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 18 0:28:18 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by hub.freebsd.org (Postfix) with SMTP id 8137C37B406 for ; Tue, 18 Jun 2002 00:28:12 -0700 (PDT) Received: (qmail 68825 invoked by uid 1001); 18 Jun 2002 07:28:11 -0000 Date: Tue, 18 Jun 2002 03:28:11 -0400 From: Brian Reichert To: multimedia@freebsd.org Subject: 'sox' and buffering Message-ID: <20020618032811.D64411@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm not certain of this is a 'sox' issue, or not, but here is the symptom I'm seeing: I've got sox reading a 'cdr'-type sound file via a FIFO. I've got a five-second ( ~860kb ) sound sample that I'm testing with. I've been able to verify with 'tee' that my sample is making it though the FIFO in it's entirety. When I tell sox to same that sample as a cdr (rather than playing it), I'm seeing a 21840-byte difference in size (about 1/8th of a second); sox is sitting on the data. :/ This is under FreeBSD 4.5-RELEASE with sox v 12.17.3 (from the package, not from ports.) Does anyone have any clue what might be going on? It there some magic sequence of bytes I can send down the pipe to coerce sox to finish processing my sample? I can explain in greater detail what I'm trying to accomplish, if you think I'm hiding important details... Thanks for any advice you might have... -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jun 18 13:25:16 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from localhost.b.lab.net (port-212-202-128-202.reverse.qsc.de [212.202.128.202]) by hub.freebsd.org (Postfix) with ESMTP id A84D137B40B for ; Tue, 18 Jun 2002 13:25:06 -0700 (PDT) Received: from localhost (uzs106@localhost) by localhost.b.lab.net (8.9.3/8.9.3) with ESMTP id WAA00622 for ; Tue, 18 Jun 2002 22:24:27 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) X-Authentication-Warning: localhost.b.lab.net: uzs106 owned process doing -bs Date: Tue, 18 Jun 2002 22:24:26 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@localhost.b.lab.net To: freebsd-multimedia@FreeBSD.ORG Subject: Live???.tgz and 3.5.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Would like to have this on the laptop, but it doesnt compile. Does anybody know the problem ? I disabled something, as the compiler said, and then it broke somewhere else with a compiler crash. Reproducable. H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 8:54:34 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id 403EE37B410; Wed, 19 Jun 2002 08:53:58 -0700 (PDT) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.6/8.11.0) with ESMTP id g5JFrr132642; Wed, 19 Jun 2002 10:53:53 -0500 Date: Wed, 19 Jun 2002 10:53:53 -0500 (CDT) From: John Utz X-X-Sender: john@jupiter.linuxengine.net To: freebsd-multimedia@freebsd.org Cc: freebsd-hackers@freebsd.org Subject: midi on FreeBSD 4.5: good progress! i now have a midi.ko based on the tanimura-san code. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi; since i mentioned about two months ago that i was going to work on finishing the midi code that seigo tanimura-san stopped working on in 1999 (http://people.freebsd.org/~tanimura/newmidi/) i thought it might be appropriate to report on my progress. good news is that i have successfully built and loaded a midi.ko from this code base. the files in the code are midi.c, midibuf.c sequencer.c midisynth.c and the associated header files. A. it compiles without errors or warnings. B. it loads and unloads repeatedly without exploding my laptop. bad news is that it's utterly comatose. :-) one might argue that good news B. is dependent on the fact that this module is comatose, because once i get it to the point where it actually does something ( i am gonna try to get /dev/midistat to work first ) it will probably start trashing my laptop with great frequency. :-) the conversion to a kld was greatly facilitated by the articles in the dev handbook and on daemonnews. tnx so much to all the doc writers! i'll write one too once i get this to work. my next activity will be to compare the code in /usr/src/sys/dev/sound against the stuff that i have currently and try to ascertain what it is that i am doing wrong. if somebody with commit priveledges would get in touch with me about eventually checking this stuff in i would really appreciate it. tnx! johnu -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 18:28:37 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from gouda.acatysmoof.com (adsl-64-170-164-211.dsl.lsan03.pacbell.net [64.170.164.211]) by hub.freebsd.org (Postfix) with ESMTP id D1E3A37B40A for ; Wed, 19 Jun 2002 18:28:28 -0700 (PDT) Received: (from nobody@localhost) by gouda.acatysmoof.com (8.11.6/8.11.1) id g5K1VqW57032; Wed, 19 Jun 2002 18:31:52 -0700 (PDT) (envelope-from alex@acatysmoof.com) Date: Wed, 19 Jun 2002 18:31:52 -0700 (PDT) Message-Id: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> From: "Alex Teslik" To: ffmpeg-devel@lists.sourceforge.net Cc: freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br Reply-To: alex@acatysmoof.com Subject: Ffmpeg for FreeBSD (was: ffserver compile) X-Mailer: NeoMail 1.25 X-IPAddress: 204.128.192.103 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Well, I can't help you with the mencoder bit, but on June 1st I downloaded CVS and built a FreeBSD port skeleton that I am now using to stream video encoded with ffmpeg. The CVS was modified to use the native FreeBSD Brooktree drivers patch by Steve O'Hara-Smith instead if the V4L drivers, and it works great! I've been live-streaming Realmedia and ASF for 10 days with no problems. Mario Sergio Fujikawa Ferreira, the official FreeBSD maintainer of ffmpeg, fixed my port a bit (it was my first try) and made sure everything installed and de-installed properly. So, now its kind of the very-unofficial 4.6.0alpha "not-really-a-release". You can download the port skeleton at http://www.acatysmoof.com/ffmpeg/ffmpeg-skeleton.tar.gz. Untar and gunzip it to /usr/ports/graphics/ffmpeg, overwriting the original 4.5.0 skeleton. Run "make install clean" as usual and it will automatically download the 4.6.0alpha file from my server (CVS from June 1st) and install to your system, patch the CVS, and register with the ports database as ffmpeg4.6.0a. You might need to modify patch-libav::grab.c before you build to look at the correct input of your bktr device by changing the line: + c = METEOR_INPUT_DEV0 to + c = METEOR_INPUT_DEV1 or whatever number gets your input working. Right now patch-libav::grab.c is also hard-coded to NTSC. You can change it to PAL by changing the lines: + int format = NTSC /*NTSC one day*/ + int frame_time = 33333 /* PAL time */ to: + int format = PAL /*NTSC one day*/ + int frame_time = 40000 /* PAL time */ These times are in microseconds. My server is slow, so feel free to mirror. HTH, Alex P.S.- Some people have reported ffmpeg to be half the CPU usage of mencoder (I havn't verified this myself, but it sounds nice). P.P.S.- Of course a massive thanks to Steve and Mario (who did all the hard work). I really did very little except email them to death and try to push this to a cleaner state for the FreeBSD'ers. > Has anyone considered removing the dependencies on the video capture devices > from ffserver? Im trying to build on FreeBSD and would like to use mencoder > to generate the stream, send it to ffserver to be rebroadcasted. Unfortunatly > ffserver wants bits from the video library to compile. I havent gone into > hack-it-mode yet to see what I can do, but just a suggestion. > > -Crh > > Charles Henrich Eon Entertainment henrich@msu.edu > > http://www.sigbus.com:81/~henrich > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 18:40:14 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by hub.freebsd.org (Postfix) with ESMTP id AB80737B404 for ; Wed, 19 Jun 2002 18:40:10 -0700 (PDT) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020620014009.RXOJ1024.sccrmhc01.attbi.com@InterJet.elischer.org>; Thu, 20 Jun 2002 01:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA28009; Wed, 19 Jun 2002 18:32:12 -0700 (PDT) Date: Wed, 19 Jun 2002 18:32:11 -0700 (PDT) From: Julian Elischer To: Alex Teslik Cc: ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br Subject: Re: Ffmpeg for FreeBSD (was: ffserver compile) In-Reply-To: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 19 Jun 2002, Alex Teslik wrote: > Hello, > > Well, I can't help you with the mencoder bit, but on June 1st I > downloaded CVS and built a FreeBSD port skeleton that I am now using to so what is CVS (all caps) when it's not a source version control system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 18:43:51 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from sigbus.com (c-24-126-10-97.we.client2.attbi.com [24.126.10.97]) by hub.freebsd.org (Postfix) with ESMTP id B3CF437B417 for ; Wed, 19 Jun 2002 18:43:46 -0700 (PDT) Received: (from henrich@localhost) by sigbus.com (8.11.1/8.11.1) id g5K1hhK93614; Wed, 19 Jun 2002 18:43:43 -0700 (PDT) (envelope-from henrich) Date: Wed, 19 Jun 2002 18:43:43 -0700 From: Charles Henrich To: ffmpeg-devel@lists.sourceforge.net Cc: freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br Subject: Re: [Ffmpeg-devel] Ffmpeg for FreeBSD (was: ffserver compile) Message-ID: <20020619184342.B93279@sigbus.com> Mail-Followup-To: ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br References: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206200131.g5K1VqW57032@gouda.acatysmoof.com>; from alex@acatysmoof.com on Wed, Jun 19, 2002 at 06:31:52PM -0700 X-Operating-System: FreeBSD 4.2-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F X-GPG-Fingerprint: EA4C AB9B 0C38 17C0 AB3F 11DE 41F6 5883 41E7 4F49 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Well, I can't help you with the mencoder bit, but on June 1st I downloaded I already have mencoder working great for realtime to divx encoding on BSD, so Im not worried about that bit. > port skeleton at http://www.acatysmoof.com/ffmpeg/ffmpeg-skeleton.tar.gz. Thanks for the pointer! -Crh Charles Henrich Eon Entertainment henrich@msu.edu http://www.sigbus.com:81/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 19:15:52 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by hub.freebsd.org (Postfix) with ESMTP id 908E437B40B for ; Wed, 19 Jun 2002 19:15:48 -0700 (PDT) Received: from 200-193-224-208-bsace7003.dsl.telebrasilia.net.br (200-193-224-208-bsace7003.dsl.telebrasilia.net.br [200.193.224.208]) by heaven.gigo.com (Postfix) with ESMTP id DEB10B8EC for ; Wed, 19 Jun 2002 19:15:42 -0700 (PDT) Received: (qmail 50220 invoked by uid 1001); 20 Jun 2002 02:05:55 -0000 Message-ID: <20020620020555.50219.qmail@exxodus.fedaykin.here> Date: Wed, 19 Jun 2002 23:05:33 -0300 From: Mario Sergio Fujikawa Ferreira To: Julian Elischer Cc: Alex Teslik , ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@freebsd.org, steve@sohara.org Subject: Re: Ffmpeg for FreeBSD (was: ffserver compile) References: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from julian@elischer.org on Wed, Jun 19, 2002 at 06:31:49PM -0700 X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 19, 2002 at 06:31:49PM -0700, Julian Elischer wrote: > > > On Wed, 19 Jun 2002, Alex Teslik wrote: > > > Hello, > > > > Well, I can't help you with the mencoder bit, but on June 1st I > > downloaded CVS and built a FreeBSD port skeleton that I am now using to > > > so what is CVS (all caps) when it's not a source version control system? C'mon Julian, he was just using it as a substantive to mean the snapshot he made. :) I know what you meant but he was allright. Heheh -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 19:22: 7 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by hub.freebsd.org (Postfix) with ESMTP id 7B28E37B403 for ; Wed, 19 Jun 2002 19:22:02 -0700 (PDT) Received: from 200-193-224-208-bsace7003.dsl.telebrasilia.net.br (200-193-224-208-bsace7003.dsl.telebrasilia.net.br [200.193.224.208]) by heaven.gigo.com (Postfix) with ESMTP id 5E4C6B853 for ; Wed, 19 Jun 2002 19:22:01 -0700 (PDT) Received: (qmail 50673 invoked by uid 1001); 20 Jun 2002 02:21:33 -0000 Message-ID: <20020620022133.50672.qmail@exxodus.fedaykin.here> Date: Wed, 19 Jun 2002 23:21:11 -0300 From: Mario Sergio Fujikawa Ferreira To: Alex Teslik Cc: ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@freebsd.org, steve@sohara.org Subject: Re: Ffmpeg for FreeBSD (was: ffserver compile) References: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206200131.g5K1VqW57032@gouda.acatysmoof.com>; from alex@acatysmoof.com on Wed, Jun 19, 2002 at 06:31:30PM -0700 X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, First and foremost, GREAT work to everyone involved. We're getting there. That's the kind of great work that gets things done. One doesn't have to be a committer to accomplish things. One developer there, one person to get everyone involved... and we have it. When ffmpeg 0.4.6 comes out, our port will be ready for commit. Now, comes the other side of the work to which is getting the Booktree drivers committed to the official ffmpeg CVS repository. So that it is part of the official distribution. We should offer them full cooperation to help with anything they need to make it happen. As per the customizations necessary to get it working: On Wed, Jun 19, 2002 at 06:31:30PM -0700, Alex Teslik wrote: [snip] We can have a WITH_DEVICE_NUMBER=NUMBER_OF_YOUR_INPUT that does the below mentioned. > You might need to modify patch-libav::grab.c before you build to look > at the correct input of your bktr device by changing the line: > > + c = METEOR_INPUT_DEV0 > > to > > + c = METEOR_INPUT_DEV1 > > or whatever number gets your input working. And handle this with WITH_NTSC or WITH_PAL. We just need to pick a default. For now, NTSC will be a good candidate. > Right now patch-libav::grab.c is also hard-coded to NTSC. You can > change it to PAL by changing the lines: > > + int format = NTSC /*NTSC one day*/ > + int frame_time = 33333 /* PAL time */ > > to: > > + int format = PAL /*NTSC one day*/ > + int frame_time = 40000 /* PAL time */ > > These times are in microseconds. Once again. Great work ppl. Let's keep it going this way. :) We are getting there. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 20:56:38 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from sigbus.com (c-24-126-10-97.we.client2.attbi.com [24.126.10.97]) by hub.freebsd.org (Postfix) with ESMTP id B53E837B406 for ; Wed, 19 Jun 2002 20:56:33 -0700 (PDT) Received: (from henrich@localhost) by sigbus.com (8.11.1/8.11.1) id g5K3uQc96476; Wed, 19 Jun 2002 20:56:26 -0700 (PDT) (envelope-from henrich) Date: Wed, 19 Jun 2002 20:56:26 -0700 From: Charles Henrich To: ffmpeg-devel@lists.sourceforge.net Cc: freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br Subject: Re: [Ffmpeg-devel] Ffmpeg for FreeBSD (was: ffserver compile) Message-ID: <20020619205626.B96274@sigbus.com> Mail-Followup-To: ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br References: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206200131.g5K1VqW57032@gouda.acatysmoof.com>; from alex@acatysmoof.com on Wed, Jun 19, 2002 at 06:31:52PM -0700 X-Operating-System: FreeBSD 4.2-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F X-GPG-Fingerprint: EA4C AB9B 0C38 17C0 AB3F 11DE 41F6 5883 41E7 4F49 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org So where is the port, the URL you give says no such file? > sure everything installed and de-installed properly. So, now its kind of the > very-unofficial 4.6.0alpha "not-really-a-release". You can download the > port skeleton at http://www.acatysmoof.com/ffmpeg/ffmpeg-skeleton.tar.gz. > Untar and gunzip it to /usr/ports/graphics/ffmpeg, overwriting the original To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 22: 2:39 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from gouda.acatysmoof.com (adsl-64-170-164-211.dsl.lsan03.pacbell.net [64.170.164.211]) by hub.freebsd.org (Postfix) with ESMTP id 51E8B37B403 for ; Wed, 19 Jun 2002 22:02:32 -0700 (PDT) Received: (from nobody@localhost) by gouda.acatysmoof.com (8.11.6/8.11.1) id g5K56Dd57417; Wed, 19 Jun 2002 22:06:13 -0700 (PDT) (envelope-from alex@acatysmoof.com) Date: Wed, 19 Jun 2002 22:06:13 -0700 (PDT) Message-Id: <200206200506.g5K56Dd57417@gouda.acatysmoof.com> From: "Alex Teslik" To: ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@freebsd.org, steve@sohara.org, lioux@uol.com.br Reply-To: alex@acatysmoof.com Subject: Re: [Ffmpeg-devel] Ffmpeg for FreeBSD (was: ffserver compile) X-Mailer: NeoMail 1.25 X-IPAddress: 64.170.164.211 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The port is at that URL, I assure you. The server is via DSL, and sometimes I have had the experience of not being able to connect to it from some sections of the internet for short periods of time. This is like an internet "blackout". This is not in my control. However, the file is there and the server has 52 days of uptime currently. Try again later or check to make sure you have typed in the full URL below (including filename) correctly. Again, if anyone would like to mirror... Alex > So where is the port, the URL you give says no such file? > > > sure everything installed and de-installed properly. So, now its kind of the > > very-unofficial 4.6.0alpha "not-really-a-release". You can download the > > port skeleton at http://www.acatysmoof.com/ffmpeg/ffmpeg-skeleton.tar.gz. > > Untar and gunzip it to /usr/ports/graphics/ffmpeg, overwriting the original > > > ------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Ffmpeg-devel mailing list > Ffmpeg-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ffmpeg-devel > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jun 19 22:20:54 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp2.wanadoo.nl (smtp2.wanadoo.nl [194.134.35.138]) by hub.freebsd.org (Postfix) with ESMTP id 5CD2C37B404; Wed, 19 Jun 2002 22:20:46 -0700 (PDT) Received: from ams-gw.sohara.org (i1330.vwr.wanadoo.nl [194.134.213.56]) by smtp2.wanadoo.nl (8.11.3/8.11.3) with SMTP id g5K5Kel12322; Thu, 20 Jun 2002 07:20:40 +0200 (MEST) Date: Thu, 20 Jun 2002 07:20:37 +0200 From: "Steve O'Hara-Smith" To: Mario Sergio Fujikawa Ferreira Cc: alex@acatysmoof.com, ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@FreeBSD.org Subject: Re: Ffmpeg for FreeBSD (was: ffserver compile) Message-Id: <20020620072037.10f1d71e.steve@sohara.org> In-Reply-To: <20020620022133.50672.qmail@exxodus.fedaykin.here> References: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> <20020620022133.50672.qmail@exxodus.fedaykin.here> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 19 Jun 2002 23:21:11 -0300 Mario Sergio Fujikawa Ferreira wrote: MSFF> Now, comes the other side of the work to which is getting MSFF> the Booktree drivers committed to the official ffmpeg CVS repository. MSFF> So that it is part of the official distribution. We should offer MSFF> them full cooperation to help with anything they need to make it MSFF> happen. That sounds like a plan to me. MSFF> As per the customizations necessary to get it working: This needs a clean up - compile time with environment variables or run time with extra command line options ? -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 2:21:13 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from cspop.comsoft.de (csdc.comsoft.de [212.86.205.70]) by hub.freebsd.org (Postfix) with ESMTP id F39F837B40C for ; Thu, 20 Jun 2002 02:21:07 -0700 (PDT) Received: by cspop.comsoft.de with Internet Mail Service (5.5.2653.19) id ; Thu, 20 Jun 2002 11:18:10 +0200 Message-ID: <905777482C38D5119D0D00D0B7A06E2D0C7E75@cspop.comsoft.de> From: "Cornelius, Peter" To: "'freebsd-multimedia@freebsd.org'" Cc: "'pcc@gmx.net'" Subject: ? Philips SAA 7134 Support ? Date: Thu, 20 Jun 2002 11:18:10 +0200 Importance: low X-Priority: 5 X-Message-Flag: Don't use Outlook unless you have to. I know from Xperienc e that it may end up sadly. MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello everyone around, I just got a TV Card with a Philips SAA7134HL on it (http://www-us9.semiconductors.com/pip/saa7134hl). Unfortunately, I only found some Linux efforts around this chip (http://bytesex.org/saa7134/) and now wonder whether there are any efforts with regard to BSD under way. Anyways, for 2morrow's game, I am afraid I'll have to swap it with the bt878 from home 8-S... Best regards, Peter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 2:39:40 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from gate.uai.etel.ru (gate.uai.etel.ru [195.38.57.243]) by hub.freebsd.org (Postfix) with ESMTP id 9BC5D37B40A for ; Thu, 20 Jun 2002 02:39:35 -0700 (PDT) Received: by sendmail of gate.uai.etel.ru id g5K9daw25290 for ; Thu, 20 Jun 2002 15:39:36 +0600 X-Authentication-Warning: gate.uai.etel.ru: smap set sender to using -f Received: from by gate.uai.etel.ru via smap (V2.1) id xma024668; Thu, 20 Jun 02 15:35:29 +0600 Received: by sendmail with ESMTP id g5K9ZRxX018686 from vlad@telecom.ural.ru for ; Thu, 20 Jun 2002 15:35:27 +0600 Received: by sendmail id g5K9ZRDK018685 for freebsd-multimedia@freebsd.org.KAV; Thu, 20 Jun 2002 15:35:27 +0600 Received: by sendmail with ESMTP id g5K9ZRxX018677 from vlad@telecom.ural.ru for ; Thu, 20 Jun 2002 15:35:27 +0600 Date: Thu, 20 Jun 2002 15:35:13 +0600 From: "Vladimir G. Drobyshevsky" X-Mailer: The Bat! (v1.60m) Reply-To: "Vladimir G. Drobyshevsky" Organization: Computer saloons "TelescOp" X-Priority: 3 (Normal) Message-ID: <5019384353.20020620153513@telecom.ural.ru> To: freebsd-multimedia@freebsd.org Subject: bktr0: could not map memory MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi All! I have a problem with recent CURRENT and bktr device. It is with AverMedia AverTV card installed on Acer Veriton 7200D. I have bktr compiled into kernel. And there is strings from dmesg: bktr0: mem 0xe8100000-0xe8100fff irq 9 at device 1.0 on pci2 bktr0: could not map memory device_probe_and_attach: bktr0 attach returned 6 And if I use bktr.ko module it's the same. Is that situation have solution? Thank you in advance, Vl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 3: 6:17 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from go4.ext.ti.com (dlezb.ext.ti.com [192.91.75.132]) by hub.freebsd.org (Postfix) with ESMTP id 9297737B407 for ; Thu, 20 Jun 2002 03:06:13 -0700 (PDT) Received: from dlep6.itg.ti.com ([157.170.188.9]) by go4.ext.ti.com (8.11.6/8.11.6) with ESMTP id g5KA6Ac29035; Thu, 20 Jun 2002 05:06:10 -0500 (CDT) Received: from dlep6.itg.ti.com (localhost [127.0.0.1]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id FAA16742; Thu, 20 Jun 2002 05:06:09 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id FAA16717; Thu, 20 Jun 2002 05:06:07 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id PAA27997; Thu, 20 Jun 2002 15:36:03 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: "Vladimir G. Drobyshevsky" Cc: Subject: RE: bktr0: could not map memory Date: Thu, 20 Jun 2002 15:37:29 +0530 Message-ID: <014b01c21842$4944d0b0$1901a8c0@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <5019384353.20020620153513@telecom.ural.ru> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thursday, June 20, 2002 3:05 PM, Vladimir wrote: > I have a problem with recent CURRENT and bktr device. It is with > AverMedia AverTV card installed on Acer Veriton 7200D. > > I have bktr compiled into kernel. And there is strings from dmesg: > > bktr0: mem 0xe8100000-0xe8100fff irq 9 at > device 1.0 on pci2 > bktr0: could not map memory > device_probe_and_attach: bktr0 attach returned 6 > > And if I use bktr.ko module it's the same. > > Is that situation have solution? I had the same problem with my Pixelview. I fixed it by disabling PnP BIOS in my BIOS settings. This makes the BIOS probe and config all the PCI devices. I guess fbsd then makes use of this info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 5:10:55 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from gate.uai.etel.ru (gate.uai.etel.ru [195.38.57.243]) by hub.freebsd.org (Postfix) with ESMTP id 634A137B438 for ; Thu, 20 Jun 2002 05:10:43 -0700 (PDT) Received: by sendmail of gate.uai.etel.ru id g5KCAfT27095 for ; Thu, 20 Jun 2002 18:10:41 +0600 X-Authentication-Warning: gate.uai.etel.ru: smap set sender to using -f Received: from by gate.uai.etel.ru via smap (V2.1) id xma026678; Thu, 20 Jun 02 18:07:00 +0600 Received: by sendmail with ESMTP id g5KC6xxX021855 from vlad@telecom.ural.ru for ; Thu, 20 Jun 2002 18:06:59 +0600 Received: by sendmail id g5KC6xb3021854 for freebsd-multimedia@FreeBSD.ORG.KAV; Thu, 20 Jun 2002 18:06:59 +0600 Received: by sendmail with ESMTP id g5KC6xxX021837; Thu, 20 Jun 2002 18:06:59 +0600 Date: Thu, 20 Jun 2002 18:06:59 +0600 From: "Vladimir G. Drobyshevsky" X-Mailer: The Bat! (v1.60m) Reply-To: "Vladimir G. Drobyshevsky" Organization: Computer saloons "TelescOp" X-Priority: 3 (Normal) Message-ID: <2728477047.20020620180659@telecom.ural.ru> To: owner-freebsd-multimedia@FreeBSD.ORG Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re[2]: bktr0: could not map memory In-Reply-To: <014b01c21842$4944d0b0$1901a8c0@ti.com> References: <014b01c21842$4944d0b0$1901a8c0@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org GG> On Thursday, June 20, 2002 3:05 PM, Vladimir wrote: >> I have a problem with recent CURRENT and bktr device. It is with >> AverMedia AverTV card installed on Acer Veriton 7200D. >> I have bktr compiled into kernel. And there is strings from dmesg: >> bktr0: mem 0xe8100000-0xe8100fff irq 9 at >> device 1.0 on pci2 >> bktr0: could not map memory >> device_probe_and_attach: bktr0 attach returned 6 >> >> And if I use bktr.ko module it's the same. >> >> Is that situation have solution? GG> I had the same problem with my Pixelview. I fixed it by disabling PnP GG> BIOS in my BIOS settings. This makes the BIOS probe and config all the GG> PCI devices. I guess fbsd then makes use of this info That didn't help for me or I incorrectly understood you. I think my problem is because a lot of hardware is sitting on one irq. There is about 5 or 6 devices is on the one irq. :( And I can't reassign it to another one - BIOS can only reserve irq. Is it possible to change device irq on init time on CURRENT? -- С наилучшими пожеланиями, ICQ UIN# 1921011 Дробышевский Владимир mailto:vlad@telecom.ural.ru Компьютерные салоны "Телескоп" ++7 3432 222179, 229698 http://www.telecom.ural.ru ++7 3432 121481, 221407, 104086 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 7:16: 5 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by hub.freebsd.org (Postfix) with ESMTP id 3C65137B40B for ; Thu, 20 Jun 2002 07:15:50 -0700 (PDT) Received: from 200-193-225-131-bsace7003.dsl.telebrasilia.net.br (200-193-225-131-bsace7003.dsl.telebrasilia.net.br [200.193.225.131]) by heaven.gigo.com (Postfix) with ESMTP id 24E58B92D for ; Thu, 20 Jun 2002 07:15:44 -0700 (PDT) Received: (qmail 57390 invoked by uid 1001); 20 Jun 2002 13:56:42 -0000 Message-ID: <20020620135642.57389.qmail@exxodus.fedaykin.here> Date: Thu, 20 Jun 2002 10:56:20 -0300 From: Mario Sergio Fujikawa Ferreira To: Steve O'Hara-Smith Cc: alex@acatysmoof.com, ffmpeg-devel@lists.sourceforge.net, freebsd-multimedia@FreeBSD.org Subject: Re: Ffmpeg for FreeBSD (was: ffserver compile) References: <200206200131.g5K1VqW57032@gouda.acatysmoof.com> <20020620022133.50672.qmail@exxodus.fedaykin.here> <20020620072037.10f1d71e.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020620072037.10f1d71e.steve@sohara.org>; from steve@sohara.org on Thu, Jun 20, 2002 at 07:20:15AM +0200 X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jun 20, 2002 at 07:20:15AM +0200, Steve O'Hara-Smith wrote: > On Wed, 19 Jun 2002 23:21:11 -0300 > Mario Sergio Fujikawa Ferreira wrote: > > MSFF> Now, comes the other side of the work to which is getting > MSFF> the Booktree drivers committed to the official ffmpeg CVS repository. > MSFF> So that it is part of the official distribution. We should offer > MSFF> them full cooperation to help with anything they need to make it > MSFF> happen. > > That sounds like a plan to me. > > MSFF> As per the customizations necessary to get it working: > > This needs a clean up - compile time with environment variables > or run time with extra command line options ? My suggestion would be to have command line options to toggle all of those if we can agree with ffmpeg developers on that. Those are harder to miss or forget. Neither shell dependant nor require yet another compilation just because we want to change anything. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 9:22:26 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.teledis.be (mail.teledis.be [217.117.32.52]) by hub.freebsd.org (Postfix) with ESMTP id 8256637B401 for ; Thu, 20 Jun 2002 09:22:20 -0700 (PDT) Received: from teneriel ([217.117.55.108]) by mail.teledis.be (Netscape Messaging Server 4.15) with ESMTP id GY0IT700.R5M for ; Thu, 20 Jun 2002 18:22:19 +0200 Subject: Asus L8400 laptop sound support From: Laurent Sansonetti To: freebsd-multimedia@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 20 Jun 2002 18:23:01 +0000 Message-Id: <1024597381.268.11.camel@teneriel.opengruik.mil> Mime-Version: 1.0 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi hackers, Is there any sound support integrated in the FreeBSD kernel for the L8400 Asus laptop ? I tried the OSS commercial driver with the ESS layout, and it works. According to the Asus documentation the card should be an Aureal one, but the aureal-kmod drivers from the ports collection seem to be unworkable. Btw I would be happy to develop the driver myself, if you are able to give me any pointer or advice.. -- Laurent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 10:46:44 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from tk212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by hub.freebsd.org (Postfix) with SMTP id 3CD9B37B419 for ; Thu, 20 Jun 2002 10:46:36 -0700 (PDT) Received: (qmail 68629 invoked from network); 20 Jun 2002 17:46:35 -0000 Received: from unknown (HELO freebsd3.rocks) (192.168.1.10) by 192.168.1.1 with SMTP; 20 Jun 2002 17:46:35 -0000 Received: (qmail 11602 invoked by uid 1001); 20 Jun 2002 17:45:11 -0000 Date: Thu, 20 Jun 2002 19:45:11 +0200 From: Herbert To: freebsd-multimedia@freebsd.org Subject: Re: Asus L8400 laptop sound support Message-ID: <20020620174511.GB187@TK212017121218.teleweb.at> Mail-Followup-To: Herbert , freebsd-multimedia@freebsd.org References: <1024597381.268.11.camel@teneriel.opengruik.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1024597381.268.11.camel@teneriel.opengruik.mil> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.6-RC i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jun 20, 2002 at 06:23:01PM +0000, Laurent Sansonetti wrote: > Hi hackers, > > Is there any sound support integrated in the FreeBSD kernel for the > L8400 Asus laptop ? > > I tried the OSS commercial driver with the ESS layout, and it works. > According to the Asus documentation the card should be an Aureal one, > but the aureal-kmod drivers from the ports collection seem to be > unworkable. > > Btw I would be happy to develop the driver myself, if you are able to > give me any pointer or advice.. > > -- > Laurent Hei! I have the ASUS L8400-F and sound works fine. No special drivers, I have only device pcm in my kernel to get sound working. pcm0: port 0xe100-0xe13f,0xe000-0xe0ff irq 9 at device 31.5 on pci0 Maybe the ASUS L8400-L has a different sound chip on board, I don't know. Herbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 11:28:41 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.teledis.be (mail.teledis.be [217.117.32.52]) by hub.freebsd.org (Postfix) with ESMTP id DF4E037B40A for ; Thu, 20 Jun 2002 11:28:30 -0700 (PDT) Received: from teneriel ([217.117.55.108]) by mail.teledis.be (Netscape Messaging Server 4.15) with ESMTP id GY0ONH01.B7X; Thu, 20 Jun 2002 20:28:29 +0200 Subject: Re: Asus L8400 laptop sound support From: Laurent Sansonetti To: Herbert Cc: freebsd-multimedia@freebsd.org In-Reply-To: <20020620174511.GB187@TK212017121218.teleweb.at> References: <1024597381.268.11.camel@teneriel.opengruik.mil> <20020620174511.GB187@TK212017121218.teleweb.at> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 20 Jun 2002 20:29:11 +0000 Message-Id: <1024604951.268.30.camel@teneriel.opengruik.mil> Mime-Version: 1.0 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002-06-20 at 17:45, Herbert wrote: > I have the ASUS L8400-F and sound works fine. No special drivers, have > only device pcm in my kernel to get sound working. Thanks you for your help Herbert. Obviously I tried first the 'device pcm' line in my kernel configuration file, without success. > pcm0: port 0xe100-0xe13f,0xe000-0xe0ff irq 9 at > device 31.5 on pci0 I have these lines in my dmesg, one of them is probably the undetected sound card: pci0: (vendor=0x125d, dev=0x1988) at 6.0 irq 10 pci0: (vendor=0x125d, dev=0x1989) at 6.1 irq 10 > Maybe the ASUS L8400-L has a different sound chip on board, I don't > know. Yes, according to [1] and [2] the 4800F model has an 'AC 97 Audio' device and the 4800L a 'Full Duplex PCI Stereo' device... As I have Windows 2000 installed as well (with sound working), I got a look to the loaded drivers and I found something like ess.dll.. Therefore the embedded sound card should normally be recognized by the pcm driver (according to pcm(4)). Any guess ? (and apologies for my bad English). -- Laurent [1] : http://www.asus.com.tw/notebook/l8400f/feature.htm [2] : http://www.asus.com.tw/notebook/l8400l/feature.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 11:43:16 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by hub.freebsd.org (Postfix) with ESMTP id 3362137B407 for ; Thu, 20 Jun 2002 11:43:14 -0700 (PDT) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.11.6/8.11.3) with ESMTP id g5KIfgV87356; Thu, 20 Jun 2002 11:41:42 -0700 (PDT) (envelope-from hodson@puma.icir.org) Message-Id: <200206201841.g5KIfgV87356@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Laurent Sansonetti Cc: Herbert , freebsd-multimedia@freebsd.org From: Orion Hodson Subject: Re: Asus L8400 laptop sound support In-Reply-To: Your message of "20 Jun 2002 20:29:11 -0000." <1024604951.268.30.camel@teneriel.opengruik.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jun 2002 11:41:42 -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /-- Laurent Sansonetti wrote: | I have these lines in my dmesg, one of them is probably the undetected | sound card: | | pci0: (vendor=0x125d, dev=0x1988) at 6.0 irq 10 | pci0: (vendor=0x125d, dev=0x1989) at 6.1 irq 10 | The laptop appears to have an ESS Allegro-1. Even with 'device pcm' in the kernel config, support for this card is not compiled into the kernel because it has GPL'd dependencies. However, the driver can be loaded using: kldload snd_maestro3 Or automatically loaded at boot time by adding: snd_maestro3_load="YES" to /boot/loader.conf. Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 12:35:58 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.teledis.be (mail.teledis.be [217.117.32.52]) by hub.freebsd.org (Postfix) with ESMTP id BCFD137B407; Thu, 20 Jun 2002 12:35:53 -0700 (PDT) Received: from teneriel ([217.117.55.108]) by mail.teledis.be (Netscape Messaging Server 4.15) with ESMTP id GY0RRR00.88P; Thu, 20 Jun 2002 21:35:52 +0200 Subject: Re: Asus L8400 laptop sound support From: Laurent Sansonetti To: Orion Hodson Cc: Herbert , freebsd-multimedia@freebsd.org In-Reply-To: <200206201841.g5KIfgV87356@puma.icir.org> References: <200206201841.g5KIfgV87356@puma.icir.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 20 Jun 2002 21:36:33 +0000 Message-Id: <1024608993.307.1.camel@teneriel.opengruik.mil> Mime-Version: 1.0 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Orion, On Thu, 2002-06-20 at 18:41, Orion Hodson wrote: > The laptop appears to have an ESS Allegro-1. Even with 'device pcm' in the > kernel config, support for this card is not compiled into the kernel because > it has GPL'd dependencies. However, the driver can be loaded using: > > kldload snd_maestro3 > > Or automatically loaded at boot time by adding: > > snd_maestro3_load="YES" > > to /boot/loader.conf. Thanks you, the snd_mastro3 KLD works perfectly ;-) -- Laurent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 17:33:43 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by hub.freebsd.org (Postfix) with ESMTP id 91E3937B401 for ; Thu, 20 Jun 2002 17:33:02 -0700 (PDT) Received: from 200-193-225-131-bsace7003.dsl.telebrasilia.net.br (200-193-225-131-bsace7003.dsl.telebrasilia.net.br [200.193.225.131]) by heaven.gigo.com (Postfix) with ESMTP id 57E02B856 for ; Thu, 20 Jun 2002 17:33:00 -0700 (PDT) Received: (qmail 6605 invoked by uid 1001); 21 Jun 2002 00:32:16 -0000 Message-ID: <20020621003216.6604.qmail@exxodus.fedaykin.here> Date: Thu, 20 Jun 2002 21:31:54 -0300 From: Mario Sergio Fujikawa Ferreira To: freebsd-multimedia@FreeBSD.org Subject: Test update avifile to 0.7.7-20020523 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="liOOAslEiF7prFVr" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Could you guys test this update? It is working in my -STABLE system quite fine. Also, lots of users have reported that it works. It's nice to get an avifile update after a while. :-) However, at least one person reported that the mp3 sound playback stutters. He was running -CURRENT so I am trying to pin point possible causes. Could you guys try this update? It will be committed to the ports tree as soon the maintainer voices his opinion on this patch (changes, fixes, ...). We might as well try to fix all possible problems before that. Keep me posted. One thing, this port is kde3 only. - Patch can be found at http://people.freebsd.org/~lioux/patch-avifile Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-avifile diff -ruN /usr/ports/graphics/avifile/Makefile avifile/Makefile --- /usr/ports/graphics/avifile/Makefile Wed Apr 17 19:47:47 2002 +++ avifile/Makefile Thu Jun 20 19:56:44 2002 @@ -6,35 +6,34 @@ # PORTNAME= avifile -PORTVERSION= 0.6.0.20011220 -PORTREVISION= 1 +PORTVERSION= 0.7.7-20020523 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://avifile.sourceforge.net/ \ - http://ernie.eit.uni-kl.de/avifile/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.2/0-2/}admin +MASTER_SITES= http://avifile.sourceforge.net/ EXTRACT_SUFX= .tgz MAINTAINER= holger@eit.uni-kl.de BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -.if !defined(WITHOUT_DIVX) -LIB_DEPENDS+= divxdecore.1:${PORTSDIR}/graphics/libdivxdecore-devel -LIB_DEPENDS+= divxencore.0:${PORTSDIR}/graphics/libdivxencore -.endif -USE_QT_VER= 2 +USE_SUBMAKE= yes +USE_REINPLACE= yes USE_XLIB= yes USE_GMAKE= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.0.2/-2/} + +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:C/^(...).*/\1/}-${PORTVERSION:C/-.*//} USE_LIBTOOL= yes LIBTOOLFILES= acinclude.m4 CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnu-ld --enable-iconv + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ + CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib `${ECHO_CMD} ${PTHREAD_LIBS}`" +CONFIGURE_ARGS= --with-gnu-ld --enable-iconv \ + --disable-divx4 PLIST_SUB= LIB_VERSION="${LIB_VERSION}" VERSION="${VERSION}" @@ -43,7 +42,7 @@ CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE LIB_VERSION= 3 -VERSION= 0.6 +VERSION= 0.7 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config DIFF?= /usr/bin/diff FMT?= /usr/bin/fmt @@ -53,40 +52,111 @@ CONFIGURE_ARGS+= --enable-release .endif +# soundblaster can be passed ac3 instead of letting avifile decode +# it +.if defined(WITH_AC3_PASSTHROUGH) +CONFIGURE_ARGS+= --enable-ac3passthrough +PLIST_SUB+= AC3_PASS="" +.else +CONFIGURE_ARGS+= --disable-ac3passthrough +PLIST_SUB+= AC3_PASS="@comment " +.endif + +# liba52 +.if !defined(WITHOUT_A52) +LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 + +CONFIGURE_ARGS+= --enable-a52 \ + --disable-ffmpeg-a52bin \ + --with-a52-prefix=${LOCALBASE} +PLIST_SUB+= A52="" +.else +CONFIGURE_ARGS+= --disable-a52 + +PLIST_SUB+= A52="@comment " +.endif + # libmad .if !defined(WITHOUT_MAD) +LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad + PLIST_SUB+= MAD="" .else CONFIGURE_ARGS+= --disable-mad - PLIST_SUB+= MAD="@comment " .endif +# qt +.if !defined(WITHOUT_QT) +. if exists(${X11BASE}/include/qt2/qapp.h) +USE_QT_VER= 2 +. else +USE_QT_VER= 3 +. endif +PLIST_SUB+= QT="" +.else +CONFIGURE_ARGS+= --without-qt + +PLIST_SUB+= QT="@comment " +.endif + +# sdl +.if !defined(WITHOUT_SDL) +LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +.else +CONFIGURE_ARGS+= --without-sdl +.endif + # libvorbis; thus, libogg .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +CONFIGURE_ARGS+= --with-vorbis-prefix=${LOCALBASE} \ + --with-ogg-prefix=${LOCALBASE} PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --disable-vorbis - PLIST_SUB+= VORBIS="@comment " .endif +# xvid +.if !defined(WITHOUT_XVID) +LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/graphics/xvid + +CONFIGURE_ARGS+= --with-xvid-prefix=${LOCALBASE} +PLIST_SUB+= XVID="" +.else +CONFIGURE_ARGS+= --disable-xvid +PLIST_SUB+= XVID="@comment " +.endif + pre-everything:: .if !defined(WITHOUT_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can disable compilation optimizations by defining" @${ECHO_MSG} " WITHOUT_OPTIMIZED_CFLAGS." .endif +.if !defined(WITH_AC3_PASSTHROUGH) + @${ECHO_MSG} "You can enable soundblaster ac3 passthrough support by" + @${ECHO_MSG} " defining WITH_AC3_PASSTHROUGH." +.endif +.if !defined(WITHOUT_A52) + @${ECHO_MSG} "You can disable ac3 (liba52) support by defining WITHOUT_A52." +.endif .if !defined(WITHOUT_MAD) @${ECHO_MSG} "You can disable mad support by defining WITHOUT_MAD." .endif -.if !defined(WITHOUT_DIVX) - @${ECHO_MSG} "You can disable divx support by defining WITHOUT_DIVX." +.if !defined(WITHOUT_QT) + @${ECHO_MSG} "You can disable QT supported tools by defining WITHOUT_QT." +.endif +.if !defined(WITHOUT_SDL) + @${ECHO_MSG} "You can disable SDL supported tools by defining WITHOUT_SDL." .endif .if !defined(WITHOUT_VORBIS) @${ECHO_MSG} "You can disable vorbis support by defining WITHOUT_VORBIS." .endif +.if !defined(WITHOUT_XVID) + @${ECHO_MSG} "You can disable xvid support by defining WITHOUT_XVID." +.endif pre-extract: @if [ -f ${LOCALBASE}/lib/libpth.so ]; then \ @@ -95,28 +165,69 @@ ${FALSE};\ fi -pre-configure: - @${PERL} -pi -e "s|-lqt|-lqt2|g;s|qt-mt|qt2-mt|g;\ - s|^(PACKAGE=avifile).*|\1|;s|||; \ - s|||" ${WRKSRC}/configure - @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s|decore.h|divx/decore.h|; s|encore2.h|divx/encore.h|" - @${PERL} -pi -e "s|-ljpeg|-L${LOCALBASE}/lib -ljpeg|g" \ +# insure that ports' liba52 is being used +post-extract: + @${RM} -Rf ${WRKSRC}/ffmpeg/libavcodec/liba52 + +post-patch: +.if !defined(WITHOUT_A52) + @${REINPLACE_CMD} -e 's|-la52|${LIBA52_DEP_LIBS} -la52|' \ + ${WRKSRC}/configure +# XXX - fool ffmpeg to use ports' version of liba52, revise this +# at EVERY avifile update + @${REINPLACE_CMD} -e 's|liba52/liba52.la|${LOCALBASE}/lib/liba52.la|; \ + s|SUBDIRS_LIBA52 = liba52|SUBDIRS_LIBA52 =|; \ + s|mlib liba52 i386|mlib i386|' \ + ${WRKSRC}/ffmpeg/libavcodec/Makefile.in + @${REINPLACE_CMD} -e 's|"liba52/a52.h"||' \ + ${WRKSRC}/ffmpeg/libavcodec/a52dec.c +.endif +.if !defined(WITHOUT_MAD) + @${REINPLACE_CMD} -e 's|MAD_LDADD = \@MAD_LDADD\@|MAD_LDADD = -L${LOCALBASE}/lib \@MAD_LDADD\@|' \ + ${WRKSRC}/plugins/libmad/Makefile.in +.endif +.if !defined(WITHOUT_QT) +. if exists(${X11BASE}/include/qt2/qapp.h) + @${REINPLACE_CMD} -e 's|qt-mt|qt2-mt|' ${WRKSRC}/configure +. endif + @${REINPLACE_CMD} -e 's|QT_CFLAGS = \@QT_CFLAGS\@|QT_CFLAGS = -I${X11BASE}/include \@QT_CFLAGS\@|; \ + s|QT_LIBS = \@QT_LIBS\@|QT_LIBS = -L${X11BASE}/lib \@QT_LIBS\@|' \ + ${WRKSRC}/libavqt/Makefile.in +.endif +.if !defined(WITHOUT_XVID) + @${REINPLACE_CMD} -e 's|XVID_LIBS = \@XVID_LIBS\@|XVID_LIBS = -L${LOCALBASE}/lib \@XVID_LIBS\@|' \ + ${WRKSRC}/plugins/libxvid/Makefile.in +.endif + @${REINPLACE_CMD} -e 's|__THROW||' \ + ${WRKSRC}/plugins/libwin32/loader/dshow/DS_Filter.h + @${REINPLACE_CMD} -e 's|-ljpeg|-L${LOCALBASE}/lib -ljpeg|' \ ${WRKSRC}/samples/mjpeg_plugin/Makefile.in +# if we have LAME + @${REINPLACE_CMD} -e 's|-lmp3lame|-L${LOCALBASE}/lib -lmp3lame|' \ + ${WRKSRC}/configure +# use portname without version to build dir names + @${SED} -E -e 's|^(PACKAGE\s*=\s*avifile).*|\1|' \ + ${WRKSRC}/configure > ${WRKDIR}/configure && \ + ${CP} ${WRKDIR}/configure ${WRKSRC}/configure +# fix build in -CURRENT + @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|#include |#include |g' +# fix breakage if either auto{conf,make} are installed +# fix incorrect behavior of configure script @${FIND} ${WRKSRC} \( -name Makefile.in -o -name configure \) | \ - ${XARGS} ${PERL} -pi -e "s|AUTOCONF.*=.*|AUTOCONF=true|g;\ - s|ACLOCAL.*=.*|ACLOCAL=true|g;s|AUTOMAKE.*=.*|AUTOMAKE=true|g;\ - s|AUTOHEADER.*=.*|AUTOHEADER=true|g;\ - s|^INSTALL = .*|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g;\ - s|-release ..LT_RELEASE\)||" - @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s|#include.*|#include |g" + ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|INSTALL = \@INSTALL\@|INSTALL = ${INSTALL}|; \ + s!ACLOCAL =!ACLOCAL = ${TRUE} || !; \ + s!AUTOCONF =!AUTOCONF = ${TRUE} || !; \ + s!AUTOHEADER =!AUTOHEADER = ${TRUE} || !; \ + s!AUTOMAKE =!AUTOMAKE = ${TRUE} || !' post-configure: # Libtool fix code kindly provided by Mr. Maxim Sobolev - @${PERL} -pi -e \ + @${REINPLACE_CMD} -e \ 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool + @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} post-install: .if !defined(NOPORTDOCS) @@ -128,7 +239,6 @@ .include .if ${ARCH} == "i386" -LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CONFIGURE_ARGS+= --enable-x86opt --with-win32-path=${LOCALBASE}/lib/win32 @@ -136,9 +246,25 @@ PLIST_SUB+= FFMPEG="" WIN32="" .else CONFIGURE_ARGS+= --disable-x86opt --disable-win32 \ - --disable-ffmpeg --disable-ffmpeg-divx --disable-ffmpeg-ac3 + --disable-ffmpeg PLIST_SUB+= FFMPEG="@comment " WIN32="@comment " +.endif + +# hack taken from ogle to make it work with liba52 + djbfft +.if exists(${LOCALBASE}/lib/liba52.la) +LIBA52_DEP_LIBS!= ${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${CUT} -d \' -f 2 +.else +LIBA52_DEP_LIBS= +.endif + +# if we have LAME +.if exists(${LOCALBASE}/lib/libmp3lame.so) +LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame + +PLIST_SUB+= NOLAME="@comment " LAME="" +.else +PLIST_SUB+= NOLAME="" LAME="@comment " .endif .include diff -ruN /usr/ports/graphics/avifile/distinfo avifile/distinfo --- /usr/ports/graphics/avifile/distinfo Thu Jan 17 21:03:22 2002 +++ avifile/distinfo Tue Jun 18 17:04:56 2002 @@ -1 +1 @@ -MD5 (avifile-0.6.0-20011220admin.tgz) = 89c096520c14a68922669dbda0132baa +MD5 (avifile-0.7.7-20020523.tgz) = cf77a5a4d1a06454f578cd95a1743d65 diff -ruN /usr/ports/graphics/avifile/files/patch-libvideorenderer.cpp avifile/files/patch-libvideorenderer.cpp --- /usr/ports/graphics/avifile/files/patch-libvideorenderer.cpp Sat Mar 30 01:56:53 2002 +++ avifile/files/patch-libvideorenderer.cpp Wed Dec 31 21:00:00 1969 @@ -1,20 +0,0 @@ ---- lib/video/renderer.cpp.orig Sat Jan 19 18:52:21 2002 -+++ lib/video/renderer.cpp Sat Jan 19 18:53:21 2002 -@@ -1166,7 +1166,7 @@ - cout<<"iconv open error"<; Thu, 20 Jun 2002 17:46:49 -0700 (PDT) Received: from 200-193-225-131-bsace7003.dsl.telebrasilia.net.br (200-193-225-131-bsace7003.dsl.telebrasilia.net.br [200.193.225.131]) by heaven.gigo.com (Postfix) with ESMTP id 9D6E8B86A for ; Thu, 20 Jun 2002 17:46:48 -0700 (PDT) Received: (qmail 7032 invoked by uid 1001); 21 Jun 2002 00:45:40 -0000 Message-ID: <20020621004540.7031.qmail@exxodus.fedaykin.here> Date: Thu, 20 Jun 2002 21:45:18 -0300 From: Mario Sergio Fujikawa Ferreira To: freebsd-multimedia@FreeBSD.ORG Cc: Holger Lamm Subject: Re: Test update avifile to 0.7.7-20020523 References: <20020621003216.6604.qmail@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020621003216.6604.qmail@exxodus.fedaykin.here>; from lioux@FreeBSD.ORG on Thu, Jun 20, 2002 at 09:31:32PM -0300 X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jun 20, 2002 at 09:31:32PM -0300, Mario Sergio Fujikawa Ferreira wrote: > One thing, this port is kde3 only. Actually, I made some tweaks so that the port can use qt2 instead of qt3. However, I use qt3 so I didn't test qt2. Could ppl running kde2 test if avifile builds in a qt2 environment? Some tests you guys could us with: 1) Try building in a kde2 system 2) Test if mp3 sound playback works correctly in -CURRENT 3) Someone with SoundBlaster could try using the AC3 Passthrough. This is not guaranteed to work at all. > - Patch can be found at > > http://people.freebsd.org/~lioux/patch-avifile Keep me posted guys. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jun 20 22: 8:42 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from ip68-14-62-49.no.no.cox.net (ip68-14-62-49.no.no.cox.net [68.14.62.49]) by hub.freebsd.org (Postfix) with ESMTP id 649CA37B404; Thu, 20 Jun 2002 22:08:38 -0700 (PDT) Received: from ip68-14-62-49.no.no.cox.net (localhost [127.0.0.1]) by ip68-14-62-49.no.no.cox.net (8.12.3/8.12.3) with ESMTP id g5L58q3D032318; Fri, 21 Jun 2002 00:08:52 -0500 (CDT) (envelope-from conrads@ip68-14-62-49.no.no.cox.net) Received: (from conrads@localhost) by ip68-14-62-49.no.no.cox.net (8.12.3/8.12.3/Submit) id g5L58l6K032317; Fri, 21 Jun 2002 00:08:48 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 21 Jun 2002 00:08:47 -0500 (CDT) Reply-To: conrads@cox.net Organization: A Rag-Tag Band of Drug-crazed Hippies From: Conrad Sabatier To: John Utz Subject: Re: midi on FreeBSD 4.5: good progress! i now have a midi.ko bas Cc: freebsd-hackers@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John, Please keep us informed as to your progress. I'm sure I'm not the only one who would be *very* happy to see your work come to fruition! If I can help in any way (testing or whatever), let me know. -- Conrad Sabatier Think of it! With VLSI we can pack 100 ENIACs in 1 sq. cm.! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 21 8: 5:52 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from web13301.mail.yahoo.com (web13301.mail.yahoo.com [216.136.175.37]) by hub.freebsd.org (Postfix) with SMTP id A04AE37B414 for ; Fri, 21 Jun 2002 08:05:44 -0700 (PDT) Message-ID: <20020621150544.47489.qmail@web13301.mail.yahoo.com> Received: from [193.123.204.66] by web13301.mail.yahoo.com via HTTP; Fri, 21 Jun 2002 16:05:44 BST Date: Fri, 21 Jun 2002 16:05:44 +0100 (BST) From: =?iso-8859-1?q?Ewan=20Carr?= Subject: vic/sdr - help ! To: multimedia@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi I'm trying to run vic (video conferning) and sdr on FreeBSD (V4.4, IPv4) in a LAN. When starting up I get the message "setsockopt- IP_ADD_MEMBERSHIP bus send: No route to host" cant assign requested address" Anyone able to help ?? Mutlicast is, I think, enabled on the host im using and I have mrouted running. My gut feeling is that I dont have somehting in the mutlicast configuration quite right. Any help you have at all in setting up vic/sdr to run on a FreeBSd LAN would be appreciated Ta Ewan (Can you reply yo my email too cos im not on the mailing list..cheers and thanks in advance) __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jun 21 11:58: 9 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id 9EEE937B410; Fri, 21 Jun 2002 11:57:47 -0700 (PDT) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.6/8.11.0) with ESMTP id g5LIvar00696; Fri, 21 Jun 2002 13:57:36 -0500 Date: Fri, 21 Jun 2002 13:57:36 -0500 (CDT) From: John Utz X-X-Sender: john@jupiter.linuxengine.net To: Conrad Sabatier Cc: freebsd-hackers@FreeBSD.ORG, Subject: Re: midi on FreeBSD 4.5: good progress! i now have a midi.ko bas In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello Conrad; On Fri, 21 Jun 2002, Conrad Sabatier wrote: > John, > > Please keep us informed as to your progress. I'm sure I'm not the only one > who would be *very* happy to see your work come to fruition! it will be very nice to have this work. i am pretty excited about it. i've wanted to work on it since the very beginning, but i lacked the skills and time. I'm able to do this now because i own a laptop with midi on it and i have an hour+ bus ride each way back and forth between home and work. but i have to be careful, i dont want to disappear under mysterious circumstance. or explode. working on freebsd midi support seems to have a lot in common with being the drummer in 'Spinal Tap'. :-) > If I can help in any way (testing or whatever), let me know. thankyou very much! i'll pop something out as soon as it works. -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 22 15:22:21 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from hotmail.com (f90.law9.hotmail.com [64.4.9.90]) by hub.freebsd.org (Postfix) with ESMTP id A1F0037B400; Sat, 22 Jun 2002 15:22:16 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 22 Jun 2002 15:22:16 -0700 Received: from 68.4.57.222 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 22 Jun 2002 22:22:16 GMT X-Originating-IP: [68.4.57.222] From: "Chuck T." To: freebsd-multimedia@freebsd.org, freebsd-bugs@FreeBSD.org, FreeBSD-questions@freebsd.org Subject: input from /dev/audio broken ? Date: Sat, 22 Jun 2002 15:22:16 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Jun 2002 22:22:16.0601 (UTC) FILETIME=[43FF9090:01C21A3B] Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've been trying to get speakfreely to run under FreeBSD 4.5 and/or 4.6 release without luck. Speakfreely receives and plays audio and sends audio from a file without problem. But when I try to use the microphone I get 95% distortion. I *think* the problem is associated with /dev/audio. If I 'cat /dev/dsp > /dev/dsp' the echo sounds fine. When I attempt the same with /dev/audio I hear the same distored echo as when I run speak freely. When I try to capture directly to a file I get the following: --- snip --- FreeBSD 4.4-RELEASE (FASTBSD) #8: Fri Jan 4 10:54:36 PST 2002 %cat /dev/audio > e.au cat: /dev/audio: Invalid argument %tail /var/log/messages Jun 22 13:25:35 fastbsd /kernel: sbc0: at port 0x220-0x22f,0x300-0x301,0x388-0x38b irq 10 drq 0,5 on isa0 Jun 22 13:25:35 fastbsd /kernel: pcm0: on sbc0 Jun 22 13:25:35 fastbsd /kernel: ad0: 6149MB [13328/15/63] at ata0-master UDMA33 Jun 22 13:25:35 fastbsd /kernel: acd0: CDROM at ata1-master using PIO4 Jun 22 13:25:35 fastbsd /kernel: Mounting root from ufs:/dev/ad0s1a Jun 22 13:25:35 fastbsd /kernel: cd0 at ahc0 bus 0 target 0 lun 0 Jun 22 13:25:35 fastbsd /kernel: cd0: Removable CD-ROM SCSI-2 device Jun 22 13:25:35 fastbsd /kernel: cd0: 10.000MB/s transfers (10.000MHz, offset 15) Jun 22 13:25:35 fastbsd /kernel: cd0: Attempt to query device size failed: NOT READY, Medium not present Jun 22 14:07:55 fastbsd /kernel: pcm0: record interrupt timeout, channel dead % --- snip --- I get the same results under 4.6 except that the audio device stays busy after the cat so I get only once try per boot. Anyone have any ideas ? I *know* I've run speakfreely on FreeBSD in the past, but I don't recall what release or exactly what hardware I was running. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jun 22 17:33:30 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id 43A3137B401 for ; Sat, 22 Jun 2002 17:33:27 -0700 (PDT) Received: (qmail 12907 invoked from network); 23 Jun 2002 00:33:19 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 23 Jun 2002 00:33:19 -0000 Received: (qmail 11488 invoked by uid 666); 23 Jun 2002 00:33:17 -0000 To: freebsd-multimedia@freebsd.org Subject: any luck with graphics/linux-divxplayer ? X-Face: 7Rt8\Z)zZA@Zj3;%2um"yZ`bWS+/n%9|G(c!Dh3I]{L9cZ-SuVQhI ko?PS~2i3X.R~]q@W|ProHR/GQvJg0o}jPl%e+rs*QK[XvU~jCEz13&L0aYj}`jQhNY-X-5&oJO>88 lD^S(1@R?`;+5P3>P_rGl|$7&z+"_h?>D0x/-iY~Xu<.F;Bi&ELQhH)V!Uns~V;Q:fpI2;LWTA* Lines: 14 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jason R. Mastaler" Date: Sun, 23 Jun 2002 06:33:17 +0600 (AQTST) Message-ID: <1024792397.11473.TMDA@nightshade.la.mastaler.com> X-Delivery-Agent: TMDA/0.57 X-Bogus-Timezone: Asia/Aqtobe Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've installed the Linux DivX Player from ports (graphics/linux-divxplayer) on 4.6-RELEASE, but it plays all my DivX movies blurry and out of focus. Screenshot at http://mastaler.com/tmp/divxplayer.jpg Is this to be expected, or is it working better for any of you? Thanks. -- (http://tmda.sourceforge.net/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message