Re: [FFmpeg-devel] [PATCH] avformat/mpegts: add scan_all_pmts option

2014-11-08 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 01:59:04AM +0100, Michael Niedermayer wrote: > This allows selecting if the demuxer should consider all streams to be > found after the first PMT and add further streams during decoding or if it > rather > should scan all that are within the analyze-duration and other limit

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: add scan_all_pmts option

2014-11-04 Thread Michael Niedermayer
On Mon, Nov 03, 2014 at 07:55:42PM -0800, Timothy Gu wrote: > On Nov 3, 2014 4:59 PM, "Michael Niedermayer" wrote: > > > > This allows selecting if the demuxer should consider all streams to be > > found after the first PMT and add further streams during decoding or if > it rather > > should scan

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: add scan_all_pmts option

2014-11-03 Thread Timothy Gu
On Nov 3, 2014 4:59 PM, "Michael Niedermayer" wrote: > > This allows selecting if the demuxer should consider all streams to be > found after the first PMT and add further streams during decoding or if it rather > should scan all that are within the analyze-duration and other limits > > Fixes Tick

[FFmpeg-devel] [PATCH] avformat/mpegts: add scan_all_pmts option

2014-11-03 Thread Michael Niedermayer
This allows selecting if the demuxer should consider all streams to be found after the first PMT and add further streams during decoding or if it rather should scan all that are within the analyze-duration and other limits Fixes Ticket3762 Signed-off-by: Michael Niedermayer --- libavformat/mpe