[FFmpeg-cvslog] avcodec/utils: check the private context class

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 17 03:28:25 2014 +0100| [ddd7dac7ae0515ea6036396bb50d7bb5f702aeef] | committer: Michael Niedermayer avcodec/utils: check the private context class Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/indeo3: use signed variables to avoid underflow

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 17 03:14:21 2014 +0100| [3305acdc92fa37869f160a11a87741c8a0de0454] | committer: Michael Niedermayer avcodec/indeo3: use signed variables to avoid underflow Fixes out of array read Fixes: signal_sigsegv_1b0a4da_1865_cov_2167818389_computer

[FFmpeg-cvslog] avcodec/imc: dont read bits beyond the end

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 17 04:51:06 2014 +0100| [3ba105029279bf43e6338849f360f1ce9a2973a0] | committer: Michael Niedermayer avcodec/imc: dont read bits beyond the end Fixes use of uninitialized memory Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] flacenc: calculate lower sum levels in-place.

2014-12-16 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sat Nov 22 20:05:08 2014 +0100| [254da44bf97e4d5d919a5363f476f936f3c06ccd] | committer: Reimar Döffinger flacenc: calculate lower sum levels in-place. Should improve cache usage and reduces stack usage. Also reduces number of copies in case many lev

[FFmpeg-cvslog] libavutil: cosmetic: inserted spaces wherever necessary

2014-12-16 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Wed Dec 17 02:19:42 2014 +0530| [abbcc68e5cefc09265d2665e507f69907cd5b8ca] | committer: Michael Niedermayer libavutil: cosmetic: inserted spaces wherever necessary Signed-off-by: Supraja Meedinti Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] avcodec/h264: make the first field of H264Context an AVClass

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 17 01:31:48 2014 +0100| [f3b5b139ad853b6f69c6a0b036815a60e7b3f261] | committer: Michael Niedermayer avcodec/h264: make the first field of H264Context an AVClass Fixes use of freed memory Fixes: asan_heap-uaf_3660f67_757_cov_1257014655_Hi4

[FFmpeg-cvslog] swscale: increase yuv2rgb table headroom

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 22:21:21 2014 +0100| [2a983ff7fe076ae93926eb33cfb44ca49183dacc] | committer: Michael Niedermayer swscale: increase yuv2rgb table headroom Fixes out of array access Fixes: case2_bad_read_yuv2rgbx32.mp4 Found-by: Michal Zalewski Signed-

[FFmpeg-cvslog] avformat/mov: check atom nesting depth

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 21:14:40 2014 +0100| [caa7a3914f499f74b3ee346f26d598ebdc0ec210] | committer: Michael Niedermayer avformat/mov: check atom nesting depth Fixes call stack overflow Fixes: case1_call_stack_overflow.mp4 Found-by: Michal Zalewski Signed-of

[FFmpeg-cvslog] avformat/mov: fix integer overflow of size

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 21:29:27 2014 +0100| [be9ce6e10a8d53b8bc346c9337d75a5a30631a2a] | committer: Michael Niedermayer avformat/mov: fix integer overflow of size Fixes: case1_call_stack_overflow.mp4 Found-by: Michal Zalewski Signed-off-by: Michael Niederma

[FFmpeg-cvslog] avcodec/utvideodec: Fix handling of slice_height=0

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 20:45:31 2014 +0100| [3881606240953b9275a247a1c98a567f3c44890f] | committer: Michael Niedermayer avcodec/utvideodec: Fix handling of slice_height=0 Fixes out of array accesses Fixes: asan_heap-oob_25bcd7e_3783_cov_3553517262_utvideo_rg

[FFmpeg-cvslog] doc/filters: fix typos and spelling errors

2014-12-16 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Tue Dec 16 10:32:00 2014 -0900| [a9a3c005b889fa44183d5a0118a34402c07b1cab] | committer: Lou Logan doc/filters: fix typos and spelling errors Prompted-by: Carl Oxwall <@oxwall> Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/vmdvideo: Check len before using it in method 3

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 16:24:55 2014 +0100| [3030fb7e0d41836f8add6399e9a7c7b740b48bfd] | committer: Michael Niedermayer avcodec/vmdvideo: Check len before using it in method 3 Fixes out of array access Fixes: asan_heap-oob_4d23ba_91_cov_3853393937_128.vmd F

[FFmpeg-cvslog] avcodec/xface: correct the XFACE_MAX_* values

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 18:57:54 2014 +0100| [93a5a16f136d095d23610f57bdad10ba88120fba] | committer: Michael Niedermayer avcodec/xface: correct the XFACE_MAX_* values Fixes out of array access Fixes: asan_stack-oob_32c12e5_2536_cov_2442316831_lena.xface Foun

[FFmpeg-cvslog] avcodec/xface: Add asserts to limit nb_words from becoming too large

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 18:09:16 2014 +0100| [211200e0c0efa48b2815ce93fda10dab43526d1b] | committer: Michael Niedermayer avcodec/xface: Add asserts to limit nb_words from becoming too large Approved-by: Stefano Sabatini Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 15:04:41 2014 +0100| [b8eb8b03104abb926616eb48fcb6d00127704bea] | committer: Michael Niedermayer avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 15:03:32 2014 +0100| [91ea466551c148bd897706a1b6a168e783761a06] | committer: Michael Niedermayer avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory

2014-12-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 16 15:01:05 2014 +0100| [16d763fa45b95783c6770edc559769d9a83d6a10] | committer: Michael Niedermayer avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavfi: add colorlevels filter

2014-12-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 6 14:04:38 2014 +| [5f90ef66119e100168552c027bb1d27df17a6d60] | committer: Paul B Mahol lavfi: add colorlevels filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f90ef66119e100168552c027bb1d27df