Re: [FFmpeg-devel] [PATCH 1/6] lavc: Add device context field to AVCodecContext

2017-02-01 Thread Timo Rothenpieler
Am 17.01.2017 um 23:28 schrieb Mark Thompson: > For use by codec implementations which require a device to operation > but will allocate frames internally. > --- > The following patches make use of it for qsv. Is this definition appropriate > to solve the issues with cuvid device setup as well?

Re: [FFmpeg-devel] [PATCH 1/6] lavc: Add device context field to AVCodecContext

2017-01-22 Thread Timo Rothenpieler
This would also be very useful for cuvid, and would remove some ugly hacks and confusing corner cases from both cuvid.c and ffmpeg_cuvid.c. patch looks fine to me as well ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH 1/6] lavc: Add device context field to AVCodecContext

2017-01-17 Thread Mark Thompson
For use by codec implementations which require a device to operation but will allocate frames internally. --- The following patches make use of it for qsv. Is this definition appropriate to solve the issues with cuvid device setup as well? doc/APIchanges | 3 +++ libavcodec/avcodec.h |