ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Fri Dec 16 02:29:56 2016 +0100|
[884cd3caa5cc111daaa4ff2ca05c99e05a713e47] | committer: Andreas Cadhalpun
swscale: save ebx register when it is not available
Configure checks if the ebx register can be used for asm and it has to
be saved if an
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Sun Jan 1 20:27:50 2017 +0100|
[41fc098a8612ba1af98ea0713c929a1f32f3ae87] | committer: Michael Niedermayer
libopenmpt: add missing avio_read return value check
This fixes heap-buffer-overflows in libopenmpt caused by interpreting
the negative
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Thu Dec 22 03:59:03 2016 +0100| [7643e8584f3a3711963889d79decf780e4d9390c] |
committer: Michael Niedermayer
avutil/random_seed: Improve get_generic_seed() with higher precission clock()
Tested-by: Thomas Turner
Signed-off-by: Michael Nieder
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Tue Jan 24 22:21:25 2017 +0100| [dd36b3a06a0ad2a4d5cc03912b9f9bae189b5eae] |
committer: Michael Niedermayer
avcodec/vp56: Check for the bitstream end, pass error codes on
Fixes timeout
Fixes: 446/fuzz-3-ffmpeg_VIDEO_AV_CODEC_ID_VP6_fuzzer
F
ffmpeg | branch: release/3.2 | Tobias Rapp | Fri Dec
23 14:50:16 2016 +0100| [d5154c055bab178287f44a3625cff0e57c448b84] | committer:
Michael Niedermayer
avformat/avidec: skip odml master index chunks in avi_sync
Fixes pts gaps when reading AVI files > 256GiB generated by FFmpeg.
Signed-off-by
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Sat Dec 10 20:15:12 2016 +0100| [3e3e095fc90306b56ed3496d2000676092c5bfb7] |
committer: Michael Niedermayer
avformat/options_table: Set the default maximum number of streams to 1000
Fixes CVE-2016-9561, Note the security relevance of this is
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Mon Jan 23 01:25:27 2017 +0100| [bd6c1d5149fbc4f2a0200ad99e7f56f4fb7d518a] |
committer: Michael Niedermayer
avcodec/pngdec: Fix off by 1 size in decode_zbuf()
Fixes out of array access
Fixes: 444/fuzz-2-ffmpeg_VIDEO_AV_CODEC_ID_PNG_fuzzer
F
ffmpeg | branch: release/3.2 | Frank Liberato | Tue Jan
24 10:58:17 2017 -0800| [cc662476031b168a398d48fa6c6fc4a5f08fe4fa] | committer:
Michael Niedermayer
avformat/flacdec: Check avio_read result when reading flac block header.
Return AVERROR_INVALIDDATA if all four bytes aren't present.
Sig
ffmpeg | branch: release/3.2 | Matt Wolenetz | Mon Nov
21 15:54:02 2016 -0800| [2481f1320a7f3073415897e4ba82c1455f0ec996] | committer:
Michael Niedermayer
lavf/utils.c Protect against accessing entries[nb_entries]
In ff_index_search_timestamp(), if b == num_entries,
m == num_entries - 1, and e
ffmpeg | branch: release/3.2 | Chris Cunningham |
Tue Nov 22 13:54:50 2016 -0800| [533431d5af927012812c9c52b710cd796f7c022c] |
committer: Michael Niedermayer
avformat/mp3dec: fix msan warning when verifying mpa header
MPEG Audio frame header must be 4 bytes. If we fail to read
4 bytes bail ear
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Mon Dec 26 23:45:53 2016 +0100| [3442c20c4d380d232120ba5c41283ded0125b348] |
committer: Michael Niedermayer
avcodec/bsf: Fix av_bsf_list_free()
Negate null check
Fixes CID1396248
Signed-off-by: Michael Niedermayer
(cherry picked from commi
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Thu Dec 29 02:19:27 2016 +0100| [7d222736c27ef7aa0880fc91a51d83dfeac7b388] |
committer: Michael Niedermayer
avcodec/omx: Do not pass negative value into av_malloc()
Fixes CID1396849
Signed-off-by: Michael Niedermayer
(cherry picked from co
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Tue Jan 24 16:13:05 2017 +0100| [14f555683a9844e5f8b5a544c066fb4f38074bb4] |
committer: Michael Niedermayer
avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
Fixes timeout
Fixes: 445/fuzz-3-ffmpeg_VIDEO_AV_CODEC_ID_MJPEG
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Sat Dec 31 03:08:33 2016 +0100| [cd81993070e8d53982430c42bd2210c549ae34cc] |
committer: Michael Niedermayer
avcodec/mjpegdec: Check for rgb before flipping
Fixes assertion failure due to unsupported case
Fixes: 356/fuzz-1-ffmpeg_VIDEO_AV_CO
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Fri Dec 23 21:14:59 2016 +0100| [07df85b9586f0fd303b08266126e5d1f8c797b9a] |
committer: Michael Niedermayer
swscale/swscale: Fix dereference of stride array before null check
Fixes: CID1396263
Fixes: CID1396271
Signed-off-by: Michael Nieder
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Wed Jan 25 00:20:19 2017 +0100| [dc2d3856f300dfd215ea5c8fb90bb4a628e829a4] |
committer: Michael Niedermayer
avcodec/utils: correct align value for interplay
Fixes out of array access
Fixes: 452/fuzz-1-ffmpeg_VIDEO_AV_CODEC_ID_INTERPLAY_VIDEO
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Sat Dec 10 20:15:13 2016 +0100| [9519b2560e1839644a74162ee52f2116532d964a] |
committer: Michael Niedermayer
avformat/utils: Print verbose error message if stream count exceeds max_streams
Reviewed-by: Andreas Cadhalpun
Signed-off-by: Michae
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Sat Dec 24 14:26:41 2016 +0100| [ceeeccc86211f072574760cd81b70726d991ad76] |
committer: Michael Niedermayer
avutil/random_seed: Reduce the time needed on systems with very low precission
clock()
This should fix issues on BSD
CLOCKS_PER_SEC
ffmpeg | branch: master | Frank Liberato | Tue Jan 24
10:58:17 2017 -0800| [95bde49982a82bc10470c0adab5969ffe635d064] | committer:
Michael Niedermayer
avformat/flacdec: Check avio_read result when reading flac block header.
Return AVERROR_INVALIDDATA if all four bytes aren't present.
Signed-o
ffmpeg | branch: master | Sasi Inguva | Tue
Jan 24 08:23:54 2017 -0800| [f227fc4c2a9f355d787621f8c3698bd1921fb019] |
committer: Michael Niedermayer
ffmpeg_opt.c: Introduce a -vstats_version option and document the existing
-vstats format.
Signed-off-by: Sasi Inguva
Signed-off-by: Michael Nie
ffmpeg | branch: master | Paul B Mahol | Wed Jan 25 11:00:13
2017 +0100| [b4a13d442a5161c3f40b8f465379d2f70f002830] | committer: Paul B Mahol
avcodecc/ccaption_dec: remove extra word from long codec description
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Paul B Mahol | Tue Jan 24 16:34:29
2017 +0100| [45ff6ef50e2ada0c473ee662f84957186e06a232] | committer: Paul B Mahol
avformat: add Scenarist Closed Captions demuxer
Fixes #4767.
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4
ffmpeg | branch: master | Paul B Mahol | Sat Jan 21 12:29:44
2017 +0100| [b953aec3c408049680ae722cf703b778b6e806d2] | committer: Paul B Mahol
avformat: add Sample Dump eXchange demuxer
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b953aec3c408049680ae
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Jan 25
11:49:04 2017 +0100| [a135b017dec55d7cd10d400081f7eee3b32210c8] | committer:
Carl Eugen Hoyos
lavf/mov: Unscramble dref debug output.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a135b017dec55d7cd10d400081f7eee3b32210c8
---
24 matches
Mail list logo