wineqtdecoder: initial commit of the video decoder using Mac OS/X QuickTime Framework

Aric Stewart aric at codeweavers.com
Thu Dec 2 20:06:44 CST 2010


That was true of the first set of APIs i used.  But I believe the 
ICMDecompressionSession APIs are available on 64-bit and not deprecated.

-aric

On 12/2/10 3:46 PM, C.W. Betts wrote:
> The main problem when using the QuickTime C APIs is that the majority, if not all of it, is deprecated and not available on 64-bit code. I would suggest using the Objective-C QTKit, but apparently Objective-C code is a no-no in Wine.
> On Nov 29, 2010, at 10:31 AM, Aric Stewart wrote:
>
>> ---
>> configure                             |    8 +-
>> configure.ac                          |    5 +
>> dlls/wineqtdecoder/Makefile.in        |   11 +
>> dlls/wineqtdecoder/main.c             |  135 +++++++++
>> dlls/wineqtdecoder/qtvdecoder.c       |  536 +++++++++++++++++++++++++++++++++
>> dlls/wineqtdecoder/version.rc         |   26 ++
>> dlls/wineqtdecoder/wineqtdecoder.spec |    4 +
>> 7 files changed, 724 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
>>
>>
>> <89fa3b1cdaca45ec01cde9e2350010b82c985666.diff>
>
>
>



More information about the wine-devel mailing list