Hello,
I am Gu Kailai, Wife of Former China Leader Bo Xilai, I have a huge sum of
amount to give to Charity.
Reply me for more details, if you are interested in helping me disbursing the
sum to Charity on my behalf.
Reply to my private email: g...@hkwhprivate.com
Thank you,
Ms.Gu Kailai.
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: Wed Apr 10 05:00:12 CEST 2019
media-tree git hash:1c3ec30bb23023d738b538e64ac3028902d53692
media_build gi
On Mon, 2019-04-08 at 14:32 +0200, Philipp Zabel wrote:
> The memory-to-memory stateful video decoder interface documentation
> requires the decoder stop command initiating the drain sequence to have
> flags set to zero.
> Stop to black makes no sense as stopped memory-to-memory decoders do not
> p
Hi,
I'm writing a Linux driver for a MIPI CSI transmitter device. This
hardware allows the Linux system to transmit a MIPI CSI stream to a
suitable MIPI CSI receiver i.e. Linux behaves like a camera.
So far I have added a V4L output driver for the hardware and I am able
to transmit a video stre
On Mon, Apr 08, 2019 at 09:04:56PM +0200, Gregor Jasny wrote:
> Hello,
>
> It seems that commit 6e21f6f34c1d7c3a7a059062e1ddd9705c984e2c is also
> missing on 1.16 (in addition to 1.14). Otherwise the return paths are still
> messed up:
>
> > ret = dvb_fe_open_fname(parms, dvb_dev->path, flags
Use the warn() macro in warn_once() instead of duplicating its contents.
Signed-off-by: Philipp Zabel
---
utils/v4l2-compliance/v4l2-compliance.h | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/utils/v4l2-compliance/v4l2-compliance.h
b/utils/v4l2-compliance/v4l2-compli
Hi,
take two, with an environment variable MEDIA_APPS_COLOR=always|never|auto,
and an override option --color always|never|auto for both cec-compliance
and v4l2-compliance.
regards
Philipp
Philipp Zabel (4):
v4l2-compliance: use warn() in warn_once()
v4l2-compliance: add colors
cec-complia
Use color codes to mark OK, warn, and FAIL messages with green, bold,
and bright red accents, respectively.
Signed-off-by: Philipp Zabel
---
utils/cec-compliance/cec-compliance.1.in | 5 +++
utils/cec-compliance/cec-compliance.cpp | 42 +---
utils/cec-compliance/cec-complia
Use color codes to mark OK, warn, and FAIL messages with green, bold,
and bright red accents, respectively.
Signed-off-by: Philipp Zabel
---
utils/v4l2-compliance/v4l2-compliance.1.in | 5 +++
utils/v4l2-compliance/v4l2-compliance.cpp | 37 --
utils/v4l2-compliance/v4l2-com
Use the warn() macro in warn_once() instead of duplicating its contents.
Signed-off-by: Philipp Zabel
---
utils/cec-compliance/cec-compliance.h | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/utils/cec-compliance/cec-compliance.h
b/utils/cec-compliance/cec-compliance.h
vfw.h can't be included without windows.h to supply basic type definitions.
Signed-off-by: Руслан Ижбулатов
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 58b97ec..6e092e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -257
The buildsystem expects these files to be in srcdir, so
put them there. Otherwise documentation won't build
(xmlto complains that it can't find the files. Note that
it uses an absolute path, so there's no way to solve this
with its --searchpath argument).
Signed-off-by: Руслан Ижбулатов
---
conf
This is optional, but why not use it?
Signed-off-by: Руслан Ижбулатов
---
gtk/zbargtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtk/zbargtk.c b/gtk/zbargtk.c
index 595acfe..c16f05c 100644
--- a/gtk/zbargtk.c
+++ b/gtk/zbargtk.c
@@ -637,7 +637,7 @@ static void zbar_gtk
Here's a few patches that might be useful.
Руслан Ижбулатов (8):
Include windows.h for vfw
Specify correct path to barcode.png
Check for clock_gettime on pthread library as well
Disable zbarcam-gtk on Windows
Use -no-undefined for libzbargtk
Make zbargtk build on Windows
Make use of
$(srcdir)/examples/barcode.png does not exist anymore.
Signed-off-by: Руслан Ижбулатов
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index c767d15..a9367b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,7 @@ EXTRA_DIST += p
The code is mostly platform-agnostic, except for this small part
that is written for X. Add ifdefs with an appropriate W32 header,
and call zbar_window_attach() with correct W32 arguments.
Use HAVE_X as a condition.
Signed-off-by: Руслан Ижбулатов
---
gtk/zbargtk.c | 10 ++
1 file change
On Windows that function might be in libpthread.
Signed-off-by: Руслан Ижбулатов
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6e092e0..3224888 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,7 +183,7 @@ ZBAR_CHK_CODE(
It requires scan_video.c, which includes linux/videodev2.h, so
the code is clearly not meant to be built for Windows, even if
GTK is available there.
Signed-off-by: Руслан Ижбулатов
---
zbarcam/Makefile.am.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/zbarcam/Makefile.am.inc b/zbarca
-no-undefined is required to build shlibs on Windows.
Doesn't hurt on other platforms either (unless a shlib is built
with undefined symbols by design, which is not the case here).
Signed-off-by: Руслан Ижбулатов
---
gtk/Makefile.am.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
Hi Bingbu,
On Tue, Apr 09, 2019 at 07:09:09PM +0800, Bingbu Cao wrote:
>
> On 4/9/19 6:18 PM, Sakari Ailus wrote:
> > The driver used %d for formatting unsigned values. Use %u instead.
> >
> > Signed-off-by: Sakari Ailus
> > ---
> > drivers/staging/media/ipu3/ipu3-v4l2.c | 40
> >
The "b->index" is a u32 the comes from the user in the ioctl. It hasn't
been checked. We aren't supposed to use it but we're instead supposed
to use the value that gets written to it when we call videobuf_dqbuf().
The videobuf_dqbuf() first memsets it to zero and then re-initializes it
inside th
On 4/9/19 6:18 PM, Sakari Ailus wrote:
> The driver used %d for formatting unsigned values. Use %u instead.
>
> Signed-off-by: Sakari Ailus
> ---
> drivers/staging/media/ipu3/ipu3-v4l2.c | 40
> +-
> 1 file changed, 20 insertions(+), 20 deletions(-)
>
> diff -
The driver used %d for formatting unsigned values. Use %u instead.
Signed-off-by: Sakari Ailus
---
drivers/staging/media/ipu3/ipu3-v4l2.c | 40 +-
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/drivers/staging/media/ipu3/ipu3-v4l2.c
b/drivers/sta
23 matches
Mail list logo