]> git.sesse.net Git - ffmpeg/history - libavformat/rtpenc_chain.c
avprobe: fix formatting.
[ffmpeg] / libavformat / rtpenc_chain.c
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...