Re: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-04-08 Thread Pawel Osciak
Hi, On Tue, Apr 7, 2015 at 11:44 PM, Kamil Debski wrote: > Hi, > > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Tuesday, March 17, 2015 5:09 PM >> >> On 03/17/2015 11:46 AM, Philipp Zabel wrote: >> > Hi, >> > >> > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel: >> >> At t

Re: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-04-08 Thread Hans Verkuil
On 04/07/15 16:44, Kamil Debski wrote: > Hi, > > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Tuesday, March 17, 2015 5:09 PM >> >> On 03/17/2015 11:46 AM, Philipp Zabel wrote: >>> Hi, >>> >>> Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel: At the V4L2 codec API sessi

RE: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-04-07 Thread Kamil Debski
Hi, From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Tuesday, March 17, 2015 5:09 PM > > On 03/17/2015 11:46 AM, Philipp Zabel wrote: > > Hi, > > > > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel: > >> At the V4L2 codec API session during ELC-E 2014, we agreed that for > >> th

Re: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-03-18 Thread Philipp Zabel
Am Mittwoch, den 18.03.2015, 17:20 +0100 schrieb Kamil Debski: > Hi Philipp, > > > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > > Sent: Tuesday, March 17, 2015 5:09 PM > > > > On 03/17/2015 11:46 AM, Philipp Zabel wrote: > > > Hi, > > > > > > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Ph

RE: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-03-18 Thread Kamil Debski
Hi Philipp, > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Tuesday, March 17, 2015 5:09 PM > > On 03/17/2015 11:46 AM, Philipp Zabel wrote: > > Hi, > > > > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel: > >> At the V4L2 codec API session during ELC-E 2014, we agreed that

Re: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-03-17 Thread Hans Verkuil
On 03/17/2015 11:46 AM, Philipp Zabel wrote: > Hi, > > Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel: >> At the V4L2 codec API session during ELC-E 2014, we agreed that for the >> decoder >> draining flow, after a V4L2_DEC_CMD_STOP decoder command was issued, the last >> decoded b

Re: [PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-03-17 Thread Philipp Zabel
Hi, Am Freitag, den 06.03.2015, 11:18 +0100 schrieb Philipp Zabel: > At the V4L2 codec API session during ELC-E 2014, we agreed that for the > decoder > draining flow, after a V4L2_DEC_CMD_STOP decoder command was issued, the last > decoded buffer should get dequeued with a V4L2_BUF_FLAG_LAST set

[PATCH v3 0/5] Signalling last decoded frame by V4L2_BUF_FLAG_LAST and -EPIPE

2015-03-06 Thread Philipp Zabel
At the V4L2 codec API session during ELC-E 2014, we agreed that for the decoder draining flow, after a V4L2_DEC_CMD_STOP decoder command was issued, the last decoded buffer should get dequeued with a V4L2_BUF_FLAG_LAST set. After that, poll should immediately return and all following VIDIOC_DQBUF s