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