[FFmpeg-cvslog] avcodec/error_resilience: avoid pointer arithmetic with NULL

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 12 04:46:55 2014 +0200| [20df02680c94df1dd74f2e69068cbf02cb98d290] | committer: Michael Niedermayer avcodec/error_resilience: avoid pointer arithmetic with NULL move the code after the existing NULL check Fixes: signal_sigsegv_844d59_10_

[FFmpeg-cvslog] lavf: Don't drop both pts and dts if timestamps are invalid

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 16 01:19:35 2011 +0100| [bd239c9a2e151c0aeeb653a571f130aae7320894] | committer: Martin Storsjö lavf: Don't drop both pts and dts if timestamps are invalid In these cases, only drop dts. Because if we drop both we have no timestamps at all

[FFmpeg-cvslog] Merge commit 'bd239c9a2e151c0aeeb653a571f130aae7320894'

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 12 00:52:46 2014 +0200| [bec077a1ab1fe19d8cb7a9cafd9731546d449c4b] | committer: Michael Niedermayer Merge commit 'bd239c9a2e151c0aeeb653a571f130aae7320894' * commit 'bd239c9a2e151c0aeeb653a571f130aae7320894': lavf: Don't drop both pts a

[FFmpeg-cvslog] avcodec/mjpegdec: sanity check bits

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 12 00:25:47 2014 +0200| [0db1f2c2c78db18999fccd46a156408e5e87c8a1] | committer: Michael Niedermayer avcodec/mjpegdec: sanity check bits Fixes undefined shift Fixes: asan_heap-oob_16668e9_2_asan_heap-oob_16668e9_346_miss_congeniality_pega

[FFmpeg-cvslog] vf_drawtext: add missing clear of pointers after av_expr_free()

2014-10-11 Thread Karl Kiniger
ffmpeg | branch: master | Karl Kiniger | Sat Oct 11 22:34:11 2014 +0200| [903156aa8a352a5df34cd1e34c21b2193a447d5e] | committer: Michael Niedermayer vf_drawtext: add missing clear of pointers after av_expr_free() Fixes segfault when using sendcmd with drawtext. Since LIBAVFILTER_VERSION_MAJOR

[FFmpeg-cvslog] avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memory

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 11 22:50:51 2014 +0200| [3521c70dabb2be64e777eb06ef1f81e6e8cf51e4] | committer: Michael Niedermayer avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avcodec/dct: use av_freep(), do not leave stale pointers in memory

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 11 22:50:51 2014 +0200| [e24e5986a6f5bd9dc2e65306d7969d3ea7dab7a5] | committer: Michael Niedermayer avcodec/dct: use av_freep(), do not leave stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/eamad: use av_freep(), do not leave stale pointers in memory

2014-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 11 22:50:51 2014 +0200| [c712d240b1684dd5eb32636a28699742034618a0] | committer: Michael Niedermayer avcodec/eamad: use av_freep(), do not leave stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] ffmpeg_opt: abort if -to <= -ss

2014-10-11 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Fri Oct 10 23:04:01 2014 +0200| [8c4ca4aa5aa998e31337e30ff30ebf48f534acc2] | committer: Michael Niedermayer ffmpeg_opt: abort if -to <= -ss Makes ffmpeg abort instead of continuing when stop_time <= start_time. Closes ticket #4015. Signed-off-by: Simo

[FFmpeg-cvslog] proresenc_ks: use chroma sampling in autoselection

2014-10-11 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Aug 30 15:04:03 2014 +0200| [140f535517e93409b4718b25094528d2a367737e] | committer: Michael Niedermayer proresenc_ks: use chroma sampling in autoselection If the chroma planes aren't subsampled, automatically select the 4:4:4:4 profile. Signe

[FFmpeg-cvslog] avutil/lzo: fix resource leak

2014-10-11 Thread Ruoyu
ffmpeg | branch: master | Ruoyu | Sat Oct 11 11:50:20 2014 +0800| [c44d8d9552f976b02dab45bd2a77a8efba38f38b] | committer: Michael Niedermayer avutil/lzo: fix resource leak Signed-off-by: Ruoyu Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c44