Re: [FFmpeg-devel] [PATCH v3] lavc: add mpeg2 decoder/hwaccel to mediacodec

2017-06-08 Thread Matthieu Bouron
On Wed, Jun 07, 2017 at 10:56:29PM +0200, Matthieu Bouron wrote: > On Tue, Jun 06, 2017 at 09:39:25AM -0700, Aman Gupta wrote: > > On Mon, Jun 5, 2017 at 1:22 PM, Aman Gupta wrote: > > > > > From: Aman Gupta > > > > > > Android TV and FireOS hardware supports mpeg2 hardware decoding via > > > Me

Re: [FFmpeg-devel] [PATCH v3] lavc: add mpeg2 decoder/hwaccel to mediacodec

2017-06-07 Thread Matthieu Bouron
On Tue, Jun 06, 2017 at 09:39:25AM -0700, Aman Gupta wrote: > On Mon, Jun 5, 2017 at 1:22 PM, Aman Gupta wrote: > > > From: Aman Gupta > > > > Android TV and FireOS hardware supports mpeg2 hardware decoding via > > MediaCodec. > > > > I tested this patch on an NVIDIA SHIELD, FireTV gen1 and Fir

Re: [FFmpeg-devel] [PATCH v3] lavc: add mpeg2 decoder/hwaccel to mediacodec

2017-06-06 Thread Aman Gupta
On Mon, Jun 5, 2017 at 1:22 PM, Aman Gupta wrote: > From: Aman Gupta > > Android TV and FireOS hardware supports mpeg2 hardware decoding via > MediaCodec. > I tested this patch on an NVIDIA SHIELD, FireTV gen1 and FireTV Stick gen2 and they all worked as expected. Let me know if you want me to

[FFmpeg-devel] [PATCH v3] lavc: add mpeg2 decoder/hwaccel to mediacodec

2017-06-05 Thread Aman Gupta
From: Aman Gupta Android TV and FireOS hardware supports mpeg2 hardware decoding via MediaCodec. --- configure | 2 ++ libavcodec/Makefile | 1 + libavcodec/allcodecs.c| 2 ++ libavcodec/mediacodecdec.c| 40