OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / rtpenc_chain.c
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...