[FFmpeg-cvslog] avcodec/h264_parse: Check picture structure when initializing weight table

2017-06-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 10 00:13:07 2017 +0200| [09096fb68713089a8f97c8fa24e9d7f3bb9231d5] | committer: Michael Niedermayer avcodec/h264_parse: Check picture structure when initializing weight table Fixes: runtime error: index 49 out of bounds for type 'int [48]

[FFmpeg-cvslog] avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1.3.1

2017-06-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 9 23:16:55 2017 +0200| [e1b0044c234775bf99ab1a5c794240a9a692ad8d] | committer: Michael Niedermayer avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1.3.1 Fixes: OOM Fixes: 2143/clusterfuzz-testcase-minimized-5

[FFmpeg-cvslog] avcodec/dvbsubdec: Use av_image_check_size2()

2017-06-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 9 23:04:30 2017 +0200| [4bcde26172bab43843e2f869025931217b3c5773] | committer: Michael Niedermayer avcodec/dvbsubdec: Use av_image_check_size2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] lavf/mov.c: offset index timestamps by the minimum pts to make first pts zero

2017-06-09 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Tue Jun 6 11:16:01 2017 -0700| [93db5e3fc41ac0242acab86c3e4ce3a3dfb80075] | committer: wm4 lavf/mov.c: offset index timestamps by the minimum pts to make first pts zero If the videos starts with B frame, then the minimum composition time as computed by

[FFmpeg-cvslog] vf_colorspace: Add a pixdesc API alias name for bt2020nc color space

2017-06-09 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Jun 8 20:00:19 2017 -0400| [c12e8f5f0b412fde9b0c3cf4ca7039ee82461139] | committer: Vittorio Giovara vf_colorspace: Add a pixdesc API alias name for bt2020nc color space > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c12e8f5f0b412fd

[FFmpeg-cvslog] x86inc: Remove argument from WIN64_RESTORE_XMM

2017-06-09 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov | Sat May 20 21:17:59 2017 +0300| [d991b3e8a87a26c9afa06da2f5f865ca43921ff1] | committer: James Darnley x86inc: Remove argument from WIN64_RESTORE_XMM The use of rsp was pretty much hardcoded there and probably didn't work otherwise with stack_size >

[FFmpeg-cvslog] x86inc: Prefer r14/r15 over r12/r13 on x86-64

2017-06-09 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sat Apr 22 20:30:35 2017 +0200| [cd4ca8245963c6c1845a87b658822b0be0c99048] | committer: James Darnley x86inc: Prefer r14/r15 over r12/r13 on x86-64 Due to a peculiarity in the ModR/M addressing encoding, the r12 and r13 registers sometimes requires an

[FFmpeg-cvslog] x86inc: Make REP_RET identical to RET in SSSE3+ functions

2017-06-09 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Thu Apr 20 19:16:51 2017 +0200| [88dcdfad0964a954b6f185936c023dfd1c5d5e99] | committer: James Darnley x86inc: Make REP_RET identical to RET in SSSE3+ functions There's no point in emitting a rep prefix before ret on modern CPUs. > http://git.videolan

[FFmpeg-cvslog] x86inc: Fix call with memory operands

2017-06-09 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Wed Mar 29 16:43:57 2017 +0200| [406e0ddc0b9b5cc3867ee65924ab211be3770ed6] | committer: James Darnley x86inc: Fix call with memory operands We overload the `call` instruction with a macro, but it would misbehave when the macro argument wasn't a valid

[FFmpeg-cvslog] libavformat/http: return EIO when ffurl_read return 0, but s->off < target_end

2017-06-09 Thread raymondzheng
ffmpeg | branch: master | raymondzheng | Thu May 18 14:35:31 2017 +0800| [9f20cc5c84589afe96499fd7259eb821e31217a0] | committer: Michael Niedermayer libavformat/http: return EIO when ffurl_read return 0, but s->off < target_end Approved-by: "Ronald S. Bultje" Signed-off-by: Michael Niedermaye