Hi John,
Thanks for the patches! It's nice to see fixes/improvements like this being
upstreamed.
Unfortunately I have to NACK this patch, but fortunately it is not difficult to
fix.
The main problem is that you use the wrong API: you need to use G/S_SELECTION
instead
of G/S_CROP. S_CROP on an
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: Thu Oct 10 04:00:19 CEST 2013
git branch: test
git hash: d10e8280c4c2513d3e7350c27d8e6f0fa03a5f71
gcc versi
On Wed, 2013-09-18 at 02:19 +0530, Rajil Saraswat wrote:
> Hi,
>
> I have a couple of PVR-500's which have additional tuners connected
> to them (using daughter cards).
The PVR-500's don't have daughter cards with additional tuners AFAIK.
There is this however:
http://www.hauppauge.com/site/we
Hi Guennadi and Mauro,
On Tuesday 08 October 2013 23:57:55 Guennadi Liakhovetski wrote:
> Hi Mauro,
>
> Thanks for your long detailed mail. For the sake of brevity however I'll
> drop most of it in this my reply, everybody interested should be able to
> read the original.
>
> On Wed, 9 Oct 2013,
V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY_ENABLE is being
ignored, and the display delay is always being applied. Fix this.
Signed-off-by: John Sheu
---
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/
These are various video processing driver fixes for the s5p-mfc and gsc-m2m
hardware blocks on the Samsung Exynos (ARM) platform, that have been carried
in the ChromeOS kernel tree for a while and should be pushed upstream.
John Sheu (6):
[media] s5p-mfc: fix DISPLAY_DELAY
[media] s5p-mfc: fix
Allow userspace to set the crop rect of the input image buffer to
encode.
Signed-off-by: John Sheu
---
drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 6 ++-
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c| 7 ++--
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c| 54 +++
Explicitly specify sampling period for subsampled chroma formats, so
stride and image size are properly reported through VIDIOC_{S,G}_FMT.
Signed-off-by: John Sheu
---
drivers/media/platform/exynos-gsc/gsc-core.c | 154 +++
drivers/media/platform/exynos-gsc/gsc-core.h |
Add support for dynamic encoding parameter changes in MFCv6. Parameters
set are applied with the next OUTPUT buffer queued to the device with
VIDIOC_QBUF.
Supported parameters are:
* GOP size (V4L2_CID_MPEG_VIDEO_GOP_SIZE)
* framerate (from VIDIOC_S_PARM)
* VBR target bitrate (V4L2_CID_MPEG_VIDE
v4l2-mem2mem presently does not allow VIDIOC_REQBUFS to destroy
outstanding buffers if the queue is of type V4L2_MEMORY_MMAP, and if the
buffers are considered "in use". This is different behavior than for
other memory types, and prevents us for deallocating buffers in a few
cases:
* In the case
VIDIOC_STREAMOFF clears the encoder's destination queue -- routines run
from the interrupt handler cannot assume that the queue is non-empty.
Signed-off-by: John Sheu
---
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 20 +++-
1 file changed, 11 insertions(+), 9 deletions(-)
dif
Hi.
The feature is useful if you have file generated by "w_scan -X" and
your card is just tuned and works. I could use "scan -c -o zap -a 0" to
update the file but it wan't full compatible with w_scan. Now it can be
with "-p" option like for VDR output format, ie. "scan -c -o zap -a 0
-p". I
This patch adds support for the UB435-Q V2. You might need to
use the device once with the Windows driver provided by KWorld
in order to permanently reprogram the device descriptors. Thanks
to Jarod Wilson for the initial attempt at adding support for this
device.
Signed-off-by: Jean-Francois Thib
On 10/02/2013 03:24 PM, Tomi Valkeinen wrote:
> Hi Andrzej,
>
> On 02/10/13 15:23, Andrzej Hajda wrote:
>
>>> Using Linux buses for DBI/DSI
>>> =
>>>
>>> I still don't see how it would work. I've covered this multiple times in
>>> previous posts so I'm not going into mor
On Tue, Oct 8, 2013 at 12:24 PM, Frank Schäfer
wrote:
> > This adds support for the UB435-Q V2. It seems that you might need to
> > use the device once with the official driver to reprogram the device
> > descriptors. Thanks to Jarod Wilson for the initial attempt at adding
> > support for this de
Ralf Baechle writes:
> The kernel is supposed to perform the necessary cache flushing, so any
> remaining aliasing issue would be considered a bug. But the code is
> performance sensitive, some of the problem cases are twisted and complex
> so bugs and unsolved corner cases show up every now and
.../devicetree/bindings/media/remote-control.txt | 31
1 files changed, 31 insertions(+), 0 deletions(-)
create mode 100644
Documentation/devicetree/bindings/media/remote-control.txt
diff --git a/Documentation/devicetree/bindings/media
Greetings,
I have been ill and trying to reach you,this is my seventh time of writing you
this email. My wife and I won a Lottery of $11.2 million in July and have
voluntarily decided to donate the sum of $1,000,000.00 USD to you as part
of our own charity project to improve the lot of 5 luck
Hello,
I tried to use the ov3640 camera driver from Laurent Pinchart with the
media-ctl and the yavta tools. I configured the pipeline as sensor -> ccdc
->memory. First I got problems with the CCDC module. it always said that the
"ccdc won't become idle!", but it didn't restart by itself. So for te
On 28/09/13 22:27, Sylwester Nawrocki wrote:
> Use the generic PHY API instead of the platform callback
> for the MIPI DSIM DPHY enable/reset control.
>
> Signed-off-by: Sylwester Nawrocki
> Signed-off-by: Kyungmin Park
> Acked-by: Felipe Balbi
> Acked-by: Donghwa Lee
> ---
> Changes since v4:
On Wed, Oct 09, 2013 at 08:53:20AM +0200, Krzysztof Hałasa wrote:
> > 16K is a silver bullet solution to all cache aliasing problems. So if
> > your issue persists with 16K page size, it's not a cache aliasing issue.
> > Aside there are generally performance gains from the bigger page size.
>
>
Ticket Number: 7PWYZ2008
Ballot Number: BT:12052008/20
Draw:#1471
Special Notification to you,You are receiving this email because you have just
been picked for a total grand prize of One Million Dollars in the top 10
winners of the Coca-Cola Consumer`s Award for the year 2013: kindly send your:
22 matches
Mail list logo