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
*
http: Properly initialize icy headers string
Alessandro Ghedini
2014-03-12
1
-0
/
+4
*
http: Declare more parameters as const where possible
Martin Storsjö
2014-03-12
1
-2
/
+2
*
http: Allow setting a Content-Type for POST requests
Clément Bœsch
2014-03-11
1
-0
/
+6
*
http: Improve options descriptions
Alessandro Ghedini
2014-03-11
1
-2
/
+2
*
http: Always allow no-op seek
Anssi Hannula
2014-03-11
1
-0
/
+3
*
http: Add support for selecting a request range
Anssi Hannula
2014-03-11
1
-3
/
+14
*
http: Support setting custom User-Agent
Clément Bœsch
2014-03-11
1
-2
/
+6
*
http: Export Content-Type information
Michael Niedermayer
2014-03-11
1
-0
/
+5
*
http: Add support reading ICY metadata
Luca Barbato
2014-03-11
1
-1
/
+103
*
http: Refactor process_line
Luca Barbato
2014-03-11
1
-51
/
+85
*
http: K&R formatting cosmetics
Luca Barbato
2014-03-11
1
-15
/
+17
*
http: Drop doxy comments
Luca Barbato
2014-03-11
1
-5
/
+11
*
http: Return meaningful error codes
Luca Barbato
2014-03-11
1
-6
/
+6
*
http: Expose the content location via an AVOption
Martin Storsjö
2013-11-22
1
-5
/
+15
*
http: Support relative URL redirection
Zhang Rui
2013-11-22
1
-1
/
+4
*
http: Remove an unrelated and mistakenly set AVOption unit name
Martin Storsjö
2013-11-22
1
-1
/
+1
*
http: Check the auth string contents and not only the pointer
Michael Niedermayer
2013-10-14
1
-1
/
+2
*
http: Support auth method detection for POST
Martin Storsjö
2013-10-13
1
-1
/
+17
*
http: Add an option for forcing basic authentication
Martin Storsjö
2013-10-13
1
-0
/
+3
*
http: Pass options through to the nested protocol
Martin Storsjö
2013-09-26
1
-8
/
+26
*
http: Support reading gzip/deflate compressed data
Zhang Rui
2013-07-28
1
-0
/
+75
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-3
/
+3
*
lavf: Handle the environment variable no_proxy more properly
Martin Storsjö
2013-02-27
1
-4
/
+4
*
http: use av_strlcpy instead of strcpy() without size checks
Janne Grunau
2012-10-09
1
-1
/
+1
*
http: Increase buffer sizes to cope with longer URIs
Duncan Salerno
2012-09-28
1
-5
/
+8
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
lavf: remove unnecessary inclusions of unistd.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
http: replace atoll() with strtoll()
Ronald S. Bultje
2012-06-19
1
-3
/
+3
*
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
*
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: 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
*
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
*
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
*
http: Factorize the code by adding http_read_header()
Samuel Pitoiset
2012-05-20
1
-38
/
+40
*
http: Clear the auth state on redirects
Martin Storsjö
2012-03-13
1
-0
/
+3
*
http: Retry auth if it failed due to being stale
Martin Storsjö
2012-03-13
1
-7
/
+12
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+3
*
Remove extraneous semicolons
Mans Rullgard
2011-12-11
1
-1
/
+1
*
http: Make sure proxyauth is initialized
Martin Storsjö
2011-12-01
1
-1
/
+1
*
http: Don't use the normal http proxy mechanism for https
Martin Storsjö
2011-11-18
1
-0
/
+1
*
http: Reorder two code blocks
Martin Storsjö
2011-11-18
1
-7
/
+8
*
http: Add a new protocol for opening connections via http proxies
Martin Storsjö
2011-11-18
1
-0
/
+115
*
http: Split out the non-chunked buffer reading part from http_read
Martin Storsjö
2011-11-18
1
-19
/
+25
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-1
/
+2
[next]