[RFC ATTN] Cropping, composing, scaling and S_FMT

2014-06-02 Thread Hans Verkuil
During the media mini-summit I went through all 8 combinations of cropping, composing and scaling (i.e. none of these features is present, or only cropping, only composing, etc.). In particular I showed what I thought should happen if you change a crop rectangle, compose rectangle or the format

Re: [PATCH] staging/media/rtl2832u_sdr: fix coding style problems

2014-06-02 Thread Dan Carpenter
On Sun, Jun 01, 2014 at 01:00:17PM -0700, Ovidiu Toader wrote: motivation: eudyptula challenge This minor patch fixes all WARNING:SPACING style warnings in rtl2832_sdr.c The new version of the file pleases checkpatch.pl when run with --ignore LONG_LINE. Signed-off-by: Ovidiu Toader

Kedves Email felhasználói;

2014-06-02 Thread Administrator System ®
-- Kedves felhasználók e-mailben; Túllépte 23432 box set Web Service / Admin, és akkor nem lesz probléma a küldő és fogadhat e-maileket, amíg újra ellenőrizni. Kérjük, frissítse kattintva linkre, és töltse ki az adatokat, hogy ellenőrizze a számla Kérjük, kövesse az alábbi linkre, és majd

[PATCH 2/3] media-ctl: Move flags printing code to a new print_flags function

2014-06-02 Thread Laurent Pinchart
This will allow reusing the flag printing code for the DV timings flags. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- utils/media-ctl/media-ctl.c | 43 +-- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git

[PATCH 3/3] media-ctl: Add DV timings support

2014-06-02 Thread Laurent Pinchart
Support printing (with -p) and setting (with --set-dv) DV timings at the pad level. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- utils/media-ctl/media-ctl.c | 179 ++-- utils/media-ctl/options.c | 9 ++-

[PATCH 1/3] media-ctl: libv4l2subdev: Add DV timings support

2014-06-02 Thread Laurent Pinchart
Expose the pad-level get caps, query, get and set DV timings ioctls. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- utils/media-ctl/libv4l2subdev.c | 72 + utils/media-ctl/v4l2subdev.h| 53 ++ 2 files

[PATCH 0/3] v4l-utils: media-ctl: Add DV timings support

2014-06-02 Thread Laurent Pinchart
Hello, This patch set adds support for the subdev DV timings ioctls to the media-ctl utility, allowing DV timings to be configured in media controller pipelines. The first patch adds wrappers around the DV timings ioctls to libv4l2subdev in a pretty straightforward way. The second patch

Is this a user discussion list anyway?

2014-06-02 Thread Dexter Filmore
Is this the place to ask questions related to linux-media? I see mostly development messages, is there a more appropriate place? Dex -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS d--(+)@ s-:+ a C UL++ P+++ L+++ E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++)

Loan offer at 3% interest rate

2014-06-02 Thread ascend1
We offer all purpose loan at 3% interest rate. Contact Us for more details:equityfinance1...@gmail.com -- 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

Poll and empty queues

2014-06-02 Thread Nicolas Dufresne
Hi everyone, Recently in GStreamer we notice that we where not handling the POLLERR flag at all. Though we found that what the code do, and what the doc says is slightly ambiguous. When the application did not call VIDIOC_QBUF or VIDIOC_STREAMON yet the poll() function succeeds,

Re: [PATCH] staging/media/rtl2832u_sdr: fix coding style problems by adding blank lines

2014-06-02 Thread Ovidiu Toader
On 06/02/14 03:21, Dan Carpenter wrote: Send the patch inline, not as an attachment. Read the first paragraph. https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/Documentation/email-clients.txt The subject should say something about adding blank lines. Thanks for the

Re: [PATCH] staging/media/rtl2832u_sdr: fix coding style problems by adding blank lines

2014-06-02 Thread Dan Carpenter
On Mon, Jun 02, 2014 at 12:50:35PM -0700, Ovidiu Toader wrote: On 06/02/14 03:21, Dan Carpenter wrote: Send the patch inline, not as an attachment. Read the first paragraph. https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/Documentation/email-clients.txt The

[PATCH v2] staging/media/rtl2832u_sdr: fix coding style problems by adding blank lines

2014-06-02 Thread Ovidiu Toader
This minor patch fixes all WARNING:SPACING style warnings in rtl2832_sdr.c The new version of the file pleases checkpatch.pl when run with --ignore LONG_LINE. Signed-off-by: Ovidiu Toader o...@phas.ubc.ca --- Changes since v1: * made commit brief description clearer

[PATCH 1/2] Use installed kernel headers instead of raw kernel headers

2014-06-02 Thread Laurent Pinchart
Kernel headers exported to userspace can contain kernel-specific statements (such as __user annotations) that are removed when installing the headers with 'make headers_install' in the kernel sources. Only the installed headers must be used by userspace. Replace the private copy of the raw headers

[PATCH 2/2] Add the missing v4l2-mediabus.h kernel header

2014-06-02 Thread Laurent Pinchart
media-ctl requires a recent v4l2-mediabus.h header. Add the latest mainline kernel version of the header. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- include/linux/v4l2-mediabus.h | 147 ++ 1 file changed, 147 insertions(+)

[PATCH 0/2] v4l-utils: Add missing v4l2-mediabus.h header

2014-06-02 Thread Laurent Pinchart
Hello, This patch set adds the missing v4l2-mediabus.h header, required by media-ctl. Please see individual patches for details, they're pretty straightforward. Laurent Pinchart (2): Use installed kernel headers instead of raw kernel headers Add the missing v4l2-mediabus.h kernel header

hdpvr troubles

2014-06-02 Thread Scott Doty
Hello Mr. Hans and mailing list, In a nutshell, I'm having some hdpvr trouble: I'm using vlc to view the stream. Kernel 3.9.11 works pretty well, including giving me AC3 5.1 audio from the optical input to the Hauppauge device. The only problem I've run across is the device hanging when I

cron job: media_tree daily build: OK

2014-06-02 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 Jun 3 04:00:27 CEST 2014 git branch: test git hash: 5ea878796f0a1d9649fe43a6a09df53d3915c0ef gcc