index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/http: add reconnect_delay_max option
Michael Niedermayer
2015-09-09
1
-0
/
+6
*
avformat/http: exponentially delay reconnection to avoid flooding the server
Michael Niedermayer
2015-09-07
1
-1
/
+6
*
avformat/http: Add reconnect_at_eof and reconnect_streamed options
Michael Niedermayer
2015-09-07
1
-4
/
+10
*
avformat/http: print error that causes reconnection
Michael Niedermayer
2015-09-06
1
-1
/
+1
*
avformat/http: require seekability only when seeking to position != 0
Michael Niedermayer
2015-09-06
1
-1
/
+4
*
lavf/http: Remove superfluous parenthesis.
Stephan Holljes
2015-09-03
1
-1
/
+1
*
lavf/http: Fix incorrectly placed parenthesis.
Stephan Holljes
2015-09-03
1
-1
/
+1
*
lavf/http: Fix parsing http request data to not read over '\0'.
Stephan Holljes
2015-08-25
1
-2
/
+2
*
lavf/http: Implement server side network code.
Stephan Holljes
2015-08-01
1
-24
/
+158
*
Merge commit '5ae178539b91d25710b7bb322d156c31aea9f8bf'
Michael Niedermayer
2015-07-30
1
-1
/
+8
|
\
|
*
http: Add the trailing endlines if they are missing
Luca Barbato
2015-07-30
1
-1
/
+8
*
|
lavf/http: Correctly terminate session with HTTP POST client.
Stephan Holljes
2015-06-10
1
-1
/
+3
*
|
lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA...
Stephan Holljes
2015-06-06
1
-0
/
+9
*
|
lavf/http: Indent else-clause.
Stephan Holljes
2015-06-06
1
-9
/
+8
*
|
lavf/http: Properly process HTTP header on listen.
Stephan Holljes
2015-06-06
1
-1
/
+40
*
|
lavf/http: Rudimentary error handling for HTTP requests received from clients.
Stephan Holljes
2015-06-06
1
-0
/
+18
*
|
lavf/http: Process HTTP header before sending response.
Stephan Holljes
2015-06-06
1
-2
/
+2
*
|
lavf/http: Document method option.
Stephan Holljes
2015-06-06
1
-1
/
+1
*
|
avformat/http: Mark lower_proto as const in http_listen()
Michael Niedermayer
2015-05-10
1
-1
/
+1
*
|
lavf/http: support HTTPS when listening
Rodger Combs
2015-05-02
1
-3
/
+6
*
|
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-20
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-3
/
+3
*
|
avformat/http: Fix 2 typos
Michael Niedermayer
2015-04-19
1
-1
/
+1
*
|
avformat/http: Return an error in case of prematurely ending data
Michael Niedermayer
2015-04-19
1
-0
/
+8
*
|
lavf/http: handle case where the server returns a redirect during a seek
Rodger Combs
2015-04-13
1
-0
/
+3
*
|
libavformat/http.c: Make http-listen work as an input stream.
Stephan Holljes
2015-04-11
1
-2
/
+5
*
|
libavformat/http.c: Fix missing parenthesis in http_listen()
Stephan Holljes
2015-04-06
1
-3
/
+3
*
|
lavf/http: add proof-of-concept http server.
Stephan Holljes
2015-04-05
1
-0
/
+30
*
|
avformat/http: Fix null check on allocated value
Himangi Saraogi
2015-03-31
1
-1
/
+1
*
|
avformat/http: replace cookies with updated values instead of appending forever
Micah Galizia
2015-03-18
1
-13
/
+52
*
|
avformat/http: support auto reconnect
Zhang Rui
2015-03-13
1
-5
/
+27
*
|
Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'
Michael Niedermayer
2015-02-14
1
-1
/
+1
|
\
\
|
|
/
|
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
|
avformat/http: Use av_freep() avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-20
1
-3
/
+3
*
|
avformat/http: simplify chained_options copying
Michael Niedermayer
2014-11-15
1
-4
/
+1
*
|
Fix the timeout option not working when connecting to a HTTP url that require...
Brandon Lees
2014-11-15
1
-0
/
+3
*
|
avformat/http: pass return code from http_open_cnx_internal() on its failure
Andrey Utkin
2014-10-23
1
-0
/
+2
*
|
avformat/http: Use ff_http_averror()
Andrey Utkin
2014-10-20
1
-3
/
+3
*
|
avformat/http: Introduce ff_http_averror()
Andrey Utkin
2014-10-20
1
-0
/
+17
*
|
lavf/http: remove special case for cookies attributes.
Nicolas George
2014-08-17
1
-5
/
+0
*
|
lavf/http: fix cookie parsing.
Nicolas George
2014-08-17
1
-4
/
+6
*
|
Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'
Michael Niedermayer
2014-08-15
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
|
Merge commit '7ccb847f0f1f28199fa254847b91b6e50fb92832'
Michael Niedermayer
2014-08-15
1
-2
/
+2
|
\
\
|
|
/
|
*
http: Reduce scope of a variable in parse_content_encoding()
Diego Biurrun
2014-08-15
1
-2
/
+2
*
|
Merge commit '4e629ef80e62a54636cb46033998177dd08cf3ad'
Michael Niedermayer
2014-08-14
1
-3
/
+3
|
\
\
|
|
/
|
*
http: Fix authentication, broken since 6a463e7fb
Martin Storsjö
2014-08-13
1
-3
/
+3
*
|
Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'
Michael Niedermayer
2014-08-13
1
-1
/
+1
|
\
\
|
|
/
|
*
http: enable icy metadata by default.
Andrew Stone
2014-08-13
1
-1
/
+1
*
|
Merge commit '7601f9412a2d3387617a45966b65b452a632c27a'
Michael Niedermayer
2014-08-13
1
-0
/
+31
|
\
\
|
|
/
[next]