55 Commits (7990df05f72292fd9e4c8a8e5cc04d408610ae31)

Author SHA1 Message Date
Wenxiang Qian a142ffdcae avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393 6 years ago
Marton Balint 8e5a2495a8 avformat/ftp: allow nonstandard 202 reply to OPTS UTF8 6 years ago
Marton Balint 6a034adf75 avformat/ftp: return AVERROR_EOF for EOF 6 years ago
Carl Eugen Hoyos f85fa100db lavf/ftp: Remove an unneeded forward declaration. 6 years ago
tiejun.peng@foxmail.com 9fe73b0147 avformat/ftp: Solve a crash bug when network occur a exception 8 years ago
Raymond Hilseth 86db71b402 avformat/ftp: Support response code 125 for STOR and RETR commands 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Ganesh Ajjanagadde ecf6b26aa5 avformat/ftp: use correct enum type 9 years ago
Mariusz Szczepańczyk bf5b2f9df8 lavf/ftp: implement move and delete callbacks 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Mariusz Szczepańczyk affbecb0de lavf/ftp: implement NLST method 9 years ago
Michael Niedermayer 55a07cf49c avformat/ftp: Use av_freep() for dir_buffer 9 years ago
Mariusz Szczepańczyk ee44cb3c81 lavf/ftp: properly read an empty path 9 years ago
Lukasz Marek bc93053161 lavf/ftp: implement directory listing callbacks 9 years ago
Lukasz Marek cd3d0d5422 lavf/ftp: remove fixed length buffers from context 10 years ago
Lukasz Marek c043def91f lavf/ftp: parse user and password once 10 years ago
Alexander Strasser db85d11d9d libavformat/ftp: Do not leak memory in routine ftp_features 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Lukasz Marek c82521713d lavf/ftp: always treat all response codes >= 500 as error 11 years ago
Lukasz Marek a0358db323 lavf/ftp: explicitly enable UTF-8 11 years ago
Lukasz Marek 3ba6dce48d lavf/ftp: make response parsing more RFC compliant 11 years ago
Lukasz Marek b9419b5882 lavf/ftp: favour EPSV over PASV command 11 years ago
Lukasz Marek 9f4b55ef49 lavf/ftp: fix seek to nagative position 11 years ago
Lukasz Marek 9ef441c525 lavf/ftp: remove double space 11 years ago
Lukasz Marek 3a92ee5953 avformat/ftp: add log regarding passive mode failure 11 years ago
Lukasz Marek e1fb3143bb avformat/ftp: fix possible deadlock 11 years ago
Lukasz Marek f3ace37a3b lavf/ftp: fix possible crash 11 years ago
Michael Niedermayer 535d9a9386 avformat/ftp: make const tables static const 11 years ago
Lukasz Marek 816c579cf3 ftp: warning about pure-ftp server used as and output 12 years ago
Lukasz Marek 2217243e12 ftp: comments 12 years ago
Lukasz Marek db72b7742a ftp: remove unused headers 12 years ago
Lukasz Marek 247e658784 ftp: fix interrupt callback misuse 12 years ago
Lukasz Marek ff35c7cdfa ftp: add invalid code for RETR operation 12 years ago
Lukasz Marek 89b4800eef ftp: probe seek capability 12 years ago
Lukasz Marek eeedca4b7f ftp: fix seeking beyond file size 12 years ago
Lukasz Marek 4d617715c9 ftp: abort function optimalization 12 years ago
Lukasz Marek bc29acdc76 ftp: explicit return code checks 12 years ago
Lukasz Marek 43eda88200 ftp: fix flush control connection input 12 years ago
Lukasz Marek 23a76b71de ftp: reconnect on tcp read error 12 years ago
Lukasz Marek 7faafe606f ftp: fix using uninitialized value 12 years ago
Lukasz Marek ddbcc48b64 ftp: enhanced error handling 12 years ago
Lukasz Marek 34c423894c ftp: reconnect on seek 12 years ago
Lukasz Marek d99beeb70e ftp: move common commands code to function 12 years ago
Lukasz Marek 3f00521809 ftp: enhanced status code handling 12 years ago
Lukasz Marek 1931c2d265 ftp: reconnect on read 12 years ago
Lukasz Marek c84d6aa2f6 ftp: move create control connection to function 12 years ago
Lukasz Marek e46e49e31d ftp: credentials moved into FTPContext 12 years ago
Lukasz Marek 80cce899f6 ftp: rename function name 12 years ago