]> git.sesse.net Git - ffmpeg/history - libavformat/mmst.c
Move functions and structs shared between MMSH and MMST into their own file,
[ffmpeg] / libavformat / mmst.c
2010-08-11 Zhentan FengMove functions and structs shared between MMSH and...
2010-08-11 Zhentan FengExtract fields that are to be shared between MMST/MMSH...
2010-08-11 Ronald S. BultjeUse FFALIGN() in mmst.c where appropriate. Noticed...
2010-08-04 Zhentan FengMove read_mms_packet() code to be inlined in the callin...
2010-08-04 Zhentan FengRemove is_playing variable.
2010-08-04 Zhentan FengMove send_media_packet_request() and clear_stream_buffe...
2010-07-26 Ronald S. BultjeReindent after r24516.
2010-07-26 Ronald S. BultjeUse inverse error branches, i.e. instead of if(somethin...
2010-07-26 Ronald S. BultjeUse av_log(.., AV_LOG_ERROR) instead of dprintf() for...
2010-07-20 Zhentan FengAllow the ASF header to be transferred split over multi...
2010-07-20 Zhentan FengExplicitely set the size of the "ff_asf_head1_guid...
2010-07-20 Zhentan FengAlign outgoing messages to 8 bytes, this is required...
2010-07-20 Zhentan FengFix a compile warning when compiling with DEBUG=1....
2010-07-20 Zhentan FengCheck the status code of each server responses, and...
2010-07-20 Zhentan FengSend a time test to the server, as the spec recommends.
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-15 Zhentan FengFix missing logging context in a series of dprintf...
2010-05-24 Zhentan FengMMS-over-TCP protocol support. Patch by Zhentan Feng...