[FFmpeg-devel] [PATCH] videotoolbox: allow to enable the async decoding.

Clément Bœsch u at pkh.me
Sun Aug 16 01:55:42 CEST 2015


On Sun, Aug 09, 2015 at 01:19:04PM +0200, Hendrik Leppkes wrote:
[...]
> Isnt there a way to put a "handle" to the async frame into the AVFrame
> somehow, which can then be used by the user code to get it from VT?
> 

Yes that would be great; the special AVVideotoolboxAsyncFrame is kind of
annoying to deal with if you're relying on the AVFrame ref counting all
around in your app.

I would like to see av_videotoolbox_pop_async_frame poping an AVFrame (or
NULL if nothing available yet?) with the CVPixelBuffer in data[3] (just
like with sync mode), assuming that's do-able.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150816/d87114b6/attachment.sig>


More information about the ffmpeg-devel mailing list