Re: [PATCH v1 14/19] v4l: Add v4l2_buffer flags for VP8-specific special frames.

2013-11-10 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:13 Pawel Osciak wrote: > Add bits for previous, golden and altref frame types. > > Signed-off-by: Pawel Osciak > --- > include/uapi/linux/videodev2.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/uapi/lin

Re: [PATCH v1 14/19] v4l: Add v4l2_buffer flags for VP8-specific special frames.

2013-08-31 Thread Sakari Ailus
Hi Pawel, On Fri, Aug 30, 2013 at 11:17:13AM +0900, Pawel Osciak wrote: > Add bits for previous, golden and altref frame types. > > Signed-off-by: Pawel Osciak > --- > include/uapi/linux/videodev2.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/uapi/linux/videodev2.h b/i

Re: [PATCH v1 14/19] v4l: Add v4l2_buffer flags for VP8-specific special frames.

2013-08-31 Thread Sakari Ailus
Hi Hans and Pawel, On Fri, Aug 30, 2013 at 10:12:45AM +0200, Hans Verkuil wrote: > Are prev/golden/altref frames mutually exclusive? If so, then perhaps we Does that apply to other types of frames as well (key, p and b)? If yes, the existing frame bits could be used for VP8 frame flags while the

Re: [PATCH v1 14/19] v4l: Add v4l2_buffer flags for VP8-specific special frames.

2013-08-30 Thread Hans Verkuil
On Fri 30 August 2013 09:28:36 Pawel Osciak wrote: > On Fri, Aug 30, 2013 at 3:42 PM, Hans Verkuil wrote: > > > On 08/30/2013 04:17 AM, Pawel Osciak wrote: > > > Add bits for previous, golden and altref frame types. > > > > > > Signed-off-by: Pawel Osciak > > > > Kamil, is this something that ap

Re: [PATCH v1 14/19] v4l: Add v4l2_buffer flags for VP8-specific special frames.

2013-08-29 Thread Hans Verkuil
On 08/30/2013 04:17 AM, Pawel Osciak wrote: > Add bits for previous, golden and altref frame types. > > Signed-off-by: Pawel Osciak Kamil, is this something that applies as well to your MFC driver? > --- > include/uapi/linux/videodev2.h | 4 > 1 file changed, 4 insertions(+) > > diff --g

[PATCH v1 14/19] v4l: Add v4l2_buffer flags for VP8-specific special frames.

2013-08-29 Thread Pawel Osciak
Add bits for previous, golden and altref frame types. Signed-off-by: Pawel Osciak --- include/uapi/linux/videodev2.h | 4 1 file changed, 4 insertions(+) diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 437f1b0..c011ee0 100644 --- a/include/uapi/linux/vide