aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtpenc_chain.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-3/+5
|\
| * 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
* | 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-061-2/+0
* | Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-061-5/+1
* | libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-061-5/+3
* | Free AVStream->info in chained muxersMartin Storsjö2011-02-041-0/+1
|/
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-081-0/+82