Re: [FFmpeg-devel] [PATCH v2 0/1] Add IPFS protocol support.

2022-02-03 Thread Mark Gaiser
Ignore this one, the title went wrong. On Thu, Feb 3, 2022 at 6:26 PM Mark Gaiser wrote: > Hi, > > This patch series adds support for IPFS. > V3: > - A lot of style changes > - Made url checks a lot more strict > - av_asprintf leak fixes > - So many changes that a diff to v2 is again not sensibl

[FFmpeg-devel] [PATCH v2 0/1] Add IPFS protocol support.

2022-02-03 Thread Mark Gaiser
Hi, This patch series adds support for IPFS. V3: - A lot of style changes - Made url checks a lot more strict - av_asprintf leak fixes - So many changes that a diff to v2 is again not sensible. V2: - Squashed and changed so much that a diff to v1 was not sensible. The following is a short summary

[FFmpeg-devel] [PATCH v2 0/1] Add IPFS protocol support.

2022-02-01 Thread Mark Gaiser
Hi, This patch series adds support for IPFS. This is v2. Everything changed and it's now 1 commit. The following is a short summary. In the IPFS ecosystem you access it's content by a "Content IDentifier" (CID). This CID is, in simplified terms, a hash of the content. IPFS itself is a distribute