On Tue, 31 Mar 2020, Andreas Rheinhardt wrote:
This patchset is a slightly revised version of the remaining patches of a patchset I originally sent last August [1]. I resend it because Marton requested it [2]. I have also added three new patches at the end (but they actually don't depend on any of the earlier patches).
Do you plan to apply the rest of these? If I ever get to a point where I can resend my original series, it should better be on top of these patches :)
Thanks, Marton
- Andreas [1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2019-August/248140.html [2]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-March/259218.html Andreas Rheinhardt (10): avformat/mux: Only prepare input packet if there is a packet avformat/audiointerleave: Fix memleak avformat/avformat.h: Correct some comments avformat/mux: Fix leaks of uncoded frames on errors avformat/mux: Fix memleaks on errors II, improve documentation avformat/mux: Don't modify packets we don't own avformat/mux: Remove pointless timestamp backups avformat/avformat: Clarify documentation of av_interleaved_write_frame() fftools/ffmpeg, doc/examples/remuxing: Remove redundant av_packet_unref libavformat/mux, mxfenc: Don't initialize unnecessarily doc/APIchanges | 4 ++ doc/examples/remuxing.c | 1 - fftools/ffmpeg.c | 1 - libavformat/audiointerleave.c | 7 +- libavformat/audiointerleave.h | 4 ++ libavformat/avformat.h | 25 ++++--- libavformat/internal.h | 20 +++--- libavformat/mux.c | 118 +++++++++++++++++++--------------- libavformat/mxfenc.c | 1 - 9 files changed, 101 insertions(+), 80 deletions(-) -- 2.20.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".