Here are all the patches waiting for review from batch 3-6. Vittorio Luca Barbato (4): xwma: Do not leak on failure path sol: Simplify sol_codec_id() add av_rename to wrap errno checking lavf: replace rename with av_rename
Vittorio Giovara (9): avfilter: check filter link validity audiointerleave: check av_new_packet return value img2dec: check av_new_packet return value rmdec: stricter error check to avoid theoretical unitialized used rmdec: check av_new_packet return value nutdec: check av_new_packet return value nutenc: check for negative index rather than assert flac_picture: prevent a possible out of bound write mov: fix assigment check doc/APIchanges | 3 +++ libavfilter/avfilter.c | 7 ++++++- libavformat/audiointerleave.c | 6 ++++-- libavformat/flac_picture.c | 10 +++++----- libavformat/hdsenc.c | 11 ++++++----- libavformat/img2dec.c | 6 ++++-- libavformat/mov.c | 2 +- libavformat/nutdec.c | 6 ++++-- libavformat/nutenc.c | 5 ++++- libavformat/rmdec.c | 6 ++++-- libavformat/smoothstreamingenc.c | 7 ++++--- libavformat/sol.c | 30 +++++++++++++----------------- libavformat/xwma.c | 25 ++++++++++++++++--------- libavutil/file.h | 7 +++++++ libavutil/version.h | 2 +- 15 files changed, 82 insertions(+), 51 deletions(-) -- 1.9.3 (Apple Git-50) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
