aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rtpenc_chain.c
AgeCommit message (Expand)Author
2011-11-13avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-06-16lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov
2011-06-10rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö
2011-04-03avio: make url_fdopen internal.Anton Khirnov
2011-04-03avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-03avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-04rtpenc_chain: Don't copy the time_base back to the callerMartin Storsjö
2011-02-04Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-04libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö
2011-02-03Free AVStream->info in chained muxersMartin Storsjö
2010-10-08rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö