Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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