Re: [FFmpeg-devel] lavc/mediacodec: improve end of stream handling

2016-06-23 Thread Matthieu Bouron
On Wed, Jun 22, 2016 at 01:10:54PM +0200, Matthieu Bouron wrote: > On Tue, Jun 21, 2016 at 02:41:19PM +0200, Matthieu Bouron wrote: > > Hello, > > > > The following patchset improve handling of EOS (End Of Stream) in the > > mediacodec decoder. > > > > The decoder now relies on the relevant buffe

Re: [FFmpeg-devel] lavc/mediacodec: improve end of stream handling

2016-06-22 Thread Matthieu Bouron
On Tue, Jun 21, 2016 at 02:41:19PM +0200, Matthieu Bouron wrote: > Hello, > > The following patchset improve handling of EOS (End Of Stream) in the > mediacodec decoder. > > The decoder now relies on the relevant buffer info flags to detect EOS instead > of counting queued/dequeued buffers. > >

[FFmpeg-devel] lavc/mediacodec: improve end of stream handling

2016-06-21 Thread Matthieu Bouron
Hello, The following patchset improve handling of EOS (End Of Stream) in the mediacodec decoder. The decoder now relies on the relevant buffer info flags to detect EOS instead of counting queued/dequeued buffers. It also fixes a potential loss of frames while flushing (draining) the remaining fr