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
mov: Check memory allocation CC: [email protected] Bug-Id: CID 1292518
6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5
2015-06-08 13:03:39+01:00
psymodel: Check memory allocation
03927cb73399e6f07185fc7f8851d7612b4187b6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03927cb73399e6f07185fc7f8851d7612b4187b6
2015-05-31 15:03:31+02:00
avcodec/jpeg2000dec: Print warning if the mqc pointer mismatches at the end If this occurs on valid and correctly decoded files it should be reduced to debug level Signed-off-by: Michael Niedermayer <[email protected]>
6b08dc393b5203c52c4d76a89e5c0bb12c134df7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6b08dc393b5203c52c4d76a89e5c0bb12c134df7
2015-06-14 21:40:09+02:00
swscale: Assert that pixel format descriptor is not NULL This may help static analyzers, the pixel format is checked during initialization Signed-off-by: Michael Niedermayer <[email protected]>
ae0148ff60cbf0e1d81f86f7300280bb48056c71
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae0148ff60cbf0e1d81f86f7300280bb48056c71
2015-06-12 14:47:37+02:00
x86: check for AV_CPU_FLAG_AVXSLOW where useful Signed-off-by: James Almer <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
d68c05380cebf563915412182643a8be04ef890b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d68c05380cebf563915412182643a8be04ef890b
2015-05-31 12:07:11+02:00
x86: Add helper macros to check for slow cpuflags Signed-off-by: James Almer <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
cae39851201b7781f1262e1c23627b45e6e80bb4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cae39851201b7781f1262e1c23627b45e6e80bb4
2015-05-31 12:07:11+02:00
avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodes Fies Ticket4325 Signed-off-by: Michael Niedermayer <[email protected]>
dae89802a6eeae89519334d78cf2a79da4060273
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dae89802a6eeae89519334d78cf2a79da4060273
2015-05-30 03:53:32+02:00
avcodec/jpeg2000dec: Check for mismatching per expected termination not just at the end Signed-off-by: Michael Niedermayer <[email protected]>
5cccbc3b74b2f8a838b643dec6fab5bf77918e1f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5cccbc3b74b2f8a838b643dec6fab5bf77918e1f
2015-06-27 15:22:15+02:00
avcodec/svq1dec: Remove duplicate buf_size check Fixes CID1297573 Signed-off-by: Michael Niedermayer <[email protected]>
ff1d85b0ede12fc9db4fd5df724d3a751be86de5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff1d85b0ede12fc9db4fd5df724d3a751be86de5
2015-05-15 20:06:24+02:00
avcodec/cavsdec: Check frame_rate_code Fixes CID1239111 part1 Signed-off-by: Michael Niedermayer <[email protected]>
c5c06e392b56ad19c560924ef17ab31920ffceb7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5c06e392b56ad19c560924ef17ab31920ffceb7
2015-05-14 18:12:30+02:00
avfilter/vf_hqdn3d: Initialize the whole LUT With bps > 8 more than 255..255 are used The initialized table content is left unchanged, But it could also be adjusted for the slight difference of the maximum Signed-off-by: Michael Niedermayer <[email protected]>
4240e6a92117811509be3e5f360a44dde8618040
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4240e6a92117811509be3e5f360a44dde8618040
2015-05-27 05:18:55+02:00
avcodec/hevc: Check offset_len Fixes CID1239099 part 1 Signed-off-by: Michael Niedermayer <[email protected]>
3e9d5e16ad9799f6b6faae4f21120d23146b84c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3e9d5e16ad9799f6b6faae4f21120d23146b84c9
2015-05-13 14:26:17+02:00
avcodec/g2meet: Check init_get_bits8() return value Signed-off-by: Michael Niedermayer <[email protected]>
b1b0baa3d6a30942b258dddfdd04b4b24c713879
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1b0baa3d6a30942b258dddfdd04b4b24c713879
2015-05-07 22:50:39+02:00
nutdec: fix infinite resync loops nut->last_syncpoint_pos doesn't necessarily change between resync attempts, so find_any_startcode can return the same startcode again. Thus remember where the last resync happened and don't try to resync before that. This can't be done locally in nut_read_packet, because this wouldn't prevent infinite resync loops, where after the resync a packet is returned and while reading a following packet the resync happens again. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
37e679881d364b6da817d829d35869d657218ab3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/37e679881d364b6da817d829d35869d657218ab3
2015-05-20 19:07:26+02:00
aacsbr: break infinite loop in sbr_hf_calc_npatches Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
584cc1ade10a3297ef9c107ef3a2081c04024156
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/584cc1ade10a3297ef9c107ef3a2081c04024156
2015-05-07 17:32:23+02:00
vp9: invert order of two conditions. This makes it equal to row-based loopfilter code, and also makes the chroma/luma code identical.
844799b033d6ebfa4bf8a1415bc63baae8e79827
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/844799b033d6ebfa4bf8a1415bc63baae8e79827
2015-05-01 08:45:53+02:00
avcodec/ffv1dec: Check chroma shift parameters Signed-off-by: Michael Niedermayer <[email protected]>
d43cd6b08ed555c303478e3133717fbb2236be6e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d43cd6b08ed555c303478e3133717fbb2236be6e
2015-05-04 14:31:45+02:00
tls: Use custom IO to read from the URLContext This avoids hijacking the fd, by reading using the normal URLContext functions instead. This allowing reading data that has been buffered in the underlying URLContext. This avoids using the libraries own send functions that can cause SIGPIPE. The fd is still used for polling the lowlevel socket, for waiting for retries. Signed-off-by: Martin Storsjö <[email protected]>
d15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02
2015-05-22 00:04:32+03:00
avcodec/j2kenc: Initialize variable to silence compiler warnings Signed-off-by: Michael Niedermayer <[email protected]>
b020a25df2349e198cf3d9dc71ad390171e23440
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b020a25df2349e198cf3d9dc71ad390171e23440
2015-03-25 15:06:36+01:00
configure: remove old libdcadec check It's obsolete after the addition of the pkg-config check. See http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/191983 for the relevant discussion Reviewed-by: Hendrik Leppkes <[email protected]> Signed-off-by: James Almer <[email protected]>
8254011b217356915fb49d4c78592fd141e1ca46
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8254011b217356915fb49d4c78592fd141e1ca46
2015-04-16 20:10:19-03:00
swresample: Check channel layouts and channels against each other and print human readable error messages Signed-off-by: Michael Niedermayer <[email protected]>
3c77bb5f23b2e149495c814759beab7eedeede6c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c77bb5f23b2e149495c814759beab7eedeede6c
2015-04-12 22:21:34+02:00
matroskadec: Check memory allocations CC: [email protected]
6bdae41d3ef74a0865e8f87896e649f93b2f39bd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6bdae41d3ef74a0865e8f87896e649f93b2f39bd
2015-03-12 17:48:14+00:00
avformat/flvenc: check that the codec_tag fits in the available bits flags is later written with avio_w8 and if it doesn't fit in one byte it triggers an av_assert2. Signed-off-by: Michael Niedermayer <[email protected]>
e8565d21c276ab9ac5ce785549420321fbd0b093
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8565d21c276ab9ac5ce785549420321fbd0b093
2015-02-28 22:53:12+01:00
quickdraw: Switch to greedy parsing Quickdraw packs data as a series of codes that the application is supposed to handle, but it does not define any order in which they might appear. Since it's unfeasible to support *all* opcodes defined by the spec, only handle well-known blocks containing video data and ignore any unknown or unsupported ones. Move palette loading and rle decoding to separate functions to resue them in other blocks and drop format initialization in init since it can support more formats than pal8. Validate width and height.
bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f
2015-05-06 14:26:30+01:00
libschroedinger: Check memory allocations
e570f895cdccf2535a71fec1c607751ddb94fd5a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e570f895cdccf2535a71fec1c607751ddb94fd5a
2015-02-22 22:32:18+00:00
movenc: Check memory allocations Signed-off-by: Vittorio Giovara <[email protected]>
a8765852158ecb2ae34895fa35ff51dc95c186f9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8765852158ecb2ae34895fa35ff51dc95c186f9
2015-02-17 12:16:43-05:00
avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_factor() Signed-off-by: Michael Niedermayer <[email protected]>
8bc80016c18d3b6e5b67f08e0dc8f0c6ae8ab233
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8bc80016c18d3b6e5b67f08e0dc8f0c6ae8ab233
2015-02-18 01:56:19+01:00
rmdec: Check memory allocations from ff_rm_alloc_rmstream() Bug-Id: CID 1257835
da7e31a240f276836a0b90ca6c0714181b353cc4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da7e31a240f276836a0b90ca6c0714181b353cc4
2015-02-17 12:16:43-05:00
avcodec/h264: Clear last_pic_for_ec on seeks and reinits Fixes out of array read Fixes: asan_heap-oob_2ff30d2_3479_cov_3803648058_src13_hrc7_525_420_2.264 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7296716e355c73650033b57bafe44063d3670117
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7296716e355c73650033b57bafe44063d3670117
2015-02-25 03:23:25+01:00
avutil/murmur3: Add () to protect the ROT() arguments Signed-off-by: Michael Niedermayer <[email protected]>
cdee0c9d5feda0adb7e966bb524bc3e2ab3da27b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cdee0c9d5feda0adb7e966bb524bc3e2ab3da27b
2015-02-17 00:18:15+01:00
avformat/tls: add () to protect macro arguments Signed-off-by: Michael Niedermayer <[email protected]>
ced26a2c653b5dfff19b12d66fb5035ded563dac
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ced26a2c653b5dfff19b12d66fb5035ded563dac
2015-02-16 23:09:08+01:00
dv: Drop a spurious check The buffer is always valid. Bug-Id: CID 700682
74d7db586a2e9aeb107e357739c7e4dde0b6991c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74d7db586a2e9aeb107e357739c7e4dde0b6991c
2014-11-15 12:49:37+01:00
avcodec/xsubdec: Check av_mallocz() return codes Signed-off-by: Michael Niedermayer <[email protected]>
f9a5a89bbfdef991523921f4733217009946eec4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9a5a89bbfdef991523921f4733217009946eec4
2015-01-19 17:15:15+01:00
avcodec/mjpegdec: Check number of components for JPEG-LS Fixes out of array accesses Fixes: asan_heap-oob_1c1a4ea_1242_cov_2274415971_TESTcmyk.jpg Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
fabbfaa095660982cc0bc63242c459561fa37037
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fabbfaa095660982cc0bc63242c459561fa37037
2015-02-04 20:49:12+01:00
avformat/rmdec: Check the return value of av_get_packet() Signed-off-by: Michael Niedermayer <[email protected]>
65b83ce01b94eae944290c11257799a9288f2d4c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/65b83ce01b94eae944290c11257799a9288f2d4c
2015-01-18 20:55:49+01:00
lavfi: check av_strdup() return value Signed-off-by: Paul B Mahol <[email protected]>
145a84717b62e086cdb5f26649ad9f1b51ef38d0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/145a84717b62e086cdb5f26649ad9f1b51ef38d0
2015-01-06 10:02:11+00:00
avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loop 19484 -> 10266 decicycles Signed-off-by: Michael Niedermayer <[email protected]>
5c7227bbb3c134979fb05d7f06cbc15cfcd3a1d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5c7227bbb3c134979fb05d7f06cbc15cfcd3a1d4
2014-12-30 02:39:36+01:00
aea: Return proper error code on invalid header
3941df546276b190cc9362fd093e6721e8e52f50
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3941df546276b190cc9362fd093e6721e8e52f50
2015-01-16 10:35:02+01:00
avutil/rational: Check that av_reduce() returns values within the requested max Signed-off-by: Michael Niedermayer <[email protected]>
827af242308e4670f7e2c9a9607d40c9bfe23b27
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/827af242308e4670f7e2c9a9607d40c9bfe23b27
2014-12-29 15:52:34+01:00
indeo3: check ff_set_dimensions return value CC: [email protected] Bug-Id: CID 1135740
c6d7c201dfa80502cb6cefbee7dc9160cedb5187
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6d7c201dfa80502cb6cefbee7dc9160cedb5187
2014-11-13 01:41:26+01:00
avformat/mp3dec: avoid seeking to negative positions Fixes Ticket4038 Signed-off-by: Michael Niedermayer <[email protected]>
0b75b6c3cd2cb4775729bf019c25c4792a2729d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0b75b6c3cd2cb4775729bf019c25c4792a2729d4
2014-11-18 04:04:37+01:00
vp8: initialize color space and range properties
65875a8b3b079752da25a61ec188d2e3d90a569f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/65875a8b3b079752da25a61ec188d2e3d90a569f
2014-10-08 18:17:50+01:00
x11grab: Check for XFixes availability at runtime
89fa2b5616274194d90bde0aeebf6adbd1245193
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/89fa2b5616274194d90bde0aeebf6adbd1245193
2014-10-04 23:46:46+02:00
avcodec/srtdec: add some memory checks
592716227c5f8d662b1ef8fb4f5f4a22cfa751c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/592716227c5f8d662b1ef8fb4f5f4a22cfa751c7
2014-09-21 18:41:45+02:00
avcodec/dnxhddec: treat pix_fmt like width/height Fixes out of array accesses Fixes: asan_heap-oob_22c9a39_16_015.mxf Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f3c0e0bf6f53df0977f3878d4f5cec99dff8de9e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3c0e0bf6f53df0977f3878d4f5cec99dff8de9e
2014-10-29 00:57:52+01:00
lavu/avstring: check for overlong encodings in av_utf8_decode() Fix reopened trac ticket #1163.
d4ec07dfe7dbc86e8f6403781c511b9463a526d2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4ec07dfe7dbc86e8f6403781c511b9463a526d2
2014-09-01 10:47:24+02:00
h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop. 3646 -> 3597 decicycles in inner loop when decoding vsynth1-flv. Signed-off-by: Reimar Döffinger <[email protected]>
2a00812d82c5f8a76328597c8b5ee1d4cd9c49dc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2a00812d82c5f8a76328597c8b5ee1d4cd9c49dc
2014-09-01 19:41:20+02:00
avcodec/fft-test: fix memory alloc checks Signed-off-by: Michael Niedermayer <[email protected]>
629e5e28f70a3511d7267f328773b191c5f086ac
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/629e5e28f70a3511d7267f328773b191c5f086ac
2014-07-24 00:47:11+02:00
fft-test: Check memory allocations
c3c96deb5f8cbbdb700ba97920ceedddacb5dcb9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3c96deb5f8cbbdb700ba97920ceedddacb5dcb9
2014-07-23 06:05:02-07:00
lavfi/apad: fix logic when whole_len or pad_len options are specified In particular, allow pad_len and whole_len to have value set to 0, which means that no padding will be added. Previously a value set to 0 meant that that the filter had to pad forever. The new semantics is clearer, also simplifies scripting since the option value might be automatically computed, so that no checks need to be done in case it is 0. The old semantics was never documented and the logic was broken (the filter was always adding samples indefinitely), so this should not break backward compatibility.
aade9884e95c6f6da5a856da95501bc14a6225aa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aade9884e95c6f6da5a856da95501bc14a6225aa
2014-08-21 16:59:07+02:00
swscale/x86/hscale_fast_bilinear_simd: add inline asm guards Should fix MSVC build Found-by: jamrial Signed-off-by: Michael Niedermayer <[email protected]>
54cba3f53efd80442015a0ba5ba25252e8096290
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/54cba3f53efd80442015a0ba5ba25252e8096290
2014-07-19 13:26:36+02:00
hevcdsp: remove an unneeded variable in the loop filter beta0 and beta1 will always be the same within a CU Signed-off-by: Mickaël Raulet <[email protected]> cherry picked from commit 4a23d824741a289c7d2d2f2871d1e2621b63fa1b Signed-off-by: Michael Niedermayer <[email protected]>
d7e162d46b4a0fc03ca5161cdcac840152f048cb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d7e162d46b4a0fc03ca5161cdcac840152f048cb
2014-07-22 16:27:26+02:00
hevc: reorder loops iterate over memory in a more continuous order Signed-off-by: Michael Niedermayer <[email protected]>
eca1957c4cbee66a0b1f3dcabaffe68d61885f16
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eca1957c4cbee66a0b1f3dcabaffe68d61885f16
2014-07-10 14:46:49+02:00
cosmetics: Write NULL pointer equality checks more compactly Signed-off-by: Diego Biurrun <[email protected]>
f929ab0569ff31ed5a59b0b0adb7ce09df3fca39
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f929ab0569ff31ed5a59b0b0adb7ce09df3fca39
2014-08-15 03:18:18-07:00
mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom This atom typically is used for a track title. The handler name is stored as a Pascal string in the QT specs (first byte is the length of the string), so do not export it. A second length check based on the first character is added to avoid overwriting an already specified handler_name (it happens with YouTube videos for instance, the handler_name get masked), or specifying an empty string metadata. The Pascal string fix and the second length check are written by Clément Bœsch <[email protected]>. Signed-off-by: Vittorio Giovara <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
e3528d2a7bf29ba148d7ac1678552ce0089cd14f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3528d2a7bf29ba148d7ac1678552ce0089cd14f
2015-02-03 15:15:12+00:00
avformat/nutenc: cleaner version check Signed-off-by: Michael Niedermayer <[email protected]>
3a76d7f73d495c5af0968e83d96c075c27af3b5c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a76d7f73d495c5af0968e83d96c075c27af3b5c
2014-06-10 16:36:41+02:00
avformat/movenc: check that the video resolution is supported Resolutions are stored as 16bit integers Signed-off-by: Michael Niedermayer <[email protected]>
5a4edf6f0db78667895546c96d28a7d1c9adfaaa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a4edf6f0db78667895546c96d28a7d1c9adfaaa
2014-07-08 16:17:44+02:00
avformat/utils: Check end time in avpriv_new_chapter() Signed-off-by: Michael Niedermayer <[email protected]>
220df143b962dd8ed65cee90bcff8565a28ee0e6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/220df143b962dd8ed65cee90bcff8565a28ee0e6
2014-05-23 04:33:05+02:00
avfilter/vf_lut3d: check size in parse_dat() Fixes CID1212261 Reviewed-by: Clément Bœsch <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
2e55f3e90715418ffc6da70363c2bb6ab658481e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2e55f3e90715418ffc6da70363c2bb6ab658481e
2014-05-10 14:46:58+02:00
Initialize riff and wav size fields to -1 instead of 0. WMP doess not play the output files if the fields are set to 0 and not overwritten (using pipe output). Fixes ticket #3346.
c2b0ce70add2a7dd6e792341c21278cb94820684
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c2b0ce70add2a7dd6e792341c21278cb94820684
2014-05-03 22:21:00+02:00
avformat/mpegtsenc: check avformat_new_stream() return Fixes CID1206645 Signed-off-by: Michael Niedermayer <[email protected]>
66e30a2e65e81a5abb9149fe8587355273cbb38f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/66e30a2e65e81a5abb9149fe8587355273cbb38f
2014-04-26 22:08:37+02:00
libx265: Only set the SAR if it is valid Signed-off-by: Derek Buitenhuis <[email protected]>
25fbfeed98d2eaddda0885e0916a83085549bae6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25fbfeed98d2eaddda0885e0916a83085549bae6
2014-04-10 13:28:59+01:00
oggparsevorbis: export replaygain tags from Vorbis comments Signed-off-by: Anton Khirnov <[email protected]>
0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4
2014-04-04 17:40:51+02:00
vf_frei0r: prevent a segfault when filter parameters are not set
4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e
2014-03-04 11:19:03+01:00
avi: Improve non-interleaved detection Additional fixes by Nigel Touati-Evans <[email protected]>. Check the index for streams with a time drift of 2s or a buffer drift of 64MB. Bug-Id: 666 CC: [email protected] Sample-Id: yet-another-broken-interleaved-avi.avi Signed-off-by: Vittorio Giovara <[email protected]> Signed-off-by: Luca Barbato <[email protected]> Signed-off-by: Diego Biurrun <[email protected]>
9d599e3f6e61438772d8cddd6c9b7c495251f51e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d599e3f6e61438772d8cddd6c9b7c495251f51e
2014-04-02 12:11:31+02:00
avformat/hls: do not use sequence numbers for packet ordering As per spec 3.4.3 ("A client MUST NOT assume that segments with the same sequence number in different Media Playlists contain matching content.") we cannot use sequence numbers for packet ordering. This can be seen e.g. in the subtitle streams of bipbop_16x9_variant.m3u8 that have considerably longer segments and therefore different numbering. Since the code now exclusively syncs using timestamps that may wrap, add some additional checking for that. According to the HLS spec all the timestamps should be in 33-bit MPEG format and synced together. v2: cleaner wrap detection v3: further wrap detection improvements Signed-off-by: Anssi Hannula <[email protected]>
6b4b73e75da926aa09dab06789643fb491dfe0ca
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6b4b73e75da926aa09dab06789643fb491dfe0ca
2014-04-06 17:55:03+03:00
Set Tiertex Limited SEQ palette opaque.
fd09cd08c0ad059ee41ccafc6836a285c1b35c45
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd09cd08c0ad059ee41ccafc6836a285c1b35c45
2011-11-12 20:19:07+01:00
avcodec/msrle: use av_image_get_linesize() to calculate the linesize Fixes out of array access Fixes: 14a74a0a2dc67ede543f0e35d834fbbe-asan_heap-oob_49572c_556_cov_215466444_44_001_engine_room.mov Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c919e1ca2ecfc47d796382973ba0e48b8f6f92a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c919e1ca2ecfc47d796382973ba0e48b8f6f92a2
2014-02-16 23:20:57+01:00
http: Always allow no-op seek This also allows checking stream position as per ffurl_seek() doxy. Signed-off-by: Luca Barbato <[email protected]>
ab76d9f628ad46e1d3bbf26c5bf1f87083f239ab
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ab76d9f628ad46e1d3bbf26c5bf1f87083f239ab
2014-03-11 22:08:57+01:00
avformat/mxfdec: fix typo in error check of mxf_edit_unit_absolute_offset() Signed-off-by: Michael Niedermayer <[email protected]>
fd334b9b6e89068c59be2e0a910800c6527812b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd334b9b6e89068c59be2e0a910800c6527812b0
2014-01-15 18:01:26+01:00
pcmdec: replace a reachable assert with an error check Libavformat should not make any assumptions about values returned from other libraries. This assert is easily reachable by using a non-raw codec id.
38893dc028e458eaf3f906833d4ee515689edb7e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/38893dc028e458eaf3f906833d4ee515689edb7e
2014-02-10 07:41:21+01:00
avformat/id3v2: Check avio_read() return value in read_chapter() Signed-off-by: Michael Niedermayer <[email protected]>
ffbcb1c6f051a1d000961f3a41d566158f8e9349
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ffbcb1c6f051a1d000961f3a41d566158f8e9349
2013-12-15 22:11:28+01:00
avformat/utils: Check avcodec_open2() return code in av_find_stream_info() Fixes CID1135750 Signed-off-by: Michael Niedermayer <[email protected]>
81c1197494f5b9c10453e3bb1dd37f35e9742877
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/81c1197494f5b9c10453e3bb1dd37f35e9742877
2013-12-11 20:32:05+01:00
lavc: remove a pointless check in decode_audio4() av_frame_unref() works fine on unallocated frames.
85f947aefb3dae81f65f518acdffa8e31c679654
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/85f947aefb3dae81f65f518acdffa8e31c679654
2013-12-09 08:44:24+01:00
hevc: Bound check slice_qp The T-REC-H.265-2013044 page 79 states they have to be into the range [-s->sps->qp_bd_offset, 51]. Fixes: asan_stack-oob_eae8e3_9522_WP_MAIN10_B_Toshiba_3.bit Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
aead772b5814142b0e530804486ff7970ecd9eef
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aead772b5814142b0e530804486ff7970ecd9eef
2014-01-13 05:04:13+01:00
lavc: use buf[0] instead of data[0] as the indicator of an allocated frame data[0] may be NULL for valid frames with hwaccel pixel formats.
d4f0f2d1e80b76260eb6b9cdde472ac069dfda56
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4f0f2d1e80b76260eb6b9cdde472ac069dfda56
2013-12-09 08:44:11+01:00
Revert "Merge remote-tracking branch 'qatar/master'" (43dec5ef9a360c9ffac3278f464832bd99af0cb0) Fixes out of array accesses Fixes asan_static-oob_eb9812_5961_iv41.avi This reverts the merge of c9ef6b09326a24010bf86d6b0d19cfa42df4d546 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
c3d5cd1ebfba8fe36a0da7fad47df7fdf9c4ccd0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3d5cd1ebfba8fe36a0da7fad47df7fdf9c4ccd0
2013-11-25 19:55:32+01:00
http: Expose the content location via an AVOption Signed-off-by: Martin Storsjö <[email protected]>
be4edda6731a341d3fdeaa0e57753dc396790362
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be4edda6731a341d3fdeaa0e57753dc396790362
2013-11-22 14:27:07+02:00
avfilter/af_aresample: Calculate output buffer size more precisely. Fixes accumulation of data in case of significant silence injections Signed-off-by: Michael Niedermayer <[email protected]>
ea6331b2c6025819cf56b0c104b1a26b08818435
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea6331b2c6025819cf56b0c104b1a26b08818435
2013-11-06 23:54:02+01:00
avcodec/h261dec: make while get_bits loop more robust by checking bits left Signed-off-by: Michael Niedermayer <[email protected]>
719dbe86ea0e85b3b89f492c69e10bb0e733bcbb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/719dbe86ea0e85b3b89f492c69e10bb0e733bcbb
2013-10-30 14:45:39+01:00
avcodec/flvdec: make while get_bits loop more robust by checking bits left Signed-off-by: Michael Niedermayer <[email protected]>
b0f8b5c8190ae1f8abf56695c8211d6e82022323
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0f8b5c8190ae1f8abf56695c8211d6e82022323
2013-10-30 14:39:31+01:00
oggparsevorbis: check allocations Signed-off-by: Anton Khirnov <[email protected]>
ed9245dba83f9add60f55718b537b0af2105c60e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ed9245dba83f9add60f55718b537b0af2105c60e
2013-10-12 15:24:26+02:00
avcodec/flacdec: also do crc check when er compliant is set Signed-off-by: Michael Niedermayer <[email protected]>
3b56f665b1cdb412d6916aac975664f45fceb938
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b56f665b1cdb412d6916aac975664f45fceb938
2013-10-27 09:51:21+01:00
alac: Do bounds checking of lpc_order read from the bitstream In lpc_prediction(), we write up to array element 'lpc_order' in an array allocated to hold 'max_samples_per_frame' elements. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
59480abce7e4238e22b3a4a904a9fe6abf4e4188
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59480abce7e4238e22b3a4a904a9fe6abf4e4188
2013-09-29 19:57:10+03:00
avcodec/flacdec: make while get_bits loop more robust by checking bits left Signed-off-by: Michael Niedermayer <[email protected]>
9f5b75f2416cf8c9a1753159b65591c249006c33
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f5b75f2416cf8c9a1753159b65591c249006c33
2013-10-30 14:39:31+01:00
avcodec/hnm4video: fix write offset checks in decode_interframe_v4() Fixes: asan_heap-oob_e76a51_1244_CASSE.HNM Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
78446f0d9d6a57f6f58e4c0f00cc30ecff205046
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/78446f0d9d6a57f6f58e4c0f00cc30ecff205046
2013-11-22 22:31:46+01:00
avformat/wavdec: check smv_frames_per_jpeg Values outside would not be possible due to limitations of jpeg itself Fixes very long running loop Fixes Ticket2977 Signed-off-by: Michael Niedermayer <[email protected]>
e02495372240ad826a8a6b2ecb035bf001b64344
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e02495372240ad826a8a6b2ecb035bf001b64344
2013-09-26 14:56:32+02:00
avformat/smacker: use av_malloc_array() and check for allocation error Signed-off-by: Paul B Mahol <[email protected]>
78f680cb3664624fedc00d03b0cd77255da2776b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/78f680cb3664624fedc00d03b0cd77255da2776b
2013-09-17 18:29:48+00:00
matroskaenc: Write muxingapp and writingapp elements when using bitexact flag Files won't validate with mkvalidtor if these two elements are missing. Use a const "Lavf" string that wont change with library version bumps. Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
ea70e2f2d7b69ce3800fc72b91de5dd09bac59d5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea70e2f2d7b69ce3800fc72b91de5dd09bac59d5
2013-09-18 23:06:59+02:00
smacker: Check malloc return values Also try to free local allocations on errors. Signed-off-by: Martin Storsjö <[email protected]>
d002fce24a7206e95f9492031f45adc35711e183
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d002fce24a7206e95f9492031f45adc35711e183
2013-09-11 20:20:28+03:00
mov: Prevent segfaults on mov_write_hdlr_tag Do not segfault when writing tracks such as tmcd by writing them down as generic DataHandlers if not known.
67400f6b6219892ab7a555fb61ef979c857692d7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/67400f6b6219892ab7a555fb61ef979c857692d7
2013-08-20 00:22:58+02:00
avfilter/graphparser: remove 256 char limit from create_filter() Fixes Ticket2803 Signed-off-by: Michael Niedermayer <[email protected]>
61af627d56c785650ac3d235f6356ee3bc5676ee
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/61af627d56c785650ac3d235f6356ee3bc5676ee
2013-08-04 00:56:55+02:00
vc1: check the source buffer in vc1_mc functions Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
090cd0631140ac1a3a795d2adfac5dbf5e381aa2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/090cd0631140ac1a3a795d2adfac5dbf5e381aa2
2013-08-05 16:24:13+02:00
doc: Explain that the default RTMP user agent is different when publishing The fact that a different user agent is used is cruicial for getting publishing authentication working. (When using librtmp, this other user agent has to be specified manually, but that's not needed with the libavformat internal RTMP support.) Signed-off-by: Martin Storsjö <[email protected]>
a435ca5b4d9efebf0759220681010977c36615f7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a435ca5b4d9efebf0759220681010977c36615f7
2013-08-10 18:37:21+03:00
configure: Check for GCC diagnostic pragma support inside of functions The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.
6da5b57da11bbbece47bec2885100353a6cfa280
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6da5b57da11bbbece47bec2885100353a6cfa280
2013-08-02 22:34:03+02:00
h264: move 444 border xchg under if (deblock_top) Fixes out of array access Fixes Ticket2668 Signed-off-by: Michael Niedermayer <[email protected]>
f27b22b4974c740f4c7b4140a793cac196179266
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f27b22b4974c740f4c7b4140a793cac196179266
2013-07-02 03:27:04+02:00
indeo5: reject negative motion vectors Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
1194a410807bac3eafbeb632578b937656d273e7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1194a410807bac3eafbeb632578b937656d273e7
2013-07-01 04:20:51+02:00
wmapro: check the min_samples_per_subframe Must be at least WMAPRO_BLOCK_MIN_SIZE. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
d4a217a408da4bd63acc02cd8f9ebe378a2ad65a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4a217a408da4bd63acc02cd8f9ebe378a2ad65a
2013-06-29 18:11:40+02:00
flac: don't check the number of channels before setting the channel layout. This is unnecessary, as ff_flac_set_channel_layout can handle any number of channels. Signed-off-by: Anton Khirnov <[email protected]>
41244e13d5452e70cfd42f76ede4a20b7081c71f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/41244e13d5452e70cfd42f76ede4a20b7081c71f
2013-02-06 21:43:05+01:00
lavfi/noise: fix out of array access Signed-off-by: Paul B Mahol <[email protected]>
f8f42f48218138d37956407ebf10227eb86d4a2d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f8f42f48218138d37956407ebf10227eb86d4a2d
2013-05-29 16:54:28+00:00