OSDN Git Service

swscale: reindent x86 init code.
[coroid/ffmpeg_saccubus.git] / libavformat / mmst.c
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-06 Anton Khirnovmmst: get rid of deprecated AVERRORs
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-14 Ronald S. Bultjemmst: fix reading uninitialized data for ping packets.
2011-02-13 Francesco Cosoletommst: print packet type with error status code message
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-21 Anton Khirnovlavf: move ff_put_str16_nolen from asf to avio and...
2010-10-05 qrtt1Set proper error if server flags indicate that it doesn...
2010-08-13 Ronald S. BultjeRemove use of MAX_STREAMS in MMSContext->streams[]...
2010-08-13 Zhentan FengFix wrong command prefix for timing test in MMST protocol.
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...