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
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf/http: remove duplicated dec flag.
Clément Bœsch
2013-04-19
1
-2
/
+1
*
lavf/http: use a more compatible default user agent.
Clément Bœsch
2013-04-06
1
-3
/
+3
*
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-3
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-02-28
1
-4
/
+4
|
\
|
*
lavf: Handle the environment variable no_proxy more properly
Martin Storsjö
2013-02-27
1
-4
/
+4
*
|
fix memory leak on string reassign
Micah Galizia
2013-01-21
1
-0
/
+3
*
|
lavf/http: add HTTP protocol cookie support
Micah Galizia
2013-01-15
1
-0
/
+116
*
|
lavf/http: fix/extend option descriptions
Stefano Sabatini
2013-01-12
1
-5
/
+5
*
|
http: dont null check p, its unneeded
Michael Niedermayer
2012-12-11
1
-1
/
+1
*
|
http/utils: rename "demuxer" to mime_type
Michael Niedermayer
2012-12-10
1
-3
/
+3
*
|
http/utils: move mime -> demuxer maping from http to utils
Michael Niedermayer
2012-12-09
1
-4
/
+2
*
|
http: export ICY content type
Michael Niedermayer
2012-12-09
1
-0
/
+6
*
|
http: add -content_type user option.
Clément Bœsch
2012-10-24
1
-0
/
+5
*
|
Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'
Michael Niedermayer
2012-10-10
1
-1
/
+1
|
\
\
|
|
/
|
*
http: use av_strlcpy instead of strcpy() without size checks
Janne Grunau
2012-10-09
1
-1
/
+1
*
|
http: add 'timeout' AVOption
Andrey Utkin
2012-10-09
1
-2
/
+18
*
|
http: prevent the Range header being sent when seekability probing isnt used
Duncan Salerno
2012-10-05
1
-2
/
+2
*
|
http: add option to prevent probing for HTTP seekability
Duncan Salerno
2012-10-05
1
-4
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-28
1
-5
/
+8
|
\
\
|
|
/
|
*
http: Increase buffer sizes to cope with longer URIs
Duncan Salerno
2012-09-28
1
-5
/
+8
*
|
Document why we always send a Range HTTP header.
Reimar Döffinger
2012-09-23
1
-0
/
+3
*
|
Revert "http: only send range header when necessary"
Michael Niedermayer
2012-09-23
1
-1
/
+1
*
|
http: only send range header when necessary
Duncan Salerno
2012-09-23
1
-1
/
+1
*
|
http: larger buffer for long URIs
Duncan Salerno
2012-09-23
1
-2
/
+2
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-2
/
+2
|
\
\
|
|
/
|
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
|
http: try to detect live akamai streams and dont enable seeking for them
Michael Niedermayer
2012-06-28
1
-1
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
1
-1
/
+0
|
\
\
|
|
/
|
*
lavf: remove unnecessary inclusions of unistd.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-19
1
-3
/
+3
|
\
\
|
|
/
|
*
http: replace atoll() with strtoll()
Ronald S. Bultje
2012-06-19
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-18
1
-8
/
+8
|
\
\
|
|
/
|
*
http: Properly handle chunked transfer-encoding for replies to post data
Martin Storsjö
2012-06-17
1
-9
/
+6
|
*
http: Fail reading if the connection has gone away
Martin Storsjö
2012-06-17
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-01
1
-13
/
+7
|
\
\
|
|
/
|
*
http: Add the url_shutdown function for https, too
Martin Storsjö
2012-06-01
1
-0
/
+1
|
*
http: Simplify code by removing a local variable
Martin Storsjö
2012-06-01
1
-12
/
+9
|
*
http: Clear the old URLContext pointer when closed
Martin Storsjö
2012-06-01
1
-0
/
+3
*
|
http: use ffurl_closep()
Michael Niedermayer
2012-06-01
1
-8
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-31
1
-9
/
+27
|
\
\
|
|
/
|
*
http: Pass the proper return code of net IO operations
Samuel Pitoiset
2012-05-30
1
-8
/
+8
|
*
http: Add 'post_data', a new option which sets custom HTTP post data
Samuel Pitoiset
2012-05-30
1
-1
/
+19
*
|
Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'
Michael Niedermayer
2012-05-30
1
-8
/
+33
|
\
\
|
|
/
|
*
http: Add support for reusing the http socket for subsequent requests
Samuel Pitoiset
2012-05-28
1
-5
/
+20
|
*
http: Add support for using persistent connections
Samuel Pitoiset
2012-05-28
1
-3
/
+13
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-23
1
-3
/
+34
|
\
\
|
|
/
|
*
http: Add support for reading http POST reply headers
Samuel Pitoiset
2012-05-22
1
-1
/
+15
|
*
http: Add http_shutdown() for ending writing of posts
Samuel Pitoiset
2012-05-22
1
-2
/
+19
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-21
1
-38
/
+40
|
\
\
|
|
/
|
*
http: Factorize the code by adding http_read_header()
Samuel Pitoiset
2012-05-20
1
-38
/
+40
[next]