[PATCH 1/2] media: lirc: document BPF IR decoding

2019-07-27 Thread Sean Young
This is just a start. Signed-off-by: Sean Young --- .../media/uapi/rc/lirc-dev-intro.rst | 47 +++ 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/Documentation/media/uapi/rc/lirc-dev-intro.rst b/Documentation/media/uapi/rc/lirc-dev-intro.rst index 1a901d

[PATCH 2/2] media: rc: describe rc protocols and their scancodes

2019-07-27 Thread Sean Young
Signed-off-by: Sean Young --- .../media/uapi/rc/lirc-dev-intro.rst | 10 +- Documentation/media/uapi/rc/lirc-read.rst | 3 +- Documentation/media/uapi/rc/lirc-write.rst| 3 +- Documentation/media/uapi/rc/rc-protos.rst | 461 ++ .../media/uapi/rc/remote_co

Finally figured out how to include linux-media in prev msg, sorry

2019-07-27 Thread Mark Balantzyan
Hi Ezequiel, After going through trouble and half with trying to get the following correspondence through linux-media (...): Who' calling this ^ ? Oops. Should it be video_device_release (not tw686x_video_device_release) and then should keep the line vdev->release = video_device_release?

Re: [PATCH] media input infrastructure:tw686x: Added custom function for video device release functionality in tw686x driver

2019-07-27 Thread Ezequiel Garcia
Hi Mark, On Fri, 26 Jul 2019 at 17:41, Mark Balantzyan wrote: > > Signed-off-by: Mark Balantzyan > Reported-by: kbuild test robot > --- > This patch adds a custom function for releasing the video device for the > tw686x video device driver. > > drivers/media/pci/tw686x/tw686x-video.c | 23 +++

Re: tw686x driver (continued)

2019-07-27 Thread Ezequiel Garcia
Hi Mark, On Wed, 24 Jul 2019 at 09:25, Mark Balançian wrote: > > Hi Ezequiel, > > (sorry didn't include linux-media in first email) > I'm not sure yet if I have my supervisor's permission to declare our > tool as open source, but I'll tell you the possible code paths that I > think may be leading

Re: tw686x driver (continued)

2019-07-27 Thread Ezequiel Garcia
Hi Hans, On Wed, 24 Jul 2019 at 10:08, Hans Verkuil wrote: > > On 7/24/19 2:25 PM, Mark Balançian wrote: > > Hi Ezequiel, > > > > (sorry didn't include linux-media in first email) > > I'm not sure yet if I have my supervisor's permission to declare our > > tool as open source, but I'll tell you t

Re: [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

2019-07-27 Thread Boris Brezillon
On Sat, 27 Jul 2019 09:52:24 -0300 Ezequiel Garcia wrote: > > > > > > That's not my understanding of the Annex B section (quoting the spec > > > for reference): > > > > > > " > > > The byte stream format consists of a sequence of byte stream NAL unit > > > syntax structures. Each byte stream N

[PATCH] media: Clarify how menus are hidden by SUBDRV_AUTOSELECT

2019-07-27 Thread Ezequiel Garcia
Some users have been having a hard time finding the hidden menus. A typically case are camera sensor drivers (e.g IMX219, OV5645, etc), which are common on embedded platforms and not really "ancillary" devices. The problem with MEDIA_SUBDRV_AUTOSELECT seems to be related to the fact that it uses t

Re: [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

2019-07-27 Thread Ezequiel Garcia
On Fri, 2019-07-26 at 09:30 +0200, Boris Brezillon wrote: > On Fri, 26 Jul 2019 08:28:28 +0200 > Boris Brezillon wrote: > > > On Thu, 25 Jul 2019 23:39:11 -0300 > > Ezequiel Garcia wrote: > > > > > On Thu, 2019-07-25 at 21:36 +0200, Paul Kocialkowski wrote: > > > > Hi, > > > > > > > > On Thu

Re: [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

2019-07-27 Thread Boris Brezillon
On Sat, 27 Jul 2019 11:27:43 +0200 Paul Kocialkowski wrote: > Hi, > > On Fri 26 Jul 19, 10:53, Hans Verkuil wrote: > > On 7/26/19 9:30 AM, Boris Brezillon wrote: > > > On Fri, 26 Jul 2019 08:28:28 +0200 > > > Boris Brezillon wrote: > > > > > >> On Thu, 25 Jul 2019 23:39:11 -0300 > > >> Eze

Re: [PATCH 04/14] videodev2.h.rst.exceptions: tymecode -> timecode

2019-07-27 Thread Paul Kocialkowski
Hi, On Wed 24 Jul 19, 13:05, Hans Verkuil wrote: > Fix typo. > > Signed-off-by: Hans Verkuil Looks good! Reviewed-by: Paul Kocialkowski Cheers, Paul > --- > Documentation/media/videodev2.h.rst.exceptions | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documen

Re: [PATCH 02/14] videodev2.h: add V4L2_FMT_FLAG_HAS_BITSTREAM_PARSER

2019-07-27 Thread Paul Kocialkowski
Hi, On Wed 24 Jul 19, 13:05, Hans Verkuil wrote: > Add an enum_fmt format flag to specifically tag coded formats where > full bitstream parsing is supported by the device. > > Some stateful decoders are capable of fully parsing a bitstream, > but others require that userspace pre-parses the bitst

Re: [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

2019-07-27 Thread Paul Kocialkowski
Hi, On Fri 26 Jul 19, 10:53, Hans Verkuil wrote: > On 7/26/19 9:30 AM, Boris Brezillon wrote: > > On Fri, 26 Jul 2019 08:28:28 +0200 > > Boris Brezillon wrote: > > > >> On Thu, 25 Jul 2019 23:39:11 -0300 > >> Ezequiel Garcia wrote: > >> > >>> On Thu, 2019-07-25 at 21:36 +0200, Paul Kocialkowski