Re: [libav-devel] [PATCH 2/3] applehttp: Restructure the demuxer to use a custom AVIOContext

2011-04-04 Thread Martin Storsjö
On Fri, 1 Apr 2011, Diego Biurrun wrote: On Thu, Mar 31, 2011 at 11:19:35PM +0300, Martin Storsjö wrote: This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler).

Re: [libav-devel] [PATCH 2/3] applehttp: Restructure the demuxer to use a custom AVIOContext

2011-04-01 Thread Diego Biurrun
On Thu, Mar 31, 2011 at 11:19:35PM +0300, Martin Storsjö wrote: This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler). .. some nits .. --- a/libavformat/applehttp.c

[libav-devel] [PATCH 2/3] applehttp: Restructure the demuxer to use a custom AVIOContext

2011-03-31 Thread Martin Storsjö
This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler). --- libavformat/applehttp.c | 335 --- 1 files changed, 169

[libav-devel] [PATCH 2/3] applehttp: Restructure the demuxer to use a custom AVIOContext

2011-03-30 Thread Martin Storsjö
This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler). --- libavformat/applehttp.c | 335 --- 1 files changed, 169