Re: how to write TS parsor

2015-11-30 Thread Honza Petrouš
> I am new to this domain, could any one here please guide me how do I read > and pass a particular channel > from dvbc to a UDP , I am using MxL214 and 3.10.65 kernel , any help is > greatly appreciated. Simplest solution has name "dvblast" - it's free, open-source and robust :) /Honza -- To

how to write TS parsor

2015-11-30 Thread Nagaraja
Hi all, I am new to this domain, could any one here please guide me how do I read and pass a particular channel from dvbc to a UDP , I am using MxL214 and 3.10.65 kernel , any help is greatly appreciated. Thanks and regards, Nagaraj -- To unsubscribe from this list: send the line "unsubsc

cron job: media_tree daily build: ERRORS

2015-11-30 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: Tue Dec 1 04:00:18 CET 2015 git branch: test git hash: 10897dacea26943dd80bd6629117f4620fc320ef gcc versio

[PATCH 04/11] cx25840: fix VBI support for cx23888

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil The cx23888 has the VBI registers at different addresses compared to the other variants. In most cases it is a fixed offset, but not always. Update the code so the right registers are written for the cx23888. Signed-off-by: Hans Verkuil --- drivers/media/i2c/cx25840/cx25840

[PATCH 11/11] cx23885: video instead of vbi register used

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil The VID_A_GPCNT register is for video, not vbi. Read from the right register and don't write to the video register. Based upon Devin's initial patch made for an older kernel which I cleaned up and rebased. Thanks to Kernel Labs for that work. Signed-off-by: Devin Heitmueller

[PATCH 07/11] cx25840: fix cx25840_s_stream for cx2388x and cx231xx

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil For those two devices the code wrote to addresses 0x115/6, but on those devices those addresses have nothing to do with power controls. So clearly this never worked. Rather than writing to bogus addresses, just do nothing for the cx2388x and cx231xx. Signed-off-by: Hans Verkui

[PATCH 10/11] cx23885: add support for ViewCast 260e and 460e.

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil Add support for these two new cards. Based upon Devin's initial patch made for an older kernel which I cleaned up and rebased. Thanks to Kernel Labs for that work. Signed-off-by: Devin Heitmueller Signed-off-by: Hans Verkuil --- drivers/media/pci/cx23885/Kconfig |

[PATCH 09/11] cs3308: add new 8-channel volume control driver

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil Add simple support for this 8 channel volume control driver. Currently all it does is to unmute all 8 channels. Based upon Devin's initial patch made for an older kernel which I cleaned up and rebased. Thanks to Kernel Labs for that work. Signed-off-by: Devin Heitmueller Sig

[PATCH 03/11] ivtv/cx18: fix inverted pixel aspect ratio

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil These two drivers reported the pixel aspect ratio the wrong way around. This caused qv4l2 to scale the image incorrectly. Signed-off-by: Hans Verkuil --- drivers/media/pci/cx18/cx18-ioctl.c | 4 ++-- drivers/media/pci/ivtv/ivtv-ioctl.c | 8 2 files changed, 6 insert

[PATCH 08/11] cx25840: initialize the standard to NTSC_M

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil This is necessary since the *_std_setup functions rely on a valid state->std field. Also fix the cx23888_std_setup() to test for 60Hz instead of NTSC, just like cx25840_std_setup() does. Signed-off-by: Hans Verkuil --- drivers/media/i2c/cx25840/cx25840-core.c | 3 ++- 1 fil

[PATCH 01/11] cx23885: fix format/crop handling

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil While testing the cx23885 driver with various TV standards I found a number of bugs: 1) norm_maxw() returned 768 instead of 720 for PAL formats. This should always be 720, so drop this inline function and just always use 720. 2) cropcap() was missing, so the pixelaspect was

[PATCH 05/11] cx25840: more cx23888 register address changes

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil The cx23888 also moves the following registers around: !cx23888cx23888 --- 0x418, 0x41c0x434, 0x438 0x420 0x418 (expect for bit 29 which has a different meaning) 0x478 0x454 Also drop the set_input code where the scaler is c

[PATCH 00/11] cx23885: cleanups, add ViewCast 260e/460e support

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil A friend asked me to help getting his ViewCast 460e to work. Little did I know... Kernel Labs did work on this card lots of kernel version ago, but after integrating that work it still didn't function properly. After digging deeper it turned out that there were a lot of regis

[PATCH 06/11] cx25840: relax a Vsrc check

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil The cx23888 reports a slightly different Vsrc value than the other chip variants do. Relax the check by 1, otherwise cx25840_set_fmt() would fail for the cx23888. Signed-off-by: Hans Verkuil --- drivers/media/i2c/cx25840/cx25840-core.c | 8 +++- 1 file changed, 7 inserti

[PATCH 02/11] cx231xx: fix NTSC cropcap, add missing cropcap for 417

