[FFmpeg-cvslog] avcodec/avrndec: Use the AVFrame format instead of the context

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 13:04:54 2015 +0100| [ccba8aaff2ef5649495ae48bc5c90bd8ff32e6f3] | committer: Michael Niedermayer avcodec/avrndec: Use the AVFrame format instead of the context Fixes out of array read Fixes:

[FFmpeg-cvslog] avutil: Move av_rint64_clip_* to internal.h

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 02:35:02 2015 +0100| [5c3dee7dadf8f3f554648bdce30844d5958e3572] | committer: Michael Niedermayer avutil: Move av_rint64_clip_* to internal.h The function is renamed to ff_rint64_clip() This should avoid build

[FFmpeg-cvslog] avcodec/dpx: Move need_align to act per line

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 14:29:02 2015 +0100| [c8aaae8e0f1519bc99bd717ea3067c9cfdb68def] | committer: Michael Niedermayer avcodec/dpx: Move need_align to act per line Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/ffv1dec: Clear quant_table_count if its invalid

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 13:21:58 2015 +0100| [e04126072e984f8db5db9da9303c89ae01f7d6bb] | committer: Michael Niedermayer avcodec/ffv1dec: Clear quant_table_count if its invalid Fixes deallocation of corrupted pointer Fixes:

[FFmpeg-cvslog] avcodec/simple_idct: use predefined M_SQRT2

2015-11-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov 14 10:55:10 2015 -0500| [618b3ae7d4a90a0b4a25995bf54896cdee129a5b] | committer: Ganesh Ajjanagadde avcodec/simple_idct: use predefined M_SQRT2 M_SQRT2 is defined in math.h, or in avutil/mathematics.h for

[FFmpeg-cvslog] avcodec/mpegvideo: use predefined M_PI

2015-11-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov 14 10:49:45 2015 -0500| [c5fa42c69aeccd644fb5a42b4995602d206f168b] | committer: Ganesh Ajjanagadde avcodec/mpegvideo: use predefined M_PI M_PI is defined in math.h, or in avutil/mathematics.h for compatibility

[FFmpeg-cvslog] avcodec/pgssubdec: Check dimensions for 0

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 18:06:37 2015 +0100| [ebf5264cd6bbda6c0c379dfeaaba3b9afc3279a8] | committer: Michael Niedermayer avcodec/pgssubdec: Check dimensions for 0 Fixes division by 0 Fixes:

[FFmpeg-cvslog] avcodec/rscc: Check input size for raw mode

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 17:59:56 2015 +0100| [ac6ab77741f5e57c8c1d3980bfaf3690eb1cd8c0] | committer: Michael Niedermayer avcodec/rscc: Check input size for raw mode Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/error_resilience: avoid accessing previous or next frames tables beyond height

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 21:11:52 2015 +0100| [a105f52855d08e4ab1ed7306da8e32fc90d6d647] | committer: Michael Niedermayer avcodec/error_resilience: avoid accessing previous or next frames tables beyond height The height of tables can

[FFmpeg-cvslog] dds: disable palette flag for compressed dds

2015-11-14 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 13 21:48:27 2015 +0100| [603ebab8d7b789cd3cb6c7ca645a7badb5b950b4] | committer: Andreas Cadhalpun dds: disable palette flag for compressed dds Having both is not valid and can cause a NULL pointer

[FFmpeg-cvslog] avcodec/takdec: Skip last p2 sample (which is unused)

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 01:22:31 2015 +0100| [08b520636e96ba6888b669b9b3f4c414631ea1d2] | committer: Michael Niedermayer avcodec/takdec: Skip last p2 sample (which is unused) Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 00:25:11 2015 +0100| [9caa9414ccf2dcf8aee2695377dee830a5024c82] | committer: Michael Niedermayer avcodec/dxtory: Fix input size check in dxtory_decode_v1_420() Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 00:25:11 2015 +0100| [76b6f4b7d91901929177cc61d9810dcca0bb40c1] | committer: Michael Niedermayer avcodec/dxtory: Fix input size check in dxtory_decode_v1_410() Fixes potential out of array read Signed-off-by: