[FFmpeg-devel] [PATCH v4 2/2] avformat/gopher: Add support for Gopher over TLS.

2021-02-28 Thread parazyd
and hurl(1). This commit also adds compilation guards to both gopher and gophers, since now there are two protocols in the file it makes sense to have this addition. Signed-off-by: parazyd --- Changelog | 1 + configure | 1 + doc/general_contents.texi |

[FFmpeg-devel] [PATCH v4 1/2] avformat/gopher: Add default_whitelist to ff_gopher_protocol

2021-02-28 Thread parazyd
Signed-off-by: parazyd --- configure| 2 +- libavformat/gopher.c | 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure b/configure index 98daa1a64a..380fca5245 100755 --- a/configure +++ b/configure @@ -3450,7 +3450,7

[FFmpeg-devel] [PATCH v3 2/2] avformat/gopher: Add support for Gopher over TLS.

2021-02-28 Thread parazyd
and hurl(1). Signed-off-by: parazyd --- Changelog | 1 + configure | 1 + libavformat/Makefile| 1 + libavformat/gopher.c| 23 +++ libavformat/protocols.c | 1 + 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Changelog b

[FFmpeg-devel] [PATCH v3 1/2] avformat/gopher: Add default_whitelist to ff_gopher_protocol

2021-02-28 Thread parazyd
Signed-off-by: parazyd --- configure| 2 +- libavformat/gopher.c | 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure b/configure index 98daa1a64a..380fca5245 100755 --- a/configure +++ b/configure @@ -3450,7 +3450,7

[FFmpeg-devel] [PATCH v2] avformat/gopher: Add support for Gopher over TLS.

2021-02-28 Thread parazyd
and hurl(1). Signed-off-by: parazyd --- configure | 3 ++- libavformat/Makefile| 1 + libavformat/gopher.c| 39 +++ libavformat/protocols.c | 1 + 4 files changed, 31 insertions(+), 13 deletions(-) diff --git a/configure b/configure index

[FFmpeg-devel] [PATCH] avformat/gopher: Add support for Gopher over TLS.

2021-02-22 Thread parazyd
and hurl(1). Signed-off-by: parazyd --- libavformat/gopher.c| 39 +++ libavformat/protocols.c | 1 + 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/libavformat/gopher.c b/libavformat/gopher.c index 8b6d14a1f7..c9326080db 100644 --- a/l

[FFmpeg-devel] [PATCH] avformat/gopher: Support 'g' type

2020-04-21 Thread parazyd
This adds support for the gif gopher type. Since ffmpeg can work with GIF files, it makes sense to support it in the Gopher protocol. Signed-off-by: parazyd --- libavformat/gopher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/gopher.c b/libavformat/gopher.c index 3070b24caf