vlc | branch: master | Felix Abecassis <felix.abecas...@gmail.com> | Fri Apr 25 
15:25:37 2014 +0200| [2762ab0abe21d05dc9b4245263daea9e9a52364d] | committer: 
Felix Abecassis

codec: implementation of Media Foundation Transform audio/video decoding

Media Foundation is a framework for encoding/decoding multimedia
content on Windows Vista and above. A Media Foundation Transform (MFT)
is a module implementing an encoder, a decoder or a filter.

MFTs can be enumerated and initialized using the function MFTEnumEx.
A MFT can be SW or HW, synchronous or asynchronous.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2762ab0abe21d05dc9b4245263daea9e9a52364d
---

 NEWS                      |    1 +
 modules/MODULES_LIST      |    1 +
 modules/codec/Makefile.am |    6 +
 modules/codec/mft.c       | 1169 +++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in            |    1 +
 5 files changed, 1178 insertions(+)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2762ab0abe21d05dc9b4245263daea9e9a52364d
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to