Re: [FFmpeg-devel] [PATCH] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-18 Thread Timo Rothenpieler
Am 18.11.2017 um 17:38 schrieb Carl Eugen Hoyos: 2017-11-16 17:36 GMT+01:00 Philip Langdale : +AVHWAccel ff_mpeg2_nvdec_hwaccel = { +.name = "mpeg2_nvdec", +.type = AVMEDIA_TYPE_VIDEO, +.id =

Re: [FFmpeg-devel] [PATCH] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-18 Thread Philip Langdale
On Sat, 18 Nov 2017 17:38:06 +0100 Carl Eugen Hoyos wrote: > 2017-11-16 17:36 GMT+01:00 Philip Langdale : > > > +AVHWAccel ff_mpeg2_nvdec_hwaccel = { > > +.name = "mpeg2_nvdec", > > +.type = AVMEDIA_TYPE_VIDEO, > > +

Re: [FFmpeg-devel] [PATCH] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-18 Thread Carl Eugen Hoyos
2017-11-16 17:36 GMT+01:00 Philip Langdale : > +AVHWAccel ff_mpeg2_nvdec_hwaccel = { > +.name = "mpeg2_nvdec", > +.type = AVMEDIA_TYPE_VIDEO, > +.id = AV_CODEC_ID_MPEG2VIDEO, > +.pix_fmt =

Re: [FFmpeg-devel] [PATCH] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-18 Thread Philip Langdale
On Sat, 18 Nov 2017 12:11:52 +0100 Timo Rothenpieler wrote: > Am 16.11.2017 um 17:36 schrieb Philip Langdale: > > This is mostly straight-forward. The weird part is that it should > > just work for mpeg1, but I see corruption in my test cases, so I'm > > going to try and

Re: [FFmpeg-devel] [PATCH] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-18 Thread Timo Rothenpieler
Am 16.11.2017 um 17:36 schrieb Philip Langdale: This is mostly straight-forward. The weird part is that it should just work for mpeg1, but I see corruption in my test cases, so I'm going to try and fix that separately. Signed-off-by: Philip Langdale --- Changelog

[FFmpeg-devel] [PATCH] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-16 Thread Philip Langdale
This is mostly straight-forward. The weird part is that it should just work for mpeg1, but I see corruption in my test cases, so I'm going to try and fix that separately. Signed-off-by: Philip Langdale --- Changelog | 2 +- configure | 2 +