Re: UPDATE: ffmpeg-cvs-20070407

2007-04-20 Thread Jacob Meuser
here are the wantlib changes for the ffmpeg dependent ports. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org Index: multimedia/ffmpeg2theora/Makefile === RCS file: /home/cvs/OpenBSD/ports/multimedia/ffm

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-20 Thread Jacob Meuser
On Thu, Apr 19, 2007 at 01:24:20PM +, Jacob Meuser wrote: > On Wed, Apr 11, 2007 at 09:10:20PM -0400, Brad wrote: > > On Wed, 11 Apr 2007 12:27:17 +0200 (CEST) > > Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > > > > > Hi. > > > > > > The included diff > > > - updates ffmpeg to CVS version 200

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-19 Thread Jacob Meuser
On Wed, Apr 11, 2007 at 09:10:20PM -0400, Brad wrote: > On Wed, 11 Apr 2007 12:27:17 +0200 (CEST) > Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > > > Hi. > > > > The included diff > > - updates ffmpeg to CVS version 20070407 > > - adds x264 support > > > > Note that adding libtheora and xvid sup

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-19 Thread Jacob Meuser
On Thu, Apr 19, 2007 at 12:35:16PM +0200, Antoine Jacoutot wrote: > On Thu, 19 Apr 2007, Jacob Meuser wrote: > >>after more testing, this only happens with UYVY format on amd64. > > > >yet more testing reveals it's not a bktr issue at all. apparently > >there's an issue with XVideo and UYVY format

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-19 Thread Antoine Jacoutot
On Thu, 19 Apr 2007, Jacob Meuser wrote: after more testing, this only happens with UYVY format on amd64. yet more testing reveals it's not a bktr issue at all. apparently there's an issue with XVideo and UYVY format on my amd64. Hmm... Does it work with previous ffmpeg version? -- Antoine

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-19 Thread Jacob Meuser
On Thu, Apr 19, 2007 at 08:47:47AM +, Jacob Meuser wrote: > On Wed, Apr 18, 2007 at 09:17:26AM +, Jacob Meuser wrote: > > On Thu, Apr 12, 2007 at 08:55:53AM +0300, Nikns Siankin wrote: > > > > > bktr capturing seems to be broken with latest ffmpeg. > > > > bktr seems to be broken in -curr

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-19 Thread Jacob Meuser
On Wed, Apr 18, 2007 at 09:17:26AM +, Jacob Meuser wrote: > On Thu, Apr 12, 2007 at 08:55:53AM +0300, Nikns Siankin wrote: > > > bktr capturing seems to be broken with latest ffmpeg. > > bktr seems to be broken in -current, at least on amd64. every program > I try only captures 1/2 the width

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-18 Thread Jacob Meuser
On Thu, Apr 12, 2007 at 08:55:53AM +0300, Nikns Siankin wrote: > bktr capturing seems to be broken with latest ffmpeg. bktr seems to be broken in -current, at least on amd64. every program I try only captures 1/2 the width it should. does anyone else see this? I have an i386 running 4.1 which

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-11 Thread Nikns Siankin
On Wed, Apr 11, 2007 at 09:10:20PM -0400, Brad wrote: >On Wed, 11 Apr 2007 12:27:17 +0200 (CEST) >Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > >> Hi. >> >> The included diff >> - updates ffmpeg to CVS version 20070407 >> - adds x264 support >> >> Note that adding libtheora and xvid support could

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-11 Thread Brad
On Wed, 11 Apr 2007 12:27:17 +0200 (CEST) Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > Hi. > > The included diff > - updates ffmpeg to CVS version 20070407 > - adds x264 support > > Note that adding libtheora and xvid support could be interesting too, > but I leave this to the maintainer ;-) >

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-11 Thread Jacob Meuser
On Wed, Apr 11, 2007 at 10:01:48PM +0200, Antoine Jacoutot wrote: > On Wed, 11 Apr 2007, Jacob Meuser wrote: > >once that is fixed, probably multimedia/transcode, multimedia/libquicktime > >and any other port that adds libraries when linking in libavcodec should > >be cleaned up too. just don't fo

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-11 Thread Antoine Jacoutot
On Wed, 11 Apr 2007, Jacob Meuser wrote: once that is fixed, probably multimedia/transcode, multimedia/libquicktime and any other port that adds libraries when linking in libavcodec should be cleaned up too. just don't forget that avcodec always needs to be linked with -pthread. Yeah I won't h

Re: UPDATE: ffmpeg-cvs-20070407

2007-04-11 Thread Jacob Meuser
Hey guys, Why is libavutil not linked to libavcodec and libswscale? I had removed all library interdependencies in this port, but now there are lots of library interdependencies in this port. I bet libavutil not being linked to libswscale is what's causing the problem kurt had with vlc. btw, t

UPDATE: ffmpeg-cvs-20070407

2007-04-11 Thread Antoine Jacoutot
Hi. The included diff - updates ffmpeg to CVS version 20070407 - adds x264 support Note that adding libtheora and xvid support could be interesting too, but I leave this to the maintainer ;-) Tested under i386. Comments, Ok? -- AntoineIndex: Makefile =