Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-11-15 Thread Alexis Ballier
Hi, > What is the current status of swscale support ? not working with cinelerra afaik; http://bugs.cinelerra.org/show_bug.cgi?id=390 > Do you have patches ? submitted here months ago, it seems they've been lost. Here are the patches I'm using for Gentoo cinelerra CV(S?) packages: http://sourc

Re: Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-11-14 Thread KH KH
2007/10/22, toby <[EMAIL PROTECTED]>: > Hi Alexis, > > looks like svn code hasn't seen any update regaring the issue with > swscale enabled external ffmpeg. > > Here is what I had to do to compile latest SVN on a Debian system > utilizing external ffmpeg (libavcodeccvs51) > provided by Christian Ma

Re: Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-10-22 Thread Richard Spindler
2007/10/22, toby <[EMAIL PROTECTED]>: > Wrapping the ffmpeg/avcodec includes of fileac3.C and ffmpeg.C into > extern "C" statements did the trick. > Maybe this is a completely sick approach, but at least g++ seems to be > happy at link time. > If anyone knows how to do better, please let me know !

Re: Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-10-22 Thread toby
Hi Alexis, looks like svn code hasn't seen any update regaring the issue with swscale enabled external ffmpeg. Here is what I had to do to compile latest SVN on a Debian system utilizing external ffmpeg (libavcodeccvs51) provided by Christian Marillat on http://www.debian-multimedia.org/, which h

Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-03-25 Thread Alexis Ballier
I dont like spamming, but are there any news on this ? Alexis. pgpFkRyAgPc93.pgp Description: PGP signature

Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-02-25 Thread Alexis Ballier
> > looks nice, but my question is is this enough? > > there are also calls from quicktime/*.c directly to ffmpeg... (i believe the "problem" with swscale is that code in libavcodec/imgconvert.c : #ifndef CONFIG_SWSCALER /* XXX: always use linesize. Return -1 if not supported */ int img_convert(

Re: [CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-02-25 Thread Andraž Tori
On Sun, 2007-02-25 at 16:10 +0100, Alexis Ballier wrote: > Hi, > > I've made two small patches to let cinelerra make use of swscale from > ffmpeg when possible. > This should fix bug #390. > > There are two patches : the core one, swscale_ffmpeg.patch that applies > to cinelerra/ffmpeg.{C,h} and

[CinCVS] Make cinelerra work with swscaler enabled ffmpeg

2007-02-25 Thread Alexis Ballier
Hi, I've made two small patches to let cinelerra make use of swscale from ffmpeg when possible. This should fix bug #390. There are two patches : the core one, swscale_ffmpeg.patch that applies to cinelerra/ffmpeg.{C,h} and uses swscale api rather than the old img_convert one, that has been decla