index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mmst.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reindent after r24516.
Ronald S. Bultje
2010-07-26
1
-106
/
+103
*
Use inverse error branches, i.e. instead of if(something){success} else {error},
Ronald S. Bultje
2010-07-26
1
-30
/
+30
*
Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This
Ronald S. Bultje
2010-07-26
1
-33
/
+64
*
Allow the ASF header to be transferred split over multiple packets, as some
Zhentan Feng
2010-07-20
1
-12
/
+13
*
Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is
Zhentan Feng
2010-07-20
1
-0
/
+10
*
Align outgoing messages to 8 bytes, this is required to interact with
Zhentan Feng
2010-07-20
1
-4
/
+3
*
Fix a compile warning when compiling with DEBUG=1. The warning was:
Zhentan Feng
2010-07-20
1
-1
/
+1
*
Check the status code of each server responses, and fail if it indicates
Zhentan Feng
2010-07-20
1
-0
/
+6
*
Send a time test to the server, as the spec recommends.
Zhentan Feng
2010-07-20
1
-0
/
+10
*
Make ff_url_split() public
Måns Rullgård
2010-06-27
1
-1
/
+1
*
Fix missing logging context in a series of dprintf()s. Partially based on
Zhentan Feng
2010-06-15
1
-4
/
+4
*
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
Zhentan Feng
2010-05-24
1
-0
/
+690
[prev]