20 Commits (3156df450fb661cbe72802b817cfed6050d7705d)

Author SHA1 Message Date
Ronald S. Bultje 67197656d1 Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically 14 years ago
Zhentan Feng 99ab8ff049 Fix wrong command prefix for timing test in MMST protocol. 14 years ago
Zhentan Feng fcd11c61ea Move functions and structs shared between MMSH and MMST into their own file, 14 years ago
Zhentan Feng edce93536a Extract fields that are to be shared between MMST/MMSH into a common struct, 14 years ago
Ronald S. Bultje a46cd6e141 Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. 14 years ago
Zhentan Feng aaa91aa00e Move read_mms_packet() code to be inlined in the calling function. 14 years ago
Zhentan Feng 05fc9a1bcf Remove is_playing variable. 14 years ago
Zhentan Feng b949875bf6 Move send_media_packet_request() and clear_stream_buffers() up. 14 years ago
Ronald S. Bultje db9cc3a55a Reindent after r24516. 15 years ago
Ronald S. Bultje e87b7d72c6 Use inverse error branches, i.e. instead of if(something){success} else {error}, 15 years ago
Ronald S. Bultje 540ab68c64 Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This 15 years ago
Zhentan Feng e4a28be67b Allow the ASF header to be transferred split over multiple packets, as some 15 years ago
Zhentan Feng d6cc1123e3 Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is 15 years ago
Zhentan Feng cbbb10810c Align outgoing messages to 8 bytes, this is required to interact with 15 years ago
Zhentan Feng 0c717a30e0 Fix a compile warning when compiling with DEBUG=1. The warning was: 15 years ago
Zhentan Feng 9078eba062 Check the status code of each server responses, and fail if it indicates 15 years ago
Zhentan Feng 414df121e0 Send a time test to the server, as the spec recommends. 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Zhentan Feng 56023951be Fix missing logging context in a series of dprintf()s. Partially based on 15 years ago
Zhentan Feng a24039861d MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>. 15 years ago