• Nicolas Frattaroli's avatar
    avformat/ftp: add AVOptions for authentication · a8ec0685
    Nicolas Frattaroli authored
    This introduces two new AVOption options for the FTP protocol,
    one named ftp-user to supply the username to be used for auth,
    one named ftp-password to supply the password to be used for auth.
    
    These are useful for when an API user does not wish to deal with
    URL manipulation and percent encoding.
    
    Setting them while also having credentials in the URL will use the
    credentials from the URL. The rationale for this is that credentials
    embedded in the URL are probably more specific to what the user is
    trying to do than anything set by some API user.
    Signed-off-by: 's avatarNicolas Frattaroli <ffmpeg@fratti.ch>
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    a8ec0685
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...