]> git.sesse.net Git - ffmpeg/history - libavformat/sapenc.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / sapenc.c
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-02-22 Anton Khirnovlavf: add a protocol whitelist/blacklist for file opene...
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2014-10-24 Martin Storsjölavf: Use av_gettime_relative
2014-05-31 Martin Storsjörtpenc_chain: Don't copy the time base to the source...
2012-12-20 Jernej Viragsapenc: Pass the title on to the chained muxers
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-05-25 Martin Storsjöcosmetics: Fix indentation
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
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-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: deprecate url_max_packet_size().
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
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_open() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-03 Martin Storsjösapenc: Free AVStream->info on cleanup
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-09 Martin Storsjösapenc: Use the normal URL port as RTP port
2010-10-09 Martin Storsjösapenc: Include os_support.h, to provide a fallback...
2010-10-08 Martin StorsjöFix compilation on FreeBSD, use AF_UNSPEC instead of...
2010-10-08 Martin Storsjösapenc: Mark the muxer as depending on network functions
2010-10-08 Martin StorsjöAdd a SAP (Session Announcement Protocol, RFC 2974...