]> git.sesse.net Git - mlt/commit
Add support for decoding H.264 with VDPAU.
authorDan Dennedy <dan@dennedy.org>
Sun, 29 Nov 2009 01:13:01 +0000 (17:13 -0800)
committerDan Dennedy <dan@dennedy.org>
Fri, 11 Dec 2009 04:37:56 +0000 (20:37 -0800)
commit908b3609213c53f6057501f7d3c5e88ba6bf6194
treed6daec380ce17a7ca3a52a9e16a03cae6d36030a
parentf8b444f1a547717710363670e8529c8169b1d5a7
Add support for decoding H.264 with VDPAU.

This applies to all H.264 at the moment unless novdpau=1 is set on the
producer. Also, this can only handle up to about 10 - 15 clips using
VDPAU in the project at the moment until the avformat producer is
changed to use mlt_cache.
src/modules/avformat/Makefile
src/modules/avformat/configure
src/modules/avformat/producer_avformat.c
src/modules/avformat/vdpau.c [new file with mode: 0644]