index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
ftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393
Wenxiang Qian
2019-02-17
1
-1
/
+1
*
avformat/ftp: allow nonstandard 202 reply to OPTS UTF8
Marton Balint
2018-11-04
1
-2
/
+3
*
avformat/ftp: return AVERROR_EOF for EOF
Marton Balint
2018-11-01
1
-2
/
+2
*
lavf/ftp: Remove an unneeded forward declaration.
Carl Eugen Hoyos
2018-10-09
1
-2
/
+0
*
avformat/ftp: Solve a crash bug when network occur a exception
tiejun.peng@foxmail.com
2017-04-05
1
-0
/
+3
*
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-2
/
+2
*
avformat/ftp: Support response code 125 for STOR and RETR commands
Raymond Hilseth
2016-03-07
1
-4
/
+8
*
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-2
/
+2
*
Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
Derek Buitenhuis
2016-02-29
1
-1
/
+1
*
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-4
/
+7
*
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-1
/
+1
*
avformat/ftp: use correct enum type
Ganesh Ajjanagadde
2015-08-20
1
-1
/
+1
*
lavf/ftp: implement move and delete callbacks
Mariusz Szczepańczyk
2015-08-20
1
-0
/
+61
*
Replace av_dlog with ff_dlog.
Ronald S. Bultje
2015-08-18
1
-11
/
+12
*
lavf/ftp: implement NLST method
Mariusz Szczepańczyk
2015-08-14
1
-14
/
+81
*
avformat/ftp: Use av_freep() for dir_buffer
Michael Niedermayer
2015-08-10
1
-1
/
+1
*
lavf/ftp: properly read an empty path
Mariusz Szczepańczyk
2015-08-10
1
-10
/
+8
*
lavf/ftp: implement directory listing callbacks
Lukasz Marek
2015-08-10
1
-11
/
+182
*
lavf/ftp: remove fixed length buffers from context
Lukasz Marek
2015-04-03
1
-7
/
+17
*
lavf/ftp: parse user and password once
Lukasz Marek
2015-04-03
1
-23
/
+31
*
libavformat/ftp: Do not leak memory in routine ftp_features
Alexander Strasser
2014-08-26
1
-1
/
+6
*
Use new av_dict_set_int helper function.
Reimar Döffinger
2014-08-16
1
-6
/
+4
*
lavf/ftp: always treat all response codes >= 500 as error
Lukasz Marek
2014-07-04
1
-16
/
+20
*
lavf/ftp: explicitly enable UTF-8
Lukasz Marek
2014-07-04
1
-0
/
+17
*
lavf/ftp: make response parsing more RFC compliant
Lukasz Marek
2014-07-04
1
-18
/
+29
*
lavf/ftp: favour EPSV over PASV command
Lukasz Marek
2014-05-20
1
-4
/
+47
*
lavf/ftp: fix seek to nagative position
Lukasz Marek
2014-02-28
1
-3
/
+5
*
lavf/ftp: remove double space
Lukasz Marek
2014-01-22
1
-1
/
+1
*
avformat/ftp: add log regarding passive mode failure
Lukasz Marek
2013-10-12
1
-4
/
+4
*
avformat/ftp: fix possible deadlock
Lukasz Marek
2013-10-12
1
-8
/
+7
*
lavf/ftp: fix possible crash
Lukasz Marek
2013-08-29
1
-1
/
+2
*
avformat/ftp: make const tables static const
Michael Niedermayer
2013-08-27
1
-15
/
+15
*
ftp: warning about pure-ftp server used as and output
Lukasz Marek
2013-07-17
1
-2
/
+7
*
ftp: comments
Lukasz Marek
2013-07-17
1
-4
/
+6
*
ftp: remove unused headers
Lukasz Marek
2013-07-17
1
-4
/
+0
*
ftp: fix interrupt callback misuse
Lukasz Marek
2013-07-17
1
-77
/
+32
*
ftp: add invalid code for RETR operation
Lukasz Marek
2013-06-08
1
-1
/
+1
*
ftp: probe seek capability
Lukasz Marek
2013-06-08
1
-4
/
+8
*
ftp: fix seeking beyond file size
Lukasz Marek
2013-06-08
1
-6
/
+10
*
ftp: abort function optimalization
Lukasz Marek
2013-06-08
1
-16
/
+48
*
ftp: explicit return code checks
Lukasz Marek
2013-06-08
1
-2
/
+2
*
ftp: fix flush control connection input
Lukasz Marek
2013-06-08
1
-1
/
+1
*
ftp: reconnect on tcp read error
Lukasz Marek
2013-06-08
1
-6
/
+9
*
ftp: fix using uninitialized value
Lukasz Marek
2013-06-04
1
-3
/
+2
*
ftp: enhanced error handling
Lukasz Marek
2013-05-31
1
-15
/
+15
*
ftp: reconnect on seek
Lukasz Marek
2013-05-31
1
-56
/
+48
*
ftp: move common commands code to function
Lukasz Marek
2013-05-31
1
-67
/
+38
*
ftp: enhanced status code handling
Lukasz Marek
2013-05-31
1
-73
/
+141
*
ftp: reconnect on read
Lukasz Marek
2013-05-31
1
-52
/
+73
*
ftp: move create control connection to function
Lukasz Marek
2013-05-31
1
-48
/
+68
[next]