[FFmpeg-cvslog] avformat/segafilmenc: Remove AVClass

2020-02-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 14 04:13:33 2020 +0100| [7b7b418277fc36a864f7b8b449feacb39f2dbced] | committer: Michael Niedermayer avformat/segafilmenc: Remove AVClass This muxer does not have any private options and so does not need a private class. Signed-off-by:

[FFmpeg-cvslog] avformat/httpauth: do not decode plus sign to space in credentials

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Feb 4 23:46:23 2020 +0100| [3004ef1b1b1bcd6bec4ad3509662ab1a4b644149] | committer: Marton Balint avformat/httpauth: do not decode plus sign to space in credentials Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/utils: make av_url_split search for hashmark as well to separate hostname

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Feb 3 01:32:00 2020 +0100| [554576b6cfe79a91d37e14d3617ca417562085db] | committer: Marton Balint avformat/utils: make av_url_split search for hashmark as well to separate hostname RFC 3986 states that the generic syntax uses the slash ("/"),

[FFmpeg-cvslog] avformat/ftp: slightly rework file retrieval with seeking

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Feb 6 23:32:10 2020 +0100| [6f2e38990caff7ae8cb07675417fbeb9eb1a9f0e] | committer: Marton Balint avformat/ftp: slightly rework file retrieval with seeking - do not require a known file size for seek to work - read the files till the actual end,

[FFmpeg-cvslog] avformat/http: escape unsafe URL path in HTTP request

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 8 01:44:30 2020 +0100| [6a7b5226e1c868fe6406b114e7303c70d886900b] | committer: Marton Balint avformat/http: escape unsafe URL path in HTTP request This avoids generating invalid HTTP requests if the path contains space or other special

[FFmpeg-cvslog] avformat/http: split the fragment part from the HTTP URL before the request

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Feb 3 23:06:09 2020 +0100| [987ce96d41d21a120e6109f9bb1e3a9dcddbf30b] | committer: Marton Balint avformat/http: split the fragment part from the HTTP URL before the request RFC 3986 states that the fragment identifier is separated from the rest

[FFmpeg-cvslog] avformat/tests/url: add av_url_split tests

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Feb 3 01:13:28 2020 +0100| [365b817b51630447305f49a4e2f79ab8ad842473] | committer: Marton Balint avformat/tests/url: add av_url_split tests Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/http: use AVBPrint to construct HTTP request

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 8 00:08:54 2020 +0100| [86b2fe941126fd4fee86f2aca91b43019b7b0c5f] | committer: Marton Balint avformat/http: use AVBPrint to construct HTTP request v2: Use s->buffer for creating request (as the old code did) instead of the AVBPrint internal

[FFmpeg-cvslog] avformat/tests/url: make format more readable

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 2 23:26:16 2020 +0100| [0f5127b1ca861402aed7a3f1023188fc5a40aa62] | committer: Marton Balint avformat/tests/url: make format more readable Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/http: make sure URL path contains a slash

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Feb 3 23:29:08 2020 +0100| [a3d8875df1f71e62a36c583cee638ab1d51a71d3] | committer: Marton Balint avformat/http: make sure URL path contains a slash It is explicitly required by the HTTP RFC. Without this patch URLs like http://example.com?query

[FFmpeg-cvslog] avformat/ftp: add support for escaped credentials

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Feb 6 00:11:05 2020 +0100| [f204a38e08f937f6204bb21a3d95a23089679fe0] | committer: Marton Balint avformat/ftp: add support for escaped credentials Properly fixes ticket #7816. Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/ftp: do not break protocol on username or password with newlines

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Feb 6 00:48:17 2020 +0100| [04f1d49709dac2d0e35f54bbe49cf00ba632e6dd] | committer: Marton Balint avformat/ftp: do not break protocol on username or password with newlines Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/urldecode: add the ability to not decode plus sign to space

2020-02-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Feb 4 23:44:28 2020 +0100| [8224f1e0ba65c064cf0fa2e11e4c688501b6eddd] | committer: Marton Balint avformat/urldecode: add the ability to not decode plus sign to space Signed-off-by: Marton Balint >

[FFmpeg-cvslog] compat/os2threads: define INCL_DOSERRORS

2020-02-15 Thread Dave Yeo
ffmpeg | branch: master | Dave Yeo | Wed Feb 12 20:13:00 2020 -0800| [9e6ee46c7d90edcd51546fb0ba69151960c48f71] | committer: Marton Balint compat/os2threads: define INCL_DOSERRORS This is needed to pull in the define for ERROR_TIMEOUT Signed-off-by: Dave Yeo Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-02-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [e2307f4ff197646a7feee0edbcdd2d3262932676] | committer: Marton Balint avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the header was

[FFmpeg-cvslog] MAINTAINERS: Add myself as libzmq maintainer

2020-02-15 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Wed Feb 12 19:17:06 2020 -0500| [da80d80b9350028d0bc93b0395a7862f6c88b959] | committer: Marton Balint MAINTAINERS: Add myself as libzmq maintainer Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avutil/hwcontext_d3d11va: Use secure dlopen.

2020-02-15 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Tue Dec 31 02:59:39 2019 +1100| [f0c0ad4455e5f72edf175e81a06e52562cdd1ab2] | committer: Matt Oliver avutil/hwcontext_d3d11va: Use secure dlopen. dlopen contains additional security to prevent dll hijacking compared to standard LoadLibrary. >

[FFmpeg-cvslog] avfilter/vf_phase: add >8 bit support

2020-02-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Feb 15 11:58:44 2020 +0100| [314a783bb85fd712cf5e7fc12962ab4182fac8f7] | committer: Paul B Mahol avfilter/vf_phase: add >8 bit support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=314a783bb85fd712cf5e7fc12962ab4182fac8f7 ---

[FFmpeg-cvslog] avcodec: add cdtoons decoder

2020-02-15 Thread Alyssa Milburn
ffmpeg | branch: master | Alyssa Milburn | Sun Jan 5 19:41:14 2020 +0100| [732d77dc500e01fb8ca2e11bf0f9836e65a0f3b7] | committer: Paul B Mahol avcodec: add cdtoons decoder This adds a decoder for Broderbund's sprite-based QuickTime CDToons codec, based on the decoder I wrote for ScummVM.