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 wrote: > On Tue, Apr 21, 2015 at 02:23:19PM +0200, wm4 wrote: > > On Tue, 21 Apr 2015 13:22:00 +0200 > > Michael Niedermayer wrote: > > > > > This indicates that its safe to use av_free/av_malloc on the IO context > > > > > > Signed-off-by

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 wrote: > > > This indicates that its safe to use av_free/av_malloc on the IO context > > > > Signed-off-by: Michael Niedermayer > > --- > > 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 wrote: > > > On Tue, Apr 21, 2015 at 01:52:05PM +0200, wm4 wrote: > > > On Tue, 21 Apr 2015 13:22:00 +0200 > > > Michael Niedermayer wrote: > > > > > > > This indicates that its safe

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 > > --- > > libavformat/avio.h|7 +++

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 wrote: > On Tue, Apr 21, 2015 at 01:52:05PM +0200, wm4 wrote: > > On Tue, 21 Apr 2015 13:22:00 +0200 > > Michael Niedermayer wrote: > > > > > This indicates that its safe to use av_free/av_malloc on the IO context > > > > > > Signed-off-by

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 wrote: > > > This indicates that its safe to use av_free/av_malloc on the IO context > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/avio.h|7 +++ > >

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 wrote: > This indicates that its safe to use av_free/av_malloc on the IO context > > Signed-off-by: Michael Niedermayer > --- > libavformat/avio.h|7 +++ > libavformat/aviobuf.c |1 + > libavformat/segment.c |1 + > lib

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 > --- > libavformat/avio.h|7 +++ > libavformat/aviobuf.c |1 + > libavformat/segment.c |1 + > libav

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 wrote: > This indicates that its safe to use av_free/av_malloc on the IO context > > Signed-off-by: Michael Niedermayer > --- > libavformat/avio.h|7 +++ > libavformat/aviobuf.c |1 + > libavformat/segment.c |1 + > lib

[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 --- libavformat/avio.h|7 +++ libavformat/aviobuf.c |1 + libavformat/segment.c |1 + libavformat/wtvdec.c |3 ++- 4 files changed, 11 insertions(+), 1 deletion(-)