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

2019-08-01 Thread Nicolas Dufresne
Le mardi 30 juillet 2019 à 09:21 +0200, Hans Verkuil a écrit : > On 7/29/19 3:18 PM, Tomasz Figa wrote: > > On Mon, Jul 29, 2019 at 10:12 PM Paul Kocialkowski > > wrote: > > > Hi, > > > > > > On Sun 28 Jul 19, 23:05, Tomasz Figa wrote: > > > > On Sat, Jul 27, 2019 at 6:37 PM Paul Kocialkowski > >

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

2019-07-30 Thread Hans Verkuil
On 7/29/19 3:18 PM, Tomasz Figa wrote: > On Mon, Jul 29, 2019 at 10:12 PM Paul Kocialkowski > wrote: >> >> Hi, >> >> On Sun 28 Jul 19, 23:05, Tomasz Figa wrote: >>> On Sat, Jul 27, 2019 at 6:37 PM Paul Kocialkowski >>> wrote: Hi, On Wed 24 Jul 19, 13:05, Hans Verkuil wrote: >>

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

2019-07-29 Thread Tomasz Figa
On Mon, Jul 29, 2019 at 10:12 PM Paul Kocialkowski wrote: > > Hi, > > On Sun 28 Jul 19, 23:05, Tomasz Figa wrote: > > On Sat, Jul 27, 2019 at 6:37 PM Paul Kocialkowski > > wrote: > > > > > > Hi, > > > > > > On Wed 24 Jul 19, 13:05, Hans Verkuil wrote: > > > > Add an enum_fmt format flag to specif

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

2019-07-29 Thread Paul Kocialkowski
Hi, On Sun 28 Jul 19, 23:05, Tomasz Figa wrote: > On Sat, Jul 27, 2019 at 6:37 PM Paul Kocialkowski > wrote: > > > > 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

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

2019-07-28 Thread Tomasz Figa
On Sat, Jul 27, 2019 at 6:37 PM Paul Kocialkowski wrote: > > 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 parsi

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

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

2019-07-24 Thread Hans Verkuil
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 bitstream into frames or fields (see the corresponding pixelforma

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

2019-07-24 Thread Hans Verkuil
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 bitstream into frames or fields (see the corresponding pixelforma

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

2019-07-24 Thread Hans Verkuil
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 bitstream into frames or fields (see the corresponding pixelforma