[FFmpeg-cvslog] avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode()

2018-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 15 23:46:44 2018 +0100| [a026a3efaeb9c2026668dccbbda339a21ab3206b] | committer: Michael Niedermayer avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode() I suspect

[FFmpeg-cvslog] avcodec/mjpegdec: Fix integer overflow in DC dequantization

2018-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 24 03:28:49 2018 +0100| [1bfc1aa004950c5ad527d823a08b8a19eef34eb0] | committer: Michael Niedermayer avcodec/mjpegdec: Fix integer overflow in DC dequantization Fixes: runtime error: signed integer overflow: -65535

[FFmpeg-cvslog] avfilter/vf_transpose: Fix used plane count.

2018-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 24 19:38:05 2018 +0100| [c6939f65a116b1ffed345d29d8621ee4ffb32235] | committer: Michael Niedermayer avfilter/vf_transpose: Fix used plane count. Fixes out of array access Fixes: poc.mp4 Found-by: GwanYeong Kim

[FFmpeg-cvslog] hls: don't print a certain warning if playlist loading is aborted

2018-01-26 Thread wm4
ffmpeg | branch: master | wm4 | Wed Jan 24 08:04:38 2018 +0100| [23ffeb91fe46f6f95348731396ccfdb7fbff0337] | committer: wm4 hls: don't print a certain warning if playlist loading is aborted AVERROR_EXIT happens when the user's interrupt callback signals that playback

[FFmpeg-cvslog] avformat, hls: add a flag to signal unavailability of seeking

2018-01-26 Thread wm4
ffmpeg | branch: master | wm4 | Wed Jan 24 08:02:25 2018 +0100| [6194d7e56454897b9c5d9d52e82376b2a6e6b85c] | committer: wm4 avformat, hls: add a flag to signal unavailability of seeking The seek function can just return an error if seeking is unavailable, but often this

[FFmpeg-cvslog] hls: do not allow fallback to generic seeking

2018-01-26 Thread wm4
ffmpeg | branch: master | wm4 | Wed Jan 24 07:58:52 2018 +0100| [637dfa39421c2806616d1aa454c9182db1aac3d9] | committer: wm4 hls: do not allow fallback to generic seeking This makes little sense due to how HLS works, and only causes some additional annoyances if the HLS

[FFmpeg-cvslog] lavc/aarch64/sbrdsp_neon: fix build on old binutils

2018-01-26 Thread Rodger Combs
ffmpeg | branch: release/3.4 | Rodger Combs | Thu Jan 25 20:53:59 2018 -0600| [ad85d9af13dbca29e4377a53c957ed97b8442fdd] | committer: James Almer lavc/aarch64/sbrdsp_neon: fix build on old binutils (cherry picked from commit 77237504757b97c068796a4e9ef81b9653618616) >

[FFmpeg-cvslog] lavc/aarch64/sbrdsp_neon: fix build on old binutils

2018-01-26 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Jan 25 20:53:59 2018 -0600| [77237504757b97c068796a4e9ef81b9653618616] | committer: Rodger Combs lavc/aarch64/sbrdsp_neon: fix build on old binutils >