aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mmsh.c
AgeCommit message (Expand)Author
2011-01-29Replace dprintf with av_dlogLuca Barbato
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-09-29Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje
2010-08-28Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje
2010-08-28stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng
2010-08-21MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje