On Wed, 2 May 2012 09:15:25 +0300
Dan Carpenter wrote:
> This looks like a cut an paste error. This is a two byte array but we
> use 8 as a length parameter.
>
> Signed-off-by: Dan Carpenter
> ---
> This is a static checker fix. I don't own the hardware.
>
> diff --git a/drivers/media/video/
This looks like a cut an paste error. This is a two byte array but we
use 8 as a length parameter.
Signed-off-by: Dan Carpenter
---
This is a static checker fix. I don't own the hardware.
diff --git a/drivers/media/video/gspca/conex.c
b/drivers/media/video/gspca/conex.c
index ea17b5d..f39fee0
Dear Mailing List linux-media:
I am attempting to use a Hauppage HVR-1600 purchased new in 2010 as an
analog tv tuner in my HP Pavillion Elite M9040n PC running Centos 6.2
x86_64. The problem I am experiencing is that with every kernel update
and/or mythtv and/or vlc or other media update
Hi Alex
On Tue, 1 May 2012, Alex Gershgorin wrote:
> Hi everyone,
>
> I use user-space utility from
> http://git.linuxtv.org/v4l-utils.git/blob/HEAD:/contrib/test/capture-example.c
> I made two small changes in this application and this is running on i.MX35
> SoC
>
> fmt.fmt.pix.pixelforma
Hi Laurent,
On Sun, Apr 29, 2012 at 06:23:45PM +0200, Laurent Pinchart wrote:
> Support for the legacy crop API is emulated in the subdev core.
>
> Signed-off-by: Laurent Pinchart
Acked-by: Sakari Ailus
--
Sakari Ailus
e-mail: sakari.ai...@iki.fi jabber/XMPP/Gmail: sai...@retiisi.org.uk
Thanks!
On Sun, Apr 29, 2012 at 06:23:44PM +0200, Laurent Pinchart wrote:
> Support for the legacy crop API is emulated in the subdev core.
>
> Signed-off-by: Laurent Pinchart
Acked-by: Sakari Ailus
--
Sakari Ailus
e-mail: sakari.ai...@iki.fi jabber/XMPP/Gmail: sai...@retiisi.org.uk
--
T
Hi Laurent,
Thanks for the patch.
On Sun, Apr 29, 2012 at 06:23:43PM +0200, Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart
> ---
> drivers/media/video/omap3isp/ispccdc.c | 180
> +---
> drivers/media/video/omap3isp/ispccdc.h |2 +
> 2 files changed,
Hi Sylwester,
Thanks for the very informative reply!
On Tue, May 1, 2012 at 3:08 PM, Sylwester Nawrocki wrote:
> Hi Sergio,
>
> On 05/01/2012 09:08 PM, Aguirre, Sergio wrote:
>> Hi all,
>>
>> I wonder if there's an example app for v4l2 devices with
>> V4L2_CAP_VIDEO_CAPTURE_MPLANE capability?
>>
Hi Sergio,
On 05/01/2012 09:08 PM, Aguirre, Sergio wrote:
> Hi all,
>
> I wonder if there's an example app for v4l2 devices with
> V4L2_CAP_VIDEO_CAPTURE_MPLANE capability?
> (like capture.c in V4L2 API docs)
There isn't at the V4L2 API docs, it probably makes sense to add one though.
I'll try
Hi all,
I wonder if there's an example app for v4l2 devices with
V4L2_CAP_VIDEO_CAPTURE_MPLANE capability?
(like capture.c in V4L2 API docs)
Also, does it have to be mutually exclusive with a
V4L2_CAP_VIDEO_CAPTURE device?
Regards,
Sergio
--
To unsubscribe from this list: send the line "unsubscr
On Tue May 1 2012 20:27:56 Sylwester Nawrocki wrote:
> On 05/01/2012 07:48 PM, Hans Verkuil wrote:
> > On Tue May 1 2012 19:40:55 Sylwester Nawrocki wrote:
> >> On 04/30/2012 06:09 PM, Hans Verkuil wrote:
> >>> On Friday 27 April 2012 16:23:31 Sylwester Nawrocki wrote:
> ...
> >>> Why add these con
On 05/01/2012 07:48 PM, Hans Verkuil wrote:
> On Tue May 1 2012 19:40:55 Sylwester Nawrocki wrote:
>> On 04/30/2012 06:09 PM, Hans Verkuil wrote:
>>> On Friday 27 April 2012 16:23:31 Sylwester Nawrocki wrote:
...
>>> Why add these controls to vivi? It doesn't belong here.
>>
>> Yeah, my intention w
Hi Hans,
On 04/30/2012 06:11 PM, Hans Verkuil wrote:
> Hi Sylwester!
>
> I've finished my review. You made excellent documentation for the new
> controls!
Thank you, and thanks for your time! :-) It took me quite a few hours to
prepare
it, and lack of proper sensor datasheets didn't make this
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 May 1 19:00:16 CEST 2012
git hash:bcb2cf6e0bf033d79821c89e5ccb328bfbd44907
gcc version: i686-linux-gcc (GC
On Tue May 1 2012 19:40:55 Sylwester Nawrocki wrote:
> On 04/30/2012 06:09 PM, Hans Verkuil wrote:
> > On Friday 27 April 2012 16:23:31 Sylwester Nawrocki wrote:
> >> This patch is just for testing the new controls, it is NOT
> >> intended for merging upstream.
> >>
> >> Signed-off-by: Sylwester Na
On 04/30/2012 06:09 PM, Hans Verkuil wrote:
> On Friday 27 April 2012 16:23:31 Sylwester Nawrocki wrote:
>> This patch is just for testing the new controls, it is NOT
>> intended for merging upstream.
>>
>> Signed-off-by: Sylwester Nawrocki
>> Signed-off-by: Kyungmin Park
>> ---
>> drivers/media/
On 04/30/2012 05:59 PM, Hans Verkuil wrote:
> On Friday 27 April 2012 16:23:26 Sylwester Nawrocki wrote:
>> The V4L2_CID_3A_LOCK bitmask control allows applications to pause
>> or resume the automatic exposure, focus and wite balance adjustments.
>> It can be used, for example, to lock the 3A adjus
Hi Hans,
On 04/30/2012 05:54 PM, Hans Verkuil wrote:
> On Monday 30 April 2012 17:50:57 Hans Verkuil wrote:
>> On Friday 27 April 2012 16:23:21 Sylwester Nawrocki wrote:
>>> Add V4L2_CID_WIDE_DYNAMIC_RANGE camera class control for camera wide
>>> dynamic range (WDR, HDR) feature. This control has
Hi everyone,
I use user-space utility from
http://git.linuxtv.org/v4l-utils.git/blob/HEAD:/contrib/test/capture-example.c
I made two small changes in this application and this is running on i.MX35 SoC
fmt.fmt.pix.pixelformat = V4L2_PIX_FMT_RGB565;
fmt.fmt.pix.field = V4L2_FIELD_ANY;
Wh
On Tue, May 1, 2012 at 4:46 AM, Hans Verkuil wrote:
> Hi all!
>
> While working on a test function for the hardware seek functionality in
> v4l2-compliance I realized that the specification is rather vague and
> incomplete, making it hard to write a decent test for it.
>
> There are a number of is
So reading
http://linuxtv.org/wiki/index.php/KWorld_UB435-Q_USB_ATSC_TV_Stick it's
clear that just going out and buying one is a crapshoot.
I wonder if anyone has figured out how to determine, from the packaging
if one has the supported model or the unsupported model.
Cheers,
b.
signature.asc
On Tue May 1 2012 12:56:49 Matthias Bock wrote:
> Hi there!
>
> I hacked a RDS TMC-message receiver to work on the serial port.
>
> http://www.matthiasbock.net/wiki/?title=Kategorie:GNS_TrafficBox_FM9_RDS_TMC-Receiver
>
> According to
> http://linuxtv.org/wiki/index.php/Radio_Data_System_(RDS)
Hi there!
I hacked a RDS TMC-message receiver to work on the serial port.
http://www.matthiasbock.net/wiki/?title=Kategorie:GNS_TrafficBox_FM9_RDS_TMC-Receiver
According to
http://linuxtv.org/wiki/index.php/Radio_Data_System_(RDS)
already several different receivers are available for usage
with
On Mon, 30 Apr 2012 13:13:59 +0200
Hans de Goede wrote:
> I'll review this and add these to my tree. Jean-Francois, is it ok for these
> changes
> to go upstream through my tree? The reason I'm asking is that I plan to
> convert
> more subdrivers to the control framework for 3.5 and its easiest
Hi all!
While working on a test function for the hardware seek functionality in
v4l2-compliance I realized that the specification is rather vague and
incomplete, making it hard to write a decent test for it.
There are a number of issues with this API:
1) There is no way for the application to kn
From: Hans Verkuil
Formats V4L2_DV_1080I25, V4L2_DV_1080I30 and V4L2_DV_1080I29_97
do not exist, so these presets are bogus. Remove them in 3.6.
Signed-off-by: Hans Verkuil
---
Documentation/feature-removal-schedule.txt |9 +
1 file changed, 9 insertions(+)
diff --git a/Documentat
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Reviewed-by: Mauro Carvalho Chehab
---
drivers/media/video/tvp7002.c | 102 +++--
1 file changed, 89 insertions(+), 13 deletions(-)
diff --git a/drivers/media/video/tvp7002.c b/drivers/media/video/tvp7002.c
in
From: Hans Verkuil
This header contains the timings for the common CEA-861 and all VESA
DMT formats for use with the V4L2 dv_timings API.
Signed-off-by: Hans Verkuil
Reviewed-by: Mauro Carvalho Chehab
---
include/linux/Kbuild|1 +
include/linux/v4l2-dv-timings.h | 766 +++
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Reviewed-by: Mauro Carvalho Chehab
---
drivers/media/video/v4l2-compat-ioctl32.c |3 +
drivers/media/video/v4l2-ioctl.c | 126 -
include/media/v4l2-ioctl.h|6 ++
include/media/v4l2-subd
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Reviewed-by: Mauro Carvalho Chehab
---
Documentation/DocBook/media/v4l/biblio.xml | 18 ++
Documentation/DocBook/media/v4l/common.xml | 32 +--
Documentation/DocBook/media/v4l/compat.xml | 13 ++
Documentation/DocBook
From: Hans Verkuil
The DV Preset API will be phased out in favor of the more flexible DV Timings
API. Mark the preset API accordingly in the header and documentation.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/common.xml |6 --
Documentation/DocBook
From: Hans Verkuil
These new ioctls make it possible for the dv_timings API to replace
the dv_preset API eventually.
Signed-off-by: Hans Verkuil
Reviewed-by: Mauro Carvalho Chehab
---
include/linux/videodev2.h | 173 ++---
1 file changed, 149 insertion
Hi Mauro!
This is the final version of the DV Timings API.
The RFCv3 version of this API can be found here:
http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/47288
Changes since RFCv3 are:
- Extended the v4l2-dv-timings.h header with a few new DMT timings
correspondin
33 matches
Mail list logo