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
/
mmsh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmsh: fix integer overflow in mmsh_seek()
Michael Niedermayer
2012-10-20
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-06
1
-0
/
+1
|
\
|
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-02
1
-13
/
+10
|
\
\
|
|
/
|
*
proto: Realign struct initializers
Martin Storsjö
2011-12-01
1
-4
/
+4
|
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
1
-5
/
+2
|
*
mmsh: Properly clean up if the second ffurl_alloc failed
Martin Storsjö
2011-12-01
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-29
1
-1
/
+0
|
\
\
|
|
/
|
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-14
1
-4
/
+6
|
\
\
|
|
/
|
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-2
/
+2
|
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-2
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-11
1
-2
/
+3
|
\
\
|
|
/
|
*
mms: Set http custom headers via the AVOption
Martin Storsjö
2011-11-10
1
-2
/
+3
*
|
mmsh: add return value for mmsh_open()
Michael Niedermayer
2011-11-01
1
-1
/
+1
*
|
mmsh: do not try to seek to negative tiimestamps, it does not work
Michael Niedermayer
2011-11-01
1
-1
/
+2
*
|
mmsh_read_seek: skip header
Michael Niedermayer
2011-10-31
1
-0
/
+3
*
|
mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.
Michael Niedermayer
2011-10-31
1
-1
/
+11
*
|
mmsh: mmsh_read_seek()
Michael Niedermayer
2011-10-31
1
-0
/
+20
*
|
mmsh: split out mmsh_open_internal()
Michael Niedermayer
2011-10-31
1
-2
/
+8
*
|
mmsh: move location storage into context
Michael Niedermayer
2011-10-31
1
-3
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
1
-1
/
+0
|
*
mmsh: fixed printf injection bug in mmsh request
Kirill Zorin
2011-06-16
1
-1
/
+1
*
|
mmsh: fix 400 bad request
Kirill Zorin
2011-06-16
1
-2
/
+2
*
|
mmsh: fixed printf injection bug in mmsh request
Kirill Zorin
2011-06-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Drop unnecessary directory prefixes from #include directives.
Diego Biurrun
2011-06-07
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-2
/
+2
|
\
\
|
|
/
|
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-2
/
+2
|
\
\
|
|
/
|
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-05
1
-11
/
+12
|
\
\
|
|
/
|
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
|
*
avio: make url_read_complete() internal.
Anton Khirnov
2011-04-04
1
-5
/
+5
|
*
avio: make url_connect internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
|
*
avio: make url_alloc internal.
Anton Khirnov
2011-04-04
1
-2
/
+3
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-6
/
+6
|
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
|
Replace dprintf with av_dlog
Luca Barbato
2011-01-30
1
-6
/
+6
*
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
1
-1
/
+1
|
/
*
Check return value of get_chunk_header(). Since enum can be unsigned, the
Ronald S. Bultje
2010-09-29
1
-3
/
+3
*
Fix two compiler arnings related to printf-format of sizeof()-statements.
Ronald S. Bultje
2010-08-28
1
-2
/
+2
*
stream_selection can be freed in the fail case, in which case it's unassigned.
Zhentan Feng
2010-08-28
1
-1
/
+1
*
MMSH support, the most popular and widely used of all MMS variants. Written by
Ronald S. Bultje
2010-08-21
1
-0
/
+369