Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-27 Thread wm4
On Mon, 27 Apr 2015 04:50:27 +0200 Michael Niedermayer michae...@gmx.at wrote: On Tue, Apr 21, 2015 at 02:23:19PM +0200, wm4 wrote: On Tue, 21 Apr 2015 13:22:00 +0200 Michael Niedermayer michae...@gmx.at wrote: This indicates that its safe to use av_free/av_malloc on the IO context

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-26 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 02:23:19PM +0200, wm4 wrote: On Tue, 21 Apr 2015 13:22:00 +0200 Michael Niedermayer michae...@gmx.at wrote: This indicates that its safe to use av_free/av_malloc on the IO context Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/avio.h

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 02:03:43PM +0200, Nicolas George wrote: Le duodi 2 floréal, an CCXXIII, Michael Niedermayer a écrit : This indicates that its safe to use av_free/av_malloc on the IO context Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/avio.h|7

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 02:41:15PM +0200, wm4 wrote: On Tue, 21 Apr 2015 14:37:36 +0200 Michael Niedermayer michae...@gmx.at wrote: On Tue, Apr 21, 2015 at 01:52:05PM +0200, wm4 wrote: On Tue, 21 Apr 2015 13:22:00 +0200 Michael Niedermayer michae...@gmx.at wrote: This indicates

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread wm4
On Tue, 21 Apr 2015 14:37:36 +0200 Michael Niedermayer michae...@gmx.at wrote: On Tue, Apr 21, 2015 at 01:52:05PM +0200, wm4 wrote: On Tue, 21 Apr 2015 13:22:00 +0200 Michael Niedermayer michae...@gmx.at wrote: This indicates that its safe to use av_free/av_malloc on the IO context

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread Nicolas George
Le duodi 2 floréal, an CCXXIII, Michael Niedermayer a écrit : This indicates that its safe to use av_free/av_malloc on the IO context Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/avio.h|7 +++ libavformat/aviobuf.c |1 + libavformat/segment.c |1

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 01:52:05PM +0200, wm4 wrote: On Tue, 21 Apr 2015 13:22:00 +0200 Michael Niedermayer michae...@gmx.at wrote: This indicates that its safe to use av_free/av_malloc on the IO context Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/avio.h

[FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread Michael Niedermayer
This indicates that its safe to use av_free/av_malloc on the IO context Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/avio.h|7 +++ libavformat/aviobuf.c |1 + libavformat/segment.c |1 + libavformat/wtvdec.c |3 ++- 4 files changed, 11

Re: [FFmpeg-devel] [PATCH 1/3] avformat/avio: add resizeable field to AVIOContext

2015-04-21 Thread wm4
On Tue, 21 Apr 2015 13:22:00 +0200 Michael Niedermayer michae...@gmx.at wrote: This indicates that its safe to use av_free/av_malloc on the IO context Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/avio.h|7 +++ libavformat/aviobuf.c |1 +