Re: [PATCH 2/2] media: meson: vdec: add H.264 decoding support

2019-10-08 Thread Maxime Jourdan
On Tue, Oct 8, 2019 at 10:44 PM Nicolas Dufresne wrote: > > Le mardi 08 octobre 2019 à 16:27 -0400, Nicolas Dufresne a écrit : > > Le lundi 07 octobre 2019 à 16:59 +0200, Maxime Jourdan a écrit : > > > Add support for the H264 compressed format (V4L2_PIX_FMT_H264). > > > > > > Signed-off-by: Maxim

Re: [PATCH 2/2] media: meson: vdec: add H.264 decoding support

2019-10-08 Thread Nicolas Dufresne
Le mardi 08 octobre 2019 à 16:27 -0400, Nicolas Dufresne a écrit : > Le lundi 07 octobre 2019 à 16:59 +0200, Maxime Jourdan a écrit : > > Add support for the H264 compressed format (V4L2_PIX_FMT_H264). > > > > Signed-off-by: Maxime Jourdan > > --- > > drivers/staging/media/meson/vdec/Makefile

Re: [PATCH 2/2] media: meson: vdec: add H.264 decoding support

2019-10-08 Thread Nicolas Dufresne
Le lundi 07 octobre 2019 à 16:59 +0200, Maxime Jourdan a écrit : > Add support for the H264 compressed format (V4L2_PIX_FMT_H264). > > Signed-off-by: Maxime Jourdan > --- > drivers/staging/media/meson/vdec/Makefile | 2 +- > drivers/staging/media/meson/vdec/codec_h264.c | 482 +

[PATCH 2/2] media: meson: vdec: add H.264 decoding support

2019-10-07 Thread Maxime Jourdan
Add support for the H264 compressed format (V4L2_PIX_FMT_H264). Signed-off-by: Maxime Jourdan --- drivers/staging/media/meson/vdec/Makefile | 2 +- drivers/staging/media/meson/vdec/codec_h264.c | 482 ++ drivers/staging/media/meson/vdec/codec_h264.h | 14 + .../staging/med