[FFmpeg-devel] [PATCH 0/6] libavformat: Simplify muxer cleanup and chained muxers
Martin Storsjö
martin
Fri Feb 4 11:04:14 CET 2011
Updated patch series with the uncommitted parts.
#1 - was OKed by Ronald (as #2 in the previous series)
#2 - renamed to avformat_free_context as requested, added
minor bump, updated comment on avformat_alloc_context
#3 - APIchanges for #2 (the committer should add the actual
hash of #2 there)
#4 - OKed by Ronald before, adapted to the renamed function
#5 - OKed by Ronald before
#6 - Adapted to the renamed function
Martin Storsj? (6):
libavformat: Use avcodec_copy_context for chained muxers
libavformat: Add a function for freeing an AVFormatContext
Add an APIchanges entry for avformat_free_context
Use avformat_free_context for cleaning up muxers
rtpenc_chain: Don't copy the time_base back to the caller
movenchint: Use rtpenc_chain for setting up the chained RTP muxer
doc/APIchanges | 3 ++
ffmpeg.c | 16 +-------------
libavformat/Makefile | 3 +-
libavformat/avformat.h | 10 +++++++-
libavformat/movenchint.c | 50 +++----------------------------------------
libavformat/rtpenc_chain.c | 12 +--------
libavformat/rtsp.c | 6 +----
libavformat/sapenc.c | 6 +----
libavformat/utils.c | 11 +++++++--
libavformat/version.h | 2 +-
10 files changed, 31 insertions(+), 88 deletions(-)
--
1.7.3.1
More information about the ffmpeg-devel
mailing list