Re: ddbridge -- kernel 3.15.6

2014-07-31 Thread Georgi Chorbadzhiyski
is not acceptable. -- Georgi Chorbadzhiyski | http://georgi.unixsol.org/ | http://github.com/gfto/ -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: FE_READ_SNR and FE_READ_SIGNAL_STRENGTH docs

2014-01-16 Thread Georgi Chorbadzhiyski
Around 01/14/2014 06:07 PM, Mauro Carvalho Chehab scribbled: Em Tue, 14 Jan 2014 17:55:19 +0200 Georgi Chorbadzhiyski g...@unixsol.org escreveu: Around 01/14/2014 05:30 PM, Mauro Carvalho Chehab scribbled: Em Tue, 14 Jan 2014 17:16:10 +0200 Georgi Chorbadzhiyski g...@unixsol.org escreveu

FE_READ_SNR and FE_READ_SIGNAL_STRENGTH docs

2014-01-14 Thread Georgi Chorbadzhiyski
://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/dvb/frontend.h #define FE_READ_SIGNAL_STRENGTH _IOR('o', 71, __u16) #define FE_READ_SNR _IOR('o', 72, __u16) So which one is true? -- Georgi Chorbadzhiyski | http://georgi.unixsol.org/ | http://github.com/gfto

Re: FE_READ_SNR and FE_READ_SIGNAL_STRENGTH docs

2014-01-14 Thread Georgi Chorbadzhiyski
Around 01/14/2014 05:30 PM, Mauro Carvalho Chehab scribbled: Em Tue, 14 Jan 2014 17:16:10 +0200 Georgi Chorbadzhiyski g...@unixsol.org escreveu: Hi guys, I'm confused the documentation on: http://linuxtv.org/downloads/v4l-dvb-apis/frontend_fcalls.html#FE_READ_SNR http://linuxtv.org

Re: ddbridge v0.8

2013-02-15 Thread Georgi Chorbadzhiyski
style and can be easily copied over into a current kernel. But I am not about to take it apart into little patches. We have more than 30 cards that use ddbridge drivers and the fact that the driver in mainline is out of date is big PITA. -- Georgi Chorbadzhiyski http://georgi.unixsol.org

Re: How to set pixelaspect in struct v4l2_cropcap returned by VIDIOC_CROPCAP?

2012-09-17 Thread Georgi Chorbadzhiyski
Around 09/17/2012 11:22 AM, Hans Verkuil scribbled: On Sun September 16 2012 18:49:00 Georgi Chorbadzhiyski wrote: On 9/16/12 7:28 PM, Hans Verkuil wrote: On Sun September 16 2012 17:32:52 Georgi Chorbadzhiyski wrote: Guys I'm adding v4l2 output device support for VLC/ffmpeg/libav (I'm using

How to set pixelaspect in struct v4l2_cropcap returned by VIDIOC_CROPCAP?

2012-09-16 Thread Georgi Chorbadzhiyski
-crop.html -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How to set pixelaspect in struct v4l2_cropcap returned by VIDIOC_CROPCAP?

2012-09-16 Thread Georgi Chorbadzhiyski
On 9/16/12 7:28 PM, Hans Verkuil wrote: On Sun September 16 2012 17:32:52 Georgi Chorbadzhiyski wrote: Guys I'm adding v4l2 output device support for VLC/ffmpeg/libav (I'm using v4l2loopback [1] driver for testing) but I have a problem which I can't seem to find a solution. VLC [2] uses

Re: [PATCH] dvb_frontend: Multistream support

2012-08-21 Thread Georgi Chorbadzhiyski
; + /* Multistream specifics */ + u32 stream_id; /* ATSC-MH specifics */ u8 atscmh_fic_ver; Shouldn't DVB_API_VERSION minor be increased or I should check for defined(DTV_STREAM_ID) when implementing MIS support in dvblast? -- Georgi Chorbadzhiyski

DVB-S2 multistream support

2011-12-24 Thread Georgi Chorbadzhiyski
Guys are there any news on DVB-S2 multistream support. I have found test patches at http://www.tbsdtv.com/forum/viewtopic.php?f=26t=1874 and judging by report on dvblast-devel ML they seem to work. What is holding them back, perhaps nobody submitted them? -- Georgi Chorbadzhiyski http