summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpenc_chain.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-131-0/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-7/+6
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-161-1/+1
* rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö2011-06-101-0/+8
* avio: make url_fdopen internal.Anton Khirnov2011-04-031-1/+2
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-1/+2
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-1/+1
* rtpenc_chain: Don't copy the time_base back to the callerMartin Storsjö2011-02-041-2/+0
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-041-5/+1
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-041-5/+3
* Free AVStream->info in chained muxersMartin Storsjö2011-02-031-0/+1
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-081-0/+82
OpenPOWER on IntegriCloud