Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: Flush output BSFs when encode reaches EOF

2017-06-24 Thread Mark Thompson
On 24/06/17 11:29, Michael Niedermayer wrote: > On Mon, Jun 19, 2017 at 10:48:15PM +0100, Mark Thompson wrote: >> On 19/06/17 16:32, Michael Niedermayer wrote: >>> On Sun, Jun 18, 2017 at 11:09:23PM +0100, Mark Thompson wrote: Before this, output bitstream filters would never see EOF and

Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: Flush output BSFs when encode reaches EOF

2017-06-24 Thread Michael Niedermayer
On Mon, Jun 19, 2017 at 10:48:15PM +0100, Mark Thompson wrote: > On 19/06/17 16:32, Michael Niedermayer wrote: > > On Sun, Jun 18, 2017 at 11:09:23PM +0100, Mark Thompson wrote: > >> Before this, output bitstream filters would never see EOF and > >> therefore would not be able to flush any delayed

Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: Flush output BSFs when encode reaches EOF

2017-06-19 Thread Mark Thompson
On 19/06/17 16:32, Michael Niedermayer wrote: > On Sun, Jun 18, 2017 at 11:09:23PM +0100, Mark Thompson wrote: >> Before this, output bitstream filters would never see EOF and >> therefore would not be able to flush any delayed packets. >> >> (cherry picked from commit f64d1100a54d12c78ce436181bb64

Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: Flush output BSFs when encode reaches EOF

2017-06-19 Thread Michael Niedermayer
On Sun, Jun 18, 2017 at 11:09:23PM +0100, Mark Thompson wrote: > Before this, output bitstream filters would never see EOF and > therefore would not be able to flush any delayed packets. > > (cherry picked from commit f64d1100a54d12c78ce436181bb64229c56da6b3) > --- > ffmpeg.c | 30 +++

Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: Flush output BSFs when encode reaches EOF

2017-06-19 Thread wm4
On Sun, 18 Jun 2017 23:09:23 +0100 Mark Thompson wrote: > Before this, output bitstream filters would never see EOF and > therefore would not be able to flush any delayed packets. > > (cherry picked from commit f64d1100a54d12c78ce436181bb64229c56da6b3) > --- > ffmpeg.c | 30 +++-

[FFmpeg-devel] [PATCH 1/4] ffmpeg: Flush output BSFs when encode reaches EOF

2017-06-18 Thread Mark Thompson
Before this, output bitstream filters would never see EOF and therefore would not be able to flush any delayed packets. (cherry picked from commit f64d1100a54d12c78ce436181bb64229c56da6b3) --- ffmpeg.c | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --