[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: 20dd01398dee0f6d83d7e5410a2ae8eb/signal_sig

[FFmpeg-cvslog] avcodec/flashsv: Check size before updating it

2015-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 13:34:02 2015 +0100| [17705f5d4f57c15f9b9bb9cfcbbb4621fed2fc70] | committer: Michael Niedermayer avcodec/flashsv: Check size before updating it Fixes out of array read Fixes: 3c857d4d90365731524716e6d051e43a/signal_sigsegv_7f4f59bcc29

[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: 343dfbe142a38b521ed069dc4ea7c03b/s

[FFmpeg-cvslog] avformat: implement SChannel SSP TLS protocol

2015-11-14 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Oct 4 14:48:49 2015 +0200| [4c8d86eb18e2fc8fcd5819a33599422454fdeff8] | committer: Hendrik Leppkes avformat: implement SChannel SSP TLS protocol This implementation does not support TLS listen sockets and loading CA/Certs from files. The Window

[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: 61cf123c081ee2bb774d307c75bdb99e/asan_heap-oob_1224f76_5546_b

[FFmpeg-cvslog] avcodec/ratecontrol: use predefined M_E

2015-11-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Nov 10 22:26:25 2015 -0500| [f1726ad1b0d0345cc9dbae917c3141f703b19050] | committer: Ganesh Ajjanagadde avcodec/ratecontrol: use predefined M_E M_E is defined in math.h, or in avutil/mathematics.h for compatibility hacks. This uses this value i

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

2015-11-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov 14 10:52:30 2015 -0500| [11f0acf829e26279c5f2a414c6860bd4933f29af] | committer: Ganesh Ajjanagadde avcodec/mpegaudio: use predefined M_SQRT2 M_SQRT2 is defined in math.h, or in avutil/mathematics.h for compatibility hacks. This uses this v

[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 compatibility hacks. This uses this

[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 hacks. This uses this value i

[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: b293a6479bb4b5286cff24d356bfd955/asan_generic_225c3c9_7819_cc526b657

[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: 7fcd09eadd046e326d8ea0af66f166c8/asan_heap-oob_4a52e5_2273_fa6

[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 dereference of frame->data[1] later. Revie

[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 be rounded up for MBAFF b

[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: cb3f38b08b4541523974667c7d1eee9e/asan_heap-oob_2659e

[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: c50c4aa6cefda71b19a31ea12302980c/asan_heap-

[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: Michael Niedermayer > h

[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 failures on VS2012 Feel f