Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Laurent Pinchart
Hi Javier, Thanks for the patch. On Sunday 09 October 2011 04:37:33 Javier Martinez Canillas wrote: The ITU-R BT.656 standard data format provides interlaced video data. This patch adds to the ISP CCDC driver the ability to deinterlace the video data and send progressive frames to

[PATCH 1/1] update az6027 firmware URL

2011-10-09 Thread Renzo Dani
From: Renzo Dani aro...@gmail.com Signed-off-by: Renzo Dani aro...@gmail.com --- Documentation/dvb/get_dvb_firmware | 13 ++--- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, Thanks for the patch. Hi Laurent, I'm so glad that you are providing feedback on this :) On Sunday 09 October 2011 04:37:33 Javier Martinez Canillas wrote: The ITU-R BT.656 standard data

Re: Stream degrades when going through CAM

2011-10-09 Thread Roger MÃ¥rtensson
Roger MÃ¥rtensson skrev 2011-10-08 12:32: Hej(Hello)! The hardware I got is a mystique DVB-C Card but it seems to a KNC1 TV-Station MK3 clone. 08:01.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01) Subsystem: KNC One Device [1894:0028] Flags:

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Enrico
On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, Thanks for the patch. Laurent, apart from the specific comments on Javier code, did you have a look at Deepthy patches too? I say this because asking Javier for fixes means (to me) that you

[PATCH v2 0/2] Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
Hello folks, This is a v2 patch-set that aims to add support to the ISP CCDC driver to process video in interlaced mode. The patch-set contains the following patches: [PATCH v2 1/3] omap3isp: ccdc: Add interlaced field mode to platform data [PATCH v2 2/3] omap3isp: ccdc: Add interlaced count

[PATCH v2 1/3] omap3isp: ccdc: Add interlaced field mode to platform data

2011-10-09 Thread Javier Martinez Canillas
The fldmode field from the CCDC_SYN_MODE register configure the ISP CCDC between progresive and interlaced mode. Adding this field to the platform data, allows boards to configure accordingly. Signed-off-by: Javier Martinez Canillas martinez.jav...@gmail.com --- include/media/omap3isp.h |3

[PATCH v2 2/3] omap3isp: ccdc: Add interlaced count field to isp_ccdc_device

2011-10-09 Thread Javier Martinez Canillas
When configured in interlaced field mode, the ISP CCDC has to know which sub-frame of the current frame is processing. Signed-off-by: Javier Martinez Canillas martinez.jav...@gmail.com --- drivers/media/video/omap3isp/ispccdc.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[PATCH v2 3/3] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
This patch adds to the ISP CCDC driver the ability to deinterlace video data when configured in interlaced mode and send progressive frames to user-space V4L2 applications. Signed-off-by: Javier Martinez Canillas martinez.jav...@gmail.com --- drivers/media/video/omap3isp/ispccdc.c | 104

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 2:58 PM, Enrico ebut...@users.berlios.de wrote: On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, Thanks for the patch. Laurent, apart from the specific comments on Javier code, did you have a look at Deepthy

Re: [PATCH v2 3/3] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 3:26 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: This patch adds to the ISP CCDC driver the ability to deinterlace video data when configured in interlaced mode and send progressive frames to user-space V4L2 applications. Signed-off-by: Javier Martinez

[PATCH v2 1/3] omap3isp: ccdc: Add interlaced field mode to platform data

2011-10-09 Thread Javier Martinez Canillas
The fldmode field from the CCDC_SYN_MODE register configure the ISP CCDC between progresive and interlaced mode. Adding this field to the platform data, allows boards to configure accordingly. Signed-off-by: Javier Martinez Canillas martinez.jav...@gmail.com --- include/media/omap3isp.h |3

[PATCH v2 2/3] omap3isp: ccdc: Add interlaced count field to isp_ccdc_device

2011-10-09 Thread Javier Martinez Canillas
When configured in interlaced field mode, the ISP CCDC has to know which sub-frame of the current frame is processing. Signed-off-by: Javier Martinez Canillas martinez.jav...@gmail.com --- drivers/media/video/omap3isp/ispccdc.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[PATCH v2 3/3] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
This patch adds to the ISP CCDC driver the ability to deinterlace video data when configured in interlaced mode and send progressive frames to user-space V4L2 applications. Signed-off-by: Javier Martinez Canillas martinez.jav...@gmail.com --- drivers/media/video/omap3isp/ispccdc.c | 104

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 2:58 PM, Enrico ebut...@users.berlios.de wrote: On Sun, Oct 9, 2011 at 12:02 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, Thanks for the patch. Laurent, apart from the specific comments on Javier code, did you have a look at Deepthy

Re: [PATCH 0/2] Add support to ITU-R BT.656 video data format

2011-10-09 Thread Laurent Pinchart
Hi Javier, Thanks for the patches. On Sunday 09 October 2011 04:37:31 Javier Martinez Canillas wrote: This patch-set aims to add support to the ISP CCDC driver to process interlaced video data in ITU-R BT.656 format. The patch-set contains the following patches: [PATCH 1/2] omap3isp:

cron job: media_tree daily build: WARNINGS

2011-10-09 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sun Oct 9 19:00:18 CEST 2011 git hash:e30528854797f057aa6ffb6dc9f890e923c467fd gcc version: i686-linux-gcc

Re: [PATCH 0/2] Add support to ITU-R BT.656 video data format

2011-10-09 Thread Javier Martinez Canillas
On Sun, Oct 9, 2011 at 7:12 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, Thanks for the patches. On Sunday 09 October 2011 04:37:31 Javier Martinez Canillas wrote: This patch-set aims to add support to the ISP CCDC driver to process interlaced video data in ITU-R

Re: omap3-isp status

2011-10-09 Thread Enrico
On Sat, Oct 8, 2011 at 6:11 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: Yes, I'll cook a patch today on top on your omap3isp-yuv and send for review. I won't be able to test neither since I don't have proper hardware at home. But at least you will get an idea of the approach

Re: omap3-isp status

2011-10-09 Thread Javier Martinez Canillas
On Mon, Oct 10, 2011 at 12:35 AM, Enrico ebut...@users.berlios.de wrote: On Sat, Oct 8, 2011 at 6:11 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: Yes, I'll cook a patch today on top on your omap3isp-yuv and send for review. I won't be able to test neither since I don't have