]> git.sesse.net Git - ffmpeg/history - libavformat/mmsh.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / mmsh.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
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
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-12-01 Martin Storsjömmsh: Properly clean up if the second ffurl_alloc failed
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
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-11-10 Martin Storsjömms: Set http custom headers via the AVOption
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-06-16 Kirill Zorinmmsh: fixed printf injection bug in mmsh request
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_connect internal.
2011-04-04 Anton Khirnovavio: make url_alloc internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-09-29 Ronald S. BultjeCheck return value of get_chunk_header(). Since enum...
2010-08-28 Ronald S. BultjeFix two compiler arnings related to printf-format of...
2010-08-28 Zhentan Fengstream_selection can be freed in the fail case, in...
2010-08-21 Ronald S. BultjeMMSH support, the most popular and widely used of all...