Re: [FFmpeg-devel] [PATCH] avcodec: v4l2_m2m: add MJPEG enc/dec support

2018-08-13 Thread Maxime Jourdan
2018-08-13 2:26 GMT+02:00 Mark Thompson : > On 13/08/18 00:33, Maxime Jourdan wrote: >> Hi Jorge, unfortunately don't have a SBC that features a V4L2 M2M >> MJPEG/JPEG encoder so I couldn't test it. >> >> Hi Mark, thanks for the extensive review. Too bad neither scenario worked >> fully. >> >> 201

Re: [FFmpeg-devel] [PATCH] avcodec: v4l2_m2m: add MJPEG enc/dec support

2018-08-12 Thread Mark Thompson
On 13/08/18 00:33, Maxime Jourdan wrote: > Hi Jorge, unfortunately don't have a SBC that features a V4L2 M2M > MJPEG/JPEG encoder so I couldn't test it. > > Hi Mark, thanks for the extensive review. Too bad neither scenario worked > fully. > > 2018-08-12 19:24 GMT+02:00 Mark Thompson : >> On 12/

Re: [FFmpeg-devel] [PATCH] avcodec: v4l2_m2m: add MJPEG enc/dec support

2018-08-12 Thread Maxime Jourdan
Hi Jorge, unfortunately don't have a SBC that features a V4L2 M2M MJPEG/JPEG encoder so I couldn't test it. Hi Mark, thanks for the extensive review. Too bad neither scenario worked fully. 2018-08-12 19:24 GMT+02:00 Mark Thompson : > On 12/08/18 15:40, Maxime Jourdan wrote: >> Tested on an Odroid

Re: [FFmpeg-devel] [PATCH] avcodec: v4l2_m2m: add MJPEG enc/dec support

2018-08-12 Thread Mark Thompson
On 12/08/18 15:40, Maxime Jourdan wrote: > Tested on an Odroid-C2 with a V4L2 M2M MJPEG decoder. > > Signed-off-by: Maxime Jourdan > --- > configure | 3 +++ > libavcodec/Makefile | 2 ++ > libavcodec/allcodecs.c| 2 ++ > libavcodec/v4l2_m2m_dec.c | 1 + > libavcodec/v4

Re: [FFmpeg-devel] [PATCH] avcodec: v4l2_m2m: add MJPEG enc/dec support

2018-08-12 Thread Jorge Ramirez-Ortiz
On 08/12/2018 04:40 PM, Maxime Jourdan wrote: Tested on an Odroid-C2 with a V4L2 M2M MJPEG decoder. cool. did you also test the encoder? Signed-off-by: Maxime Jourdan --- configure | 3 +++ libavcodec/Makefile | 2 ++ libavcodec/allcodecs.c| 2 ++ libavcodec/v

[FFmpeg-devel] [PATCH] avcodec: v4l2_m2m: add MJPEG enc/dec support

2018-08-12 Thread Maxime Jourdan
Tested on an Odroid-C2 with a V4L2 M2M MJPEG decoder. Signed-off-by: Maxime Jourdan --- configure | 3 +++ libavcodec/Makefile | 2 ++ libavcodec/allcodecs.c| 2 ++ libavcodec/v4l2_m2m_dec.c | 1 + libavcodec/v4l2_m2m_enc.c | 1 + 5 files changed, 9 insertions(+) diff