2015-11-30 Thread Hans Verkuil
From: Hans Verkuil The pixelaspect ratio was set incorrectly for 60Hz formats. And since cropcap wasn't implemented at all for the -417 (compressed video) the pixelaspect was unknown for compressed video. Signed-off-by: Hans Verkuil --- drivers/media/usb/cx231xx/cx231xx-417.c | 22 ++

Re: [RESEND RFC/PATCH 3/8] media: platform: mtk-vpu: Support Mediatek VPU

2015-11-30 Thread Daniel Thompson
On 30 November 2015 at 11:43, andrew-ct chen wrote: > On Fri, 2015-11-27 at 12:21 +, Daniel Thompson wrote: >> On 27/11/15 12:10, andrew-ct chen wrote: >> >>> + >> >>> > >+ memcpy((void *)send_obj->share_buf, buf, len); >> >>> > >+ send_obj->len = len; >> >>> > >+ send_obj->id =

Re: linuxtv.org downtime around Mon Nov 30 12:00 UTC

2015-11-30 Thread Johannes Stezenbach
On Mon, Nov 30, 2015 at 03:24:16PM +0100, Hans Verkuil wrote: > On 11/30/2015 02:35 PM, Johannes Stezenbach wrote: > > On Sun, Nov 29, 2015 at 05:11:45PM +0100, Johannes Stezenbach wrote: > >> the linuxtv.org server will move to a new, freshly installed > >> machine tomorrow. Expect some downtime

Re: [RESEND RFC/PATCH 6/8] media: platform: mtk-vcodec: Add Mediatek V4L2 Video Encoder Driver

2015-11-30 Thread Daniel Thompson
On 30 November 2015 at 11:39, tiffany lin wrote: >> > diff --git a/drivers/media/platform/mtk-vcodec/Makefile >> > b/drivers/media/platform/mtk-vcodec/Makefile >> > new file mode 100644 >> > index 000..c7f7174 >> > --- /dev/null >> > +++ b/drivers/media/platform/mtk-vcodec/Makefile >> > @@ -0

[yavta PATCH] Return proper error code if STREAMON fails

2015-11-30 Thread Tuukka Toivonen
Fix the bug causing success to be returned even if VIDIOC_STREAMON failed. Also check returned error from VIDIOC_STREAMOFF. Signed-off-by: Tuukka Toivonen --- yavta.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/yavta.c b/yavta.c index b627725..3ad1c97 100644

Re: linuxtv.org downtime around Mon Nov 30 12:00 UTC

2015-11-30 Thread Hans Verkuil
On 11/30/2015 02:35 PM, Johannes Stezenbach wrote: > On Sun, Nov 29, 2015 at 05:11:45PM +0100, Johannes Stezenbach wrote: >> the linuxtv.org server will move to a new, freshly installed >> machine tomorrow. Expect some downtime while we do the >> final rsync and database export+import. I'm planni

Re: [PATCHv11 15/15] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFS

2015-11-30 Thread Hans Verkuil
Hi Sakari, There was some confusion about min_length, so let me try to explain it again. When buffers are allocated in __vb2_queue_alloc() the queue_setup() op has been called and that function filled in (for VIDIOC_REQBUFS) or accepted (for CREATE_BUFS) the number of planes and plane sizes for

Re: linuxtv.org downtime around Mon Nov 30 12:00 UTC

2015-11-30 Thread Johannes Stezenbach
On Sun, Nov 29, 2015 at 05:11:45PM +0100, Johannes Stezenbach wrote: > the linuxtv.org server will move to a new, freshly installed > machine tomorrow. Expect some downtime while we do the > final rsync and database export+import. I'm planning > to start disabling services on the old server about

Re: [RESEND RFC/PATCH 3/8] media: platform: mtk-vpu: Support Mediatek VPU

2015-11-30 Thread andrew-ct chen
On Fri, 2015-11-27 at 12:21 +, Daniel Thompson wrote: > On 27/11/15 12:10, andrew-ct chen wrote: > >>> + > >>> > >+ memcpy((void *)send_obj->share_buf, buf, len); > >>> > >+ send_obj->len = len; > >>> > >+ send_obj->id = id; > >>> > >+ vpu_cfg_writel(vpu, 0x1, HOST_TO_VPU);

Re: [RESEND RFC/PATCH 6/8] media: platform: mtk-vcodec: Add Mediatek V4L2 Video Encoder Driver

2015-11-30 Thread tiffany lin
On Fri, 2015-11-27 at 16:34 +, Daniel Thompson wrote: > Hi Tiffany/Andrew > > This review is a rather more superficial than my previous one. Mostly > I'm just commenting on some of the bits I spotted whilst trying to find > my way around the patchset. > > I hope to another more detailed rev

[PATCH] media: atmel-isi: fix debug message which only show the first format

2015-11-30 Thread Josh Wu
Correct the debug output message to show correct format. Signed-off-by: Josh Wu --- drivers/media/platform/soc_camera/atmel-isi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/soc_camera/atmel-isi.c b/drivers/media/platform/soc_camera/atmel-isi.c in