Re: [FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-09-09 Thread James Almer
On 9/9/2017 12:41 PM, Michael Niedermayer wrote: > On Thu, Sep 07, 2017 at 04:17:24PM -0300, James Almer wrote: >> There's no need to wait for the first packet of every stream now that >> every bitstream filter behaves as intended. >> >> Signed-off-by: James Almer >> --- >> What should we do with

Re: [FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-09-09 Thread Michael Niedermayer
On Thu, Sep 07, 2017 at 04:17:24PM -0300, James Almer wrote: > There's no need to wait for the first packet of every stream now that > every bitstream filter behaves as intended. > > Signed-off-by: James Almer > --- > What should we do with the AVFMT_FLAG_AUTO_BSF flag? Do we deprecate > it and f

[FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-09-07 Thread James Almer
There's no need to wait for the first packet of every stream now that every bitstream filter behaves as intended. Signed-off-by: James Almer --- What should we do with the AVFMT_FLAG_AUTO_BSF flag? Do we deprecate it and force the automatic insertion of muxer-required bitstream filters now that t

Re: [FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-09-07 Thread Michael Niedermayer
On Fri, May 26, 2017 at 05:08:51PM -0300, James Almer wrote: > There's no need to wait for the first packet of every stream now that > every bitstream filter behaves as intended. > > Signed-off-by: James Almer > --- > What should we do with the AVFMT_FLAG_AUTO_BSF flag? Do we deprecate > it and f

Re: [FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-09-06 Thread James Almer
On 5/26/2017 5:08 PM, James Almer wrote: > There's no need to wait for the first packet of every stream now that > every bitstream filter behaves as intended. > > Signed-off-by: James Almer > --- > What should we do with the AVFMT_FLAG_AUTO_BSF flag? Do we deprecate > it and force the automatic i

[FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-05-26 Thread James Almer
There's no need to wait for the first packet of every stream now that every bitstream filter behaves as intended. Signed-off-by: James Almer --- What should we do with the AVFMT_FLAG_AUTO_BSF flag? Do we deprecate it and force the automatic insertion of muxer-required bitstream filters now that t