[try 2] wineqtdecoder: initial commit of the video decoder using Mac OS/X QuickTime Framework

Aric Stewart aric at codeweavers.com
Tue Nov 30 10:19:58 CST 2010


using the more modern ICMDecompression and CVPixelBuffer API.
---
  configure                             |   11 +-
  configure.ac                          |    6 +
  dlls/wineqtdecoder/Makefile.in        |   11 +
  dlls/wineqtdecoder/main.c             |  135 ++++++++
  dlls/wineqtdecoder/qtvdecoder.c       |  609 
+++++++++++++++++++++++++++++++++
  dlls/wineqtdecoder/version.rc         |   26 ++
  dlls/wineqtdecoder/wineqtdecoder.spec |    4 +
  7 files changed, 801 insertions(+), 1 deletions(-)
  create mode 100644 dlls/wineqtdecoder/Makefile.in
  create mode 100644 dlls/wineqtdecoder/main.c
  create mode 100644 dlls/wineqtdecoder/qtvdecoder.c
  create mode 100644 dlls/wineqtdecoder/version.rc
  create mode 100644 dlls/wineqtdecoder/wineqtdecoder.spec


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3c74ebc45425ab26077ad304ea982d9b634663ee.diff
Type: text/x-patch
Size: 27939 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101130/971f222d/attachment-0001.bin>


More information about the wine-patches mailing list