commit_msg
stringlengths
1
24.2k
commit_hash
stringlengths
2
84
project
stringlengths
2
40
source
stringclasses
4 values
labels
int64
0
1
repo_url
stringlengths
26
70
commit_url
stringlengths
74
118
commit_date
stringlengths
25
25
opencore-amr: Add missing initializer braces to shut up gcc warning. This fixes the warning: libavcodec/libopencore-amr.c:91: warning: missing braces around initializer
8dd52d82029febc3effd981c3107846904559c6d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8dd52d82029febc3effd981c3107846904559c6d
2011-07-05 20:16:38+02:00
swscale: don't use planar output functions to write to NV12/21. This prevents a crash when converting to NV12/21 without the bitexact flags enabled.
0d994b2f45c08794899057ee7ca54f48218c0a53
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d994b2f45c08794899057ee7ca54f48218c0a53
2011-06-27 17:15:41-07:00
resample: clarify supported resampling. This also fix a crash on 8ch → 2ch requested resampling.
e8876902a9021ec185ca785653067dd34f24c5ce
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8876902a9021ec185ca785653067dd34f24c5ce
2011-06-11 15:09:39+02:00
v4l2: don't leak video standard string on error.
7a70e01b267b499d92fda68724d311c94cd76b26
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a70e01b267b499d92fda68724d311c94cd76b26
2011-05-29 15:10:35+02:00
rtpdec_qdm2: Don't try to parse data packet if no configuration is received The later parsing of payload data depends on the configuration being present. If it hasn't been configured properly yet, parsing a data packet may lead to a crash. Signed-off-by: Martin Storsjö <[email protected]>
552a99957f7c6f6ed13795caee7ab7b9deb5d76e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/552a99957f7c6f6ed13795caee7ab7b9deb5d76e
2011-05-13 00:20:59+03:00
mpeg12: terminate mpeg2_video_profiles arrays Make av_get_profile_name() return NULL if no profile is detected. Fix trac issue #130, fix crash reading file tek3.m2v. (cherry picked from commit e5d80c7b2d893422e2e60a97e08bfc48ca1684e6) Signed-off-by: Ronald S. Bultje <[email protected]>
62d33dbc170f41189c1ec775bc24e561b2e0aff5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/62d33dbc170f41189c1ec775bc24e561b2e0aff5
2011-04-28 11:07:31+02:00
Check for malloc failures in fraps decoder.
67c1a59ad7f9057f86d1605df3c28db0edb99bef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/67c1a59ad7f9057f86d1605df3c28db0edb99bef
2011-04-24 18:09:33+02:00
ffmpeg: make 'bits_per_raw_sample' option more useful Currently bits_per_raw_sample is exposed as an AVCodecContext option. The option is not very useful, because ffmpeg 1) overwrites it with a value from the upstream codec, or 2) it resets the value whenever the video is resampled. This patch adds the -bits_per_raw sample option to FFmpeg, and caches the value like is done for the -pix_fmt option. Example usage: ffmpeg v210.avi -pix_fmt rgb48 -bits_per_raw_sample 10 out%d.dpx Signed-off-by: Michael Niedermayer <[email protected]>
100a6b7c77fb4fa5b3a91e9206b9b3e7a7d01238
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/100a6b7c77fb4fa5b3a91e9206b9b3e7a7d01238
2011-04-04 00:35:58+02:00
vaapi: disable if check_lib failed.
f99abb15a1f666b66a83ec31b13bfe01e3dd3845
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f99abb15a1f666b66a83ec31b13bfe01e3dd3845
2011-03-29 09:39:30+02:00
Revert some silly renamings that leaked in from a pull.
34c27ada10f085ddb0b9bbe12217f22886683ee1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/34c27ada10f085ddb0b9bbe12217f22886683ee1
2011-03-29 02:27:13+02:00
jv demuxer: prevent video packet size overflow In the event of overflow, the JV_PADDING state will avio_skip over any overflow bytes (using JVFrame.total_size).
435535e41159fbe7423a12078d684329a554776d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/435535e41159fbe7423a12078d684329a554776d
2011-03-13 16:08:52+11:00
h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. Should an AVC-1 in MP4 stream not contain SPS or PPS NAL units, this BSF is then unable to allocate an output buffer for the modified stream. Warn that the resulting stream may be unplayable. Fix roundup issue #2386. Signed-off-by: Ronald S. Bultje <[email protected]>
02dd3666c2944a3db44ba13916ba40dbdd41f9b1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/02dd3666c2944a3db44ba13916ba40dbdd41f9b1
2011-03-07 10:19:46-05:00
vp3-mt: fix deadlock when first frame is not a keyframe. (cherry picked from commit 8cf9a09d407c42299b3203bd1eb42af6109a0d7a)
f28e599fbc853938b1cd0ef0aa7d01b9c06b7e9c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f28e599fbc853938b1cd0ef0aa7d01b9c06b7e9c
2011-03-03 14:15:12+01:00
Vorbis-in-Ogg: Do not set timebase to invalid values Avoids an assert when the sample rate is invalid and the timebase is thus set to e.g. 1/0. Sample file is http://samples.mplayerhq.hu/ogg/fuzzed-srate-crash.ogg
609bdf813d0ff3d03f8938181151f4c867c4ae65
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/609bdf813d0ff3d03f8938181151f4c867c4ae65
2011-01-28 20:58:57+01:00
x86: fix overflow in h264 8x8 planar prediction Signed-off-by: Mans Rullgard <[email protected]>
80944df720da98d6e5ee0e355db5814735914ec9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80944df720da98d6e5ee0e355db5814735914ec9
2011-01-24 23:24:28+00:00
Add memory allocation failure checks to ff_iir_filter_init_coeffs(). Signed-off-by: Mans Rullgard <[email protected]>
d42dc217ed2b0f886ffc50b26c2bbff1fee5feca
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d42dc217ed2b0f886ffc50b26c2bbff1fee5feca
2011-01-20 18:35:13+00:00
Fix crashes in vorbis decoding found by zzuf Fixes issue 2322. Originally committed as revision 25591 to svn://svn.ffmpeg.org/ffmpeg/trunk
3dde66752d59dfdd0f3727efd66e7202b3c75078
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3dde66752d59dfdd0f3727efd66e7202b3c75078
2010-10-27 16:30:01+00:00
Verify FSIZE96 when encountering X96 sync code. Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26249 to svn://svn.ffmpeg.org/ffmpeg/trunk
df1c694c580c9e0255ce632e25afdc2ef200137e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df1c694c580c9e0255ce632e25afdc2ef200137e
2011-01-06 22:24:39+00:00
Fix several security issues in flicvideo.c This fixes CVE-2010-3429 Originally committed as revision 25223 to svn://svn.ffmpeg.org/ffmpeg/trunk
6e73cef6e3b536fbccdb82bd9260440d836b3f03
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e73cef6e3b536fbccdb82bd9260440d836b3f03
2010-09-27 15:16:16+00:00
fix bitstream filter option mapping when using -newvideo and friends There was an off-by-one when addressing bitstream_filters[] in this situation. Originally committed as revision 25398 to svn://svn.ffmpeg.org/ffmpeg/trunk
ca8064d2d1b293d7a8011bf0a08005c11ae8ba67
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ca8064d2d1b293d7a8011bf0a08005c11ae8ba67
2010-10-07 19:25:48+00:00
x86: disable SSE functions using stack when stack is not aligned This fixes crashes with ICC 10.1. Originally committed as revision 25153 to svn://svn.ffmpeg.org/ffmpeg/trunk
c0bc8b9afb7e4f39d84080870b9feedcd23ab5c9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c0bc8b9afb7e4f39d84080870b9feedcd23ab5c9
2010-09-21 17:57:21+00:00
Fix SDL crash on specific hardware. Patch by Mike Scheutzow, mjs973 optonline net Originally committed as revision 24801 to svn://svn.ffmpeg.org/ffmpeg/trunk
cb036f905f6ffa7b0dfdb9c35471a8280e00214e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb036f905f6ffa7b0dfdb9c35471a8280e00214e
2010-08-17 07:47:44+00:00
Shut up an uninitialized variable GCC warning in VP8. Originally committed as revision 24445 to svn://svn.ffmpeg.org/ffmpeg/trunk
867215336debce9fe38f728ad5c74776a1965785
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/867215336debce9fe38f728ad5c74776a1965785
2010-07-22 23:04:51+00:00
Change all functions referenced in the mxf_metadata_read_table to use the same prototype and also always call them with exactly those arguments. The previous way seems to have worked on all supported platforms, however it was not strictly valid C and would crash e.g. with a compiler that uses stdcall by default. Also avoids warnings if -Wstrict-prototypes is used. Originally committed as revision 23939 to svn://svn.ffmpeg.org/ffmpeg/trunk
39bb30f6640fe1faf4bbc779a79786028febc95d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/39bb30f6640fe1faf4bbc779a79786028febc95d
2010-07-01 17:10:31+00:00
fate: add stddev comparator This allows CMP=stddev in test rules. The test passes if the reported stddev is <= the FUZZ value (default 1). Originally committed as revision 24289 to svn://svn.ffmpeg.org/ffmpeg/trunk
e153cfa8677e38bbba19dba5d983644462ae2337
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e153cfa8677e38bbba19dba5d983644462ae2337
2010-07-17 15:02:34+00:00
libxvid: Clear extradata pointer when freeing it. Fixes crash when avcodec_close() tried freeing it again. Fixes issue 1846. Originally committed as revision 22691 to svn://svn.ffmpeg.org/ffmpeg/trunk
e644db613a8fe008c996ca642800f8ccd90e613f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e644db613a8fe008c996ca642800f8ccd90e613f
2010-03-26 04:12:28+00:00
Guard against invalid memory read Originally committed as revision 22207 to svn://svn.ffmpeg.org/ffmpeg/trunk
4ffa6e78c212877abda6856f3c609d00478049df
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4ffa6e78c212877abda6856f3c609d00478049df
2010-03-04 13:26:01+00:00
regtest: split reference files allowing tests to run individually With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk
eca478c3171a85187fb98ea05b0065c336416d3c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eca478c3171a85187fb98ea05b0065c336416d3c
2010-01-16 20:18:13+00:00
Disable error resilience for field pictures, this was never supported, results where more or less random but should not have crashed. Originally committed as revision 20671 to svn://svn.ffmpeg.org/ffmpeg/trunk
fd1ef13bb4ac13f330178b4c2d67a62d3aaf46d9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd1ef13bb4ac13f330178b4c2d67a62d3aaf46d9
2009-11-30 19:15:19+00:00
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set instead of either aborting on the assert or crashing due to writing beyond the array due to insufficient padding. Originally committed as revision 20552 to svn://svn.ffmpeg.org/ffmpeg/trunk
b711aaa2d8035b8a14bbdf0315cf2cea48dee890
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b711aaa2d8035b8a14bbdf0315cf2cea48dee890
2009-11-19 11:49:03+00:00
Replace seek test error return numbers by the corresponding E* strings. Hopefully this fixes regression tests on DOS. It breaks alignment of the output a bit more, but this should be easy to fix with a second patch. Originally committed as revision 20282 to svn://svn.ffmpeg.org/ffmpeg/trunk
a828d48cfc73d244c3ab9bf19ba0e057f5439036
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a828d48cfc73d244c3ab9bf19ba0e057f5439036
2009-10-18 16:33:14+00:00
Extend check for integer overflow for malloc argument to take into account also the addition of "sound_buffers" not only the multiplication. Originally committed as revision 19840 to svn://svn.ffmpeg.org/ffmpeg/trunk
21ab5c58270271dbebc061015187bca02e5d51ce
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21ab5c58270271dbebc061015187bca02e5d51ce
2009-09-14 17:15:18+00:00
fix a crash in SVQ1 with cmp!=sad Originally committed as revision 19625 to svn://svn.ffmpeg.org/ffmpeg/trunk
d094052c8e8a036666ac02bfc52bf221ad39e4c8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d094052c8e8a036666ac02bfc52bf221ad39e4c8
2009-08-11 07:04:33+00:00
Check for seek failures in avi_load_index, otherwise if the index offset is invalid (e.g. truncated file) we might end up reading the whole file since trying to seek beyond the end of file does not set EOF. Originally committed as revision 19709 to svn://svn.ffmpeg.org/ffmpeg/trunk
44ed34b79097b972095e7c9efae32a13b4bc51dc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/44ed34b79097b972095e7c9efae32a13b4bc51dc
2009-08-26 08:38:44+00:00
Simplify run level decoding: - remove unneeded vlc code < 0 check - reorder vlc code handling so that the unlikely escape decoding part comes last - move overflow check out of the decode loop - branchless sign conversion Originally committed as revision 19234 to svn://svn.ffmpeg.org/ffmpeg/trunk
4df8bdeef3c8042659147daafad34bd76ad09096
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4df8bdeef3c8042659147daafad34bd76ad09096
2009-06-20 11:06:48+00:00
Fix a possibly exploitable buffer overflow. Originally committed as revision 18640 to svn://svn.ffmpeg.org/ffmpeg/trunk
223d996aaf9f1668c28519d3d7eb756e6cdf3fcf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/223d996aaf9f1668c28519d3d7eb756e6cdf3fcf
2009-04-21 12:00:39+00:00
Free metadata if already allocated; fixes a memleak if the header occurs twice in a stream (e.g. malicious input, broken file, etc.). See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist. Originally committed as revision 18126 to svn://svn.ffmpeg.org/ffmpeg/trunk
7d09a993d14c420ce53070312e77a224dbb4bc99
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7d09a993d14c420ce53070312e77a224dbb4bc99
2009-03-21 20:59:59+00:00
Mark dvdaudio_substream_type variable as av_uninit to work around false positive uninitialized variable warning. Originally committed as revision 17825 to svn://svn.ffmpeg.org/ffmpeg/trunk
1aeb55a1de40ff8f663d2e49da7b160b62acd3a5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1aeb55a1de40ff8f663d2e49da7b160b62acd3a5
2009-03-05 19:13:12+00:00
Instead of crashing, return from ff_vdpau_mpeg_picture_complete() if get_buffer() failed. Patch by Reimar Originally committed as revision 17427 to svn://svn.ffmpeg.org/ffmpeg/trunk
9bbf1a5c232cffb64e5f8cf071d1626cc0d033e1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9bbf1a5c232cffb64e5f8cf071d1626cc0d033e1
2009-02-18 09:21:29+00:00
ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header members and erroring out if invalid Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17193 to svn://svn.ffmpeg.org/ffmpeg/trunk
dd44d9e316c17f473eff9f4a5a94ad0d7adb157e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd44d9e316c17f473eff9f4a5a94ad0d7adb157e
2009-02-12 23:51:08+00:00
In mpeg1/2 timestamps are associated with the access unit which contains the first picture startcode that commences in the PES packet, instead of the first access unit that commences in the PES packet. Fix the parser to handle that properly. This was a very long standing bug ... The change to the seek regressions is because the mpeg ts muxer stores too many invalid and randomized timestamps which overflow the 4 entry buffer we use in the parser. Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
d59591fb02c29b41e5b8d611160971a4493394c2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d59591fb02c29b41e5b8d611160971a4493394c2
2008-06-03 02:43:17+00:00
Arrays where one element too small, fixes CID114. this was possibly exploitable Originally committed as revision 13475 to svn://svn.ffmpeg.org/ffmpeg/trunk
6138ed777db101c26d19b96e6a27b8499ab9f4e7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6138ed777db101c26d19b96e6a27b8499ab9f4e7
2008-05-27 22:10:17+00:00
Do not call update_initial_durations if pkt->duration is 0. Fixes and assertion crash when playing amv files, e.g. http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv Originally committed as revision 12797 to svn://svn.ffmpeg.org/ffmpeg/trunk
ee794d1e495404a743706123a7257f4f31941045
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ee794d1e495404a743706123a7257f4f31941045
2008-04-13 08:55:02+00:00
fix possible overflow with memmove Originally committed as revision 12261 to svn://svn.ffmpeg.org/ffmpeg/trunk
dbb7cbf26ed44d258c56e976de3300d87b716875
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dbb7cbf26ed44d258c56e976de3300d87b716875
2008-02-27 09:30:05+00:00
Fix an ffserver crash when a non-existing rtsp: url is requested Originally committed as revision 10519 to svn://svn.ffmpeg.org/ffmpeg/trunk
25e3e53d4092e7b69a4d681824fa0f7b2731bb1e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25e3e53d4092e7b69a4d681824fa0f7b2731bb1e
2007-09-17 12:47:44+00:00
Avoid a crash when H264 MMC operation causes the short term reference list to be emptied. Patch by Jeff Downs: [heydowns borg com] Originally committed as revision 10416 to svn://svn.ffmpeg.org/ffmpeg/trunk
088ed4d636e3065bf4fc67ef11bfe8592bcd8c0e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/088ed4d636e3065bf4fc67ef11bfe8592bcd8c0e
2007-09-05 20:04:09+00:00
check qblur > 1 (prevent assert failure / segfault) fixes sf bug #797610 Originally committed as revision 9166 to svn://svn.ffmpeg.org/ffmpeg/trunk
0fa9a5ddc73eef121695c5116507f8751e3300b3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0fa9a5ddc73eef121695c5116507f8751e3300b3
2007-05-31 21:40:22+00:00
correct another possible buffer overflow where interlaced would get stuck to 1 but then width/height would change and interlaced wouldnt be reset ... Originally committed as revision 8735 to svn://svn.ffmpeg.org/ffmpeg/trunk
6c3dba5760a18dff23213d0c4de7f57065a4648c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c3dba5760a18dff23213d0c4de7f57065a4648c
2007-04-14 22:05:12+00:00
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 Originally committed as revision 22910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
94bd08b0692ed88087b9086c884ca715e5078bd1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94bd08b0692ed88087b9086c884ca715e5078bd1
2007-04-03 16:22:19+00:00
crash fix by Carl Eugen Hoyos cehoyos ag.or at Originally committed as revision 7684 to svn://svn.ffmpeg.org/ffmpeg/trunk
0c74098b1c4cc566ee0af19374b03d1e425dd1f0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0c74098b1c4cc566ee0af19374b03d1e425dd1f0
2007-01-24 11:20:01+00:00
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines prevent buffer overflow Originally committed as revision 6474 to svn://svn.ffmpeg.org/ffmpeg/trunk
90a09b69d7f5d4fc5622c6aec69d5ceef1a72c04
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90a09b69d7f5d4fc5622c6aec69d5ceef1a72c04
2006-10-02 06:08:07+00:00
simplify seek() failure check Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk
3b9a913db4d303a0305a80de496b1933cba8980f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b9a913db4d303a0305a80de496b1933cba8980f
2006-09-26 16:09:56+00:00
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
63d33cf4390a9280b1ba42ee722f3140cf1cad3e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63d33cf4390a9280b1ba42ee722f3140cf1cad3e
2005-12-17 11:31:56+00:00
default_get_buffer() cleanup fixes probably exploitable heap overflow heap overflow found by (Simon Kilvington <s D kilvington A eris D qinetiq D com>) Originally committed as revision 4714 to svn://svn.ffmpeg.org/ffmpeg/trunk
c7622f9a28abec959eb6d4859ceb1f102eccc4e8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7622f9a28abec959eb6d4859ceb1f102eccc4e8
2005-12-02 00:12:37+00:00
fix a crash on seeking to an invalid frame Originally committed as revision 4685 to svn://svn.ffmpeg.org/ffmpeg/trunk
3165e258b14e3af13d368d00993cdc6d28a566c9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3165e258b14e3af13d368d00993cdc6d28a566c9
2005-11-10 04:40:49+00:00
check return value of decode_cabac_mb_dqp, it is INT_MIN on error. fixes crash with http://stud4.tuwien.ac.at/~e0326863/ats/bbc-sample_small.mpg and MPlayer's broken packetizer (but will not decode right of course). Originally committed as revision 4595 to svn://svn.ffmpeg.org/ffmpeg/trunk
357a28430a11c4b547b12e07a00c1286bdb56b2a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/357a28430a11c4b547b12e07a00c1286bdb56b2a
2005-09-17 08:15:07+00:00
split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer) Originally committed as revision 4447 to svn://svn.ffmpeg.org/ffmpeg/trunk
6e5c1877b2a93dd63610a1504e95bddc891424f3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e5c1877b2a93dd63610a1504e95bddc891424f3
2005-07-16 19:48:45+00:00
integer overflows, heap corruption possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
568e18b15e2ddf494fd8926707d34ca08c8edce5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/568e18b15e2ddf494fd8926707d34ca08c8edce5
2005-01-08 14:21:33+00:00
shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3287 to svn://svn.ffmpeg.org/ffmpeg/trunk
4994af2fbd81eea61a797a0e77c3a69a641d7582
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4994af2fbd81eea61a797a0e77c3a69a641d7582
2004-07-05 02:21:38+00:00
- made --extra-cflags option work on darwin - allow INTER4V macroblocks for FLV1 codec - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1 - fixed crasher in flv file format involving mp3 buffer handling - added FLV1 codec support for swf file format (FlashPlayer6 or above required) and made it default - fixed broken mp3 support in swf file format patch by (Tinic Uro <turo at macromedia dot com>) cleanup by me Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
747a0554ea8ad09404c1f5b80239ebd8d71b291e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/747a0554ea8ad09404c1f5b80239ebd8d71b291e
2004-02-06 23:56:37+00:00
init picture structure to avoid uninitialized fields Originally committed as revision 2612 to svn://svn.ffmpeg.org/ffmpeg/trunk
8bb27bdfd4de42d2cf00410bd51139a2b47768e1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8bb27bdfd4de42d2cf00410bd51139a2b47768e1
2003-12-15 10:46:34+00:00
Fix a crash caused by a null coded_picture pointer in ffserver. Originally committed as revision 1326 to svn://svn.ffmpeg.org/ffmpeg/trunk
f694168d524d1c84f5f20f4260fcab1f4d8c11d7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f694168d524d1c84f5f20f4260fcab1f4d8c11d7
2002-12-09 02:53:55+00:00
* fix leak with output file closing Originally committed as revision 1166 to svn://svn.ffmpeg.org/ffmpeg/trunk
4fca59f2abeff94f306ccf4a6b232da51c5bad38
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4fca59f2abeff94f306ccf4a6b232da51c5bad38
2002-11-05 11:59:47+00:00
supporting rare overflow mess even with error_resilience>=0 Originally committed as revision 839 to svn://svn.ffmpeg.org/ffmpeg/trunk
55078332495d879ad4aeb23ae2bada75130431c6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/55078332495d879ad4aeb23ae2bada75130431c6
2002-08-04 16:46:18+00:00
* Improve logging -- now actually gives you the number of bytes sent * Print out the logging information that comes from WMP (you'd be suprised what it sends! * Fix a remotely exploitable buffer overflow (argh!) * Add support for automatically serving up .asx files. It generates an automatic redirect to the associated .asf file (with the same parameters). I guess that someone who understands the realaudio equivalent could hack that it as well. Originally committed as revision 482 to svn://svn.ffmpeg.org/ffmpeg/trunk
7434ba6d53b9a8858a6f965d9a4e60b5eb1316fe
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7434ba6d53b9a8858a6f965d9a4e60b5eb1316fe
2002-05-10 02:20:27+00:00
* fixes problem with -funroll-loops and buggy gcc compiler Originally committed as revision 421 to svn://svn.ffmpeg.org/ffmpeg/trunk
cd8e5f9637b42f0caafbb0ab470e3f133cb5f200
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd8e5f9637b42f0caafbb0ab470e3f133cb5f200
2002-04-24 12:18:59+00:00
avformat/hls: fix memory leak with non-http segments Signed-off-by: Aman Gupta <[email protected]>
b33cf735071cfe07ac60fd8f95e7f1f984005f45
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b33cf735071cfe07ac60fd8f95e7f1f984005f45
2017-12-24 11:59:32-08:00
configure: check SDL2 function with a header SDL2 uses SDLCALL to specify a calling convention. On OS/2, it's defined to `_System' which is similar to `_cdecl' but does not prepend '_'. After all, without a header, a function is used without `_System'. And linker will try to `_func' but fail because the function is `func' not `_func'. Reviewed-by: Derek Buitenhuis <[email protected]> Signed-off-by: James Almer <[email protected]>
d03c39b46b21c893d6549a532289b7fb9935b3fc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d03c39b46b21c893d6549a532289b7fb9935b3fc
2018-01-07 00:09:40-03:00
avcodec/dnxhddec: Check dc vlc Fixes: signed integer overflow: 1024 + 2147483640 cannot be represented in type 'int' Fixes: 4671/clusterfuzz-testcase-minimized-6027464343027712 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
b2be76c0a472b729756ed7a91225c209d0dd1d2e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b2be76c0a472b729756ed7a91225c209d0dd1d2e
2018-01-05 03:35:48+01:00
opusenc_psy: disable stereo searches for mono streams Fixes a crash which happened when someone tried to encode mono. Signed-off-by: Rostislav Pehlivanov <[email protected]>
f141b353e60f1081185927a1e74a9ab46cae8bef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f141b353e60f1081185927a1e74a9ab46cae8bef
2018-01-04 02:52:40+00:00
avfilter/x86/vf_interlace : avfilter/x86/vf_interlace : fix crash when using unaligned data in low_pass complex related to ticket 6491
3c6dc270355f27645cf931fae1ed2dc1405507f8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c6dc270355f27645cf931fae1ed2dc1405507f8
2017-12-15 11:28:29+01:00
avcodec/mdct_*: Fix integer overflow in addition in RESCALE() Fixes: runtime error: signed integer overflow: 1219998458 - -1469874012 cannot be represented in type 'int' Fixes: 3443/clusterfuzz-testcase-minimized-5369987105554432 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
770c934fa1635f4fadf5db4fc5cc5ad15d82455a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/770c934fa1635f4fadf5db4fc5cc5ad15d82455a
2017-11-13 19:54:20+01:00
avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc() Fixes: 3642/clusterfuzz-testcase-minimized-5443853801750528 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
7d1dec466895eed12f2c79b7ab5447f5390fe869
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7d1dec466895eed12f2c79b7ab5447f5390fe869
2017-11-05 22:13:16+01:00
avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() Fixes: runtime error: signed integer overflow: 623487 * 536870912 cannot be represented in type 'int' Fixes: 3594/clusterfuzz-testcase-minimized-4650622935629824 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
41d96af2a74cb5df50346b160067facd43149667
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/41d96af2a74cb5df50346b160067facd43149667
2017-10-30 21:32:26+01:00
libavdevice/v4l2: fix invalid access to struct v4l2_buffer In case we are short of queued buffers, at first v4l2_buffer was enqueued to kernel so it's not owned by user-space anymore. After that it's timestamp field was read, but it might be overwritten by driver at that moment. It resulted in invalid timestamp sometimes. Signed-off-by: Michael Niedermayer <[email protected]>
00a1e1337f22376909338a5319a378b2e2afdde8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/00a1e1337f22376909338a5319a378b2e2afdde8
2017-09-24 02:33:48+02:00
avcodec/ffv1dec: Fix integer overflow in read_quant_table() Fixes: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' Fixes: 3361/clusterfuzz-testcase-minimized-5065842955911168 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d00fc952b6c261dd8eb0f7552b9ccf985dbc2b20
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d00fc952b6c261dd8eb0f7552b9ccf985dbc2b20
2017-09-22 12:19:07+02:00
avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int() Fixes: runtime error: signed integer overflow: 22553 * -188962 cannot be represented in type 'int' Fixes: 3042/clusterfuzz-testcase-minimized-5174210131394560 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
2d025e742843ca3532bd49ebbfebeacd51337347
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2d025e742843ca3532bd49ebbfebeacd51337347
2017-09-11 12:28:23+02:00
avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting Fixes: runtime error: signed integer overflow: 1073901567 + 1073901567 cannot be represented in type 'int' Fixes: 3124/clusterfuzz-testcase-minimized-454643435752652 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
f71cd44147e7a914f80fcfacca46c9e7b0374362
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f71cd44147e7a914f80fcfacca46c9e7b0374362
2017-09-02 23:50:28+02:00
flvdec: Check the avio_seek return value after reading a metadata packet merge from libav: 585dc1aecef0371ad6f16cb3750ae2a6da9cf00a If the metadata packet is corrupted, flv_read_metabody can accidentally read past the start of the next packet. If the start of the next packet had been flushed out of the IO buffer, we would be unable to seek to the right position (on a nonseekable stream). Prefer to clearly error out instead of silently trying to read from a desynced stream which will only be interpreted as garbage. Signed-off-by: Steven Liu <[email protected]>
ef7fe81b8554a2865d47a55edf47420878fa3d91
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ef7fe81b8554a2865d47a55edf47420878fa3d91
2017-09-07 08:30:14+08:00
flvdec: Check the avio_seek return value after reading a metadata packet If the metadata packet is corrupted, flv_read_metabody can accidentally read past the start of the next packet. If the start of the next packet had been flushed out of the IO buffer, we would be unable to seek to the right position (on a nonseekable stream). Prefer to clearly error out instead of silently trying to read from a desynced stream which will only be interpreted as garbage. Signed-off-by: Martin Storsjö <[email protected]>
585dc1aecef0371ad6f16cb3750ae2a6da9cf00a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/585dc1aecef0371ad6f16cb3750ae2a6da9cf00a
2017-09-04 09:42:51+03:00
avcodec/hevc_ps: Fix undefined shift in pcm code Fixes: runtime error: shift exponent -1 is negative Fixes: 3091/clusterfuzz-testcase-minimized-6229767969832960 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
2a83866c9f9531eb096c9b9fe0550e742b931ad1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2a83866c9f9531eb096c9b9fe0550e742b931ad1
2017-08-29 21:16:32+02:00
avcodec/h264_slice: Fix overflow in slice offset Fixes: runtime error: signed integer overflow: 1610612736 * 2 cannot be represented in type 'int' Fixes: 2817/clusterfuzz-testcase-minimized-5289691240726528 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
1f53bde6d817ae13a47748f321adbdfa79e15982
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f53bde6d817ae13a47748f321adbdfa79e15982
2017-08-05 23:56:52+02:00
avcodec/ylc: Fix shift overflow Fixes: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int' Fixes: 2698/clusterfuzz-testcase-minimized-4713541443518464 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
03a9e6ff303ad82e75b734edbe4917ca5fd60159
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03a9e6ff303ad82e75b734edbe4917ca5fd60159
2017-07-24 17:52:42+02:00
avcodec/cngdec: Check skip_samples Without this its possible to make the new decode API decode billions of samples out of a empty input and never return to the caller before all samples have been created and discarded. Fixes: Timeout Fixes: 2992/clusterfuzz-testcase-6649611793989632 Signed-off-by: Michael Niedermayer <[email protected]>
e7b9d136a1ba2d048b1a17df5778e426b825676d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e7b9d136a1ba2d048b1a17df5778e426b825676d
2017-08-20 02:59:57+02:00
avcodec/dolby_e: fix potentially undefined pointer arithmetic Avoid undefined behavior in skip_input() by checking that enough data is available before incrementing input pointer. Check return values of parse_key() and skip_input() and exit early with error if there is not enough data.
5e715b583dab85735660b15a8d217a69164675fe
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e715b583dab85735660b15a8d217a69164675fe
2017-07-26 21:23:07+03:00
avcodec/aacdec_fixed: fix: left shift of negative value -1 Fixes: 2699/clusterfuzz-testcase-minimized-5631303862976512 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
2dfb8c417891e0cc3670f8e0791ea0c7071314fe
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2dfb8c417891e0cc3670f8e0791ea0c7071314fe
2017-07-24 02:42:33+02:00
avcodec/jpeg2000dwt: Fix integer overflows in sr_1d97_int() Fixes: runtime error: signed integer overflow: 1157259380 + 1157259380 cannot be represented in type 'int' Fixes: 2365/clusterfuzz-testcase-minimized-6020421927305216 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
3c70251780647d49e09522bbe22758c841e37a9a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c70251780647d49e09522bbe22758c841e37a9a
2017-06-26 16:06:25+02:00
avcodec/hevc_ps: Fix max_dec_buffer check Fixes: runtime error: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int' Fixes: 2339/clusterfuzz-testcase-minimized-6663164320022528 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
63e7bfe78e6d764097e845248f6d77b28b2b235c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63e7bfe78e6d764097e845248f6d77b28b2b235c
2017-06-25 01:13:17+02:00
lavc/videotoolboxenc: fix loadVTEncSymbols crash when symbol not found Signed-off-by: Rick Kern <[email protected]>
82a8724df2a5cd7c64d163a3a0939a14f0d7d024
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82a8724df2a5cd7c64d163a3a0939a14f0d7d024
2017-06-23 09:37:34-04:00
avcodec/mpeg4videodec: Fix overflow in virtual_ref computation Fixes: runtime error: signed integer overflow: 262144 * -16120 cannot be represented in type 'int' Fixes: 2292/clusterfuzz-testcase-minimized-6156080415506432 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
5443c4bdf4828ac5b7b19cf54feb496c2da40079
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5443c4bdf4828ac5b7b19cf54feb496c2da40079
2017-06-21 02:25:23+02:00
avcodec/hevcdec: check ff_init_cabac_decoder() for failure Fixes: runtime error: left shift of 1965559808 by 4 places cannot be represented in type 'int' Fixes: 2333/clusterfuzz-testcase-minimized-5223935677300736 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
933aa91e31d5cbf9dbc0cf416a988e6011bc4a40
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/933aa91e31d5cbf9dbc0cf416a988e6011bc4a40
2017-06-24 22:17:15+02:00
avcodec/wavpack: Fix runtime error: signed integer overflow: 1886191616 + 277872640 cannot be represented in type 'int' Fixes: 2181/clusterfuzz-testcase-minimized-6314784322486272 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
c996374d4d86e0efbef71812448b4c65656bc667
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c996374d4d86e0efbef71812448b4c65656bc667
2017-06-11 20:52:47+02:00
vf_hwmap: Add reverse mapping for hardware frames This is something of a hack. It allocates a new hwframe context for the target format, then maps it back to the source link and overwrites the input link hw_frames_ctx so that the previous filter will receive the frames we want from ff_get_video_buffer(). It may fail if the previous filter imposes any additional constraints on the frames it wants to use as output. (cherry picked from commit 81a4cb8e58636d4efd200c2b4fec786a7e948d8b)
d81be0a60a6dea2bc48ec29f9466eee63984ed34
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d81be0a60a6dea2bc48ec29f9466eee63984ed34
2017-06-14 22:27:34+01:00
bitstream: Avoid undefined behavior in bitstream_skip() Do not use skip_remaining() to fully wipe the cache, as this could do a 64-bit shift of a 64-bit variable which is undefined behavior in C. Instead set the related variables to zero directly. Thanks to Uoti for pointing out the problem. CC: [email protected]
79f64f7ebc2b2b7030c6219914bc141cc03fd377
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79f64f7ebc2b2b7030c6219914bc141cc03fd377
2017-07-09 12:56:15+02:00
avfilter/unsharp: fix uninitialized pointer read Fixes CID 1396855
21583e936a06fa0c9dca99436c21d441d04e57f4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21583e936a06fa0c9dca99436c21d441d04e57f4
2017-06-13 19:47:19+02:00
avcodec/ra144: Fixes runtime error: signed integer overflow: 7160 * 327138 cannot be represented in type 'int' Fixes: 1908/clusterfuzz-testcase-minimized-5392712477966336 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
08cb69e870c1b2fdc3574780a3662b92bfd6ef79
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/08cb69e870c1b2fdc3574780a3662b92bfd6ef79
2017-05-31 16:08:46+02:00
avcodec/jpeg2000dwt: Fix runtime error: left shift of negative value -123 Fixes: 2208/clusterfuzz-testcase-minimized-5976593765761024 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d24043e1a2f93f206a2ad59054f24f45ff023e5c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d24043e1a2f93f206a2ad59054f24f45ff023e5c
2017-06-11 20:52:47+02:00
avcodec/asvdec: Use rounded up dimenensions in input size check Fixes: Timeout Fixes: 2001/clusterfuzz-testcase-minimized-6187599389523968 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
adb4854aac1767307aa422ae9f5d8fa1ff27c718
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/adb4854aac1767307aa422ae9f5d8fa1ff27c718
2017-06-01 22:20:16+02:00
avcodec/ylc: Check count in build_vlc() Fixes: runtime error: signed integer overflow: 211633430 + 2147483647 cannot be represented in type 'int' Fixes: 1874/clusterfuzz-testcase-minimized-5037763613163520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
67b30decf7793523f7fdaef6fdf7f1179ef42b18
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/67b30decf7793523f7fdaef6fdf7f1179ef42b18
2017-05-28 17:21:41+02:00
avcodec/aacsbr_fixed: Check shift in sbr_hf_assemble() Fixes: runtime error: shift exponent -10 is negative Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d1992448d37f7cfa2acda5cc729dc0ff1b019390
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1992448d37f7cfa2acda5cc729dc0ff1b019390
2017-06-13 17:39:13+02:00