summaryrefslogtreecommitdiff
path: root/libavformat/sapenc.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-31
* sapenc: Pass the title on to the chained muxersJernej Virag2012-12-20
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-26
* cosmetics: Fix indentationMartin Storsjö2012-05-26
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-04
* sapenc: Free AVStream->info on cleanupMartin Storsjö2011-02-03
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* sapenc: Use the normal URL port as RTP portMartin Storsjö2010-10-09
* sapenc: Include os_support.h, to provide a fallback definition for socklen_tMartin Storsjö2010-10-09
* Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPECMartin Storsjö2010-10-08
* sapenc: Mark the muxer as depending on network functionsMartin Storsjö2010-10-08
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-08