Displaying 2 results from an estimated 2 matches for "img_".
Did you mean:
img
2007 Mar 30
0
Re: A little question about swfdec 0.4.3 and ffmpeg's swscaler
Quoting owczi@owczi.net:
> Hi Benjamin,
>
> Please excuse me not writing to propper mailing list but I saw mostly
> commit reports there.
> I was just trying to compile swfdec + swfdec-mozilla 0.4.3 tarballs, but
> finally the compilation died on 'undefined reference to `img_convert''.
> My distro (PLD Linux) has ffmpeg built with swscaler and therefore
> img_*, marked as deprecated, don't work. Now I don't want to build a
> separate ffmpeg library set, cause it's a real pain in the butt since
> ffmpeg and gcc started to bite each other b...
2007 Mar 30
0
Re: A little question about swfdec 0.4.3 and ffmpeg's swscaler
...the commit mail worth it (yet ;)).
2) I don not really have a clue about ffmpeg, and all its weird
options and features. I just know enough to make Debian's version work
in swfdec. And I don't really care until there's something out in the
wild that's worth supporting.
3) The img_convert stuff is used so I'm sure I get the video in the
RGBA format used by cairo. At least that was my idea why it's
necessary. If that's not the case, send me a patch to get rid of it.
Scaling at least is done in cairo and not in ffmpeg.
4) The video decoding stuff has not chang...