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 = AV_CODEC_ID_MPEG2VIDEO,
+.pix_fmt
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,
> > +.id = AV_CODEC_ID_
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 = AV_PIX_FMT_CUDA,
> +.start
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 fix that separately.
> >
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 | 2 +-
co
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 +
libavcodec/Makefile