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
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
http: Reduce scope of a variable in parse_content_encoding()
Diego Biurrun
2014-08-15
1
-2
/
+2
*
http: Fix authentication, broken since 6a463e7fb
Martin Storsjö
2014-08-13
1
-3
/
+3
*
http: enable icy metadata by default.
Andrew Stone
2014-08-13
1
-1
/
+1
*
http: export icecast metadata as an option with name "metadata".
Andrew Stone
2014-08-13
1
-0
/
+31
*
http: Stop reading after receiving the whole file for non-chunked transfers
Martin Storsjö
2014-08-13
1
-1
/
+2
*
http: Refactor http_open_cnx
Luca Barbato
2014-08-03
1
-12
/
+24
*
http: K&R formatting cosmetics
Diego Biurrun
2014-07-23
1
-104
/
+110
*
http: Use a constant for the supported header size
Luca Barbato
2014-07-22
1
-1
/
+1
*
http: Do move the class instantiation in the conditional block
Luca Barbato
2014-07-21
1
-10
/
+12
*
http: Provide an option to override the HTTP method
Luca Barbato
2014-07-21
1
-1
/
+7
*
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
[next]