Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-12 Thread Mr. Gecko
Just so Apple knows we want this, I'll also fill an enhancement request for a QTVisualContext like API it's really useful for realtime video effects and off process video playing. The more people who files bug reports for the same thing, the more Apple knows we want this. On Oct 12, 2011, at 11

Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-12 Thread Robert Monaghan
Believe me, the appropriate people at Apple are aware of this. There is more to the problem than just Codecs. There is a lot of other functionality missing, too. (Custom Data handling, etc) But in the meantime, I would really encourage developers to file enhancement requests of their own. Curren

Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-12 Thread vade
Yes, I filled a request for a QTVisualContext like API, bug number 9262865, filed April 10th :) On Oct 12, 2011, at 4:31 AM, Jean-Daniel Dupas wrote: > > Le 12 oct. 2011 à 04:46, Robert Monaghan a écrit : > >> Hi, >> >> A quick word of warning, while QTKit is being deprecated for >> AVFounda

Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-12 Thread Jean-Daniel Dupas
Le 12 oct. 2011 à 04:46, Robert Monaghan a écrit : > Hi, > > A quick word of warning, while QTKit is being deprecated for > AVFoundation/Core Media, there is no third party codec support in the new > APIs. I would consider this while you develop your app. I doubt that 3rd > party codec suppor

Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-12 Thread vade
In my experience with AVFoundation, its really not ready for anything more than simple playback apps using Core Animation / AVPlayerLayer. You have noticed there is no visual context replacement, and no way to get reasonably fast access to CVPixelbufferRefs of CVOpenGLTextureRefs at all. Anyone

Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-11 Thread Mr. Gecko
I understand this and have things to account for this already working. I would explain what my program does, but that will take a long time. Basically the reason I need it in CVImageBufferRef using YUV format of pixles is because I am doing off process playing of video and just receiving the ima

Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-11 Thread Robert Monaghan
Hi, A quick word of warning, while QTKit is being deprecated for AVFoundation/Core Media, there is no third party codec support in the new APIs. I would consider this while you develop your app. I doubt that 3rd party codec support for Core media is going to arrive as fast (or as complete) as w