Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-22 Thread Michael Niedermayer
On Thu, Jul 21, 2016 at 10:27:35PM -0300, James Almer wrote: > On 7/19/2016 1:42 PM, Michael Niedermayer wrote: > > fixed > > > > applied > > > > thx > > CClibavformat/teeproto.o > src/libavformat/teeproto.c: In function ‘tee_open’: > src/libavformat/teeproto.c:105:52: warning: argument

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-21 Thread James Almer
On 7/19/2016 1:42 PM, Michael Niedermayer wrote: > fixed > > applied > > thx CC libavformat/teeproto.o src/libavformat/teeproto.c: In function ‘tee_open’: src/libavformat/teeproto.c:105:52: warning: argument to "sizeof" in "memset" call is the same expression as the destination; did yo

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-19 Thread Michael Niedermayer
On Mon, Jul 18, 2016 at 04:08:59PM +0200, Nicolas George wrote: > Le primidi 1er thermidor, an CCXXIV, Michael Niedermayer a écrit : > > TODO: docs, version bump, > > TODO: option passing support (as seperate commit/patch) > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/Makefi

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-19 Thread Michael Niedermayer
On Mon, Jul 18, 2016 at 04:58:57PM +0200, Moritz Barsnick wrote: > On Mon, Jul 18, 2016 at 14:42:22 +0200, Michael Niedermayer wrote: > > \ No newline at end of file > > Not recommended, I guess. ;-) fixed thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Wh

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-19 Thread Michael Niedermayer
On Mon, Jul 18, 2016 at 01:42:52PM +, Steven Liu wrote: > LGTM > > But why don't add rtmp? added thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell signatu

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-18 Thread Moritz Barsnick
On Mon, Jul 18, 2016 at 14:42:22 +0200, Michael Niedermayer wrote: > \ No newline at end of file Not recommended, I guess. ;-) ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-18 Thread Nicolas George
Le primidi 1er thermidor, an CCXXIV, Michael Niedermayer a écrit : > TODO: docs, version bump, > TODO: option passing support (as seperate commit/patch) > > Signed-off-by: Michael Niedermayer > --- > libavformat/Makefile|1 + > libavformat/multi.c | 134 > ++

Re: [FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-18 Thread Steven Liu
LGTM But why don't add rtmp? Michael Niedermayer 于2016年7月18日 周一下午8:45写道: > TODO: docs, version bump, > TODO: option passing support (as seperate commit/patch) > > Signed-off-by: Michael Niedermayer > --- > libavformat/Makefile|1 + > libavformat/multi.c | 134 >

[FFmpeg-devel] [PATCH] avformat: Add multi protocol

2016-07-18 Thread Michael Niedermayer
TODO: docs, version bump, TODO: option passing support (as seperate commit/patch) Signed-off-by: Michael Niedermayer --- libavformat/Makefile|1 + libavformat/multi.c | 134 +++ libavformat/protocols.c |1 + 3 files changed, 136 insert