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
libvorbis: do not flush libvorbis analysis if dsp state was not initialized Fixes a segfault if init() fails before initializing the dsp state
f15c4281dcabeddb61cb6430e0cc1047173292f8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f15c4281dcabeddb61cb6430e0cc1047173292f8
2012-02-29 14:54:23-05:00
movenc: fix crashes if a stream is empty. For some reason this always happens with -f ismv. See trac issue #996. Signed-off-by: Reimar Döffinger <[email protected]>
3ce7148dff61f782336940470a7af5eea59932f4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ce7148dff61f782336940470a7af5eea59932f4
2012-02-17 17:04:10+01:00
wmapro: change max. block size to 13 bits. WMApro actually support 13-bits block sizes (potentially even up to 14), and thus we should support that also. If we get block sizes beyond what the decoder can handle (14 is possible depending on s->decode_flags), error out instead of crashing.
b4027d97498af67313bded746b3da38915e155f5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b4027d97498af67313bded746b3da38915e155f5
2012-02-16 16:15:36-08:00
ffmdec: Check return value of avio_seek and avoid modifying state if it fails Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Justin Ruggles <[email protected]>
d7c11b114b0d75aecf0e62116971dfa5724a9ab8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d7c11b114b0d75aecf0e62116971dfa5724a9ab8
2012-02-10 15:27:49-05:00
h264: Disallow w/h/pixfmt changes for frame threads. Previously this was just checked in case of slice threads, but frame threads do not support this either currently. Making them support this is of course the long term goal Fixes bug155 Signed-off-by: Michael Niedermayer <[email protected]>
beb19a044420e2765af6aa4fb8a70f3bde0c9106
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/beb19a044420e2765af6aa4fb8a70f3bde0c9106
2012-01-24 15:36:38+01:00
ffprobe: fix NULL pointer dereference in writer_close() Fix crash.
49c207b8205bf018bd3afff9b26222178f111bbc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/49c207b8205bf018bd3afff9b26222178f111bbc
2012-01-06 10:43:34+01:00
rtsp: Fix compiler warning for uninitialized variable. Reviewed-by: Martin Storsjö
efaf4488882eb04d604af14d9231db621d308c7a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/efaf4488882eb04d604af14d9231db621d308c7a
2012-01-03 23:01:28+01:00
mpegaudiodec: skip all channels when skipping granules Also fix calculation of new position when switching buffers. This fixes "overread" error messages when seeking.
03fafdec82a4dbe0cf1a7d4d3bb59c42d5019941
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03fafdec82a4dbe0cf1a7d4d3bb59c42d5019941
2012-01-01 22:37:50-05:00
indeo5: Fix null pointer dereference. Bug found by: Oana Stratulat Signed-off-by: Janne Grunau <[email protected]>
b18a0cc781b791912549504ca8a257f35a151c5e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b18a0cc781b791912549504ca8a257f35a151c5e
2012-01-07 00:18:42+01:00
ulti: Fix invalid reads Signed-off-by: Martin Storsjö <[email protected]>
a99273ebf328658c183c2d267f1c2b8bfac58bb3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a99273ebf328658c183c2d267f1c2b8bfac58bb3
2011-12-13 20:08:15+02:00
adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and -r 0.001:1 Bug-Found-by: Shitiz Garg Signed-off-by: Michael Niedermayer <[email protected]>
257c85cddde8633caffb76e97e9710b1aebfc511
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/257c85cddde8633caffb76e97e9710b1aebfc511
2011-12-10 18:51:48+01:00
gif: fix invalid signed shifts Signed-off-by: Mans Rullgard <[email protected]>
3bd1162a52cafc1bb758b25636e857c94fd3999c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3bd1162a52cafc1bb758b25636e857c94fd3999c
2011-11-26 11:38:40+00:00
snow: fix signed overflow in byte to 32-bit replication Signed-off-by: Mans Rullgard <[email protected]>
ff6d9cc558d5cc8a4647e123a714603ed5e82628
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff6d9cc558d5cc8a4647e123a714603ed5e82628
2011-11-26 22:53:46+00:00
pictordec: prevent segfault when reading corrupted files Signed-off-by: Michael Niedermayer <[email protected]>
f3f488423a12af9bb4eed6e6868cfa86ece3571b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3f488423a12af9bb4eed6e6868cfa86ece3571b
2011-12-01 14:35:46+01:00
adpcm: use sign_extend() This avoids warnings from the overflow checker and simplifies the code. Signed-off-by: Mans Rullgard <[email protected]>
c8477df019f02a436c69e8ca54370dd5cf8eee97
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c8477df019f02a436c69e8ca54370dd5cf8eee97
2011-10-24 15:26:24+01:00
intfloat_readwrite: fix signed addition overflows These additions might overflow the signed range for large input values. Converting to unsigned before the addition rather than after avoids such undefined behaviour. The result under normal two's complement wraparound remains unchanged. Signed-off-by: Mans Rullgard <[email protected]>
88d1e2b2b0a129365a62efd666db0394e8ffbe08
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/88d1e2b2b0a129365a62efd666db0394e8ffbe08
2011-10-11 14:42:28+01:00
eacmv: fix potential pointer arithmetic overflows Signed-off-by: Janne Grunau <[email protected]>
8df8a87e3fd5bd0c3dabc676aae8fd84992932dc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8df8a87e3fd5bd0c3dabc676aae8fd84992932dc
2011-10-10 21:36:12+02:00
xxan: check for out of bound accesses Signed-off-by: Michael Niedermayer <[email protected]>
a68a6a4fb19caecc91d5f7fe3ef4f83f6d3c4586
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a68a6a4fb19caecc91d5f7fe3ef4f83f6d3c4586
2011-10-09 03:22:57+02:00
Check for out of bound writes in the QDM2 decoder. Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Justin Ruggles <[email protected]>
291d74a46d32183653db07818c7b3407fd50a288
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/291d74a46d32183653db07818c7b3407fd50a288
2011-10-03 21:34:19-04:00
Check for out of bound reads in the QuickDraw decoder. Signed-off-by: Michael Niedermayer <[email protected]>
44e2f0c3cd2df68659e07ed3d5eab4974794eb33
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/44e2f0c3cd2df68659e07ed3d5eab4974794eb33
2011-09-30 02:09:57+02:00
Reset internal state on corrupted blocks in wavpack decoder. wavpack_decode_block() supposes that it is called back with the exact same buffer unless it has returned with an error. With multi-channels files, wavpack_decode_frame() was breaking this assumption. Signed-off-by: Michael Niedermayer <[email protected]>
c2a016ad4d9c29285813ba5806189e63e063e0fb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c2a016ad4d9c29285813ba5806189e63e063e0fb
2011-09-27 01:07:58+02:00
Fixed invalid writes in wavpack decoder on corrupted bitstreams. Signed-off-by: Martin Storsjö <[email protected]>
0aedab03405849962b469277afe047aa2c61a87f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0aedab03405849962b469277afe047aa2c61a87f
2011-09-08 12:00:13+03:00
cavs: fix some crashes with invalid bitstreams This removes all valgrind-reported invalid writes with one specific test file. Fixes http://www.ocert.org/advisories/ocert-2011-002.html Signed-off-by: Mans Rullgard <[email protected]>
4a71da0f3ab7f5542decd11c81994f849d5b2c78
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4a71da0f3ab7f5542decd11c81994f849d5b2c78
2011-08-10 22:35:20+01:00
mpegts: Mark wrongly-sized packets as corrupted Signed-off-by: Zohar Kelrich <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
5081514269a17809f8a8ff71e6b26e4b761e8266
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5081514269a17809f8a8ff71e6b26e4b761e8266
2011-08-02 02:52:41+02:00
Fix possible double free when encoding using xvid.
315f0e3fd8dcbd1362276b7407dad2e97cccc4b7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/315f0e3fd8dcbd1362276b7407dad2e97cccc4b7
2011-07-01 02:38:28+02:00
drawtext: add braces around initialisers for option defaults Fix warnings of the type: vf_drawtext.c:NNN: warning: missing braces around initializer vf_drawtext.c:NNN: warning: (near initialization for ‘drawtext_options[X].default_val’) Signed-off-by: Anton Khirnov <[email protected]>
702a62a1c6b97a8befa114da4ab4aa2b541352af
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/702a62a1c6b97a8befa114da4ab4aa2b541352af
2011-06-20 20:54:40+02:00
Merge remote-tracking branch 'ffmpeg-mt/master' * ffmpeg-mt/master: Update todo. h264: add an assert that copied pictures are valid picture pointers valgrind-check: run with 1 and 3 threads h264: When decoding a packet with multiple PPS/SPS, don't start the next thread until all of them have been read Allow some pictures to be released earlier after 51ead6d2c40c5defdd211f435aec49b19f5f6a18 h264: fix slice threading MC reading uninitialized frame edges. Please see ffmpeg-mt for a list of authors of these changes. Conflicts: libavcodec/h264.c mt-work/valgrind-check.sh Signed-off-by: Michael Niedermayer <[email protected]>
0424e052f83adc422d8a746e3cdc5ab6bc28679e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0424e052f83adc422d8a746e3cdc5ab6bc28679e
2011-05-21 03:11:50+02:00
avio: check AVIOContext malloc failure Signed-off-by: Anton Khirnov <[email protected]>
9e2dabed4a7bf21e3e0c0f4ddc895f8ed90fa839
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e2dabed4a7bf21e3e0c0f4ddc895f8ed90fa839
2011-05-21 13:42:50+02:00
cmdutils: add OPT_INT check in parse_number_or_die() Check that the value passed for an OPT_INT option is an int, fail otherwise. Signed-off-by: Anton Khirnov <[email protected]>
3372ec327b09abe492399d662c903ed77b359d45
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3372ec327b09abe492399d662c903ed77b359d45
2011-05-10 07:15:24+02:00
Remove lowres support from wmv2 decoder lowres option crashes with wmv2 files which I have for test, so I think it's better to remove the support to the time when lowres will be really supported by this codec Signed-off-by: Michael Niedermayer <[email protected]>
c402ce418a9e7b456c383e097ad772f218a004c7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c402ce418a9e7b456c383e097ad772f218a004c7
2011-05-03 04:38:22+02:00
mjpeg: Detect overreads in mjpeg_decode_scan() and error out. Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]>
76cd98b445c5a1608e9a5974bef0b0be6b35f1ce
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/76cd98b445c5a1608e9a5974bef0b0be6b35f1ce
2011-04-26 09:29:08+02:00
Fix crash in ffmpeg.c with PIX_FMT_NONE Signed-off-by: Michael Niedermayer <[email protected]>
b5ef6f8eb452c37b19d973d61548725d7b91113e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b5ef6f8eb452c37b19d973d61548725d7b91113e
2011-04-06 01:09:04+02:00
vp8: ppc: fix invalid reads in altivec epel mc The 4-tap filters should only access one row/column before the reference block. Signed-off-by: Mans Rullgard <[email protected]> (cherry picked from commit e0e46cae377347cbe1cd27c0d85568921b12c2ad)
644b66cd4a2a1342a56a26af3b813e7c11df8514
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/644b66cd4a2a1342a56a26af3b813e7c11df8514
2011-02-22 02:44:39+01:00
targa: fix potential buffer overreads Signed-off-by: Mans Rullgard <[email protected]>
351423ae1f861da1c647d30c73503fde2b1f3dad
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/351423ae1f861da1c647d30c73503fde2b1f3dad
2011-02-18 15:04:47+00:00
VP8: don't overread edges on fourtap MC. Fix C VP8 H+V MC functions which do two-dimensional 4/6-tap filters to not overread beyond their edges if the second filter is 4-tap, since the outer pixels aren't there anymore since 44002d8323023c35f51d523a7d305e45103ba7a1. (cherry picked from commit 22893e10ae8b72880838accc3df97785502ac6aa)
e3c5395402dc7c0120663ba09e1eaa15d343306f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3c5395402dc7c0120663ba09e1eaa15d343306f
2011-01-28 03:15:34+01:00
perform height sanity check in mmvideo decoder Fixes issue2495 Original patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26300 to svn://svn.ffmpeg.org/ffmpeg/trunk
94e58e5770d2a2295a13240f51ddba583e6d5360
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94e58e5770d2a2295a13240f51ddba583e6d5360
2011-01-10 12:23:03+00:00
Do not overread input buffer. Fixes issue 2503. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26256 to svn://svn.ffmpeg.org/ffmpeg/trunk
fea714ecd9de557054b2540119f6b5635ba0e636
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fea714ecd9de557054b2540119f6b5635ba0e636
2011-01-07 19:55:22+00:00
In the crop filter, put under ifdef DEBUG the trace logs for the evaluated crop area coordinates. Prevent debug log spamming, define the DEBUG symbol for enabling them. Originally committed as revision 26110 to svn://svn.ffmpeg.org/ffmpeg/trunk
b4356e4118b6cbe3a6ed81d16369acc5ff40ad05
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b4356e4118b6cbe3a6ed81d16369acc5ff40ad05
2010-12-27 18:04:35+00:00
rtsp: Require the transport reply from the server to match the request This fixes a crash if we requested TCP interleaved transport, but the server replies with transport data for UDP. According to the RFC, the server isn't allowed to respond with another transport type than the one requested. Originally committed as revision 26077 to svn://svn.ffmpeg.org/ffmpeg/trunk
8c579c1c604306460436dcf1523117ca3b1aca82
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8c579c1c604306460436dcf1523117ca3b1aca82
2010-12-23 15:05:24+00:00
rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses This fixes a regression since svn rev 24752, where the real_setup pointer was set incorrectly. The arithmetic with the real_setup_cache pointer is in units of enum AVDiscard, so the sizeof multiplication should be removed. Patch by Yuriy Kaminskiy, yumkam at mail dot ru. Originally committed as revision 25684 to svn://svn.ffmpeg.org/ffmpeg/trunk
c77549c510370eaaa2e2bb1f15d1a30f29e30950
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c77549c510370eaaa2e2bb1f15d1a30f29e30950
2010-11-06 23:26:49+00:00
aacenc: Fix bug in LAME windowing where only one channel got initalized I used the same loop counter for the inner and outer initalization loops. This caused initalization to only run for the first channel. This in turn lead to any channel other than the first using only short blocks. Patch by Nathan Caldwell, saintdev at gmail Originally committed as revision 25566 to svn://svn.ffmpeg.org/ffmpeg/trunk
276df9d8210121f6d59b7876e1724ebe7a11f5e5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/276df9d8210121f6d59b7876e1724ebe7a11f5e5
2010-10-25 06:15:21+00:00
Prefix enum var_name symbols with VAR_, to avoid conflicts with already defined symbols, in particular should fix compilation in DOS. Originally committed as revision 25194 to svn://svn.ffmpeg.org/ffmpeg/trunk
1afab338575810acc5eb75c17c4adfb73504de10
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1afab338575810acc5eb75c17c4adfb73504de10
2010-09-25 13:53:32+00:00
tcp: Check both wfds and efds when waiting for the result from connect On windows, a connection failure doesn't trigger wfds as it does on unix. This fixes issue 2237, based on code by yeyingxian. Originally committed as revision 25154 to svn://svn.ffmpeg.org/ffmpeg/trunk
b41626762253e3d08f8a61db36fcbd1766e4de09
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b41626762253e3d08f8a61db36fcbd1766e4de09
2010-09-21 20:17:34+00:00
lavfi-regression: trim \r line ends from showfiltfmts output This is required when cross-testing on dos-like targets. Originally committed as revision 24667 to svn://svn.ffmpeg.org/ffmpeg/trunk
42907c6ab5e41ca29db3454851e15bb0bce3601d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/42907c6ab5e41ca29db3454851e15bb0bce3601d
2010-08-02 19:44:58+00:00
aes: fix array index out of bounds warning Originally committed as revision 24048 to svn://svn.ffmpeg.org/ffmpeg/trunk
c184bb44db00e524b273eca4e0cc3138fd945713
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c184bb44db00e524b273eca4e0cc3138fd945713
2010-07-04 20:38:46+00:00
vorbisdec: Take channels into account when checking against residue overflow Fixes issue1969 Originally committed as revision 23812 to svn://svn.ffmpeg.org/ffmpeg/trunk
a02bb835ace0d7bcfd187a0538d7064104bec6a9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a02bb835ace0d7bcfd187a0538d7064104bec6a9
2010-06-27 01:46:23+00:00
WC3/xan: move palette handling to decoder, avoiding need for PaletteControl. This also fixes playback of some files with ffplay (images were corrupted for a short time after a palette change). Originally committed as revision 25778 to svn://svn.ffmpeg.org/ffmpeg/trunk
24ae353dfbe61019a86093a9c5cd15476aabef49
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/24ae353dfbe61019a86093a9c5cd15476aabef49
2010-11-21 10:32:23+00:00
Handle palette underflows, fill remaining space with black (zero) data. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23111 to svn://svn.ffmpeg.org/ffmpeg/trunk
ebcf7c3227906382205141beb2d0467f245472d1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebcf7c3227906382205141beb2d0467f245472d1
2010-05-13 15:33:36+00:00
Revert r31153. It failed to build on: x86_64 / Mac OS X gcc 4.0.1 x86_64 / Linux icc (all) x86_64 / Linux gcc 4.0.4 x86_64 / OpenBSD gcc 3.3.5 x86_64 / Linux suncc 5.10 and there are some reports of crashes. Originally committed as revision 31170 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
c3ab0004ae4dffc32494ae84dd15cfaa909a7884
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3ab0004ae4dffc32494ae84dd15cfaa909a7884
2010-05-12 20:47:32+00:00
Ignore extradata & w/h in asf/dvr. The w/h values are wrong and extradata contains a fake seq header that causes decoding to fail later, a valid seq header is in the stream itself. Partially fixes issue658 Originally committed as revision 24082 to svn://svn.ffmpeg.org/ffmpeg/trunk
31247669593e5bf6571192f5e8888ccabd050ec8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31247669593e5bf6571192f5e8888ccabd050ec8
2010-07-07 10:39:05+00:00
vp3: Don't leak buffers on errors Originally committed as revision 22358 to svn://svn.ffmpeg.org/ffmpeg/trunk
e72d2d12216844a692d7211f97abfbc1867fb01d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e72d2d12216844a692d7211f97abfbc1867fb01d
2010-03-09 00:29:16+00:00
Increase FF_INPUT_BUFFER_PADDING_SIZE to 64. The purpose of this is to give decoders a reasonable amount of buffer to work with before needing to check for overreads. Originally committed as revision 22288 to svn://svn.ffmpeg.org/ffmpeg/trunk
0f8e4dfe6ed913741e4711c6e7deb3272de2f164
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0f8e4dfe6ed913741e4711c6e7deb3272de2f164
2010-03-07 21:16:44+00:00
Add some AAC buffer overread checks. Originally committed as revision 21886 to svn://svn.ffmpeg.org/ffmpeg/trunk
8d637124864dcf8bf367ab96e572d6c7cf043675
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d637124864dcf8bf367ab96e572d6c7cf043675
2010-02-18 23:06:56+00:00
Fix possible crashes in mlp parser, it tries to go back 7 bytes after finding the 4-byte signature. Add a check that ignores the signature if we do not have enough previous data to go back at least 7 bytes. Originally committed as revision 21487 to svn://svn.ffmpeg.org/ffmpeg/trunk
7e2ef1b9e148e75a8d552f15805878f6a344e36e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7e2ef1b9e148e75a8d552f15805878f6a344e36e
2010-01-27 20:04:19+00:00
avoid integer overflow in dnxhd encoder, fixes #1557 Originally committed as revision 20557 to svn://svn.ffmpeg.org/ffmpeg/trunk
cb893cf38662d9c532de41e0fd03d0fdd992a557
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb893cf38662d9c532de41e0fd03d0fdd992a557
2009-11-20 00:13:34+00:00
Sanity checks for magnitude and angle. 26_vorbis_mag_angle_index.patch by chrome Originally committed as revision 19983 to svn://svn.ffmpeg.org/ffmpeg/trunk
d70fa8f131699fa1889cf65cc88563d000c4e1ef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d70fa8f131699fa1889cf65cc88563d000c4e1ef
2009-09-23 10:40:33+00:00
fix a buffer overrun on corrupt huffyuv streams Originally committed as revision 19346 to svn://svn.ffmpeg.org/ffmpeg/trunk
e30004fa733ec64b6ff90678098c1f1132d4d603
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e30004fa733ec64b6ff90678098c1f1132d4d603
2009-07-04 23:59:10+00:00
protect realloc overflow Originally committed as revision 18088 to svn://svn.ffmpeg.org/ffmpeg/trunk
b4800b8b7dfba22117d8edd02164b00c83ae3753
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b4800b8b7dfba22117d8edd02164b00c83ae3753
2009-03-21 00:50:51+00:00
Make ffmpeg fail if the argument provided to the -pix_fmt option is invalid. Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk
90da2b50865549e086d4491cbb2bdc54af38ea4f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90da2b50865549e086d4491cbb2bdc54af38ea4f
2009-03-19 22:29:32+00:00
ARM: fix corner-case overflow in H.264 weighted prediction Originally committed as revision 17657 to svn://svn.ffmpeg.org/ffmpeg/trunk
fe7f149ed889c428703316ce0de4c7c57405cb16
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe7f149ed889c428703316ce0de4c7c57405cb16
2009-02-28 13:48:54+00:00
Add av_uninit to variable declarations to fix the false positive warnings: vhook/ppm.c:236: warning: 'out_height' may be used uninitialized in this function vhook/ppm.c:235: warning: 'out_width' may be used uninitialized in this function patch by Patrik Kullman, patrik yes nu Originally committed as revision 17223 to svn://svn.ffmpeg.org/ffmpeg/trunk
3fd2d1c4bc43aab583f97afbb63ab91145f9e7ba
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3fd2d1c4bc43aab583f97afbb63ab91145f9e7ba
2009-02-14 11:49:54+00:00
Report the illegal audio object type, not it offset by 1. Discussed and OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2009-February/019860.html Originally committed as revision 17198 to svn://svn.ffmpeg.org/ffmpeg/trunk
ecc3a139b8858553e4ec8b3f4dd04510c6c94b03
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ecc3a139b8858553e4ec8b3f4dd04510c6c94b03
2009-02-13 03:51:15+00:00
fix an overflow in vc1 intra overlap filter Originally committed as revision 16845 to svn://svn.ffmpeg.org/ffmpeg/trunk
5a446bc88e49cc6400d0c646ca1eb540a727c9de
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a446bc88e49cc6400d0c646ca1eb540a727c9de
2009-01-28 11:12:19+00:00
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. Fixes valgrind uninitialized value warnings at the end of decoding H.264 frames. Originally committed as revision 16230 to svn://svn.ffmpeg.org/ffmpeg/trunk
d43696309a64a19e2e738f9e7aa94f6c96409aee
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d43696309a64a19e2e738f9e7aa94f6c96409aee
2008-12-19 01:11:52+00:00
Silence GCC warnings: ibswscale/swscale.c: In function ‘sws_scale’: libswscale/swscale.c:2678: warning: ‘b’ may be used uninitialized in this function libswscale/swscale.c:2678: warning: ‘g’ may be used uninitialized in this function libswscale/swscale.c:2678: warning: ‘r’ may be used uninitialized in this function Originally committed as revision 27837 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
75add6fbfc54832ce2d070c50a7d107e8a69b13a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/75add6fbfc54832ce2d070c50a7d107e8a69b13a
2008-10-27 19:59:01+00:00
Implement the av_set_number2() internal function, which makes possible to distinguish between a not found option failure and a not valid value failure. Originally committed as revision 16156 to svn://svn.ffmpeg.org/ffmpeg/trunk
301cc4f37050ed5c08aec8de6d4e22ede2ce9a9f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/301cc4f37050ed5c08aec8de6d4e22ede2ce9a9f
2008-12-15 22:48:10+00:00
Add checks to ff_split_xiph_headers to ensure that returned header_len and header_start values are always valid. Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg (still does not play though). Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
58720ebd9e671f654d89d8e401d0b4dffb79122b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58720ebd9e671f654d89d8e401d0b4dffb79122b
2008-04-20 23:33:49+00:00
Fix a small memory leak Commited in SoC by Bobby Bingham on 2007-12-20 19:30:34 Originally committed as revision 12710 to svn://svn.ffmpeg.org/ffmpeg/trunk
8af6261c27198a2b5011a3dc16048bdd80372245
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8af6261c27198a2b5011a3dc16048bdd80372245
2008-04-04 20:07:39+00:00
protect malloc overflow Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
852859ff7cd29a926a9a7e811d77192b61a6956e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/852859ff7cd29a926a9a7e811d77192b61a6956e
2008-02-25 12:45:59+00:00
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated in both mpegvideo and h264 decoder. Fixed by allowing all (master and duplicate) contexts to fully initialize in MPV_frame_start and copying these into H264Contexts. Mailing list discussion: [FFmpeg-devel] Memory leak in h264 Tue, 22 Jan 2008 15:22:55 Originally committed as revision 11657 to svn://svn.ffmpeg.org/ffmpeg/trunk
79db7ac6ef235a06c3049d7792eda39da28ee3fd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79db7ac6ef235a06c3049d7792eda39da28ee3fd
2008-01-28 21:12:38+00:00
replace (disabled by default) assert(0) by abort() if the picture buffer overflows due to a buggy codec note, ive not checked if such overflows could have been exploitable before this commit Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
3c11a27b440e27c3796592aa8fb7fed966386a21
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c11a27b440e27c3796592aa8fb7fed966386a21
2007-10-18 11:11:33+00:00
Replace complicated and currently broken manual alignment code by DECLARE_ALIGNED_16. Fixes crash in ff_snow_horizontal_compose97i_sse2 Originally committed as revision 10261 to svn://svn.ffmpeg.org/ffmpeg/trunk
eafa1c90e573c14562987390d1001d4e636d5a74
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eafa1c90e573c14562987390d1001d4e636d5a74
2007-08-30 11:41:58+00:00
avoid division by zero in av_find_stream_info() when no time base is set Originally committed as revision 9637 to svn://svn.ffmpeg.org/ffmpeg/trunk
b3fc09254868c8b241649bcbb9b8ba0730acc797
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3fc09254868c8b241649bcbb9b8ba0730acc797
2007-07-14 12:42:57+00:00
Replace hackish support for amr-nb and amr-wb. Instead of including the source of the reference implementation it is possible to use proper libraries now. patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk
91024272cb397568517545387ee3e506e2631fe8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/91024272cb397568517545387ee3e506e2631fe8
2007-04-12 10:59:52+00:00
fix use of uninitialized variables Originally committed as revision 7822 to svn://svn.ffmpeg.org/ffmpeg/trunk
8274e4224ad5e05781a60b185f747f45830c7e8a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8274e4224ad5e05781a60b185f747f45830c7e8a
2007-02-05 11:57:36+00:00
harden h264 decoding to prevent some crashes when input data is corrupted. Patch by Frank %eucloid A gmail P com% date: Jan 18, 2007 6:48 PM subject: Re: [Ffmpeg-devel] h264, protection against corrupted data (second try patch) AND date: Jan 17, 2007 8:22 PM subject: [Ffmpeg-devel] h264, protection against corrupted data this also fixes a possible security issue (the sps and pps ids where not checked, then used as index into an array of sps/pps structs which was then filled with data from the bitstream) Originally committed as revision 7585 to svn://svn.ffmpeg.org/ffmpeg/trunk
ac658be5db5baa01546715994fbd193a855cbc73
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ac658be5db5baa01546715994fbd193a855cbc73
2007-01-19 09:37:04+00:00
avoid overflows of qp and pic_type Originally committed as revision 5746 to svn://svn.ffmpeg.org/ffmpeg/trunk
643326f747cd841c58cb03a7902e0e134f94c62d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/643326f747cd841c58cb03a7902e0e134f94c62d
2006-07-14 18:38:23+00:00
extend range used for testing (larger range should work too but testing code overflows) Originally committed as revision 5334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2bda41e5b2d9f74ef7e0e18037ff262e76000b77
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2bda41e5b2d9f74ef7e0e18037ff262e76000b77
2006-04-29 16:02:28+00:00
fix some potential arithmetic overflows in pred_direct_motion() and ff_h264_weight_WxH_mmx2(). Originally committed as revision 4795 to svn://svn.ffmpeg.org/ffmpeg/trunk
cec939597722663f322941b4c12e00a583e63504
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cec939597722663f322941b4c12e00a583e63504
2005-12-30 23:47:41+00:00
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?) approved by Roman Shaposhnik Originally committed as revision 4777 to svn://svn.ffmpeg.org/ffmpeg/trunk
c842aa378db6c9da156bd245b8f8d05d889e3d7e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c842aa378db6c9da156bd245b8f8d05d889e3d7e
2005-12-25 22:38:21+00:00
verify len field validity in mjpeg_decode_com() Originally committed as revision 4451 to svn://svn.ffmpeg.org/ffmpeg/trunk
e33943728e775ef9f3239fe950f3be4fa405d1f2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e33943728e775ef9f3239fe950f3be4fa405d1f2
2005-07-17 11:27:00+00:00
buffer overflow Originally committed as revision 3954 to svn://svn.ffmpeg.org/ffmpeg/trunk
a8d02f2bc90e8d963f1a95f7a75de520259bb2d2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8d02f2bc90e8d963f1a95f7a75de520259bb2d2
2005-02-13 23:36:04+00:00
VMD playing error patch by (Kostya (cannonball bw-team com>) "I recently got a game called Lighthouse from Sierra with FMV in VMD format. Some of them played OK, some of them FFmpeg refused to open, some caused a crash. I investigated files which couldn't be opened by FFmpeg and it appeared that they had no audio (and bytes 2-3 from beginning of file contained 01 00, all other have 00 00 insted). Attached patch fixes this issue." Originally committed as revision 3934 to svn://svn.ffmpeg.org/ffmpeg/trunk
3a615bb548550d10fd81750c1a23b7d9ccd10bfa
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a615bb548550d10fd81750c1a23b7d9ccd10bfa
2005-02-04 03:38:33+00:00
picture heap corruption fix Originally committed as revision 3819 to svn://svn.ffmpeg.org/ffmpeg/trunk
eaba7c7fd621a5433a650ddfc2103ebb01fc9aa8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eaba7c7fd621a5433a650ddfc2103ebb01fc9aa8
2005-01-10 23:41:25+00:00
overread fix Originally committed as revision 3294 to svn://svn.ffmpeg.org/ffmpeg/trunk
bba833496586c7b44d1015f4b45b15b863aed476
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bba833496586c7b44d1015f4b45b15b863aed476
2004-07-08 00:53:21+00:00
rle_code can overflow when multiplied by 4 (fixes Animation-256Greys.mov from mphq) Originally committed as revision 2786 to svn://svn.ffmpeg.org/ffmpeg/trunk
e102fcf7f0f78bbdd395f05bb5b2fca83297749b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e102fcf7f0f78bbdd395f05bb5b2fca83297749b
2004-02-14 18:12:36+00:00
fix crash Originally committed as revision 2627 to svn://svn.ffmpeg.org/ffmpeg/trunk
bed1707c9c274831173902542aaef1f8428e6331
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bed1707c9c274831173902542aaef1f8428e6331
2003-12-19 00:47:36+00:00
Changed a bunch of calls to sprintf to snprintf to protect against buffer overflows. Fix streaming from non-streaming ffm files. It turned out that you always got 'index & id do not match' errors. Add some more error detection on getting FFM feeds Originally committed as revision 2523 to svn://svn.ffmpeg.org/ffmpeg/trunk
d445a7e9cc31b94ab1eceb228a7634c79d37496e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d445a7e9cc31b94ab1eceb228a7634c79d37496e
2003-11-19 02:23:17+00:00
* uninitialized/unused vars cleanup Originally committed as revision 1859 to svn://svn.ffmpeg.org/ffmpeg/trunk
fd6e513ee1dc13174256de8adaeeb2c2691eee95
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd6e513ee1dc13174256de8adaeeb2c2691eee95
2003-05-12 11:07:46+00:00
stdin patch by (Charles Yates <charles dot yates at pandora dot be>) * removes use of read_key and getchar when input is received on stdin (this was corrupting the packet reading) * terminates av_encode when a termination signal is received (use of ctrl-c issued a term_exit and subsequent uses of q failed) * specific correction to yuv4mpeg pipe reading - the defined header was too short to allow for extended yuv4mpeg flags [as used by smil2yuv and y4mscaler and accepted by mjpeg tools] Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
d9a916e22168129efb90c22aa04449533d62d120
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9a916e22168129efb90c22aa04449533d62d120
2003-08-29 20:51:10+00:00
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ Originally committed as revision 914 to svn://svn.ffmpeg.org/ffmpeg/trunk
6b460aa387530feefc91302c150a3405997e61cf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6b460aa387530feefc91302c150a3405997e61cf
2002-09-11 07:26:43+00:00
print more info if -v use new horizontal mmx scaler instead of old x86asm if mmx2 cant be used (FAST_BILINEAR only) fixed overflow in init function ... using double precission fp now :) using C scaler for the last 1-2 lines if there is a chance to write over the end of the dst array Originally committed as revision 3353 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
e3d2500fe498289a878b956f6efb4995438c9515
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3d2500fe498289a878b956f6efb4995438c9515
2001-12-06 19:07:25+00:00
h264_picture: Actually return error during alloc failure Fixes NULL dereference during alloc failure. Signed-off-by: Derek Buitenhuis <[email protected]>
52a44d50beb2ecf77213c9445649dcfd7ef44e92
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52a44d50beb2ecf77213c9445649dcfd7ef44e92
2017-11-26 13:37:02+00:00
movenc-test: fix potential uninitialized read Fixes CID #1413023
de6a1e32fd483db05d957268d5e45e2b1be9cab4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/de6a1e32fd483db05d957268d5e45e2b1be9cab4
2017-11-13 20:33:10+01:00
smacker: limit recursion depth of smacker_decode_bigtree This fixes segmentation faults due to stack-overflow caused by too deep recursion. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Sean McGovern <[email protected]>
0ccddbad200c1d9439c5a836501917d515cddf76
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ccddbad200c1d9439c5a836501917d515cddf76
2017-11-10 20:41:32-05:00
fate: increase fuzz for refcmp filter tests Should fix failing tests on GNU/kFreeBSD x86_32. Signed-off-by: Tobias Rapp <[email protected]>
792b1629a8818fa778ddea37342f4ba4eaf2ba47
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/792b1629a8818fa778ddea37342f4ba4eaf2ba47
2017-09-29 08:41:26+02:00
avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb() Fixes: Timeout Fixes: 3200/clusterfuzz-testcase-5750022136135680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
65e0a7c473f23f1833538ffecf53c81fe500b5e4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/65e0a7c473f23f1833538ffecf53c81fe500b5e4
2017-11-18 11:57:57+01:00
avfilter/af_channelsplit: check ff_insert_outpad() for failure Signed-off-by: Paul B Mahol <[email protected]>
730734d4f3e0f976b50cae9f94588f55e1845473
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/730734d4f3e0f976b50cae9f94588f55e1845473
2017-08-25 10:05:07+02:00
avcodec/movtextdec: run mov_text_cleanup() before overwriting pointers Fixes: memleak Fixes: 741/clusterfuzz-testcase-586996200452915 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
bac9c03ed9328c63aba46e280ba408431b53fcb4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bac9c03ed9328c63aba46e280ba408431b53fcb4
2017-03-09 23:28:10+01:00
avcodec/dnxhdenc: fix DNxHR 444 encoding crashes Fixes #6649.
eec67f25224a48047da57be18b610b11b0fd0bfe
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eec67f25224a48047da57be18b610b11b0fd0bfe
2017-09-26 10:00:51+02:00