[FFmpeg-devel] [PATCH] sftp: support reading config from ~/.ssh/config

2015-03-10 Thread Florian Jacob
iases, i.e. using a shorthand in the url and replacing it with the hostname / IP address specified for the shorthand in the config file. Signed-off-by: Florian Jacob --- libavformat/libssh.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavformat/libss

Re: [FFmpeg-devel] [PATCH] sftp: support reading config from ~/.ssh/config

2015-03-10 Thread Florian Jacob
> > libavformat/libssh.c | 11 --- > > 1 file changed, 8 insertions(+), 3 deletions(-) > > > > diff --git a/libavformat/libssh.c b/libavformat/libssh.c > > index 3ec60cb..1ed1d72 100644 > > --- a/libavformat/libssh.c > > +++ b/libavformat/libssh.c > > @@ -55,6 +55,10 @@ static av_cold

[FFmpeg-devel] [PATCH] sftp: support reading config from ~/.ssh/config

2015-03-10 Thread Florian Jacob
iases, i.e. using a shorthand in the url and replacing it with the hostname / IP address specified for the shorthand in the config file. Signed-off-by: Florian Jacob --- libavformat/libssh.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavformat/libss

Re: [FFmpeg-devel] [PATCH] sftp: support reading config from ~/.ssh/config

2015-03-11 Thread Florian Jacob
11.03.2015, 00:51:39 by Timothy Gu: > Does this patch change the default behavior in any way? No, at least it's not intended to change for users who don't have a ~/.ssh/config. If there are users who have a config lying around and expecting it to be ignored, let's say they don's specify a usern

Re: [FFmpeg-devel] [PATCH] sftp: support reading config from ~/.ssh/config

2015-03-11 Thread Florian Jacob
Am Mittwoch, 11. März 2015, 10:27:55 schrieb Reimar Döffinger: > On 11.03.2015, at 10:13, Florian Jacob wrote: > > 11.03.2015, 00:51:39 by Timothy Gu: > >> Does this patch change the default behavior in any way? > > > > No, at least it's not intended t