Re: [FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-10 Thread Hendrik Leppkes
On Thu, Nov 10, 2016 at 12:38 PM, wm4 wrote: > On Thu, 3 Nov 2016 01:12:03 +0100 > Andreas Cadhalpun wrote: > >> This fixes probing dts/eac3/mp2 in hls. >> >> The problem was introduced in commit >>

Re: [FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-10 Thread wm4
On Thu, 3 Nov 2016 01:12:03 +0100 Andreas Cadhalpun wrote: > This fixes probing dts/eac3/mp2 in hls. > > The problem was introduced in commit 04964ac311abe670fb3b60290a330f2067544b13. > > Also update the fate reference for the fate-segment-mp4-to-ts test. > >

Re: [FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-05 Thread Anssi Hannula
03.11.2016, 20:34, Andreas Cadhalpun kirjoitti: > On 03.11.2016 11:18, Anssi Hannula wrote: >> Andreas Cadhalpun kirjoitti 2016-11-03 02:12: >>> This fixes probing dts/eac3/mp2 in hls. >>> >>> The problem was introduced in commit >>> 04964ac311abe670fb3b60290a330f2067544b13. >>> >>> Also update

Re: [FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-03 Thread Andreas Cadhalpun
Hi, On 03.11.2016 11:18, Anssi Hannula wrote: > Andreas Cadhalpun kirjoitti 2016-11-03 02:12: >> This fixes probing dts/eac3/mp2 in hls. >> >> The problem was introduced in commit >> 04964ac311abe670fb3b60290a330f2067544b13. >> >> Also update the fate reference for the fate-segment-mp4-to-ts

Re: [FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-03 Thread Anssi Hannula
Hi, Andreas Cadhalpun kirjoitti 2016-11-03 02:12: This fixes probing dts/eac3/mp2 in hls. The problem was introduced in commit 04964ac311abe670fb3b60290a330f2067544b13. Also update the fate reference for the fate-segment-mp4-to-ts test. Thanks. Can you point me to some example streams

Re: [FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-03 Thread Michael Niedermayer
On Thu, Nov 03, 2016 at 01:12:03AM +0100, Andreas Cadhalpun wrote: > This fixes probing dts/eac3/mp2 in hls. > > The problem was introduced in commit 04964ac311abe670fb3b60290a330f2067544b13. > > Also update the fate reference for the fate-segment-mp4-to-ts test. > > Signed-off-by: Andreas

[FFmpeg-devel] [PATCH] hls: call avformat_find_stream_info for mpegts subdemuxer

2016-11-02 Thread Andreas Cadhalpun
This fixes probing dts/eac3/mp2 in hls. The problem was introduced in commit 04964ac311abe670fb3b60290a330f2067544b13. Also update the fate reference for the fate-segment-mp4-to-ts test. Signed-off-by: Andreas Cadhalpun --- I've no idea why the fate reference