vlc | branch: master | Sebastien Zwickert <[email protected]> | Thu Mar 29 19:06:15 2012 +0200| [300cf98e16888a0afddbc431e25f23b91523c245] | committer: Felix Paul Kühne
avcodec: Mac OS X Video Acceleration (VDA) support (close #3558) With minor updates by me. Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=300cf98e16888a0afddbc431e25f23b91523c245 --- NEWS | 1 + configure.ac | 32 +++++ modules/codec/avcodec/Modules.am | 1 + modules/codec/avcodec/avcodec.c | 14 +- modules/codec/avcodec/avcodec.h | 6 +- modules/codec/avcodec/va.h | 1 + modules/codec/avcodec/vda.c | 293 ++++++++++++++++++++++++++++++++++++++ modules/codec/avcodec/video.c | 18 ++- 8 files changed, 363 insertions(+), 3 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=300cf98e16888a0afddbc431e25f23b91523c245 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
