or most of them ;) This is the first chunk of a bigger set which tries to improve code reliablity leveraging on Coverity Scan report. All patches carry a CC:libav-stable, please say so when you think they should *not* reach releases.
The topic of this chunk is "command line tools". Vittorio Luca Barbato (5): avplay: Always free find_stream_info options avplay: Always free opts avplay: avoid an out-of-bounds access while resampling avprobe: Avoid a possible NULL dereference avprobe: Remove a pointless check Michael Niedermayer (1): cmdutils: remove unneeded null check Vittorio Giovara (6): avconv: always initialize pkt avconv: fix leak in filter error avconv: avoid a null pointer dereference avconv: avoid a null pointer dereference avconv: avoid a null pointer dereference avconv: check return value avconv.c | 17 ++++++++++------- avconv_filter.c | 10 +++++----- avplay.c | 39 +++++++++++++++++++++++++-------------- avprobe.c | 4 ++-- cmdutils.c | 2 +- 5 files changed, 43 insertions(+), 29 deletions(-) -- 1.9.3 (Apple Git-50) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
