summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc_chain.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* rtpenc_chain: Pass the initial time_base hint on to the chained muxerMartin Storsjö2014-09-17
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-31
* Revert "rtpenc_chain: Don't copy the time_base back to the caller"Martin Storsjö2014-05-30
* rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_bufMartin Storsjö2013-08-07
* rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö2013-01-24
* rtpenc_chain: Remove unused variableDiego Biurrun2012-11-28
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-26
* rtpenc_chain: Free the URLContext on failureMartin Storsjö2012-05-26
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
* 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