It looks to me like it would be a bit more work than just linking with the new libraries. Apparently the current libavcodec code will do the decoding on the graphics hardware, but does not support getting the image back to user memory, which is what the current libavg ffmpeg code expects. Instead, the video must be output directly from the video card, or manually exported to user memory using VDPAU calls.
http://www.nvnews.net/vbulletin/showthread.php?t=129381 Nick On Wed, Dec 16, 2009 at 8:36 AM, Alex Harrington <[email protected]>wrote: > Hi > > I understand the underlying video libraries are starting to support > VDPAU mainly driven by MythTV. > > Does anyone know if adding support to libavg is therefore as simple as > linking against a newer version of the ffmpeg/libavcodec libraries? Or > is it more complicated than that? > > Cheers > > Alex > > This email carries a disclaimer, a copy of which may be read at > http://learning.longhill.org.uk/disclaimer > > _______________________________________________ > libavg-users mailing list > [email protected] > https://mail.datenhain.de/mailman/listinfo/libavg-users >
_______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
