summaryrefslogtreecommitdiffstats
path: root/libavformat/mmsh.c
Commit message (Expand)AuthorAgeFilesLines
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-2/+2
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* avio: make url_close() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-5/+5
* avio: make url_connect internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_alloc internal.Anton Khirnov2011-04-041-2/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Replace dprintf with av_dlogLuca Barbato2011-01-291-6/+6
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje2010-09-291-3/+3
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-281-2/+2
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-281-1/+1
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-211-0/+369
OpenPOWER on IntegriCloud