On 06/03/2014 02:44 AM, Laurent Pinchart wrote:
> 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.
Nack.
The kernel headers used in v4l-utils are installed via 'make sync-with-ke
On 06/02/2014 05:47 PM, Dexter Filmore wrote:
> Is this the place to ask questions related to linux-media? I see mostly
> development messages, is there a more appropriate place?
If there is no dedicated mailinglist for your capture device, then this
list is the fallback. So feel free to ask your
Hi Nicholas,
On 06/02/2014 09:47 PM, Nicolas Dufresne wrote:
> 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 ca
On Mon, Jun 02, 2014 at 05:38:06PM -0700, Ovidiu Toader wrote:
> 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".
>
Looks good. Thanks.
regards,
dan carpenter
--
To unsubscri
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 versi
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 chang
media-ctl requires a recent v4l2-mediabus.h header. Add the latest
mainline kernel version of the header.
Signed-off-by: Laurent Pinchart
---
include/linux/v4l2-mediabus.h | 147 ++
1 file changed, 147 insertions(+)
create mode 100644 include/linux/v4l2-m
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
inc
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
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
---
Changes since v1:
* made commit brief description clearer
drivers/staging/media/rtl2832u_sdr/rtl28
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
> >
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 th
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,
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
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+(++
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 refactors
This will allow reusing the flag printing code for the DV timings flags.
Signed-off-by: Laurent Pinchart
---
utils/media-ctl/media-ctl.c | 43 +--
1 file changed, 29 insertions(+), 14 deletions(-)
diff --git a/utils/media-ctl/media-ctl.c b/utils/media-ctl
Support printing (with -p) and setting (with --set-dv) DV timings at the
pad level.
Signed-off-by: Laurent Pinchart
---
utils/media-ctl/media-ctl.c | 179 ++--
utils/media-ctl/options.c | 9 ++-
utils/media-ctl/options.h | 3 +-
3 files changed, 18
Expose the pad-level get caps, query, get and set DV timings ioctls.
Signed-off-by: Laurent Pinchart
---
utils/media-ctl/libv4l2subdev.c | 72 +
utils/media-ctl/v4l2subdev.h| 53 ++
2 files changed, 125 insertions(+)
diff -
--
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 más
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 T
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 r
22 matches
Mail list logo