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
/
mmst.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
1
-5
/
+5
|
\
|
*
mmst: Use AVUNERROR() to convert error codes to the right range for strerror
Martin Storsjö
2012-06-19
1
-5
/
+5
*
|
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
2012-01-03
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a bunch of typos.
Diego Biurrun
2012-01-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-02
1
-9
/
+6
|
\
\
|
|
/
|
*
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
*
|
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
/
+1
|
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-1
/
+2
*
|
Add some forgotten const to function arguments in libavfilter & libavformat.
Michael Niedermayer
2011-05-17
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-09
1
-6
/
+4
|
\
\
|
|
/
|
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-6
/
+4
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-1
/
+1
|
\
\
|
|
/
|
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-07
1
-7
/
+7
|
\
\
|
|
/
|
*
mmst: get rid of deprecated AVERRORs
Anton Khirnov
2011-04-06
1
-7
/
+7
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-05
1
-7
/
+8
|
\
\
|
|
/
|
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
|
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
|
*
avio: make url_read_complete() internal.
Anton Khirnov
2011-04-04
1
-4
/
+4
|
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-1
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
1
-1
/
+2
|
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
|
*
mmst: fix reading uninitialized data for ping packets.
Ronald S. Bultje
2011-02-14
1
-2
/
+1
|
*
mmst: print packet type with error status code message
Francesco Cosoleto
2011-02-13
1
-1
/
+1
|
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-10
/
+10
|
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
|
*
lavf: move ff_put_str16_nolen from asf to avio and rename it
Anton Khirnov
2011-01-21
1
-2
/
+1
*
|
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
1
-1
/
+2
*
|
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
*
|
mmst: fix reading uninitialized data for ping packets.
Ronald S. Bultje
2011-02-14
1
-2
/
+1
*
|
mmst: print packet type with error status code message
Francesco Cosoleto
2011-02-14
1
-1
/
+1
*
|
Replace dprintf with av_dlog
Luca Barbato
2011-01-30
1
-10
/
+10
*
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
1
-1
/
+1
*
|
lavf: move ff_put_str16_nolen from asf to avio and rename it
Anton Khirnov
2011-01-23
1
-2
/
+1
|
/
*
Set proper error if server flags indicate that it doesn't support mmst. This
qrtt1
2010-10-05
1
-1
/
+5
*
Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically
Ronald S. Bultje
2010-08-13
1
-0
/
+1
*
Fix wrong command prefix for timing test in MMST protocol.
Zhentan Feng
2010-08-13
1
-1
/
+1
*
Move functions and structs shared between MMSH and MMST into their own file,
Zhentan Feng
2010-08-11
1
-119
/
+5
*
Extract fields that are to be shared between MMST/MMSH into a common struct,
Zhentan Feng
2010-08-11
1
-84
/
+97
*
Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.
Ronald S. Bultje
2010-08-11
1
-1
/
+1
*
Move read_mms_packet() code to be inlined in the calling function.
Zhentan Feng
2010-08-04
1
-50
/
+43
*
Remove is_playing variable.
Zhentan Feng
2010-08-04
1
-19
/
+10
*
Move send_media_packet_request() and clear_stream_buffers() up.
Zhentan Feng
2010-08-04
1
-24
/
+24
[next]