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

2010-12-02 Thread C.W. Betts
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: ---

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

2010-12-02 Thread Aric Stewart
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

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

2010-12-02 Thread Charles Davis
On 12/2/10 7:06 PM, Aric Stewart wrote: 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. chips-computer:/System/Library/Frameworks/QuickTime.framework chip$ nm -arch x86_64 QuickTime nm: file: QuickTime

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

2010-12-02 Thread Aric Stewart
Humm, Yup you are right. I was chatting with Ken Thomases earlier today and he was talking about QTKit and how it is only Objective-C and the next step beyond QuickTime. I had not realized that there where no 64 bit versions of the Quicktime framework. I think we are stuck. Since we are

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

2010-11-30 Thread Alexandre Julliard
Aric Stewart a...@codeweavers.com writes: --- configure |8 +- configure.ac |5 + dlls/wineqtdecoder/Makefile.in| 11 + dlls/wineqtdecoder/main.c | 135 + dlls/wineqtdecoder/qtvdecoder.c |

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

2010-11-30 Thread Ken Thomases
On Nov 30, 2010, at 6:52 AM, Alexandre Julliard wrote: Aric Stewart a...@codeweavers.com writes: --- configure |8 +- configure.ac |5 + dlls/wineqtdecoder/Makefile.in| 11 + dlls/wineqtdecoder/main.c | 135

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

2010-11-30 Thread Aric Stewart
Sent a revised patch using the ICMDecompression apis just before seeing your e-mail. So I figured out that part. I will have to look into the pixel buffer copying improvement once the base framework is in place. thanks! -aric On 11/30/10 10:33 AM, Ken Thomases wrote: On Nov 30, 2010, at