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
⌀ |
---|---|---|---|---|---|---|---|
avfilter/vf_yadif: fix race condition
Signed-off-by: Michael Niedermayer <[email protected]>
|
221f902f1dc167bdc0bfdff6b6af3214ae3cc1f4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/221f902f1dc167bdc0bfdff6b6af3214ae3cc1f4
|
2013-05-24 17:26:20+02:00
|
vc1dec: Don't apply the loop filter on fields
Fixes read of uninitialized memory.
Based on a patch by Michael Niedermayer.
Signed-off-by: Martin Storsjö <[email protected]>
|
5d9d8461fbb87046a7ca220d3676a045bd7ab46e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5d9d8461fbb87046a7ca220d3676a045bd7ab46e
|
2013-05-14 14:36:00+03:00
|
mimic: Fix race condition
Fixes access after free.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
500220a8e84acb952e8a62d88505c5fb6a51843a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/500220a8e84acb952e8a62d88505c5fb6a51843a
|
2013-05-10 01:40:24+02:00
|
lavfi/blend: use correct way to check number of planes
This fix crash with gray, as its marked as pseudopal,
and thus have extra plane.
Signed-off-by: Paul B Mahol <[email protected]>
|
990b13806d38f51201afb4e5048c61bf3e1c576e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/990b13806d38f51201afb4e5048c61bf3e1c576e
|
2013-05-02 12:22:18+00:00
|
lavfi/aphaser: silence uninitialized variable warnings.
|
da1bb21c13024d5c2d28432a7b1a6bb72e38ef58
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/da1bb21c13024d5c2d28432a7b1a6bb72e38ef58
|
2013-04-15 01:12:26+02:00
|
lavc: fix recoded subtitles end.
Text subtitles packets are not 0-terminated (and if they are,
it is handled by the recoding process since 0 is a valid
Unicode code point). The terminating 0 would overwrite the
last payload octet.
OTOH, packets must be 0-padded.
Fix a problem reported in trac ticket #2431.
|
0884d04dc329087e287cab345330303f8972f270
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0884d04dc329087e287cab345330303f8972f270
|
2013-04-07 13:25:24+02:00
|
avutil/buffer: Fix race in pool.
This race will always happen sooner or later in a multi-threaded
environment and it will over time lead to OOM.
This fix works by spinning, there are other ways by which this
can be fixed, like simply detecting the issue after it happened
and freeing the over-allocated memory or simply using a mutex.
Signed-off-by: Michael Niedermayer <[email protected]>
|
cea3a63ba3d89d8403eef008f7a7c54d645cff70
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cea3a63ba3d89d8403eef008f7a7c54d645cff70
|
2013-03-18 19:19:22+01:00
|
h264: on reference overflow, reset the reference count to 0, not 1.
Since decode_slice_header() returns before the reference lists are
constructed, there are zero valid references.
CC:[email protected]
|
668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8
|
2013-03-02 10:27:03+01:00
|
pmpdec: make i unsigned, avoid undefined behavior of i++
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
e6f27346b752914aab949aa8fc98928475d47075
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e6f27346b752914aab949aa8fc98928475d47075
|
2013-02-25 18:36:21+01:00
|
lavfi/unsharp: use named options, and add missing checks on matrix size values
In particular, avoid out-of-buffer access and crashes with too big
values, and rework documentation accordingly.
|
fbcc584d3abba475c49091ea304222a92b626026
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fbcc584d3abba475c49091ea304222a92b626026
|
2013-02-16 00:08:31+01:00
|
tiff: check for failure in search_keyval()
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
f28043d0a34aaf4ac7cf25bd0dddd868811c0ab2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f28043d0a34aaf4ac7cf25bd0dddd868811c0ab2
|
2013-02-10 20:18:16+01:00
|
dnxhddec: fix integer overflow / index check
Fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4a2da83a787b24c4027aa963d9db9b453e91f413
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4a2da83a787b24c4027aa963d9db9b453e91f413
|
2013-01-30 19:32:18+01:00
|
vf_delogo: fix an uninitialized read.
CC:[email protected]
|
f81c37e40fe3236d54da12aef9cdba48ba70ec31
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f81c37e40fe3236d54da12aef9cdba48ba70ec31
|
2013-01-29 07:32:54+01:00
|
mjpegdec: rgb mode is specific for ljpeg, disable it for others.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4ade824e1f6a27f2357098d8e7e615f1b524a588
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ade824e1f6a27f2357098d8e7e615f1b524a588
|
2013-01-27 23:47:23+01:00
|
fix memory leak on string reassign
Signed-off-by: Michael Niedermayer <[email protected]>
Fixes CID968584 and CID968585
|
c8ea5ccd5db125e24d46c74339c64f9527d7a72e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c8ea5ccd5db125e24d46c74339c64f9527d7a72e
|
2013-01-21 02:50:02+01:00
|
h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variable
Fixes CID968587
Signed-off-by: Michael Niedermayer <[email protected]>
|
3fba3e79a3e46d7611817f9051b33885eb1ff962
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3fba3e79a3e46d7611817f9051b33885eb1ff962
|
2013-01-20 20:02:57+01:00
|
rtpdec_mpeg4: Check the remaining amount of data before reading
This fixes possible buffer overreads.
Signed-off-by: Martin Storsjö <[email protected]>
|
a7ba3244131d96d9ab7a99ef30dc7276efd05cc7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a7ba3244131d96d9ab7a99ef30dc7276efd05cc7
|
2013-01-16 11:12:39+02:00
|
Do not allow arbitrary packet size in aac decoder.
Fixes a crash with a file containing a 400MB packet reported in bug 420.
|
b563afe6fa9345a62750055998a28a3926c02334
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b563afe6fa9345a62750055998a28a3926c02334
|
2013-01-10 13:03:15+01:00
|
lavf/utils: more complete dts checks
Fixes division by zero
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
953061ed9537f2eecd814842aca6a6fdf8118385
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/953061ed9537f2eecd814842aca6a6fdf8118385
|
2013-01-08 00:28:35+01:00
|
libpostproc: fix leak of 2kb
Signed-off-by: Michael Niedermayer <[email protected]>
|
f9d8658d67cfb478e5e36ce1d2795eabdb201bcb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f9d8658d67cfb478e5e36ce1d2795eabdb201bcb
|
2012-12-23 04:55:14+01:00
|
ff_h264_direct_ref_list_init: fix B slice check.
Fixes null pointer dereference.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
|
ed2d7d5868a4a5d914f1e5488d63ea696a3b2937
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ed2d7d5868a4a5d914f1e5488d63ea696a3b2937
|
2012-12-18 19:44:22+01:00
|
lavfi/crop: free x and y parsed expression objects
Fix leak introduced in 1e5492ffe6609fa0059d1a64fb3c4d5fd285a88c.
|
94877aad57bdba7686ef42619c111d1c5c725520
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/94877aad57bdba7686ef42619c111d1c5c725520
|
2012-12-16 13:16:47+01:00
|
mjpeg: initialize input padding after unescaped buffer to zero
Fixes valgrind --undef-value-errors=yes warnings caused by valid
overreads in the fate vsynth jpegls, cover-art-ape and cover-art-wv
tests.
|
6a1aa5cb26479eda12320e9b9ced9cc058bf5b33
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6a1aa5cb26479eda12320e9b9ced9cc058bf5b33
|
2012-12-08 17:05:45+01:00
|
diracdec: Test mctmp and mcscratch for malloc failure.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2f6ec9fdd7808c8ed045ae0ca4134ab21fb785e6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2f6ec9fdd7808c8ed045ae0ca4134ab21fb785e6
|
2012-12-07 02:24:14+01:00
|
fate: workaround for slighly broken 'test' shell builtin
Some shells, e.g. minix3, have a broken 'test' builtin which fails
if the first operand of a binary operator looks like a unary operator.
Prefixing the values with 'x' prevents this from happening.
Signed-off-by: Mans Rullgard <[email protected]>
|
da025d115a1ada58081cd869e85b81a1c183ae9e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/da025d115a1ada58081cd869e85b81a1c183ae9e
|
2012-12-04 23:38:17+00:00
|
arm: fix use of uninitialised value in ff_fft_fixed_init_arm()
When initialising an FFTContext for a plain FFT, mdct_bits is not set
and can contain a garbage value. Since nbits is always valid and for
MDCT operation is mdct_bits - 2 checking this instead avoids using an
uninitialised value while having the same effect.
Signed-off-by: Mans Rullgard <[email protected]>
|
92dad6687f59a6e599834218626e524eb8a5bdae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/92dad6687f59a6e599834218626e524eb8a5bdae
|
2012-12-07 13:11:57+00:00
|
lavf: avoid integer overflow in ff_compute_frame_duration()
Scaling the denominator instead of the numerator if it is too large
loses precision. Fixes an assert caused by a negative frame duration in
the fuzzed sample nasa-8s2.ts_s202310.
CC: [email protected]
|
7709ce029a7bc101b9ac1ceee607cda10dcb89dc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7709ce029a7bc101b9ac1ceee607cda10dcb89dc
|
2012-11-26 10:26:08+01:00
|
rv10: always check image size not just in some cases.
Fixes division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
caa2fa2c69e760b3dad6358178ccbad39ba8a268
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/caa2fa2c69e760b3dad6358178ccbad39ba8a268
|
2012-11-15 02:17:26+01:00
|
electronicarts: check size before reading duration out of a chunk.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
fb1ea777b3a01be6d71a103529ad37982707cacc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fb1ea777b3a01be6d71a103529ad37982707cacc
|
2012-11-17 20:43:56+01:00
|
dvdec: check ipcm more completely, avoid assert failure.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3669915e93b3df63034857534245c3f2575d78ff
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3669915e93b3df63034857534245c3f2575d78ff
|
2012-11-13 21:45:53+01:00
|
twinvq: check bitrate for validity avoid division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
b8dc5f8bb3b14bfd2289a0444c7b706299555d97
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b8dc5f8bb3b14bfd2289a0444c7b706299555d97
|
2012-11-09 18:46:17+01:00
|
lavf: Dont compare absolute to relative timestamps in duration gcd
This prevents a division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
7ec1fe1f472c2fb1cf0e0b2b89e107a08ac7efe5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7ec1fe1f472c2fb1cf0e0b2b89e107a08ac7efe5
|
2012-11-09 14:59:43+01:00
|
flacenc: ensure the order is within the min/max range in LPC order search
This fixes use of uninitialized values when the FLAC encoder uses the
2-level, 4-level, and 8-level search methods. Fixes failure of the
fate-flac-24-comp-8 test when run using valgrind.
|
3a2731cbd31d0c5681ddbc7c78edd5c53c4d0032
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3a2731cbd31d0c5681ddbc7c78edd5c53c4d0032
|
2012-11-08 13:57:34-05:00
|
lavf/subviewerdec: fix potential timing overflows.
Should fix CID733779 and CID733780.
|
1ea3c03743ec6a7c33312896de3bbdbe7f60d0f5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1ea3c03743ec6a7c33312896de3bbdbe7f60d0f5
|
2012-10-21 01:08:17+02:00
|
nsvdec: fix division by 0
Fixes CID717749
Signed-off-by: Michael Niedermayer <[email protected]>
|
d633e15d7d939f532326e2bc92097b12eba4d5ae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d633e15d7d939f532326e2bc92097b12eba4d5ae
|
2012-10-20 20:20:39+02:00
|
sws: get rid of C99 signed overflows try #2
Signed-off-by: Michael Niedermayer <[email protected]>
|
7a32ab5ed0b0523d1868da8232ff15831712a18f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7a32ab5ed0b0523d1868da8232ff15831712a18f
|
2012-10-14 05:16:59+02:00
|
lavfi/select/scene: fix potential overread.
Also make sure we use the actual width of the image and not the whole
linesize.
|
0852648301ad968bc7d79d000400e2b973bbb59a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0852648301ad968bc7d79d000400e2b973bbb59a
|
2012-10-14 02:08:06+02:00
|
fate: add vf_idet filter to lavfi regression tests
This test only make sure that the idet filter does not crash.
Reviewed-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
e782d8728f1edac711a45e57607e728aff99e310
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e782d8728f1edac711a45e57607e728aff99e310
|
2012-10-11 02:21:28+02:00
|
parser: fix large overreads
Signed-off-by: Michael Niedermayer <[email protected]>
|
6a697b42d0c8469c05e2a1a0920d8539ba7b068d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6a697b42d0c8469c05e2a1a0920d8539ba7b068d
|
2012-10-03 16:14:59+02:00
|
get_bits_long: fix variable type
This fixes a theoretical signed overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
5f1c3c785c786f3c78c350d4503fcfd794fa3c64
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5f1c3c785c786f3c78c350d4503fcfd794fa3c64
|
2012-09-30 02:37:40+02:00
|
lagarith: check count before writing zeros.
Fixes CVE-2012-2793
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Anton Khirnov <[email protected]>
|
b631e4ed64f7d1b9ca8f897fda31140e8d1fad81
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b631e4ed64f7d1b9ca8f897fda31140e8d1fad81
|
2012-09-29 09:28:32+02:00
|
binkaudio: remove unneeded GET_BITS_SAFE macro
Normal get_bits() already has overread protection.
|
ee90119e9ee0e2c54f1017bbe1460bfcd50555d0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ee90119e9ee0e2c54f1017bbe1460bfcd50555d0
|
2012-09-18 09:27:23-04:00
|
avconv: don't pass a bogus parameter to avfilter_graph_create_filter().
The buffer sink does not take any parameters.
Fixes an uninitialized variable warning.
|
58dee6e62d593747b5dbe8ce6c2ff1833151b9b0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/58dee6e62d593747b5dbe8ce6c2ff1833151b9b0
|
2012-09-17 15:48:20+02:00
|
img2dec: always close AVIOContexts
Zero sized files would cause the contexts to leak away.
Signed-off-by: Luca Barbato <[email protected]>
|
5e3572893d7f17679c5e051c511bf42f3da77b00
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5e3572893d7f17679c5e051c511bf42f3da77b00
|
2012-09-12 14:31:09+02:00
|
compute_pkt_fields: fix harmless integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
b422e2c58a9606c670a0d2709b14fc8e0cb9a028
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b422e2c58a9606c670a0d2709b14fc8e0cb9a028
|
2012-09-10 16:15:07+02:00
|
error_resilience: guess_dc: check malloc failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
16e52c86ba46e92d4a75e612d69ac97edb88a462
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/16e52c86ba46e92d4a75e612d69ac97edb88a462
|
2012-09-20 05:38:53+02:00
|
swscale: Provide the right alignment for external mmx asm
This reverts parts of e0c6cce4472. There is external mmx asm that
requires this alignment.
This fixes crashes when using swscale in builds with external mmx,
without inline assembly.
Signed-off-by: Martin Storsjö <[email protected]>
|
75c37c5ace6271dc9dc996a61b799bcd2fc1b30d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/75c37c5ace6271dc9dc996a61b799bcd2fc1b30d
|
2012-09-09 01:52:35+03:00
|
flvenc: kill a uninitialized variable warning.
Signed-off-by: Michael Niedermayer <[email protected]>
|
5e363bb9b3d8d0f6a0945caccd242498c5a92287
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5e363bb9b3d8d0f6a0945caccd242498c5a92287
|
2012-08-30 05:20:51+02:00
|
sp5xdec: fix off by 1 error causing a crash
Fixes Ticket1633
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
f0896a6bd94e5b45447c7d640c8e8aa95d860d7a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f0896a6bd94e5b45447c7d640c8e8aa95d860d7a
|
2012-08-16 03:15:14+02:00
|
dsputil_mmx: fix incorrect assembly code
In ff_put_pixels_clamped_mmx(), there are two assembly code blocks.
In the first block (in the unrolled loop), the instructions
"movq 8%3, %%mm1 \n\t", and so forth, have problems.
From above instruction, it is clear what the programmer wants: a load from
p + 8. But this assembly code doesn’t guarantee that. It only works if the
compiler puts p in a register to produce an instruction like this:
"movq 8(%edi), %mm1". During compiler optimization, it is possible that the
compiler will be able to constant propagate into p. Suppose p = &x[10000].
Then operand 3 can become 10000(%edi), where %edi holds &x. And the instruction
becomes "movq 810000(%edx)". That is, it will stride by 810000 instead of 8.
This will cause a segmentation fault.
This error was fixed in the second block of the assembly code, but not in
the unrolled loop.
How to reproduce:
This error is exposed when we build using Intel C++ Compiler, with
IPO+PGO optimization enabled. Crashed when decoding an MJPEG video.
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
|
845e92fd6abf749a960354becdc5a9bc498f1f96
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/845e92fd6abf749a960354becdc5a9bc498f1f96
|
2012-07-25 14:22:18-04:00
|
lavfi/showwaves: do not set on outlink->out_buf the sent video frame
The video frame reference is passed along the filterchain, and is not
possessed anymore by the filter. If out_buf is not set to NULL, it will
be freed by ff_end_frame() causing a crash.
|
7afd42d9f26be1e95f15cbcfa0e09308a6591036
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7afd42d9f26be1e95f15cbcfa0e09308a6591036
|
2012-07-23 15:10:19+02:00
|
udp: fix occasional crash on shutdown
Wait until the thread is down before destroying the fifo
Signed-off-by: Michael Niedermayer <[email protected]>
|
f1136b2b10b3c4400944db5fa5ce56ab38a09bb4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f1136b2b10b3c4400944db5fa5ce56ab38a09bb4
|
2012-06-27 22:50:22+02:00
|
fate: increase fuzzyness for ac3 encode for 3dnow
Signed-off-by: Michael Niedermayer <[email protected]>
|
636dbe2678f6e557c327890f43aac8bb0c319e48
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/636dbe2678f6e557c327890f43aac8bb0c319e48
|
2012-07-06 02:25:29+02:00
|
avconv: shut up an uninitialized variable warning.
The warning silenced was:
avconv.c: In function ‘configure_filtergraph’:
avconv.c:603:8: warning: ‘ist’ may be used uninitialized in this function [-Wuninitialized]
avconv.c:549:18: note: ‘ist’ was declared here
|
74853ed3f845212f4092e7b7e89dc2262926f4f5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/74853ed3f845212f4092e7b7e89dc2262926f4f5
|
2012-06-26 19:31:51+02:00
|
bmv: fix integer overflows in vlc decoder.
Fixes part of Ticket1373
Found-by: Piotr Bandurski <[email protected]>
Based-on-patch-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
679c578cb8e82df6fdee977e3137a26a680ad346
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/679c578cb8e82df6fdee977e3137a26a680ad346
|
2012-06-02 04:18:13+02:00
|
lavr: do not try to copy to uninitialized output audio data.
This would happen at least when lavr is used as a fifo with no
conversion.
|
9684341346fd5aad436325529cade47966c4731b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9684341346fd5aad436325529cade47966c4731b
|
2012-05-09 17:38:23+02:00
|
audemux: Add a sanity check for the number of channels
Fixes a division by 0.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Martin Storsjö <[email protected]>
|
0ca4414d0f3eeb39bbad504eaaae76d40b7189cc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0ca4414d0f3eeb39bbad504eaaae76d40b7189cc
|
2012-04-23 10:47:38+03:00
|
audemux: Fix potential integer overflow leading to a division by 0
Signed-off-by: Michael Niedermayer <[email protected]>
|
52fdaf27f7160990f0612c7b5f46592bf6410796
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/52fdaf27f7160990f0612c7b5f46592bf6410796
|
2012-04-22 15:34:21+02:00
|
jpeg: handle progressive in second field of interlaced.
Progressive data is allocated later in decode_sof(), not allocating
that data leads to NULL dereferences.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
5eec5a79da118170f3cfe185a862783d3fa50abe
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5eec5a79da118170f3cfe185a862783d3fa50abe
|
2012-05-02 10:29:51-07:00
|
tiffdec: check overread for packbits
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
fefc65675eb5def2a34787cffea53c88e956cca1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fefc65675eb5def2a34787cffea53c88e956cca1
|
2012-04-15 20:20:43+02:00
|
pthread: Fix crash due to fctx->delaying not being cleared.
corrects invalid return when avpkt->size == 0.
Reproducible with test case and ffplay -threads 2. Stack trace:
http://pastebin.com/PexZ4Uc0
Test case:
http://commondatastorage.googleapis.com/dalecurtis-shared/crash.ogm
Signed-off-by: Dale Curtis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
a9d114dc8a24ae439fa6a2fe5eb1bfc346a0ad4a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a9d114dc8a24ae439fa6a2fe5eb1bfc346a0ad4a
|
2012-04-13 11:10:38+02:00
|
libopenjpegdec: refactor some code and fix memory leaks
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
3dc0b9d6dae6c533018e1750a8dd34ca57a69e0e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3dc0b9d6dae6c533018e1750a8dd34ca57a69e0e
|
2012-03-26 05:04:59+02:00
|
bitstream: build_table, check table_nb_bits.
Fixes null ptr deref.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2e909b3c77d0d39d4f30aba8b6a780c979551e38
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2e909b3c77d0d39d4f30aba8b6a780c979551e38
|
2012-03-23 11:38:53+01:00
|
resample: allocate a large enough output buffer
Fixes invalid writes and crashes when doing conversions such as stereo to 5.1
channels or sample rate conversion on 5.1 channels.
|
6ca3b248e21fc48418c4221fc92c2eecaf07cb9b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6ca3b248e21fc48418c4221fc92c2eecaf07cb9b
|
2012-03-17 13:37:44-04:00
|
qtrle: Use bytestream2 functions to prevent buffer overreads.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
de64d8cf171c6ecdca22d57f0bdd7efec95d0c0e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de64d8cf171c6ecdca22d57f0bdd7efec95d0c0e
|
2012-03-16 17:50:39-07:00
|
x11grab: fix a memory leak exposed by valgrind
When using "-f x11grab -i :0.0" valgrind reports a definitely lost
memory block with this message:
==31544== 5 bytes in 1 blocks are definitely lost in loss record 1 of 2
==31544== at 0x4026E68: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==31544== by 0x4026F17: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==31544== by 0x60D399A: av_malloc (in /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1)
==31544== by 0x60D3A70: av_strdup (in /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1)
==31544== by 0x4A2BE58: ??? (in /usr/lib/x86_64-linux-gnu/libavdevice.so.53.2.0)
==31544== by 0x506D29E: avformat_open_input (in /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.0)
==31544== by 0x400A80: main (in /home/ao2/WIP/am7xxx-play/tests/a.out)
The 5 bytes lost are the ones from param = av_strdup(":0.0"), so let's
free param in the exit path.
Also check the av_strdup() return value.
Note: calling av_free(param) even when av_strdup() fails and param is
NULL is OK and keeps the code simpler without adding another label to
skip av_free().
Signed-off-by: Ronald S. Bultje <[email protected]>
|
d3958ab4edf49cb760412d8687c870d349f692c7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d3958ab4edf49cb760412d8687c870d349f692c7
|
2012-03-16 15:39:33-07:00
|
h264: stricter reference limit enforcement.
Progressive images can have only 16 references, error out if there are
more, since the data is almost certainly corrupt, and the invalid value
will lead to random crashes or invalid writes later on.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
e0febda22d0e0fab094a9c886b0e0f0f662df1ef
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e0febda22d0e0fab094a9c886b0e0f0f662df1ef
|
2012-03-14 13:24:49-07:00
|
vorbisdec: avoid invalid memory access
This fixes some invalid memory access caused later in the function
by res_chan[] not being set for all channels. This happens when a
channel doesn't appear a submap. This change simply returns a
decoder error when this situation is detected.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
12623a8026c1657aedce2ef10d58bffba85dee2d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/12623a8026c1657aedce2ef10d58bffba85dee2d
|
2012-03-08 11:52:33-08:00
|
Fix alpha overflow when converting from RGBA64 to RGBA.
Fixes converting the sample from ticket #503 to 32bit RGB.
|
4a9f466b997e0c44d1e304a7a9c5d5de0b0868c7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4a9f466b997e0c44d1e304a7a9c5d5de0b0868c7
|
2012-03-04 13:42:16+01:00
|
mpegts: Pad the packet buffer in handle_packet().
This allows it to be used with get_bits without the thread of overreads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
1aa708988ac131cf7d5c8bd59aca256a7c974df9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1aa708988ac131cf7d5c8bd59aca256a7c974df9
|
2012-03-02 15:44:42-08:00
|
amrwb: error out early if mode is invalid.
Prevents using the invalid mode as an index in a static array, which
would generate invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
154b8bb80029e71d562e8936164266300dd35a0e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/154b8bb80029e71d562e8936164266300dd35a0e
|
2012-03-02 10:34:50-08:00
|
rv10/20: Fix slice overflow with checked bitstream reader.
|
9243ec4a508c81a621e941bb7e012e2d45d93659
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9243ec4a508c81a621e941bb7e012e2d45d93659
|
2012-03-02 09:31:32-08:00
|
swscale: take first/lastline over/underflows into account for MMX.
Fixes crashes for extremely large resizes (several 100-fold).
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
1d8c4af396b6ed84c84b5ebf0bf1163c4a7a3017
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1d8c4af396b6ed84c84b5ebf0bf1163c4a7a3017
|
2012-02-23 10:30:08-08:00
|
threads: move state update after progress cleanup.
This order is more logic and might prevent a race.
Signed-off-by: Michael Niedermayer <[email protected]>
|
6be0960851d41bb1aa2c9bebcbad45f715de939a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6be0960851d41bb1aa2c9bebcbad45f715de939a
|
2012-02-12 20:24:29+01:00
|
dsputil: set STRIDE_ALIGN to 16 for x86 also.
This fixes crashes in e.g. PNG decoding with SSE2 enabled. In fact, many
x86 optimizations for codecs assume that our buffer strides are 16-byte
aligned.
|
9b027c0d0794b50e3b638cca4bed925638ab68bc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9b027c0d0794b50e3b638cca4bed925638ab68bc
|
2012-02-07 14:54:46-08:00
|
dv: 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]>
|
8332321c5737cf24ebad504bf10a03818424718d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8332321c5737cf24ebad504bf10a03818424718d
|
2012-02-10 15:27:49-05:00
|
mpc7: check for allocation failure
|
3c4add27f7513f435e9daa03643fd992d5f6bcee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3c4add27f7513f435e9daa03643fd992d5f6bcee
|
2012-01-30 19:11:29-05:00
|
kmvc: Check palsize.
Fixes: CVE-2011-3952
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Based on fix by Michael Niedermayer
|
386741f887714d3e46c9e8fe577e326a7964037b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/386741f887714d3e46c9e8fe577e326a7964037b
|
2012-01-30 10:16:17-08:00
|
dv: Fix out of array read
Fixes part of CVE-2011-3936
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
88d84dd8eacd4edfe29f12209f10733d631ca5ae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/88d84dd8eacd4edfe29f12209f10733d631ca5ae
|
2012-01-26 20:10:26+01:00
|
Fix a heap-buffer-overflow
In some case, what left to read from ptr is smaller than EXTRABYTES.
Signed-off-by: Michael Niedermayer <[email protected]>
|
10e9d1f76b4bec7a3c581ab7ac494f55acc6f24d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/10e9d1f76b4bec7a3c581ab7ac494f55acc6f24d
|
2012-01-26 03:28:12+01:00
|
vp3: Copy all 3 frames for thread updates.
This fixes a double release of the current frame on deinit.
Fixes CVE-2011-3934
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
247d30a7dba6684ccce4508424f35fd58465e535
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/247d30a7dba6684ccce4508424f35fd58465e535
|
2012-01-25 21:12:00+01:00
|
matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc()
Fixes bug #190
Chromium bug #100492
related to CVE-2011-3893
Signed-off-by: Reinhard Tartler <[email protected]>
|
faaec4676cb4c7a2303d50df66c6290bc96a7657
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/faaec4676cb4c7a2303d50df66c6290bc96a7657
|
2012-01-05 21:21:57+01:00
|
vp3: fix regression with mplayer-crash.ogv
Signed-off-by: Michael Niedermayer <[email protected]>
|
a2a12e3358c3bbdc0246ffc94973e58eba50ee30
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a2a12e3358c3bbdc0246ffc94973e58eba50ee30
|
2012-01-02 15:35:18+01:00
|
Report an error if pitch_lag is zero in AMR-NB decoder.
This fixes an infinite loop in the decoder on specially
crafted files, and fixes bug 151.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
7f09791d28c82c9169d1612a6192851837341ca9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7f09791d28c82c9169d1612a6192851837341ca9
|
2012-01-04 21:33:14-08:00
|
flvdec: Fix compiler warning for uninitialized variables
These can't be used uninitialized in practice, but the
compiler doesn't realize it.
Signed-off-by: Martin Storsjö <[email protected]>
|
2df73eefb4f7c954d2bb80afa823bb7d4f8e5006
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2df73eefb4f7c954d2bb80afa823bb7d4f8e5006
|
2012-01-04 22:15:47+02:00
|
lavd/lavfi: fix compiler warning for uninitialized variables
Signed-off-by: Jean First <[email protected]>
Signed-off-by: Stefano Sabatini <[email protected]>
|
81980bf740f3b3d14efe8ee96cf54edbc5e1f063
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/81980bf740f3b3d14efe8ee96cf54edbc5e1f063
|
2011-12-31 11:51:56+01:00
|
Do not fail when decoding invalid v410 files with odd width.
Reviewed-by; Derek Buitenhuis
|
6ed3565f08abf3b1c2a1d2d7fac768b18753530c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6ed3565f08abf3b1c2a1d2d7fac768b18753530c
|
2011-12-30 02:34:29+01:00
|
svq1dec: call avcodec_set_dimensions() after dimensions changed.
Fixes NGS00148, CVE-2011-4579
Found-by: Phillip Langlois
Signed-off-by: Michael Niedermayer <[email protected]>
|
6e24b9488e67849a28e64a8056e05f83cf439229
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6e24b9488e67849a28e64a8056e05f83cf439229
|
2011-12-23 15:42:24+01:00
|
alac: Check for bitstream overread
Fixes Ticket801
Bug found by: Oana Stratulat
Signed-off-by: Michael Niedermayer <[email protected]>
|
a8469223f6bb756a44f6579439fcae24ccc739b1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a8469223f6bb756a44f6579439fcae24ccc739b1
|
2011-12-20 18:07:08+01:00
|
v210dec: Fix warning: ‘val’ may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: Michael Niedermayer <[email protected]>
|
53509d20cac1f9c4bb7e746f36e25d6fc66ae31b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/53509d20cac1f9c4bb7e746f36e25d6fc66ae31b
|
2011-12-18 01:20:18+01:00
|
adxdec: Fix division by zero
Signed-off-by: Michael Niedermayer <[email protected]>
|
6b6b84ae1625ce1e38ff5f1b4c0bf03450066e66
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6b6b84ae1625ce1e38ff5f1b4c0bf03450066e66
|
2011-12-18 20:49:34+01:00
|
avidec: Fix infinite loop caused by rounding of timestamps in non interleaved avis.
Fixes Ticket775
Bug found by: Diana Elena Muscalu
Signed-off-by: Michael Niedermayer <[email protected]>
|
e098fba5d9c9d52aaddd83e63dd910ff20b841d2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e098fba5d9c9d52aaddd83e63dd910ff20b841d2
|
2011-12-16 05:13:58+01:00
|
smacker: Check for overread in smka_decode_frame()
Fixes a segfault with wetlog_fail.smk
Bug found by: Shitiz Garg
Signed-off-by: Michael Niedermayer <[email protected]>
|
d0f7927177077799abe540f9195b5ce1fc089183
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d0f7927177077799abe540f9195b5ce1fc089183
|
2011-12-15 22:52:57+01:00
|
libnut: check for av_malloc failure.
No, ive no testcase, i just spoted these when looking ...
Signed-off-by: Michael Niedermayer <[email protected]>
|
6f7f2396049575fcf2054b4dafa19ca01381638e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6f7f2396049575fcf2054b4dafa19ca01381638e
|
2011-12-08 21:21:32+01:00
|
applehttpproto: Use the close function if the open function fails
This should clean up leaked memory.
Signed-off-by: Martin Storsjö <[email protected]>
|
1ca87d600bc069fe4cf497c410b4f794e88a122d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1ca87d600bc069fe4cf497c410b4f794e88a122d
|
2011-12-01 13:47:23+02:00
|
musepack: fix signed shift overflow in mpc_read_packet()
Using an unsigned variable avoids problems with overflows.
There is further no need for a 64-bit intermediate here.
Signed-off-by: Mans Rullgard <[email protected]>
|
d9ba767d615ffb1f51ac3f990c51768ea8622da8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9ba767d615ffb1f51ac3f990c51768ea8622da8
|
2011-11-27 10:30:16+00:00
|
avplay: reset rdft when closing stream.
this fixes a crash when cycling audio streams if the spectrograph is
displayed.
|
f9324d5adda6147b3faad5970b6d88263397c76b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f9324d5adda6147b3faad5970b6d88263397c76b
|
2011-11-08 10:43:57-05:00
|
qdm2: fix signed multiplication overflow
This code relies on the result wrapping as for unsigned
values, and the sign is not used. Thus an unsigned type
is proper here.
Signed-off-by: Mans Rullgard <[email protected]>
|
c682514a8f17a886f31c5aa0bba78c4f260fbfcf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c682514a8f17a886f31c5aa0bba78c4f260fbfcf
|
2011-10-12 12:28:08+01:00
|
mp3on4: check for allocation failures in decode_init_mp3on4()
|
95891804bf300b266aa5328f1c338c046720e658
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/95891804bf300b266aa5328f1c338c046720e658
|
2011-10-21 12:34:43-04:00
|
mpegts: do not return from ff_mpegts_parse_packet() after having seen the first PMT
It prevents leaving the AVPacket uninitialized.
Signed-off-by: Michael Niedermayer <[email protected]>
|
bc38e83793be5f7a184c88be55e556453a25224b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bc38e83793be5f7a184c88be55e556453a25224b
|
2011-10-19 23:28:05+02:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.