Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Add option to remove ivf container

2020-04-11 Thread Andriy Gelman
On Sat, 11. Apr 18:56, Jan Ekström wrote: > On Sat, Apr 11, 2020 at 6:43 PM Andriy Gelman wrote: > > > > On Sat, 11. Apr 15:56, Mark Thompson wrote: > > > On 04/04/2020 21:26, Andriy Gelman wrote: > > > > From: Andriy Gelman > > > > > > > > The dequeued packets from vp8 (s5p-mfc) encoder are outp

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Add option to remove ivf container

2020-04-11 Thread Jan Ekström
On Sat, Apr 11, 2020 at 6:43 PM Andriy Gelman wrote: > > On Sat, 11. Apr 15:56, Mark Thompson wrote: > > On 04/04/2020 21:26, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > > > The dequeued packets from vp8 (s5p-mfc) encoder are output in ivf format > > > which breaks the stream when the

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Add option to remove ivf container

2020-04-11 Thread Lynne
Apr 11, 2020, 15:56 by s...@jkqxz.net: > On 04/04/2020 21:26, Andriy Gelman wrote: > >> From: Andriy Gelman >> >> The dequeued packets from vp8 (s5p-mfc) encoder are output in ivf format >> which breaks the stream when the packets are muxed in avformat. This commit >> adds an option to remove the

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Add option to remove ivf container

2020-04-11 Thread Andriy Gelman
On Sat, 11. Apr 15:56, Mark Thompson wrote: > On 04/04/2020 21:26, Andriy Gelman wrote: > > From: Andriy Gelman > > > > The dequeued packets from vp8 (s5p-mfc) encoder are output in ivf format > > which breaks the stream when the packets are muxed in avformat. This commit > > adds an option to re

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Add option to remove ivf container

2020-04-11 Thread Mark Thompson
On 04/04/2020 21:26, Andriy Gelman wrote: > From: Andriy Gelman > > The dequeued packets from vp8 (s5p-mfc) encoder are output in ivf format > which breaks the stream when the packets are muxed in avformat. This commit > adds an option to remove the container and thus support the encoder. > > Si

[FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Add option to remove ivf container

2020-04-04 Thread Andriy Gelman
From: Andriy Gelman The dequeued packets from vp8 (s5p-mfc) encoder are output in ivf format which breaks the stream when the packets are muxed in avformat. This commit adds an option to remove the container and thus support the encoder. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m.h