Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-12-09 Thread Enric Balletbo Serra
Hello Thierry, 2015-11-19 13:29 GMT+01:00 Enric Balletbo Serra : > Hello Thierry, > > 2015-11-19 12:51 GMT+01:00 Thierry Reding : >> On Tue, Nov 17, 2015 at 11:55:53PM +0100, Enric Balletbo Serra wrote: >>> Hello Thierry, >>> >>> 2015-11-17 13:55 GMT+01:00 Thierry Reding : >>> > On Mon, Nov 16, 20

Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-19 Thread Enric Balletbo Serra
Hello Thierry, 2015-11-19 12:51 GMT+01:00 Thierry Reding : > On Tue, Nov 17, 2015 at 11:55:53PM +0100, Enric Balletbo Serra wrote: >> Hello Thierry, >> >> 2015-11-17 13:55 GMT+01:00 Thierry Reding : >> > On Mon, Nov 16, 2015 at 05:28:24PM +0100, Enric Balletbo Serra wrote: >> >> Hello Thierry, >>

Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-19 Thread Thierry Reding
On Tue, Nov 17, 2015 at 11:55:53PM +0100, Enric Balletbo Serra wrote: > Hello Thierry, > > 2015-11-17 13:55 GMT+01:00 Thierry Reding : > > On Mon, Nov 16, 2015 at 05:28:24PM +0100, Enric Balletbo Serra wrote: > >> Hello Thierry, > >> > >> Many thanks for your comments. > >> > >> 2015-11-16 12:50 G

Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-17 Thread Enric Balletbo Serra
Hello Thierry, 2015-11-17 13:55 GMT+01:00 Thierry Reding : > On Mon, Nov 16, 2015 at 05:28:24PM +0100, Enric Balletbo Serra wrote: >> Hello Thierry, >> >> Many thanks for your comments. >> >> 2015-11-16 12:50 GMT+01:00 Thierry Reding : >> > On Sat, Nov 14, 2015 at 07:38:19PM +0100, Enric Balletbo

Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-17 Thread Thierry Reding
On Mon, Nov 16, 2015 at 05:28:24PM +0100, Enric Balletbo Serra wrote: > Hello Thierry, > > Many thanks for your comments. > > 2015-11-16 12:50 GMT+01:00 Thierry Reding : > > On Sat, Nov 14, 2015 at 07:38:19PM +0100, Enric Balletbo i Serra wrote: > >> The MPEG Source (MS) InfoFrame is in EIA/CEA-8

Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-16 Thread Enric Balletbo Serra
Hello Thierry, Many thanks for your comments. 2015-11-16 12:50 GMT+01:00 Thierry Reding : > On Sat, Nov 14, 2015 at 07:38:19PM +0100, Enric Balletbo i Serra wrote: >> The MPEG Source (MS) InfoFrame is in EIA/CEA-861B. It describes aspects of >> the compressed video stream that were used to produc

Re: [PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-16 Thread Thierry Reding
On Sat, Nov 14, 2015 at 07:38:19PM +0100, Enric Balletbo i Serra wrote: > The MPEG Source (MS) InfoFrame is in EIA/CEA-861B. It describes aspects of > the compressed video stream that were used to produce the uncompressed > video. > > The patch adds functions to work with MPEG InfoFrames. > > Sig

[PATCH] [media] hdmi: added functions for MPEG InfoFrames

2015-11-14 Thread Enric Balletbo i Serra
The MPEG Source (MS) InfoFrame is in EIA/CEA-861B. It describes aspects of the compressed video stream that were used to produce the uncompressed video. The patch adds functions to work with MPEG InfoFrames. Signed-off-by: Enric Balletbo i Serra --- drivers/video/hdmi.c | 156 ++