]> git.sesse.net Git - ffmpeg/history - libavformat/rtpenc_chain.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / rtpenc_chain.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-02-24 Martin Storsjölibavformat: Use ffio_free_dyn_buf where applicable
2014-09-17 Martin Storsjörtpenc_chain: Pass the initial time_base hint on to...
2014-05-31 Martin Storsjörtpenc_chain: Don't copy the time base to the source...
2014-05-30 Martin StorsjöRevert "rtpenc_chain: Don't copy the time_base back...
2013-08-07 Martin Storsjörtpenc_chain: Check for errors from ffio_fdopen and...
2013-01-24 Martin Storsjörtpenc_chain: Use the original AVFormatContext for...
2012-11-28 Diego Biurrunrtpenc_chain: Remove unused variable
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-05-26 Martin Storsjörtpenc_chain: Free the URLContext on failure
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-11-13 Martin Storsjöavformat: Pass the interrupt callback on to chained...
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-06-16 Anton Khirnovlavf: add avformat_write_header() as a replacement...
2011-06-10 Martin Storsjörtpenc_chain: Pass the rtpflags options through to...
2011-04-03 Anton Khirnovavio: make url_fdopen internal.
2011-04-03 Anton Khirnovavio: make url_open_dyn_packet_buf internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-04 Martin Storsjörtpenc_chain: Don't copy the time_base back to the...
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-03 Martin StorsjöFree AVStream->info in chained muxers
2010-10-08 Martin Storsjörtsp: Factorize out code for opening a chained RTP...