index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
ftp.c
Age
Commit message (
Expand
)
Author
2017-04-05
avformat/ftp: Solve a crash bug when network occur a exception
tiejun.peng@foxmail.com
2016-04-21
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-03-07
avformat/ftp: Support response code 125 for STOR and RETR commands
Raymond Hilseth
2016-03-04
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-02-29
Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
Derek Buitenhuis
2016-02-02
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2015-12-04
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-08-20
avformat/ftp: use correct enum type
Ganesh Ajjanagadde
2015-08-20
lavf/ftp: implement move and delete callbacks
Mariusz Szczepańczyk
2015-08-18
Replace av_dlog with ff_dlog.
Ronald S. Bultje
2015-08-14
lavf/ftp: implement NLST method
Mariusz Szczepańczyk
2015-08-10
avformat/ftp: Use av_freep() for dir_buffer
Michael Niedermayer
2015-08-10
lavf/ftp: properly read an empty path
Mariusz Szczepańczyk
2015-08-10
lavf/ftp: implement directory listing callbacks
Lukasz Marek
2015-04-03
lavf/ftp: remove fixed length buffers from context
Lukasz Marek
2015-04-03
lavf/ftp: parse user and password once
Lukasz Marek
2014-08-26
libavformat/ftp: Do not leak memory in routine ftp_features
Alexander Strasser
2014-08-16
Use new av_dict_set_int helper function.
Reimar Döffinger
2014-07-04
lavf/ftp: always treat all response codes >= 500 as error
Lukasz Marek
2014-07-04
lavf/ftp: explicitly enable UTF-8
Lukasz Marek
2014-07-04
lavf/ftp: make response parsing more RFC compliant
Lukasz Marek
2014-05-20
lavf/ftp: favour EPSV over PASV command
Lukasz Marek
2014-02-28
lavf/ftp: fix seek to nagative position
Lukasz Marek
2014-01-22
lavf/ftp: remove double space
Lukasz Marek
2013-10-12
avformat/ftp: add log regarding passive mode failure
Lukasz Marek
2013-10-12
avformat/ftp: fix possible deadlock
Lukasz Marek
2013-08-29
lavf/ftp: fix possible crash
Lukasz Marek
2013-08-27
avformat/ftp: make const tables static const
Michael Niedermayer
2013-07-17
ftp: warning about pure-ftp server used as and output
Lukasz Marek
2013-07-17
ftp: comments
Lukasz Marek
2013-07-17
ftp: remove unused headers
Lukasz Marek
2013-07-17
ftp: fix interrupt callback misuse
Lukasz Marek
2013-06-08
ftp: add invalid code for RETR operation
Lukasz Marek
2013-06-08
ftp: probe seek capability
Lukasz Marek
2013-06-08
ftp: fix seeking beyond file size
Lukasz Marek
2013-06-08
ftp: abort function optimalization
Lukasz Marek
2013-06-08
ftp: explicit return code checks
Lukasz Marek
2013-06-08
ftp: fix flush control connection input
Lukasz Marek
2013-06-08
ftp: reconnect on tcp read error
Lukasz Marek
2013-06-04
ftp: fix using uninitialized value
Lukasz Marek
2013-05-31
ftp: enhanced error handling
Lukasz Marek
2013-05-31
ftp: reconnect on seek
Lukasz Marek
2013-05-31
ftp: move common commands code to function
Lukasz Marek
2013-05-31
ftp: enhanced status code handling
Lukasz Marek
2013-05-31
ftp: reconnect on read
Lukasz Marek
2013-05-31
ftp: move create control connection to function
Lukasz Marek
2013-05-31
ftp: credentials moved into FTPContext
Lukasz Marek
2013-05-31
ftp: rename function name
Lukasz Marek
2013-05-31
ftp: formatting and typos fixes
Lukasz Marek
2013-05-19
ftp: favor strtoll over atoll
Hendrik Leppkes
[next]