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
⌀ |
---|---|---|---|---|---|---|---|
cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
|
b55aa7df6b79746541f05d65c414961f49f46f68
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b55aa7df6b79746541f05d65c414961f49f46f68
|
2011-11-18 11:35:56+02:00
|
Only do 1 malloc instead of 3 and check for failure.
Signed-off-by: Reimar Döffinger <[email protected]>
|
d9f4dc52a0fe3edb93f153cf13e750f7c46243d1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9f4dc52a0fe3edb93f153cf13e750f7c46243d1
|
2011-10-29 15:48:43+02:00
|
vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function warning.
Signed-off-by: Michael Niedermayer <[email protected]>
|
cb3034e0d16e753b93dd1d879044399e45e82bf7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cb3034e0d16e753b93dd1d879044399e45e82bf7
|
2011-10-19 00:04:33+02:00
|
lavfi: port boxblur filter from libmpcodecs
With the following additions:
* support to gray format
* support to yuva420p format
* parametric luma/chroma/alpha radius
* consistency check on the radius values, avoid crashes with invalid values
Signed-off-by: Anton Khirnov <[email protected]>
|
ce6b6ef645f6ac17f78e937837fe8f37a1b2beaf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ce6b6ef645f6ac17f78e937837fe8f37a1b2beaf
|
2011-10-17 18:05:41+02:00
|
vp8: prevent read from uninitialized memory in decode_mvs
Signed-off-by: Janne Grunau <[email protected]>
|
0f0b5d643401d4d83322eeee0e57eb5a226ef9ab
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0f0b5d643401d4d83322eeee0e57eb5a226ef9ab
|
2011-10-15 00:13:21+02:00
|
qtrle: check for out of bound writes.
Signed-off-by: Michael Niedermayer <[email protected]>
|
7fb92be7e50ea4ba5712804326c6814ae02dd190
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7fb92be7e50ea4ba5712804326c6814ae02dd190
|
2011-10-09 03:22:57+02:00
|
vc1: reset interlaced variables, prevent another bunch of crashes.
Signed-off-by: Michael Niedermayer <[email protected]>
|
4509be3d2f46a52ada8e2ecb476faed93e19abf3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4509be3d2f46a52ada8e2ecb476faed93e19abf3
|
2011-10-11 13:55:09+02:00
|
eacmv: check for out of bound reads
Signed-off-by: Janne Grunau <[email protected]>
|
46cb2f6a2928a7fa4bee3f09b0475ccb8cdd2064
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/46cb2f6a2928a7fa4bee3f09b0475ccb8cdd2064
|
2011-10-10 21:36:13+02:00
|
libx264: Fix loop failure due to bufsize becoming 0
Signed-off-by: Michael Niedermayer <[email protected]>
|
751a4efd4d754b15ebc6027b09051f27860bb1e8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/751a4efd4d754b15ebc6027b09051f27860bb1e8
|
2011-10-04 23:21:52+02:00
|
H264: hotfix for speedloss on frame threading and h264 files with slices.
This fix is not ideal as it still limits the multithreading on field pictures
to the 2nd field only.
Ill try to fix it properly to allow both fields to decode concurrently but this
needs more work.
This bug exists since and was caused by:
commit ea6331f8bbaf3343faec6ffe77a6218a016a3af5
Author: Ronald S. Bultje <[email protected]>
Date: Mon Jun 20 10:24:33 2011 -0400
h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
|
eaa21b6870ba8bba4b0370e91f1941307c1c9681
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eaa21b6870ba8bba4b0370e91f1941307c1c9681
|
2011-10-04 00:26:18+02:00
|
Check for out of bounds reads in the Delphine Software International CIN decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
8e5f093c2cf13eab3d68d893bf8f30c56ba4e733
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8e5f093c2cf13eab3d68d893bf8f30c56ba4e733
|
2011-09-30 02:09:57+02:00
|
lavf: Avoid using av_malloc(0) in av_dump_format
On OS X, av_malloc(0) returns pointers that cause crashes when
freed.
Signed-off-by: Martin Storsjö <[email protected]>
|
e81e5e8ad2bb5746df0c343c396019aca165cf66
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e81e5e8ad2bb5746df0c343c396019aca165cf66
|
2011-09-30 22:31:30+03:00
|
Fix out of bound writes in fix_bitshift() of the shorten decoder.
The data pointers s->decoded[*] already take into account s->nwrap.
Signed-off-by: Michael Niedermayer <[email protected]>
|
f42b3195d3f2692a4dfc0a8668bb4ac35301f2ed
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f42b3195d3f2692a4dfc0a8668bb4ac35301f2ed
|
2011-09-30 04:14:23+02:00
|
Prevent NULL dereferences when missing the reference frame in the bink decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
66aae97a60fcd8658f18c484b5af898a48d0e3f9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/66aae97a60fcd8658f18c484b5af898a48d0e3f9
|
2011-09-27 23:45:37+02:00
|
Fix out of bound reads in rle_unpack() of vmd video decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
4749e074987d45cb98935a683a7ee8e1ee376d86
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4749e074987d45cb98935a683a7ee8e1ee376d86
|
2011-09-25 00:42:06+02:00
|
rtp: Fix integer underflow that could allow remote code execution.
Fixes MSVR-11-0088
Credit: Jeong Wook Oh of Microsoft and Microsoft Vulnerability Research (MSVR)
Signed-off-by: Michael Niedermayer <[email protected]>
|
ba9a7e0d71bd34f8b89ae99322b62a310be163a6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ba9a7e0d71bd34f8b89ae99322b62a310be163a6
|
2011-09-07 14:59:39+02:00
|
avidec: Check return value of more avio_seek calls
The move of avio_seek in avi_read_seek is to avoiding modifying
state if the seek would fail.
Signed-off-by: Michael Niedermayer <[email protected]>
|
f9e083a156f19094cb6fcd134c1ca4ca899a1a6d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f9e083a156f19094cb6fcd134c1ca4ca899a1a6d
|
2011-09-12 04:39:12+02:00
|
rv34: Avoid NULL dereference on corrupted bitstream
rv34_decode_slice() can return without allocating any pictures.
Signed-off-by: Martin Storsjö <[email protected]>
|
d0f6ab0298f2309c6104626787ed73416298b019
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d0f6ab0298f2309c6104626787ed73416298b019
|
2011-09-19 15:44:22+03:00
|
h264 - correct the check for invalid long term frame index in MMCO decode
The current checks on MMCO parameters prohibits a "max long term frame index
plus 1" of 16 (frame idx of 15) for the "set max long term frame index" MMCO.
Fix this off-by-one error to allow the full range of legal values.
|
e80e2d5ba1d8c699fa1cf0c329feb6e237362505
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e80e2d5ba1d8c699fa1cf0c329feb6e237362505
|
2011-07-28 15:11:16-04:00
|
swscale: fix overflow in 16-bit vertical scaling.
We operated on 31-bits, but with e.g. lanczos scaling, values can
add up to beyond 0x80000000, thus leading to output of zeroes. Drop
one bit of precision fixes this.
|
93a10dd56121862fab13aa6676227673c534cc12
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/93a10dd56121862fab13aa6676227673c534cc12
|
2011-07-11 03:51:46+02:00
|
H.264: fix overreads of qscale_table
filter_mb_fast assumed that qscale_table was padded like many of the other tables.
|
5029a406334ad0eaf92130e23d596e405a8a5aa0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5029a406334ad0eaf92130e23d596e405a8a5aa0
|
2011-07-04 06:39:20-07:00
|
Add new yuv444 pixfmts to avcodec_align_dimensions2
Fixes draw_edges crashes with high-bit-depth 4:4:4 decoding.
|
da55ee6ccc05efdd9006bb8c31db9012a3326857
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/da55ee6ccc05efdd9006bb8c31db9012a3326857
|
2011-06-29 01:00:49-07:00
|
dv: fix valgrind use of uninitialised value warnings.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
68e39d6efeacbf95144e3fd47b34fc79f907df3c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/68e39d6efeacbf95144e3fd47b34fc79f907df3c
|
2011-07-05 08:09:33-07:00
|
mmsh: fixed printf injection bug in mmsh request
Signed-off-by: Martin Storsjö <[email protected]>
|
6095388812ce1b2a95e9917b89e5857639208f88
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6095388812ce1b2a95e9917b89e5857639208f88
|
2011-06-16 17:40:21+03:00
|
crypto: Use av_freep instead of av_free
This fixes a potential double free.
Signed-off-by: Martin Storsjö <[email protected]>
|
c8d0d8bc767309d5e8d9ee64addc11117190338e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c8d0d8bc767309d5e8d9ee64addc11117190338e
|
2011-06-09 02:43:55+02:00
|
wav: propagate ff_get_wav_header() error code in w64_read_header()
Alos fix warning:
wav.c: In function ‘w64_read_header’:
wav.c:546: warning: ‘ret’ may be used uninitialized in this function
|
e9f4001a30c563a840614048629055769f6f7020
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e9f4001a30c563a840614048629055769f6f7020
|
2011-05-24 13:34:47+02:00
|
movdec: dont divide by zero when stts_data[0].duration = 0.
Fixes ticket223
Signed-off-by: Michael Niedermayer <[email protected]>
|
f455f46455ae258d2d0ebc50a2e991fa020ba92d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f455f46455ae258d2d0ebc50a2e991fa020ba92d
|
2011-05-22 21:31:28+02:00
|
Revert buggy hunk that leaked in from a libav merge.
This unbreaks compilation with --disable-avfilter.
Signed-off-by: Michael Niedermayer <[email protected]>
|
0886267e3cc4ce12bcd48b712d8affa8c953bc38
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0886267e3cc4ce12bcd48b712d8affa8c953bc38
|
2011-04-27 14:09:26+02:00
|
graphparser: add a NULL check on the argument passed to strstr
Fix crash in create_filter() which occurrs if a scale filter with no
args is provided.
Signed-off-by: Anton Khirnov <[email protected]>
|
f80b381bfd956e4470bdbc1854f88cf3ea0764a9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f80b381bfd956e4470bdbc1854f88cf3ea0764a9
|
2011-04-25 22:45:44+02:00
|
Do not set non_interleaved for DV-in-AVI.
It does not make sense (DV is interleaved by design) and
it avoids a crash when the non-interleaved code tries to
use the priv_data of streams created by the DV demuxer.
The crash could be avoided differently, but then that stream
would still lack an index and would not play correctly in
non-interleaved mode.
Fixes e.g. samples/ffmpeg-bugs/roundup/issue1514/Dennis0002_video1.avi
|
5e9de76f54e54d1c4e1f060f4e93e73cd7706828
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5e9de76f54e54d1c4e1f060f4e93e73cd7706828
|
2011-04-25 14:17:59+02:00
|
avio: Fix sanity checks in ffurl_read*
This fixes e.g. reading data over HTTP, where the underlying
socket is set to read/write.
Signed-off-by: Anton Khirnov <[email protected]>
|
26f6b8c571bcff7b325c7d6cc226c625dd465f8e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/26f6b8c571bcff7b325c7d6cc226c625dd465f8e
|
2011-04-20 17:00:11+02:00
|
Fix apparently exploitable race condition.
Signed-off-by: Michael Niedermayer <[email protected]>
|
48ee302e0fa84fe93855f81716cd2e27a8de9de7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/48ee302e0fa84fe93855f81716cd2e27a8de9de7
|
2011-03-25 02:24:32+01:00
|
ffplay: add braces around union definition
Fix warning:
ffplay.c: At top level:
ffplay.c:3027: warning: missing braces around initializer
ffplay.c:3027: warning: (near initialization for ‘options[53].u’)
|
c743a5e287f2c4732cf2787cdb500bae0228a31d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c743a5e287f2c4732cf2787cdb500bae0228a31d
|
2011-03-19 17:30:35+01:00
|
Do not attempt to decode APE file with no frames.
This fixes invalid reads/writes with this sample:
http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt
|
1c31b26bdf66879a46a7a3e340da815c1b2125a8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1c31b26bdf66879a46a7a3e340da815c1b2125a8
|
2011-03-15 20:37:37+01:00
|
mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
This fixes unexpected name collisions that were occurring with variables
declared within the macros.
It also fixes the fate-acodec-ac3_fixed regression test on x86-32.
|
b181b8fb96f9fdc2b166fcbd048110cec653cdf9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b181b8fb96f9fdc2b166fcbd048110cec653cdf9
|
2011-03-15 13:43:47-04:00
|
Fix invalid reads in VC1 decoder
Patch discussed and taken from https://roundup.ffmpeg.org/issue2584
(cherry picked from commit 2bbec1eda46d907605772a8b6e8263caa4bc4c82)
|
c614d32e228919155e764929fb9a4392a3f16e91
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c614d32e228919155e764929fb9a4392a3f16e91
|
2011-02-20 19:05:46+01:00
|
dvbsubdec: check against buffer overreads
Signed-off-by: Janne Grunau <[email protected]>
|
493aa30adf88baf5bc734072592a22db586f0cfb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/493aa30adf88baf5bc734072592a22db586f0cfb
|
2011-02-10 21:37:31+01:00
|
dvdsubdec.c: prevent input buffer overflow
In some places, dvbsubdec passes improper input buffer size to
bitstream reading functions, not accounting for reading pointer
updates.
Fixed by using buffer_end - buffer pointer instead of fixed buffer length.
Signed-off-by: Jindrich Makovicka <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
52b2e95cd9f829b83b879a0694173d4ef1558c46
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/52b2e95cd9f829b83b879a0694173d4ef1558c46
|
2011-02-07 16:56:49+01:00
|
configure: check yasm/nasm for working pextrd opcode
NASM versions older than 2.08 fail to build ffmpeg with several
"error: operation size not specified" errors but this is not caught in
configure.
Fix that by checking if "pextrd [eax], xmm0, 1" works in configure.
Signed-off-by: Ronald S. Bultje <[email protected]>
(cherry picked from commit 48545a8f724247853c5b1d4e0a24e3ea3ee06515)
|
5fb06ffac7af5a8c6f21e6d0a2dd8c938fdde3f8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5fb06ffac7af5a8c6f21e6d0a2dd8c938fdde3f8
|
2011-02-09 03:30:01+01:00
|
Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.
Originally committed as revision 26381 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
1b3e43e4fdbfe5b6ce10d19ed32a4f20fab76f5a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1b3e43e4fdbfe5b6ce10d19ed32a4f20fab76f5a
|
2011-01-15 22:00:44+00:00
|
Do not crash for illegal sample size, fixes issue 2502.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26309 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e048a9cab10f1d41dca7b1ad9c8ecaceb3424d86
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e048a9cab10f1d41dca7b1ad9c8ecaceb3424d86
|
2011-01-11 14:08:45+00:00
|
Return an error when get_buffer reads none or only partial data instead
of returning packets with uninitialized data.
Returning partial packets as for other demuxers is problematice due to
packet scrambling and thus is not done.
Originally committed as revision 25931 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4172951ba7e5e8450d2b081fa9516454fdfa1329
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4172951ba7e5e8450d2b081fa9516454fdfa1329
|
2010-12-11 21:41:47+00:00
|
Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash.
Originally committed as revision 25695 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
fbd97184f8b68b2074b79a1698e4d9404292f7ca
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fbd97184f8b68b2074b79a1698e4d9404292f7ca
|
2010-11-07 18:40:04+00:00
|
Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the
link rather than avfilter_default_get_video_buffer().
This is required as the buffer requested may be greater than the
buffer allocated locally by avfilter_default_get_video_buffer(), for
example if in filterchain there is a pad filter (like in "fifo,pad").
In that case the pad filter will try to write beyond the data of the
allocated buffer, resulting in a crash.
Originally committed as revision 24895 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
5a9dd3de63db95704708350bc1c5abb74944cda2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a9dd3de63db95704708350bc1c5abb74944cda2
|
2010-08-24 08:37:54+00:00
|
Fix use of uninitialized data: A array element can not be
used to initialized another array element of the same array.
Originally committed as revision 24479 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a2a17d3f879436182bcc52c2986a56acd81e7e92
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a2a17d3f879436182bcc52c2986a56acd81e7e92
|
2010-07-24 11:55:22+00:00
|
Avoid division by zero that caused noise, typically at the beginning or
end of a file.
Patch by Frank Barchard, fbarchard google
Originally committed as revision 23426 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
83b707613181c01fd4e9d25dda6787af439d2e41
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/83b707613181c01fd4e9d25dda6787af439d2e41
|
2010-06-02 16:09:19+00:00
|
fate: add oneoff comparison method
This adds the 'oneoff' comparison method. It compares two s16le pcm
files with a max difference <= the fuzz factor treated as success.
Default fuzz is 1. On failure, the full tiny_psnr output is printed.
Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
aab3ea5f7d53d98d696b87b5661f45dfadd8600a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aab3ea5f7d53d98d696b87b5661f45dfadd8600a
|
2010-07-09 00:40:51+00:00
|
Another buffer overflow, fixes issue1758.
Originally committed as revision 23011 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
1302ccc1a771d6e713a28fbbf70fc6cd6ae93b07
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1302ccc1a771d6e713a28fbbf70fc6cd6ae93b07
|
2010-05-02 21:52:25+00:00
|
matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file
has 0 written
Based on a Chromium patch
Originally committed as revision 23167 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d98bd80ed3ac2c7274654247daa7b821e2ed6478
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d98bd80ed3ac2c7274654247daa7b821e2ed6478
|
2010-05-18 21:21:28+00:00
|
Fix memory leak in FFM demuxer
Originally committed as revision 22431 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2dc22a64b49613dd9f2cff82148c54d683951c88
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2dc22a64b49613dd9f2cff82148c54d683951c88
|
2010-03-10 13:17:50+00:00
|
Plug some memory leaks for truncated files
Originally committed as revision 22153 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
38beab19ab3b997bcbe2e95699d4952922f1f673
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/38beab19ab3b997bcbe2e95699d4952922f1f673
|
2010-03-02 21:32:29+00:00
|
nutdec: make chapter start and length uint64_t to prevent overflows.
Patch by Anton Khirnov wyskas chez gmail punto com
Originally committed as revision 22127 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e1c0b00b06803ab66c88841c1caff9d3416c952d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e1c0b00b06803ab66c88841c1caff9d3416c952d
|
2010-03-01 07:26:41+00:00
|
Fix memory leak for truncated frames
Originally committed as revision 21900 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
df2235a16521db080da4bbe8fc98a85429d42f95
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/df2235a16521db080da4bbe8fc98a85429d42f95
|
2010-02-19 20:19:41+00:00
|
Fixed a segfault in the DCA decoder with corrupted streams.
It happens when the number of channels defined by DCAContext:acmod is lower
than DCAContext:prim_channels. In this case, dca_subsubframe() will call
qmf_32_subbands() using s->channel_order_tab[] entries equal to -1.
Originally committed as revision 22083 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4e06acbde4a75cf9aa6a3e46dd3a7c6ed1ecfb8f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4e06acbde4a75cf9aa6a3e46dd3a7c6ed1ecfb8f
|
2010-02-26 18:50:01+00:00
|
Don't return 0 if buffer setup failed. That signals the RTSP demuxer that
the packet was filled in, leading to virtually random behaviour in the
decoder later on. Instead, return a negative value.
Originally committed as revision 21851 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
298d2fd304becb82c106a5938b95e5d29cf68c37
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/298d2fd304becb82c106a5938b95e5d29cf68c37
|
2010-02-16 18:19:28+00:00
|
Make avfilter_default_start_frame() request a buffer with the same
size of the output link of the destination filter, rather than of the
size of the input link.
In particular this fixes a crash in the rotate filter.
Originally committed as revision 21238 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b5eab66e9fe6c93056e414b0b4a70a34948843e1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b5eab66e9fe6c93056e414b0b4a70a34948843e1
|
2010-01-16 10:10:14+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).
Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
Originally committed as revision 22296 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4245c6ec4ec357fb7bac781d78f9c7d6fa1c8ce7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4245c6ec4ec357fb7bac781d78f9c7d6fa1c8ce7
|
2010-03-07 22:42:11+00:00
|
mlp: Only initialize VLC tables once. This caused a crash when multiple
instances of the decoder were started at different times.
Bug reported by Maxim Anisiutkin.
Originally committed as revision 20254 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
7fd88069241ead2d2fd3e2db1b79e4b292e90001
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7fd88069241ead2d2fd3e2db1b79e4b292e90001
|
2009-10-16 16:10:00+00:00
|
When resetting vst->pkt.data to NULL, also set vst->slices.
This avoids a crash when the next slice is not a start slice and thus
pkt->data is still NULL.
This probably only happens with broken or unsupported files like
http://samples.mplayerhq.hu/real/multirate/JustaSpa1937_64kb.rm
that need further fixes, but keeping vst state consistent is still a good idea.
Originally committed as revision 19830 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
cbb5da57cdaf547e47253beef31ddf38d181252a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cbb5da57cdaf547e47253beef31ddf38d181252a
|
2009-09-13 11:08:59+00:00
|
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer.
Originally committed as revision 19349 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ad9210869459cede35baabbe20820b80e666c358
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ad9210869459cede35baabbe20820b80e666c358
|
2009-07-05 16:01:51+00:00
|
check if frame size matches old sys and assumes corrupted input, fixes #1192
Originally committed as revision 19192 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d509c743b78da198af385fea362b632292cd00ad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d509c743b78da198af385fea362b632292cd00ad
|
2009-06-14 22:34:28+00:00
|
Fix off-by-one error in MS RLE decoder which may result into writing past
picture buffer.
Originally committed as revision 18852 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
b3867c93d10b42dae1aeb1e8fa6059c5b87c28a5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b3867c93d10b42dae1aeb1e8fa6059c5b87c28a5
|
2009-05-16 06:39:08+00:00
|
Check spatial_decomposition_count too, fixes another crash.
Originally committed as revision 18392 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
bc4350a333f6eafab046922fd5e42ab8759a4a04
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bc4350a333f6eafab046922fd5e42ab8759a4a04
|
2009-04-09 18:37:26+00:00
|
Add av_uninit to vsrcBuc variable to work around some
'may be used uninitialized' warnings.
Originally committed as revision 17961 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f5b2476fd322a4d36fde912cb2a30a850bd77f43
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f5b2476fd322a4d36fde912cb2a30a850bd77f43
|
2009-03-14 19:11:56+00:00
|
MOV: fix crash when 'meta' occurs before first 'trak'
Originally committed as revision 17781 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
fefe43ff2c180928348d445abb9696cf2581d953
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fefe43ff2c180928348d445abb9696cf2581d953
|
2009-03-03 18:19:44+00:00
|
Fix crash when encoding using libschroedinger.
Currently only pixel and half-pixel motion vector precisions are supported in
libschroedinger. Setting the mv_precision field to 2 (i.e. quarter pixel)
causes a crash in the libschroedinger encoder calls. By not setting this
parameter, we fall back to the default value used in libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 17132 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
9fc88d7e2025e5df0bced8a175978408a1d9eb9a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9fc88d7e2025e5df0bced8a175978408a1d9eb9a
|
2009-02-10 14:27:16+00:00
|
'code' is used to index a table so make it unsigned
this prevents using negative index and possibly crashing with broken files
Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
dce25564cc554cc85c8c28928b1b8d3f965c1b16
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dce25564cc554cc85c8c28928b1b8d3f965c1b16
|
2009-01-21 22:32:17+00:00
|
Fix mem leak.
Patch by Ralf Terdic contact >AT< jswiff com
Originally committed as revision 15612 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
5c4e97282f52d4045bd4498805f508ca50b313dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5c4e97282f52d4045bd4498805f508ca50b313dd
|
2008-10-13 13:47:05+00:00
|
Revert r14260
Log:
Free in avcodec_close() avctx->rc_eq. Fix a memory leak.
Reason running free() on random pointers.
Originally committed as revision 14787 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
847d05360baf01c71c89cf9602fbbf5bd481c232
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/847d05360baf01c71c89cf9602fbbf5bd481c232
|
2008-08-16 14:13:49+00:00
|
theoradec: skip decoding of uncoded MV in 4MV code
Thusnelda, the new experimental Theora encoder is using this Theora feature
that was previously not exploited.
fixes issue579
Originally committed as revision 15166 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
feaf1a739377f8b9ce65e9d3032f3d828d0c15ed
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/feaf1a739377f8b9ce65e9d3032f3d828d0c15ed
|
2008-09-03 00:17:11+00:00
|
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
belongs in a demuxer, furthermore the code might be exploitable.
Fixes issue530
Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0b54f3c0878a3acaa9142e4f24942e762d97e350
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0b54f3c0878a3acaa9142e4f24942e762d97e350
|
2008-07-13 18:47:24+00:00
|
matroskadec: fix a memory leak
Originally committed as revision 13890 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
51e1cc16d3e89a785f3231065c4eb898a0401a93
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/51e1cc16d3e89a785f3231065c4eb898a0401a93
|
2008-06-22 15:46:36+00:00
|
One more memory leak
Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03
Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
64fbf5e263a0698c6cf6e0580feebe9a6f502ae5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/64fbf5e263a0698c6cf6e0580feebe9a6f502ae5
|
2008-05-24 20:42:32+00:00
|
Plug some memory leaks
Commited in SoC by Vitor Sessak on 2008-05-24 17:15:18
Originally committed as revision 13357 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
64b164f44abc232dbb125b36e2d00b54e1531ba7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/64b164f44abc232dbb125b36e2d00b54e1531ba7
|
2008-05-24 20:42:26+00:00
|
Fix memset(0) based buffer overflow.
Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
83e9a67d7c76b12ca614709f451a2a175cd48721
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/83e9a67d7c76b12ca614709f451a2a175cd48721
|
2008-05-03 20:56:57+00:00
|
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.
Namely, that it should not be called if you are starting to decode a B
frame without any reference pictures.
Prevents an endless allocation cycle in MPV_frame_start that will end in
picture buffer overflow and abort.
Fixes roundup issue 216.
Originally committed as revision 11214 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
33e00731294e304ef7935fdb6dd7214bc4df391f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/33e00731294e304ef7935fdb6dd7214bc4df391f
|
2007-12-14 05:37:23+00:00
|
oops, potential overflow on really large blocks
Originally committed as revision 10587 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0d2caa37c53bb8b479840572cb4dede2e2b30e8e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0d2caa37c53bb8b479840572cb4dede2e2b30e8e
|
2007-09-25 23:34:48+00:00
|
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
(patch for plain mmx support is welcome ...)
Originally committed as revision 10226 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
629750290f6122a72e68c34cf94f521a90def2ef
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/629750290f6122a72e68c34cf94f521a90def2ef
|
2007-08-26 01:11:02+00:00
|
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)
Originally committed as revision 8919 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
beac8235b92cdd322266e1709fbfe6f9e945e031
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/beac8235b92cdd322266e1709fbfe6f9e945e031
|
2007-05-06 15:25:04+00:00
|
run ebp register check in subshell so we can redirect crash message
Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
58ecc9cd04ffb518827c12d440681914e1679a8d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/58ecc9cd04ffb518827c12d440681914e1679a8d
|
2007-04-01 11:32:08+00:00
|
some (probably exploitable) out of array write fixes
Originally committed as revision 7802 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
14c49573d82ef607005d2787cd099f7887a14793
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/14c49573d82ef607005d2787cd099f7887a14793
|
2007-02-02 02:58:01+00:00
|
check fragment offset and size
yes this too could have been exploitable ...
Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4c71d7270104ce148faa2e44237450a9d303de96
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4c71d7270104ce148faa2e44237450a9d303de96
|
2007-01-22 16:37:45+00:00
|
set supported pixel formats for a few encoders (fixes crashes with grayscale)
Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
c3e462a8ca8127acacd0848c2e6ea4a45e628cd7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c3e462a8ca8127acacd0848c2e6ea4a45e628cd7
|
2006-09-20 21:17:37+00:00
|
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
Patch by Nigel Pearson % nigel A ind P tansu P com P au %
Original thread:
Date: Nov 6, 2006 10:43 PM
Subject: [Ffmpeg-devel] [PATCH] swscale uses /nop, illegal for old versions of GAS
Originally committed as revision 20740 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
d904b5fc66e675ac02e27f5420466df6cb683d62
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d904b5fc66e675ac02e27f5420466df6cb683d62
|
2006-11-07 07:07:05+00:00
|
fix some crashes on negative nalsize.
Originally committed as revision 5022 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
8b031359589dbe4ad207f014325c3341b795b625
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8b031359589dbe4ad207f014325c3341b795b625
|
2006-02-14 05:40:53+00:00
|
memory leak
Originally committed as revision 4282 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ba4ffc2b48832c7ca95ac6e48f8c4f23aa4ad3a6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ba4ffc2b48832c7ca95ac6e48f8c4f23aa4ad3a6
|
2005-05-19 19:11:40+00:00
|
sanity check
Originally committed as revision 4224 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4ad8ecd136fc39eacc14b707e6db8593173132fb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ad8ecd136fc39eacc14b707e6db8593173132fb
|
2005-05-12 10:15:19+00:00
|
Off-by-one bug in libavcodec/idcinvideo.c, caused
segfaults on all .cin videos from Quake II.
patch by (Matti Hamalainen <mhamalai ratol fi>)
Originally committed as revision 3956 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
aabdc4618788a90c4a2b64a569f560d5b7378271
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aabdc4618788a90c4a2b64a569f560d5b7378271
|
2005-02-16 22:42:41+00:00
|
* fixing a buffer overrun in gif.c
Originally committed as revision 3363 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f5fc28d23c46d334c809c11d62651d0080f1c325
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f5fc28d23c46d334c809c11d62651d0080f1c325
|
2004-07-28 21:56:59+00:00
|
fewer overflows
Originally committed as revision 3222 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0da6315a70396572319e6e8726159b6f4f3ead3f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0da6315a70396572319e6e8726159b6f4f3ead3f
|
2004-06-14 16:18:04+00:00
|
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>)
Originally committed as revision 913 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0eaec10550bd9a0682db9f7920ed0d86f1450f4b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0eaec10550bd9a0682db9f7920ed0d86f1450f4b
|
2002-09-07 10:57:51+00:00
|
removed global vars so that multiple swscalers can be used
experimental upscaling mode (-sws 3)
general convolution filters support (unfinished)
bugfix for bicubic upscaling
assertion checking if defined MP_DEBUG
checking of the input/output size instead of segfault if its very large
Originally committed as revision 4277 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
28bf81c90d36a55cf76e2be913c5215ebebf61f2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/28bf81c90d36a55cf76e2be913c5215ebebf61f2
|
2002-01-20 05:30:23+00:00
|
fixed double free - fixed probe function
Originally committed as revision 592 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17269bdfcdb79679f6b92024d1228e876b799a63
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/17269bdfcdb79679f6b92024d1228e876b799a63
|
2002-05-25 22:33:18+00:00
|
* fixes to avoid crash when broken mp3 header is found
Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
de5123dc35da1baa2028c4f26b2d756f6f0451e2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de5123dc35da1baa2028c4f26b2d756f6f0451e2
|
2001-10-23 19:58:30+00:00
|
avformat/oggparseopus: Free opus extradata before reallocating.
Otherwise ff_alloc_extradata() just leaks any existing allocated
memory.
Signed-off-by: Dale Curtis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
a3a0b5bd0aaae314619d5b41fb918aacd908a5ae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a3a0b5bd0aaae314619d5b41fb918aacd908a5ae
|
2017-11-29 04:47:28+01:00
|
avcodec/takdec: Fix integer overflows in decode_subframe()
Fixes: runtime error: signed integer overflow: -1562477869 + -691460395 cannot be represented in type 'int'
Fixes: 3196/clusterfuzz-testcase-minimized-4528307146063872
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
3dabb9c69db114b1f30c30e0a2788cffc50bac40
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3dabb9c69db114b1f30c30e0a2788cffc50bac40
|
2017-09-24 21:54:13+02:00
|
frame_thread_encoder: make 'exit' member atomic.
Should fix the following tsan warning:
WARNING: ThreadSanitizer: data race (pid=19806)
Read of size 4 at 0x7b84000012f0 by thread T9:
#0 worker src/libavcodec/frame_thread_encoder.c:66 (ffmpeg+0x0000007f349e)
[..]
Previous write of size 4 at 0x7b84000012f0 by main thread (mutexes: write M1395):
#0 ff_frame_thread_encoder_free src/libavcodec/frame_thread_encoder.c:239 (ffmpeg+0x0000007f379e)
[..]
|
183216b21870f21c86c904a7530d53682d7db46d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/183216b21870f21c86c904a7530d53682d7db46d
|
2017-09-12 08:21:10-04:00
|
libavutil/opencl: fix potential null dereference
Fixes CID 1396840
Reviewed-by: Wei Gao <[email protected]>
Signed-off-by: Timo Rothenpieler <[email protected]>
|
ef0c6d9b01de773e5a1177de5fcbb981aac44d65
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ef0c6d9b01de773e5a1177de5fcbb981aac44d65
|
2017-08-27 21:08:17+02:00
|
avformat/mov: Fix signed integer overflows with total_size
Signed integer overflow is undefined behavior.
Detected with clang and -fsanitize=signed-integer-overflow
Signed-off-by: Vitaly Buka <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
4a404cb5b90b878cbe1bb528fac65cf508668cc5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4a404cb5b90b878cbe1bb528fac65cf508668cc5
|
2017-08-23 03:17:11+02:00
|
avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy initialization
Signed integer overflow is undefined behavior.
Detected with clang and -fsanitize=signed-integer-overflow
Signed-off-by: Vitaly Buka <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
8c2bb10ddfef1f151b9455d152c9aca91140a4b0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8c2bb10ddfef1f151b9455d152c9aca91140a4b0
|
2017-08-23 03:17:11+02:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.