summaryrefslogtreecommitdiff
path: root/libavformat/mmst.c
Commit message (Expand)AuthorAge
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-13
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-13
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-11
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-11
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-11
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-04
* Remove is_playing variable.Zhentan Feng2010-08-04
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-04
* Reindent after r24516.Ronald S. Bultje2010-07-26
* Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje2010-07-26
* Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje2010-07-26
* Allow the ASF header to be transferred split over multiple packets, as someZhentan Feng2010-07-20
* Explicitely set the size of the "ff_asf_head1_guid" header chunk, this isZhentan Feng2010-07-20
* Align outgoing messages to 8 bytes, this is required to interact withZhentan Feng2010-07-20
* Fix a compile warning when compiling with DEBUG=1. The warning was:Zhentan Feng2010-07-20
* Check the status code of each server responses, and fail if it indicatesZhentan Feng2010-07-20
* Send a time test to the server, as the spec recommends.Zhentan Feng2010-07-20
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Fix missing logging context in a series of dprintf()s. Partially based onZhentan Feng2010-06-15
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-24