]> git.sesse.net Git - ffmpeg/history - libavformat/mmst.c
img2enc: Refactor the atomic renaming code
[ffmpeg] / libavformat / mmst.c
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2016-02-22 Anton Khirnovlavf: reorganize URLProtocols
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2013-12-26 Luca Barbatomms: Remove non-utf8 characters
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2012-06-19 Martin Storsjömmst: Use AVUNERROR() to convert error codes to the...
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2012-01-02 Diego BiurrunFix a bunch of typos.
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
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...