[FFmpeg-devel] [PATCH] avformat/url: Change () position in ff_make_absolute_url()

2020-12-16 Thread Michael Niedermayer
No testcase Signed-off-by: Michael Niedermayer --- libavformat/url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/url.c b/libavformat/url.c index 6db4b4e1ae..77d610d95f 100644 --- a/libavformat/url.c +++ b/libavformat/url.c @@ -211,8 +211,8 @@ int ff_make_a

Re: [FFmpeg-devel] [PATCH] avformat/url: Change () position in ff_make_absolute_url()

2020-12-16 Thread Nicolas George
Michael Niedermayer (12020-12-16): > No testcase > > Signed-off-by: Michael Niedermayer > --- > libavformat/url.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Yes, that looks better, thanks. Regards, -- Nicolas George signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH v3] avformat/framecrcenc: Make side-data checksums endian-independent

2020-12-16 Thread Nicolas George
Anton Khirnov (12020-12-13): > IMO checksumming side data contents is a bad idea and should not be done > at all. It's supposed to be an in-memory representation, which is > inherently platform-dependent - besides endianness there are potential > issues with padding or type sizes. If we want to tes

[FFmpeg-devel] FW: [PATCH] http: support retry on connection error

2020-12-16 Thread Eran Kornblau
Ping... -Original Message- From: Eran Kornblau Sent: Thursday, December 10, 2020 8:25 AM To: FFmpeg development discussions and patches Subject: RE: [FFmpeg-devel] [PATCH] http: support retry on connection error Resending... -Original Message- From: Eran Kornblau Sent: Thursday

Re: [FFmpeg-devel] [PATCH 0/3] add vvc raw demuxer

2020-12-16 Thread James Almer
On 12/15/2020 10:43 AM, Nuo Mi wrote: On Tue, Dec 15, 2020 at 4:44 AM Mark Thompson wrote: On 14/12/2020 13:31, Nuo Mi wrote: Hi Mark, I have almost done the cbs for sps, pps, and slice header. I will start to implement the parser. This looks fun :) Few questions for you: 1. We need ove

Re: [FFmpeg-devel] [PATCH] avformat/url: Change () position in ff_make_absolute_url()

2020-12-16 Thread Michael Niedermayer
On Wed, Dec 16, 2020 at 07:29:08PM +0100, Nicolas George wrote: > Michael Niedermayer (12020-12-16): > > No testcase > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/url.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Yes, that looks better, thanks. will a