Re: [FFmpeg-devel] [PATCH 1/5] Early version of IPFS protocol support.

2022-01-31 Thread Mark Gaiser
On Mon, Jan 31, 2022 at 9:26 PM Lynne wrote: > Jan 31, 2022, 14:51 by mark...@gmail.com: > > > Signed-off-by: Mark Gaiser > > --- > > configure | 1 + > > doc/protocols.texi | 30 ++ > > libavformat/Makefile| 1 + > > libavformat/ipfs.c | 202 +++

Re: [FFmpeg-devel] [PATCH 1/5] Early version of IPFS protocol support.

2022-01-31 Thread Lynne
Jan 31, 2022, 14:51 by mark...@gmail.com: > Signed-off-by: Mark Gaiser > --- > configure | 1 + > doc/protocols.texi | 30 ++ > libavformat/Makefile| 1 + > libavformat/ipfs.c | 202 > libavformat/protocols.c | 2 + >

Re: [FFmpeg-devel] [PATCH 1/5] Early version of IPFS protocol support.

2022-01-31 Thread Mark Gaiser
On Mon, Jan 31, 2022 at 5:06 PM James Almer wrote: > > > On 1/31/2022 10:51 AM, Mark Gaiser wrote: > > Signed-off-by: Mark Gaiser > > --- > > configure | 1 + > > doc/protocols.texi | 30 ++ > > libavformat/Makefile| 1 + > > libavformat/ipfs.c | 202 +++

Re: [FFmpeg-devel] [PATCH 1/5] Early version of IPFS protocol support.

2022-01-31 Thread James Almer
On 1/31/2022 10:51 AM, Mark Gaiser wrote: Signed-off-by: Mark Gaiser --- configure | 1 + doc/protocols.texi | 30 ++ libavformat/Makefile| 1 + libavformat/ipfs.c | 202 libavformat/protocols.c | 2 + 5 fi

Re: [FFmpeg-devel] [PATCH 1/5] Early version of IPFS protocol support.

2022-01-31 Thread Michael Niedermayer
On Mon, Jan 31, 2022 at 02:51:12PM +0100, Mark Gaiser wrote: > Signed-off-by: Mark Gaiser > --- > configure | 1 + > doc/protocols.texi | 30 ++ > libavformat/Makefile| 1 + > libavformat/ipfs.c | 202 > libavformat/pro