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: add user_agent option.
Clément Bœsch
2011-11-22
1
-2
/
+6
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-19
1
-26
/
+149
|
\
|
*
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-14
1
-1
/
+2
|
\
\
|
|
/
|
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-1
/
+2
|
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-12
1
-23
/
+53
|
\
\
|
|
/
|
*
http: Handle proxy authentication
Martin Storsjö
2011-11-11
1
-23
/
+52
|
*
http: Print an error message for Authorization Required, too
Martin Storsjö
2011-11-11
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-11
1
-25
/
+31
|
\
\
|
|
/
|
*
http: Don't add a Range: bytes=0- header for POST
Martin Storsjö
2011-11-10
1
-1
/
+1
|
*
http: Change the chunksize AVOption into chunked_post
Martin Storsjö
2011-11-10
1
-4
/
+5
|
*
http: Add encoding/decoding flags to the AVOptions
Anton Khirnov
2011-11-10
1
-2
/
+4
|
*
http: use different classes for http and https.
Anton Khirnov
2011-11-10
1
-7
/
+11
|
*
http: Change an error log message to a warning
Martin Storsjö
2011-11-10
1
-1
/
+1
|
*
http: Remove the now unused ff_http_set_headers custom function
Martin Storsjö
2011-11-10
1
-8
/
+0
|
*
http: Make custom headers settable via an AVOption
Martin Storsjö
2011-11-10
1
-7
/
+14
|
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-9
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-06
1
-9
/
+25
|
\
\
|
|
/
|
*
http: Remove the custom function for disabling chunked posts
Martin Storsjö
2011-11-05
1
-5
/
+0
|
*
avformat: Add the https protocol
Martin Storsjö
2011-11-05
1
-4
/
+25
|
*
Replace outdated references to ffmpeg tool with avconv.
Diego Biurrun
2011-11-02
1
-2
/
+2
*
|
Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
2011-11-03
1
-9
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-05
1
-1
/
+1
|
\
\
|
|
/
|
*
http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes
Stefan Fritsch
2011-09-04
1
-0
/
+2
|
*
lavf: use designated initializers for AVClasses.
Anton Khirnov
2011-05-17
1
-1
/
+4
|
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-1
/
+1
*
|
http: Fix decetion of range support in HTTP servers
Stefan Fritsch
2011-09-03
1
-0
/
+2
*
|
Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
Michael Niedermayer
2011-05-01
1
-2
/
+5
|
\
\
|
*
|
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-04-30
1
-1
/
+1
|
*
|
lavf: use designated initializers for AVClasses.
Anton Khirnov
2011-04-29
1
-1
/
+4
|
|
/
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-21
1
-2
/
+2
|
\
\
|
|
/
|
*
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-20
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-3
/
+3
|
\
\
|
|
/
|
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-3
/
+3
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-09
1
-8
/
+8
|
\
\
|
|
/
|
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-8
/
+8
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-3
/
+3
|
\
\
|
|
/
|
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-3
/
+3
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-05
1
-15
/
+16
|
\
\
|
|
/
|
*
avio: make url_get_file_handle() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
|
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-5
/
+5
|
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-6
/
+6
|
*
avio: make url_read() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
|
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-1
/
+2
[next]