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