Charity Donation

2019-04-09 Thread Gu Kailai
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.

cron job: media_tree daily build: WARNINGS

2019-04-09 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: Wed Apr 10 05:00:12 CEST 2019 media-tree git hash:1c3ec30bb23023d738b538e64ac3028902d53692 media_build gi

Re: [PATCH 10/10] media: coda: require all decoder command flags to be cleared

2019-04-09 Thread Philipp Zabel
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

Gstreamer / V4L support for MIPI CSI transmitter device

2019-04-09 Thread Matt Redfearn
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

Re: missing patch on v4l-utils-1.14 / 1.16

2019-04-09 Thread Sean Young
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

[PATCH v4l-utils v2 1/4] v4l2-compliance: use warn() in warn_once()

2019-04-09 Thread Philipp Zabel
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

[PATCH v4l-utils v2 0/4] compliance colors

2019-04-09 Thread Philipp Zabel
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

[PATCH v4l-utils v2 4/4] cec-compliance: add colors

2019-04-09 Thread Philipp Zabel
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

[PATCH v4l-utils v2 2/4] v4l2-compliance: add colors

2019-04-09 Thread Philipp Zabel
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

[PATCH v4l-utils v2 3/4] cec-compliance: use warn() in warn_once()

2019-04-09 Thread Philipp Zabel
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

[PATCH 1/8] [PATCH for ZBar] Include windows.h for vfw

2019-04-09 Thread Руслан Ижбулатов
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

[PATCH 8/8] [PATCH for ZBar] Correctly generate version.xml and reldate.xml

2019-04-09 Thread Руслан Ижбулатов
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

[PATCH 7/8] [PATCH for ZBar] Make use of glib thread names

2019-04-09 Thread Руслан Ижбулатов
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

[PATCH 0/8] [PATCH for ZBar] MinGW compatibility patches

2019-04-09 Thread Руслан Ижбулатов
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

[PATCH 2/8] [PATCH for ZBar] Specify correct path to barcode.png

2019-04-09 Thread Руслан Ижбулатов
$(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

[PATCH 6/8] [PATCH for ZBar] Make zbargtk build on Windows

2019-04-09 Thread Руслан Ижбулатов
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

[PATCH 3/8] [PATCH for ZBar] Check for clock_gettime on pthread library as well

2019-04-09 Thread Руслан Ижбулатов
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(

[PATCH 4/8] [PATCH for ZBar] Disable zbarcam-gtk on Windows

2019-04-09 Thread Руслан Ижбулатов
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

[PATCH 5/8] [PATCH for ZBar] Use -no-undefined for libzbargtk

2019-04-09 Thread Руслан Ижбулатов
-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

Re: [PATCH 1/1] ipu3-imgu: Use %u for formatting unsigned values (not %d)

2019-04-09 Thread Sakari Ailus
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 > >

[PATCH] media: omap_vout: potential buffer overflow in vidioc_dqbuf()

2019-04-09 Thread Dan Carpenter
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

Re: [PATCH 1/1] ipu3-imgu: Use %u for formatting unsigned values (not %d)

2019-04-09 Thread Bingbu Cao
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 -

[PATCH 1/1] ipu3-imgu: Use %u for formatting unsigned values (not %d)

2019-04-09 Thread Sakari Ailus
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