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
⌀ |
---|---|---|---|---|---|---|---|
ARM: NEON: fix overflow in h264 16x16 planar pred
Signed-off-by: Mans Rullgard <[email protected]>
|
78f318be59a8e6174f21c2d7c3403ef325c73011
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/78f318be59a8e6174f21c2d7c3403ef325c73011
|
2011-01-24 14:59:46+00:00
|
Values >4 for lowres corrupt output.
Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a0f593d00d1c0c3fb560b536d59eec765cdbf48f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a0f593d00d1c0c3fb560b536d59eec765cdbf48f
|
2011-01-16 12:45:59+00:00
|
Check rangebits to avoid a possible crash.
Fixes issue 2548 (and Chrome issue 68115 and unknown CERT issues).
Patch by Frank Barchard, fbarchard at google
Originally committed as revision 26365 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
13184036a6b1b1d4b61c91118c0896e9ad4634c3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/13184036a6b1b1d4b61c91118c0896e9ad4634c3
|
2011-01-15 16:19:06+00:00
|
Fix crash when using iblock option (when a warning is logged).
Patch by James Zern, jzern google
Originally committed as revision 25472 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
da7548585e1ed0fdb1c337c2f07ab313c99122a5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/da7548585e1ed0fdb1c337c2f07ab313c99122a5
|
2010-10-14 07:47:49+00:00
|
Fix memory leak introduced in r23933
Originally committed as revision 23998 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
79042a6eb150e5d80a0e7bf242d9945d1246703b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/79042a6eb150e5d80a0e7bf242d9945d1246703b
|
2010-07-02 15:00:21+00:00
|
random_seed: allow to block on /dev/random
If both /dev/random and /dev/urandom failed to return data, an
uninitialised value might be returned. Since most systems have a
non-blocking /dev/urandom or have /dev/random with similar properties,
the chance of blocking is minimal, and the alternative of returning
non-random data is worse.
Originally committed as revision 23930 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b7fa5c5abb39f819fbb42253711bc13e5cac0e81
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b7fa5c5abb39f819fbb42253711bc13e5cac0e81
|
2010-07-01 11:40:50+00:00
|
shorten: remove VLA and check for buffer overflow
Originally committed as revision 23798 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
02591641f88097aec2a573f0ae384c8b87bcfe3b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/02591641f88097aec2a573f0ae384c8b87bcfe3b
|
2010-06-26 14:34:21+00:00
|
Move the SBR patch count check to prevent overwrites.
Thanks to Chromium.
Originally committed as revision 22999 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a91d82b5cc7d828ea9779aae1595f60e7e257d29
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a91d82b5cc7d828ea9779aae1595f60e7e257d29
|
2010-04-30 23:08:44+00:00
|
Fix leak in avfilter_graph_add_filter().
In case of reallocation failure the pointer to the original filter
array was lost. The correct behavior seems to just keep the old array
and count.
Originally committed as revision 22905 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3748b2b8e8bcedba2de7fe826c4094169a885840
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3748b2b8e8bcedba2de7fe826c4094169a885840
|
2010-04-18 20:10:43+00:00
|
vp3: More buffer length checks
.5% slower to fix some crashes on invalid streams
Originally committed as revision 22893 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6086731299e4d249ddc459e406b2ebb0cb71f6f4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6086731299e4d249ddc459e406b2ebb0cb71f6f4
|
2010-04-16 12:21:44+00:00
|
Avoid negative shifts in build_table()
A shift by a negative amount has undefined behaviour. Even though
the result of this shift is never used, the shift itself could
cause an exception of some kind.
Originally committed as revision 21939 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4c4e746566a98340e229831624f74a5636b62b65
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4c4e746566a98340e229831624f74a5636b62b65
|
2010-02-21 15:11:57+00:00
|
Move the probe loop from av_open_input_file() into its own method
av_probe_input_buffer() so that it can be reused. Here are a few
differences to the original way things were probed:
- maximum probe buffer size can be specified as a parameter.
- offset within the stream to probe from can be specified as a parameter.
- instead of seeking back to the start each time a probe fails, stream
data is appended to the reallocated buffer. This lowers the amount
of data read from the stream (there is no repetition) and results in
fewer closed and reopened streams (when seeking fails).
New attempt after r22296, which was revert in r22315 due to a FATE
failure.
See the thread:
Subject: [FFmpeg-devel] [PATCH] Move av_open_input_file probe loop to its own method
Date: 2010-03-05 03:23:57 GMT
Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
Originally committed as revision 22532 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
eadd495d06b5c553f6026fe905dd0b3bc23fe35b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eadd495d06b5c553f6026fe905dd0b3bc23fe35b
|
2010-03-14 22:40:16+00:00
|
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized
buffer, that is doomed to not work at some point.
Originally committed as revision 21368 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
8b9457deab98959ece4ab5b68c89b7557e2b872a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8b9457deab98959ece4ab5b68c89b7557e2b872a
|
2010-01-21 19:48:30+00:00
|
Explain why the level variable is magically inceased in mpeg4_encode_dc().
It must be in a certain range to avoid DC overflows.
Originally committed as revision 21087 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
49d2d1c35cc0438747dd8ef111163cb341f8f9fe
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/49d2d1c35cc0438747dd8ef111163cb341f8f9fe
|
2010-01-08 10:00:56+00:00
|
Use correct context for av_log(), should prevent a crash for malformed files.
Patch by Francesco Lavra (francescolavra at interfree dot it).
Originally committed as revision 21031 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
643bae382c2610512652d3c5cfa7aabb450a706e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/643bae382c2610512652d3c5cfa7aabb450a706e
|
2010-01-05 16:25:41+00:00
|
Calls to url_fseek should have their return value checked in
av_seek_frame_binary, just as they do in av_seek_frame_generic.
Otherwise, function may return success even though url_fseek reported
failure.
Patch by Sean Soria, first.last at gmail
Originally committed as revision 20744 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b593f7fdef3448ea0fadfccc0bd7e4fde3df84aa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b593f7fdef3448ea0fadfccc0bd7e4fde3df84aa
|
2009-12-06 00:03:53+00:00
|
Disable parsing for ogg streams where no ogg header was found,
if no header was found the parser was not initialized and thus will
crash when trying to use it.
Originally committed as revision 20093 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
c9da676de43d778d62efb1cfa75544d770736d67
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c9da676de43d778d62efb1cfa75544d770736d67
|
2009-09-30 09:46:48+00:00
|
Allocate pictures with enough padding for jpeg.
Ensure that jpeg does not use mbs that could require larger padding.
This might have been exploitable.
Originally committed as revision 20566 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
98c82d691089214251283a1c16808c10f0744ca1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/98c82d691089214251283a1c16808c10f0744ca1
|
2009-11-20 22:14:37+00:00
|
fix uninitialized memory in dnxhd encoder
Originally committed as revision 19912 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
301a24de52f5baa09beff0958327af2c2a7005dc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/301a24de52f5baa09beff0958327af2c2a7005dc
|
2009-09-18 19:03:05+00:00
|
Check begin/end/partition_size.
23_vorbis_sane_partition.patch by chrome.
Also this should be better documented but i prefer not to leave potential
security issues open due to missing documentation.
Originally committed as revision 19996 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
36b7e983a664d20dc3809704b47cf8d59895b4de
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/36b7e983a664d20dc3809704b47cf8d59895b4de
|
2009-09-23 13:08:48+00:00
|
100l, error out if subtitle encoder failed instead of writing an AVPacket
with ridiculous size and thus crashing.
Originally committed as revision 19641 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
266649a52fe258c09bbe5d2e222431c6a864af3f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/266649a52fe258c09bbe5d2e222431c6a864af3f
|
2009-08-15 00:37:31+00:00
|
Ensure that we don't read from invalid memory with B-frame qpel
Originally committed as revision 18839 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ebcf3b742bcc71355ddc7c1a83bb829425a9f754
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ebcf3b742bcc71355ddc7c1a83bb829425a9f754
|
2009-05-15 07:49:59+00:00
|
Do not add -fno-common to CFLAGS on DOS, it is unneeded.
Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
8bb3d6a612ab0da2b386965a54b2dcf6c97a1f93
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8bb3d6a612ab0da2b386965a54b2dcf6c97a1f93
|
2009-04-16 10:34:14+00:00
|
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread
contexts, this avoids a crash when freeing the H.264 parser context introduced in
r18406, since h->s.avctx is NULL there.
Originally committed as revision 18418 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6752dd5aeeca9b6180d9fe0827fd438af426556e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6752dd5aeeca9b6180d9fe0827fd438af426556e
|
2009-04-10 14:30:04+00:00
|
av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code.
Originally committed as revision 17104 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
51066987cf05a7cad567e965fa637e28f9d902c5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/51066987cf05a7cad567e965fa637e28f9d902c5
|
2009-02-09 21:47:05+00:00
|
Fix a read past end of buffer crash in the mp3 probe
Originally committed as revision 16693 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
38cef584048b90d2405fdbb8b79a731535948d27
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/38cef584048b90d2405fdbb8b79a731535948d27
|
2009-01-20 08:00:39+00:00
|
VP3: Prevent stack corruption from an unset custom coding method.
Originally committed as revision 16978 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2c823b3ccca3a9d42d02713fc5ea2538a9b9a99e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c823b3ccca3a9d42d02713fc5ea2538a9b9a99e
|
2009-02-03 22:59:47+00:00
|
Use coff as objformat for dos.
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ff1c015d415352fe886cf85b6962d47cdbed1f6d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ff1c015d415352fe886cf85b6962d47cdbed1f6d
|
2009-01-11 02:19:33+00:00
|
silence a gcc warning about using an uninitialized variable
Originally committed as revision 15814 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
c763f86728f1ae8c64794dc1a2451777539e382d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c763f86728f1ae8c64794dc1a2451777539e382d
|
2008-11-13 03:18:24+00:00
|
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
Fix a crash due to X264_init() setting the libx264 rc_eq field to NULL
when rc_eq was not defined. As a consequence rc_eq can no longer be
manually specified and passed to libx264, but this option is going to
be removed from the libx264 public API anyway.
See the thread: "Fix crash in libx264 when rc_eq is not set".
Originally committed as revision 15029 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d4be08e0c9fc9ed2862e952a489ef6a8943b5e5d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d4be08e0c9fc9ed2862e952a489ef6a8943b5e5d
|
2008-08-29 17:37:32+00:00
|
fix decoding of coupling leak info for normal AC-3
Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
63d72fb1679e61e6665c1cbd7cfff5ecf03a063a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/63d72fb1679e61e6665c1cbd7cfff5ecf03a063a
|
2008-08-23 03:30:08+00:00
|
Fix rc_eq mem leak.
Originally committed as revision 14788 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3cffbe090a5168dcfe580de8d662a32e7ad1d911
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3cffbe090a5168dcfe580de8d662a32e7ad1d911
|
2008-08-16 14:46:31+00:00
|
exploit mdct symmetry
2% faster vorbis on conroe, k8. 7% on celeron.
Originally committed as revision 14207 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b9fa32082c71013e90eab9e9997967d2939cf4a6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b9fa32082c71013e90eab9e9997967d2939cf4a6
|
2008-07-13 15:03:58+00:00
|
Detect and prevent reading over the end of counts_*. We pass the error
through a context variable as this is simpler and i think also faster, but
the return value of functions could be used instead of course.
The code also ensures as a side effect that the AC decoder state does not
become invalid.
This fixes all known crashes. And outputs nothing in case of an error instead
of random noise.
Originally committed as revision 12316 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6a287b739f3a8660d5e4405be1302da8b3e51e88
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6a287b739f3a8660d5e4405be1302da8b3e51e88
|
2008-03-04 21:58:34+00:00
|
100l, av_read_packet must check for read_packet error, in case of
error pkt->stream_index could be invalid and must not be used.
Fixes a crash with http://www.cs.berkeley.edu/~dmolnar/2-snippet3.wav
Originally committed as revision 11307 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
88b00723906f68b7563214c30333e48888dddf78
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/88b00723906f68b7563214c30333e48888dddf78
|
2007-12-23 13:16:55+00:00
|
fix emulated inet_aton so that it fails for invalid addresses
patch by elupus: \elupus ecce se/
original thread:
[FFmpeg-devel] [PATCH] emulated inet_aton doesn't fail for invalidaddresses
date: 07/15/2007 12:40 AM
Originally committed as revision 9731 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
104d04182d85e8538e8934c072432a05ab7ed999
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/104d04182d85e8538e8934c072432a05ab7ed999
|
2007-07-18 07:57:26+00:00
|
change high precision mode to 30 bits again after making the code less overflow sensitive
Originally committed as revision 8481 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d6fead9089cf2df3a3d69e6077a83b32e8dbb2ad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d6fead9089cf2df3a3d69e6077a83b32e8dbb2ad
|
2007-03-22 11:13:13+00:00
|
fix end-of-file detection
At the end of a nut file, the check for url_feof() fails because the
eof flag was cleared by the url_fseek() call that was used to skip over
the index packet. This patch fixes this
patch by: Clemens Ladisch % cladisch A fastmail P net %
Original thread:
Date: Feb 27, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection
Originally committed as revision 8447 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
559fd1e79524ca47efde195e28feb4499dd48761
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/559fd1e79524ca47efde195e28feb4499dd48761
|
2007-03-18 23:59:56+00:00
|
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
Originally committed as revision 23179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
2da0d70d5eebe42f9fcd27ee554419ebe2a5da06
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2da0d70d5eebe42f9fcd27ee554419ebe2a5da06
|
2007-04-30 08:05:29+00:00
|
Precompute a chroma_qp table with index offset for each pps,
this saves speed for the upcoming secondqp fix.
Patch by Andreas Öman % andreas A olebyn P nu %
Original thread:
Date: Jun 26, 2007 8:48 PM
subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources
Originally committed as revision 9498 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
042ef4b720f5d3321d9b7eeeb2067c671d5aeefd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/042ef4b720f5d3321d9b7eeeb2067c671d5aeefd
|
2007-07-06 07:58:08+00:00
|
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
Originally committed as revision 7889 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
960964f5a9ad9d8e90aaeae9130fe81e80ce4ddf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/960964f5a9ad9d8e90aaeae9130fe81e80ce4ddf
|
2007-02-09 02:21:34+00:00
|
Exit on failed libfaad check.
Originally committed as revision 7783 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ff3dac657d21bf628de8a7f5aa19a4920b9b8d9c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ff3dac657d21bf628de8a7f5aa19a4920b9b8d9c
|
2007-01-31 14:46:07+00:00
|
Make read_packet fail is the v4l2 driver returns an unexpected frame size
(driver's bug? If not, we will have to support this in some way)
Originally committed as revision 6756 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
7c7e7464e3f49e9a1fa98b06c4261e75ce71290b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7c7e7464e3f49e9a1fa98b06c4261e75ce71290b
|
2006-10-22 09:56:08+00:00
|
Ignore overrun in spectral RLE decoding, fixes
http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv
Originally committed as revision 5532 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a5ecd69ec191f6f8e26af9ad3e35e784a34335cb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a5ecd69ec191f6f8e26af9ad3e35e784a34335cb
|
2006-06-27 12:09:58+00:00
|
fix variable type used via "m" asm constraint to match size used in asm.
fixes crashes on AMD64.
Originally committed as revision 18576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
065ee1ec325ed7d34acf13d0bf319c1c6b457e21
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/065ee1ec325ed7d34acf13d0bf319c1c6b457e21
|
2006-06-05 10:51:58+00:00
|
Dual mono stereo strems sound ok now, added sanity checks and removed
some unused variables and redundant memsets.
Patch by Benjamin Larsson
Originally committed as revision 4816 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
560b10a6c3627cccf6735170d370cf9e3d38e805
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/560b10a6c3627cccf6735170d370cf9e3d38e805
|
2006-01-06 12:41:57+00:00
|
mem corruption fix
Originally committed as revision 4789 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
13705b69ebe9e375fdb52469760a0fbb5f593cc1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/13705b69ebe9e375fdb52469760a0fbb5f593cc1
|
2005-12-30 15:12:02+00:00
|
fix bugs in new loop filter code; also, refrain from filtering against
data that has yet to be rendered; still #if'd out, will revisit when
proper algorithm can be validated
Originally committed as revision 4297 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2935001c86fe647fde79395f15a4cf679cc1c3b2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2935001c86fe647fde79395f15a4cf679cc1c3b2
|
2005-05-21 19:31:16+00:00
|
While adding stereo rematrixing, I came across something that needs to
be fixed even without adding the feature. The output correctly uses 4
dummy values for the rematrixing flags in block-0, but the bit
allocation routine does not take these bits into account. From what I
can tell, there was a patch in 2003 that corrected the output to make it
DVD and spec compatible, but it didn't correct the bit allocation. It's
only 4 bits over the entire 6 blocks, so overflow errors would happen
rarely or never, but it's still worth fixing. So here is a fix.
patch by (Justin Ruggles {jruggle earthlink net)
Originally committed as revision 4179 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
132041f06fe30eff483769e19681bb2d5f92f26c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/132041f06fe30eff483769e19681bb2d5f92f26c
|
2005-05-05 14:10:52+00:00
|
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>)
Originally committed as revision 3571 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
125af022434fbb6a61ba8244eb19d3a43f9687e9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/125af022434fbb6a61ba8244eb19d3a43f9687e9
|
2004-10-08 10:37:45+00:00
|
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)
Originally committed as revision 841 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
159d10fc2c72d1c4e7e2c8161810965505a0ad61
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/159d10fc2c72d1c4e7e2c8161810965505a0ad61
|
2002-08-04 19:28:27+00:00
|
fixed one mpeg decoder memory leak
Originally committed as revision 688 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
915bbac6815eddd911fb5cb8a23517b3cac3a84b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/915bbac6815eddd911fb5cb8a23517b3cac3a84b
|
2002-06-11 13:44:14+00:00
|
fixed one overflow problem
Originally committed as revision 553 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
747a67fbab8ff74e4281ecbc947910fba13fd65d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/747a67fbab8ff74e4281ecbc947910fba13fd65d
|
2002-05-20 21:15:53+00:00
|
* Add support for time-limiting a live stream. (Some guy streamed one of
my pondcam streams for 24 hours! I'll bet he wasn't watching.
* Add code to allocate the priv_data so that the ffm header can be
parsed again. [Fix crash]
Originally committed as revision 577 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ec3b22326dc07fb8300a577bd6b17c19a0f1bcf7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ec3b22326dc07fb8300a577bd6b17c19a0f1bcf7
|
2002-05-24 01:18:19+00:00
|
avcodec/hevc_ps: add a function to uninitialize parameter set buffers
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
9462b2b8205397ea5972b2365c2e8db6872ef3e9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9462b2b8205397ea5972b2365c2e8db6872ef3e9
|
2018-01-21 00:06:30-03:00
|
avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
Fixes: runtime error: signed integer overflow: 2147483520 + 128 cannot be represented in type 'int'
Fixes: 4800/clusterfuzz-testcase-minimized-6110372403609600
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
a1f38c75893c852cf19dcf3e4553549ba1e70950
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a1f38c75893c852cf19dcf3e4553549ba1e70950
|
2018-01-15 19:55:22+01:00
|
opus_celt: Fix arithmetic overflow (per RFC8251)
As per Sec.8 of RFC8251:
Cap on Band Energy
NaN due to large log-energy value. Affects celt_denormalize().
Signed-off-by: Andrew D'Addesio <[email protected]>
|
de052ea454e06f2c1aab4e06cca0012cf80f2630
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de052ea454e06f2c1aab4e06cca0012cf80f2630
|
2017-12-04 07:28:45+00:00
|
tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARM
Signed-off-by: Michael Niedermayer <[email protected]>
|
c8bd2c7d09bfc71795e91f0a9aeb4b8a6833eff2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c8bd2c7d09bfc71795e91f0a9aeb4b8a6833eff2
|
2017-12-06 01:04:35+01:00
|
avformat/aacdec: Fix leak in adts_aac_read_packet()
Fixes: chromium-773637/clusterfuzz-testcase-minimized-6418078673141760
Found-by: ossfuzz/chromium
Reviewed-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
2779d33ed99898675e0b3884fabe1ce6839f36d1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2779d33ed99898675e0b3884fabe1ce6839f36d1
|
2017-11-26 18:35:55+01:00
|
Fix leak of frame_duration_buffer in mov_fix_index().
Should be unconditionally freed at the end of mov_fix_index() in
case it hasn't been used during the fix up.
Signed-off-by: Dale Curtis <[email protected]>
Reviewed-by: Sasi Inguva <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
d073be2291e40129d107ca4573097d6d6d2dbf68
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d073be2291e40129d107ca4573097d6d6d2dbf68
|
2017-11-18 11:57:57+01:00
|
opus_pvq: fix crashing on analysis of mono
Signed-off-by: Rostislav Pehlivanov <[email protected]>
|
6e0723470bea258ceb72ee4c4916cf8f80337f92
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6e0723470bea258ceb72ee4c4916cf8f80337f92
|
2017-11-23 01:00:08+00:00
|
avcodec: Implement mpeg2 nvdec hwaccel
This is mostly straight-forward. The weird part is that it should
just work for mpeg1, but I see corruption in my test cases, so I'm
going to try and fix that separately.
|
7c9f739d864c0ed8f1b433d6a7d9f674edda9cf5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7c9f739d864c0ed8f1b433d6a7d9f674edda9cf5
|
2017-11-18 08:13:50-08:00
|
avcodec/vc2enc: Clear coef_buf on allocation
Fixes: Use of uninitialized memory
Fixes: assertion failure
Reviewed-by: <atomnuker>
Signed-off-by: Michael Niedermayer <[email protected]>
|
6d00905f8134a2932e5c00dd1ec8b2a1f0a38035
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d00905f8134a2932e5c00dd1ec8b2a1f0a38035
|
2017-11-15 17:31:09+01:00
|
configure: fix libxavs check
libxavs may require pthreads and libm at link time, and without
said ldflags available as global extralibs, the check will fail.
Regression since 6dfcbd80ad446ff163b47f2bf432bbf706436ea8.
Tested-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
6fb580e7d3c4cead297620a7b982b2975c56b166
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6fb580e7d3c4cead297620a7b982b2975c56b166
|
2017-10-12 14:20:30-03:00
|
doc/filters: note minimum resolution for pixscope
Signed-off-by: Gyan Doshi <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
|
d251effe732081c2d11bdb1198ab906827faf773
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d251effe732081c2d11bdb1198ab906827faf773
|
2017-10-10 13:12:20-08:00
|
avcodec/dxv: Check for end of input in dxv_decompress_dxt5()
Fixes: Timeout
Fixes: 3291/clusterfuzz-testcase-4630024655208448
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
d662143f064636f11d92083cd9aa4f907cf97d59
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d662143f064636f11d92083cd9aa4f907cf97d59
|
2017-10-04 02:16:11+02:00
|
avformat/mpeg: zero initialize idx_pkt
Prevents use of uninitialized stack.
Signed-off-by: James Almer <[email protected]>
|
86be73c7c1a5c789ad971d4ec620edc839d46820
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/86be73c7c1a5c789ad971d4ec620edc839d46820
|
2017-09-23 19:37:21-03:00
|
avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED()
Fixes: runtime error: signed integer overflow: 1168175789 + 1168178473 cannot be represented in type 'int'
Fixes: 3081/clusterfuzz-testcase-minimized-4807564879462400
Fixes: 2844/clusterfuzz-testcase-minimized-5561715838156800
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
2a0823ae966be3ad40e5dba6ec4c4dc1e8c6bcad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2a0823ae966be3ad40e5dba6ec4c4dc1e8c6bcad
|
2017-09-02 23:50:28+02:00
|
avformat/mov: Bail when invalid sample data is present.
ctts data in ffmpeg relies on the index entries array to be 1:1
with samples... yet sc->sample_count can be read directly from
the 'stsz' box and index entries are only generated if a chunk
count has been read from 'stco' box.
Ensure that if sc->sample_count > 0, sc->chunk_count is too as
a basic sanity check. Additionally we need to check that after
the index is built we have the right number of entries, so we
also check in mov_read_trun() that sc->sample_count ==
st->nb_index_entries.
Signed-off-by: Michael Niedermayer <[email protected]>
|
f1e47f87131dd7c3718496b83911e17586e26e80
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f1e47f87131dd7c3718496b83911e17586e26e80
|
2017-09-01 00:56:32+02:00
|
avfilter/vf_lut2: add framesync options
Also stop leaking memory.
Signed-off-by: Paul B Mahol <[email protected]>
|
a4d18a3f54e5b0277234d8fcff65dff8516417a0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4d18a3f54e5b0277234d8fcff65dff8516417a0
|
2017-08-30 12:13:02+02:00
|
avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add()
Fixes: 2891/clusterfuzz-testcase-minimized-5881795457318912
Fixes: runtime error: signed integer overflow: 1551827968 - -775913984 cannot be represented in type 'int'
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
6def8b8d924af985514ebb1b1a51871c94d26d33
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6def8b8d924af985514ebb1b1a51871c94d26d33
|
2017-08-29 21:16:32+02:00
|
avfilter/src_movie: check ff_insert_outpad() for failure
Signed-off-by: Paul B Mahol <[email protected]>
|
48ddd8ddec3587453dffcfaa4130698d99228937
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/48ddd8ddec3587453dffcfaa4130698d99228937
|
2017-08-25 10:29:50+02:00
|
avcodec/lagarith: Detect end of input in lag_decode_line() loop
Fixes: timeout
Fixes: 2933/clusterfuzz-testcase-5124990208835584
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
5859b5b4394d3a0d654b6e821c2ba5e1e7842244
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5859b5b4394d3a0d654b6e821c2ba5e1e7842244
|
2017-08-11 22:02:38+02:00
|
avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()
Fixes: runtime error: signed integer overflow: 26215360 + 2121330944 cannot be represented in type 'int'
Fixes: 2809/clusterfuzz-testcase-minimized-4785181833560064
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
|
d1bfa80ec464d475a0de3f513bbb62bcd356099a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d1bfa80ec464d475a0de3f513bbb62bcd356099a
|
2017-08-03 15:31:15+02:00
|
avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise()
Fixes: runtime error: signed integer overflow: -2049425300 + -117591631 cannot be represented in type 'int'
Fixes: part of 2096/clusterfuzz-testcase-minimized-4901566068817920
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
2061de8a3f73f14806e5f6ccaf9a635f740a54e6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2061de8a3f73f14806e5f6ccaf9a635f740a54e6
|
2017-07-08 23:45:41+02:00
|
avcodec/interplayvideo: Check ff_get_buffer() for failure
Fixes: runtime error: division by zero
Fixes: 2408/clusterfuzz-testcase-minimized-5432734438653952
Fixes: 2415/clusterfuzz-testcase-minimized-4672827619803136
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
60a45713e7bc94b079f8cd39cfaa300e9c381f62
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/60a45713e7bc94b079f8cd39cfaa300e9c381f62
|
2017-06-30 03:34:58+02:00
|
avcodec/h264_parse: Check picture structure when initializing weight table
Fixes: runtime error: index 49 out of bounds for type 'int [48][2][2]'
Fixes: 2159/clusterfuzz-testcase-minimized-5267945972301824
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
09096fb68713089a8f97c8fa24e9d7f3bb9231d5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/09096fb68713089a8f97c8fa24e9d7f3bb9231d5
|
2017-06-10 00:48:23+02:00
|
avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid undefined shifts later
Fixes: runtime error: shift exponent 47 is too large for 32-bit type 'int'
Fixes: 2581/clusterfuzz-testcase-minimized-4681474395602944
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
2886142e0c3b5f4304c6e2a2bd282770a8a47f93
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2886142e0c3b5f4304c6e2a2bd282770a8a47f93
|
2017-07-18 22:14:16+02:00
|
avcodec/cfhd: Fix runtime error: signed integer overflow: 65280 * 65288 cannot be represented in type 'int'
Fixes: 1925/clusterfuzz-testcase-minimized-5564569688735744
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
cd6f319a7470394044627d1bd900e21b9aca5f4a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cd6f319a7470394044627d1bd900e21b9aca5f4a
|
2017-06-01 22:20:16+02:00
|
smacker: Check that the data size is a multiple of a sample vector
Fixes out of array access
Fixes: ce19e41f0ef1e52a23edc488faecdb58/asan_heap-oob_2504e97_4202_ffa0df1baed14022b9bfd4f8ac23d0cb.smk
Bug-Id: CVE-2015-8365
CC: [email protected]
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit 4a9af07a49295e014b059c1ab624c40345af5892)
Signed-off-by: Diego Biurrun <[email protected]>
|
b98f082d8ddc0a0d8317114d8414ab51de60ef02
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b98f082d8ddc0a0d8317114d8414ab51de60ef02
|
2017-06-01 14:22:01+02:00
|
avcodec/dxv: Check remaining bytes in dxv_decompress_raw()
Fixes: Timeout
Fixes: 2006/clusterfuzz-testcase-minimized-5766515037044736
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
eb5049227033d946add93c0714bb8a28d94166f1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eb5049227033d946add93c0714bb8a28d94166f1
|
2017-06-04 17:51:02+02:00
|
avcodec/dct32_template: Fix runtime error: signed integer overflow: -1071326067 - 1088238847 cannot be represented in type 'int'
Fixes: 1731/clusterfuzz-testcase-minimized-5123972414832640
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
a1cbf53c566b84a5974f516076cbc36c188f6d08
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a1cbf53c566b84a5974f516076cbc36c188f6d08
|
2017-05-22 02:16:39+02:00
|
avcodec/mpeg4videodec: Check for multiple VOL headers
Fixes multiple: runtime error: signed integer overflow: 2147115008 + 413696 cannot be represented in type 'int'
Fixes: 1723/clusterfuzz-testcase-minimized-5309409372667904
Fixes: 1727/clusterfuzz-testcase-minimized-5900685306494976
Fixes: 1737/clusterfuzz-testcase-minimized-5922321338466304
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
efeb47fd5d5cbf980e52a6d5e741c3c74b94b5e2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/efeb47fd5d5cbf980e52a6d5e741c3c74b94b5e2
|
2017-05-21 16:05:20+02:00
|
avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int'
Fixes: 1711/clusterfuzz-testcase-minimized-5248503515185152
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
1d04fc94e1021b70e542dc01a48b8398c6fc6325
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1d04fc94e1021b70e542dc01a48b8398c6fc6325
|
2017-05-21 02:56:47+02:00
|
avcodec/ac3dec_fixed: Fix runtime error: left shift of 419 by 23 places cannot be represented in type 'int'
Fixes: 1352/clusterfuzz-testcase-minimized-5757565017260032
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
136ce8baa4fc16cf38690cb457f7356c00e00a28
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/136ce8baa4fc16cf38690cb457f7356c00e00a28
|
2017-06-04 13:04:46+02:00
|
avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objects
Add dxva2_pool_release_dummy() and use it in call to
av_buffer_create() in dxva2_pool_alloc().
Prior to this change, av_buffer_create() was called with NULL for the
third argument, which indicates that av_buffer_default_free() should
be used to free the buffer's data. Eventually, it gets to
buffer_pool_free() and calls buf->free() on a surface object (which is
av_buffer_default_free()).
This can result in a crash when the debug version of the C-runtime is
used on Windows. While it doesn't appear to result in a crash when
the release version of the C-runtime is used on Windows, it likely
results in memory corruption, since av_free() is being called on
memory that was allocated using
IDirectXVideoAccelerationService::CreateSurface().
Signed-off-by: Aaron Levinson <[email protected]>
Reviewed-by: wm4 <[email protected]>
Reviewed-by: Steven Liu <[email protected]>
Reviewed-by: Mark Thompson <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
|
3d040513a1de4797a4f81dde4984395f51db76b7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3d040513a1de4797a4f81dde4984395f51db76b7
|
2017-05-20 09:41:45+02:00
|
avcodec/clearvideo: Check buf_size before decoding frame
Fixes; Timeout
Fixes: 1826/clusterfuzz-testcase-minimized-5728569256837120
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
43c394dcaebe9eec5802b420f273385473380909
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/43c394dcaebe9eec5802b420f273385473380909
|
2017-05-26 01:38:03+02:00
|
avcodec/dss_sp: Fix runtime error: signed integer overflow: 2147481189 + 4096 cannot be represented in type 'int'
Fixes: 1441/clusterfuzz-testcase-minimized-6223152357048320
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
6ea428789371fa0601e9ebb5b7f2216d4e73e831
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6ea428789371fa0601e9ebb5b7f2216d4e73e831
|
2017-05-10 21:32:53+02:00
|
lavc/mediacodec_wrapper: fix local reference leaks
Reviewed-by: Clément Bœsch <[email protected]>
|
1795dccde0ad22fc8201142f92fb8d58c234f3e4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1795dccde0ad22fc8201142f92fb8d58c234f3e4
|
2017-05-11 16:29:03+02:00
|
avcodec/g723_1dec: Fix LCG type
Fixes: 1567/clusterfuzz-testcase-minimized-5693653555085312
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
f2c539d3501111f10a2b4e9480ea54c0a3190680
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f2c539d3501111f10a2b4e9480ea54c0a3190680
|
2017-05-14 15:30:08+02:00
|
avcodec/aacdec_template: Fix fixed point scale in decode_cce()
Fixes: runtime error: shift exponent 1073741824 is too large for 32-bit type 'int'
Fixes: 1654/clusterfuzz-testcase-minimized-5151903795118080
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
53a502206a9ea698926694d7252526fe00d1ea44
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/53a502206a9ea698926694d7252526fe00d1ea44
|
2017-05-17 16:17:56+02:00
|
avcodec/rangecoder: Fix range coder corner case handling
Fixes: 1511/clusterfuzz-testcase-minimized-5906663800307712
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
96cbaaa5481baa020eb0cb6faac83e4c5059b212
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/96cbaaa5481baa020eb0cb6faac83e4c5059b212
|
2017-05-13 01:46:05+02:00
|
avcodec/texturedsp: Fix runtime error: left shift of 218 by 24 places cannot be represented in type 'int'
Fixes: 1428/clusterfuzz-testcase-minimized-5263281793007616
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
2bd8eb05d21b582d627a93852b59cb3cfc305dae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2bd8eb05d21b582d627a93852b59cb3cfc305dae
|
2017-05-10 01:19:03+02:00
|
avcodec/cdxl: Fix signed integer overflow: 14243456 * 164 cannot be represented in type 'int'
Fixes: 1341/clusterfuzz-testcase-minimized-5441502618583040
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
1002932a3b16d35c46a08455f76462909eebb5aa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1002932a3b16d35c46a08455f76462909eebb5aa
|
2017-05-05 19:26:36+02:00
|
avcodec/lagarith: Fix runtime error: left shift of negative value -1
Fixes: 1424/clusterfuzz-testcase-minimized-6088327159611392
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
ddb2dd7edbccc5596d8e3c039133be8444cb1d02
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ddb2dd7edbccc5596d8e3c039133be8444cb1d02
|
2017-05-10 01:10:55+02:00
|
avcodec/wavpack: Fix invalid shift and integer overflow
Fixes: 940/clusterfuzz-testcase-5200378381467648
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
fc4f88375b8aa99495a3a774611132a77ca2e11b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fc4f88375b8aa99495a3a774611132a77ca2e11b
|
2017-05-04 20:32:11+02:00
|
avcodec/options: do a more thorough clean up in avcodec_copy_context()
Free coded_frame, coded_side_data and unref hw_device_ctx to prevent
potential leaks.
Reviewed-by: Aaron Levinson <[email protected]>
Tested-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
cac8de2da5c4935773128335c11b806faa73e19d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cac8de2da5c4935773128335c11b806faa73e19d
|
2017-04-30 23:18:05-03:00
|
avcodec/mimic: Fix runtime error: left shift of negative value -1
Fixes: 1365/clusterfuzz-testcase-minimized-5624158450876416
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
fc2c420b82939a8f30838a6aa08bfd936099d3ce
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fc2c420b82939a8f30838a6aa08bfd936099d3ce
|
2017-05-06 15:18:00+02:00
|
avfilter/af_compand: Check av_strtok() for failure
Fixes CID1396256
Signed-off-by: Michael Niedermayer <[email protected]>
|
88612f8db3b8b0c6e51f9136ec4915f72cbc9a56
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/88612f8db3b8b0c6e51f9136ec4915f72cbc9a56
|
2017-04-20 02:19:21+02:00
|
opus_pvq: remove unneeded assert
Since the PVQ search has been well fuzzed and is guaranteed to never
break SUM(abs(y[])) == K, the assert is no longer needed.
Also the assert only prevented coding the wrong vector index but didn't
prevent crashes during searching for it, which made the assert rather
informational than practical.
Signed-off-by: Rostislav Pehlivanov <[email protected]>
|
f19442c069929727b19c948619488370d279e177
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f19442c069929727b19c948619488370d279e177
|
2017-02-24 07:06:59+00:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.