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
⌀ |
---|---|---|---|---|---|---|---|
avcodec/hevc_ps: prevent stale pointer in malloc failure case
Signed-off-by: Michael Niedermayer <[email protected]>
|
0fc2045d5f4eab35d943a79c3d965a2f31361f48
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0fc2045d5f4eab35d943a79c3d965a2f31361f48
|
2014-07-15 21:49:56+02:00
|
avcodec/bmp: fix integer overflow in checking header sizes
Signed-off-by: Michael Niedermayer <[email protected]>
|
bd8b6ed96df58bf3ea22c987f461728543219979
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bd8b6ed96df58bf3ea22c987f461728543219979
|
2014-07-04 15:02:08+02:00
|
avcodec/dvdsubdec: Fix off-by-one error
Fix an off-by-one error that causes the height of decoded
subtitles to be too small, thus cutting off the lowest row
of pixels.
Signed-off-by: Michael Niedermayer <[email protected]>
|
3f0a3e9e127d067c5cf65640a44765c1ddd01622
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3f0a3e9e127d067c5cf65640a44765c1ddd01622
|
2014-07-04 00:32:43+02:00
|
dump_stream: print the timebase as is, do not reduce it
It makes more sense to print the timebase exactly as it is set. Also,
this avoids a divide by zero when av_dump_format() is called on a format
context before writing the header.
|
3f4edf012593c73941caa0ef9b292da00225c3df
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3f4edf012593c73941caa0ef9b292da00225c3df
|
2014-06-26 16:04:22+02:00
|
libavcodec/wmalosslessdec: add missing emms
prevent failure with mmx2
should fix fate failure on freebsd mmx2 client
Signed-off-by: Michael Niedermayer <[email protected]>
|
49bf712a892901bd6a2e8815d085487180894d8c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/49bf712a892901bd6a2e8815d085487180894d8c
|
2014-06-23 23:45:20+02:00
|
configure: check for recent dxva2api headers with fixed COBJMACROS defines
This fixes build failures on older mingw chains (before 2012).
Signed-off-by: Michael Niedermayer <[email protected]>
|
bc47801968fc20369e5794e5d403faf23a98d190
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bc47801968fc20369e5794e5d403faf23a98d190
|
2014-05-09 14:18:05+02:00
|
avutil/opt: dont crash on av_opt_set_dict() with NULL
This allows calling the function without the need to check if the
dictionary contains any entries
Signed-off-by: Michael Niedermayer <[email protected]>
|
d9a3501c33a1f88350c935785dbf5435e9ffabe6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9a3501c33a1f88350c935785dbf5435e9ffabe6
|
2014-03-30 15:00:03+02:00
|
avcodec/mjpegdec: make type of shift unsigned to avoid undefined behavior
Found-by: Reimar Döffinger <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
e31727bd53fc69ace0373deabf48360ac6af94ec
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e31727bd53fc69ace0373deabf48360ac6af94ec
|
2014-04-28 00:22:38+02:00
|
ffmpeg: dont call exit_program() from a signal hander
This is unsafe and can deadlock amongth other things
Signed-off-by: Michael Niedermayer <[email protected]>
|
9dca02ee541120de2a96c387faed9a4e033a60fd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9dca02ee541120de2a96c387faed9a4e033a60fd
|
2014-03-21 17:09:56+01:00
|
hevc: make pps/sps ids unsigned where necessary
Fixes integer overflow and out of array accesses.
Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind
|
4d33873c2990b8d6096f60fef384f0efc4482b55
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4d33873c2990b8d6096f60fef384f0efc4482b55
|
2014-03-09 17:23:08+01:00
|
avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header()
Fixes out of array read
Fixes: 08e48e9daae7d8f8ab6dbe3919e797e5-asan_heap-oob_157461c_5295_cov_1266798650_firefing.mpg
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3edc3b159503d512c919b3d5902f7026e961823a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3edc3b159503d512c919b3d5902f7026e961823a
|
2014-02-20 05:49:52+01:00
|
libx265: Fix use of uninitialized input picture
Signed-off-by: Derek Buitenhuis <[email protected]>
|
955544e4d031bd8435cf8f55bdbfe1d0ede01469
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/955544e4d031bd8435cf8f55bdbfe1d0ede01469
|
2014-02-13 22:22:20+00:00
|
tools/uncoded_frame: fix double free
in case av_interleaved_write_uncoded_frame fails it seems
frame is freed for the second time in fail section.
Signed-off-by: Lukasz Marek <[email protected]>
Reviewed-by: Nicolas George <[email protected]>
This commit also removes 1 trailing whitespace as otherwise the push hook rejects it
Signed-off-by: Michael Niedermayer <[email protected]>
|
9c3478c2343424907b0d8c88da917c56a4cd9162
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9c3478c2343424907b0d8c88da917c56a4cd9162
|
2014-02-13 01:29:01+01:00
|
asfdec: check ff_get_guid() return values during seeking
Hitting EOF during seeking is quite likely. Fixes use of uninitialized
data during fate-seek-lavf-asf.
|
0ebb523f072322972ea446616676fff32e9603c6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0ebb523f072322972ea446616676fff32e9603c6
|
2014-02-12 12:52:28+01:00
|
rpza: limit the number of blocks to the total remaining blocks in the frame
Fixes invalid writes.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
77bb0004bbe18f1498cfecdc68db5f10808b6599
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/77bb0004bbe18f1498cfecdc68db5f10808b6599
|
2014-02-10 15:22:28+01:00
|
vp9: just disallow temporal or no-update segmentation on size-change.
The spec doesn't describe how it should be decoded so this is probably
the safest thing to do. Fixes valgrind errors on fuzzed11.ivf and fixes
valgrind errors on fuzzed10.ivf differently.
|
9aeca1c572dcd446bba340eb6c5fa4f65e18d1e8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9aeca1c572dcd446bba340eb6c5fa4f65e18d1e8
|
2014-02-09 18:07:14+01:00
|
vda: fix crash when a frame is dropped.
Signed-off-by: Sebastien Zwickert <[email protected]>
|
31a0ca9e75e4c91437c8681b9655a67f09b693dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/31a0ca9e75e4c91437c8681b9655a67f09b693dd
|
2014-01-27 20:36:42+01:00
|
h264: reset first_field if frame_start() fails for missing refs
In this case we may not have a current frame, while first_field being
set implies we do.
Fixes invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
d1b3fabe6945e511bb20fc9ca52b47eb952526ee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d1b3fabe6945e511bb20fc9ca52b47eb952526ee
|
2014-01-18 20:41:24+01:00
|
avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() failure
Fixes use of uninitialized memory
partly fixes: msan_uninit-mem_7f7834b6a530_6473_luckynight-partial.wma
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ae3856dcaf9c5ef339969c95a72bcaf7c4bba9ec
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ae3856dcaf9c5ef339969c95a72bcaf7c4bba9ec
|
2014-01-11 02:03:20+01:00
|
avformat/mxfdec: check avio_read(UID) result
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fc9ba2fd98e_82_02785736.mxf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4162ceea93684f3cd656dc21d30903e102a44e73
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4162ceea93684f3cd656dc21d30903e102a44e73
|
2014-01-10 02:12:30+01:00
|
avformat/segafilm: drop song and dance, this seems not to do anything anymore since a long time
Fixes use of uninitialized memory
Partly fixes; msan_uninit-mem_7fb7d24780d0_2744_R03T.CAK
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2303b45112b4c9097a661998f3d9ebe81eea2cac
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2303b45112b4c9097a661998f3d9ebe81eea2cac
|
2014-01-07 15:02:31+01:00
|
avformat/nutdec: check avio_read() return code
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f2785ab8669_6838_mewmew_vorbis_ssa.nut
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
71fe97a60ad7dd6fe15238ca0eee1ed3121b5f80
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/71fe97a60ad7dd6fe15238ca0eee1ed3121b5f80
|
2014-01-07 00:26:33+01:00
|
audio_mix: initialize the data pointers to NULL
This should make it easier to catch problems where some of those
pointers are used uninitialized, since reading from NULL should always
crash, while random numbers from stack can turn out to be valid
pointers, so random memory may be silently overwritten.
|
3d95d27376e59de14f984e7a22a52e066d85df35
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3d95d27376e59de14f984e7a22a52e066d85df35
|
2014-01-03 16:42:23+01:00
|
avformat/mov: clear padding area in mov_read_extradata()
Fixes: msan_uninit-mem_7f58816b71e3_7025_mov_svq3___svq3_weird_prediction2.mov
Fixes use of uninitialized memory
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
8efde6d80c94e6069d4fc19e5ef88a2946a2e51c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8efde6d80c94e6069d4fc19e5ef88a2946a2e51c
|
2013-12-28 03:42:40+01:00
|
avcodec/huffyuvdec: clear remainder of the array on end of input in decode_422_bitstream()
Fixes: msan_uninit-mem_7f909423efcd_9923_yuv_predmed.avi
Fixes use of uninitialized memory
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
42b6805cc1989f759f19e9d253527311741cbd3a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/42b6805cc1989f759f19e9d253527311741cbd3a
|
2013-12-27 00:26:57+01:00
|
avformat/isom: check avio_read() result
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f7aa4151661_4885_dmbts3.ts
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2c635fabbf7ec8ed4f30d9b3c04d5c24cb7a081d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c635fabbf7ec8ed4f30d9b3c04d5c24cb7a081d
|
2013-12-22 01:48:33+01:00
|
avcodec/nuv: zero buffer padding
Fixes use of uninitialized memory
Fixes msan_uninit-mem_7f4a141261de_7405_nirvana.nuv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4a2570f50a2f348972ec8a58bb79bf5b0dd1b7ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4a2570f50a2f348972ec8a58bb79bf5b0dd1b7ea
|
2013-12-18 18:15:15+01:00
|
avformat/oggparsetheora: zero extradata padding area
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f66fa0ac09d_9197_theora_a4_v6_k250_s0.ogg
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
45115315820a14d0c3f836adafb879475736e750
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/45115315820a14d0c3f836adafb879475736e750
|
2013-12-15 19:21:48+01:00
|
avcodec/vc1dec: zero SpriteData struct
Fixes use of uninitialized data, as alternative alpha could be
calculated conditionally
Fixes part of msan_uninit-mem_7f51a8b0b3b0_1009_Arlington.wmv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5f00b333a4c3cae7a16bfc94a463ee3b6d97fc21
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5f00b333a4c3cae7a16bfc94a463ee3b6d97fc21
|
2013-12-14 01:46:11+01:00
|
avcodec/ac3dec: check bap before use.
Fixes out of array read
Fixes assertion failure
Fixes asan_static-oob_16431c0_8036_rio_bravo_mono_64_spx.ac3
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4782c4284fa3856a9b6910fe5ff6e4fb1c65b58c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4782c4284fa3856a9b6910fe5ff6e4fb1c65b58c
|
2013-11-25 23:17:17+01:00
|
h264: check buffer size before accessing it
Fixes invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
f0259a587ee3419dd894873ea617b4c98eeaca1c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f0259a587ee3419dd894873ea617b4c98eeaca1c
|
2013-11-21 20:54:20+01:00
|
avformat/avr: check channels and bps in probe
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
650fd9c004e0093dacf928a015947f7490c0dfbf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/650fd9c004e0093dacf928a015947f7490c0dfbf
|
2013-11-11 14:51:43+01:00
|
avformat/rsd: Check channels and sample_rate fields
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
50a3c4c5d2634b5d4076a5b7c099729cbd59ac45
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/50a3c4c5d2634b5d4076a5b7c099729cbd59ac45
|
2013-11-06 11:57:57+01:00
|
Revert "Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c'" (Bump libavutil major version to account for the LLS API/ABI changes.)
This reverts commit 792845e436ddc5f3ce11ba02535a3372919061f2, reversing
changes made to 1d6666a6b828cca6c6b355a9b62f25607b1ced08.
Bumping libavutil requires all libraries that use libavutil to have their
major version bumped (yes breakage has been confirmed this is not a hypotheses)
One case of breakage is due to new types being added to AVOptions and
applications that linked to old libavutil and libswresample
then trying to use old libavutil (its soname changed so the old isnt updated)
and new swresample (its soame didnt change so it is updated)
the new swresample contains AVOption types that the old libavutil doesnt
know of thus the application attempting to access these avoptions
fails
AVOptions are used by all libs so the issue can potentially happen with
any other lib, libswresample was just the first that showed the problem
ive not checked if the other libs are affected currently by the same issue
or not
Also in addition to AVOptions, AVFrames are also defined in
libavutil, bumping it without all libs that use AVFrames could lead to
serious inconsistencies when 2 libs/app end up using 2 different libavutils
The alternative of bumping all is still possible after this revert, if it
turns out to be the preferred solution
|
645c94b61bfd3db8b6290a9d93e76d33099ff9be
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/645c94b61bfd3db8b6290a9d93e76d33099ff9be
|
2013-12-18 03:05:25+01:00
|
avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86 simd as such.
Should fix crashes or corrupt output on pre-SSE2 CPUs when they were
using SSE2-code (e.g. AMD Athlon XP 2400+ or Intel Pentium III) in
hfix or hvar single-edge (left/right) extension functions.
Tested-by: Ingo Brückl <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
1b3a7e1f42c3d89253e9837ada98e6bfb0cbab2f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1b3a7e1f42c3d89253e9837ada98e6bfb0cbab2f
|
2013-10-24 13:36:55+02:00
|
avfilter/ff_insert_pad: fix order of operations
Fixes out of bounds access
Fixes CID732170
Fixes CID732169
No filter is known to use this function in a way so the issue can be reproduced.
Signed-off-by: Michael Niedermayer <[email protected]>
|
ab2bfb85d49b2f8aa505816f93e75fd18ad0a361
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ab2bfb85d49b2f8aa505816f93e75fd18ad0a361
|
2013-10-21 16:43:25+02:00
|
avcodec/wavpackenc: fix uninitialized ret
Fixes CID1108609
Signed-off-by: Michael Niedermayer <[email protected]>
|
2e9b79fc003f19c65f4fd6ef30748c1916ed4fa7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2e9b79fc003f19c65f4fd6ef30748c1916ed4fa7
|
2013-10-20 02:39:32+02:00
|
ismindex: Change the duration field to int64_t
This reduces the risk for overflow in pathlogical cases.
Signed-off-by: Martin Storsjö <[email protected]>
|
a4435f9235eefac8a25f1cda471486e2c37b21b5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4435f9235eefac8a25f1cda471486e2c37b21b5
|
2013-10-05 00:01:28+03:00
|
vmnc: Check the cursor dimensions
And manage the reallocation failure path.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
5e992a4682d2c09eed3839c6cacf70db3b65c2f4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5e992a4682d2c09eed3839c6cacf70db3b65c2f4
|
2013-10-09 22:25:01+02:00
|
bfi: Add some very basic sanity checks for input packet sizes
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
640a2427aafa774b83316b7a8c5c2bdc28bfd269
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/640a2427aafa774b83316b7a8c5c2bdc28bfd269
|
2013-09-29 19:59:32+03:00
|
avcodec/jpeg2000dec: Zero code and quant style
This prevents future frames from using half initialized/inconsistent
structures
Fixes assertion failure
Fixes Ticket2897
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
fcd19d6c8db514b017662166d014ac8560fbe8f5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fcd19d6c8db514b017662166d014ac8560fbe8f5
|
2013-10-03 19:03:56+02:00
|
asvdec: Verify the amount of extradata
The init function reads one byte of extradata.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
f50803354c6acb4575379d7c54ca48ec5d36dd61
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f50803354c6acb4575379d7c54ca48ec5d36dd61
|
2013-09-19 22:43:55+03:00
|
mpc8: Check the seek table size parsed from the bitstream
Limit the size to INT_MAX/2 (for simplicity) to be sure that
size + FF_INPUT_BUFFER_PADDING_SIZE won't overflow.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
459f2b393a3f89ed08d10fbceb4738d1429f268e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/459f2b393a3f89ed08d10fbceb4738d1429f268e
|
2013-09-12 10:54:05+03:00
|
avfilter/af_aecho: silence "maybe uninitialized warning"
if channels is 0 it actually would be uninitialized, thus an assert with comment is added
Signed-off-by: Michael Niedermayer <[email protected]>
|
797762fcf3c5fd8afb84bf89095c79521597913a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/797762fcf3c5fd8afb84bf89095c79521597913a
|
2013-09-07 03:48:07+02:00
|
avcodec/truemotion2: use av_reallocp_array() and check return value
Also reset tok_lens if reallocation fails.
Fixes #2946.
Signed-off-by: Paul B Mahol <[email protected]>
|
6e07bb36393f03d16b792738196ae045fc24acb6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6e07bb36393f03d16b792738196ae045fc24acb6
|
2013-09-09 11:53:38+00:00
|
jpeg2000: zero reslevel array on allocation
prevent use of uninitialized values
Signed-off-by: Michael Niedermayer <[email protected]>
|
09927f3eaa93e31dd90ab8ee66dc1ad867b3365f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/09927f3eaa93e31dd90ab8ee66dc1ad867b3365f
|
2013-08-23 18:06:54+02:00
|
sanm: fix undefined behaviour on big-endian.
A variable with post-increment may only appear
once in a statement.
Signed-off-by: Reimar Döffinger <[email protected]>
|
49cf36f4e3e9183611859af1a07dc6a82ab47288
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/49cf36f4e3e9183611859af1a07dc6a82ab47288
|
2013-08-11 19:30:51+02:00
|
rtspenc: Check the return value from ffio_open_dyn_packet_buf
Also clear the AVIOContext handle after freeing, to avoid
possible dangling pointers if the later call fails.
Signed-off-by: Martin Storsjö <[email protected]>
|
f542dedf72091af8e6f32a12bd64289c58857c21
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f542dedf72091af8e6f32a12bd64289c58857c21
|
2013-08-07 11:37:01+03:00
|
bitstream: fix a crash in case of oom
fixes ticket #2766
Signed-off-by: Michael Niedermayer <[email protected]>
|
aa74810fc6b9afe21c9be3725e3d078d10633670
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aa74810fc6b9afe21c9be3725e3d078d10633670
|
2013-07-09 19:41:22+02:00
|
lavc/bitstream_filter: do not crash in case the argument of av_bitstream_filter_close() is NULL
|
41fe750f4b130f08f41ce0e5126046315c891cae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41fe750f4b130f08f41ce0e5126046315c891cae
|
2013-07-05 00:58:03+02:00
|
vaapi: return early from ff_vaapi_render_picture() without picture
Fixes an assertion when called on uninitialized frame. Spotted after
seeking in vlc.
Fixes ticket #2461.
Tested-by: Timo
Reviewed-by: Joakim Plate
|
3cbf245f2a2cd2170ca30b0788c2af5b506fe6d6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3cbf245f2a2cd2170ca30b0788c2af5b506fe6d6
|
2013-06-18 00:21:09+02:00
|
4xm: refactor decode_p_block
Directly return from code 1, 2 and 6 codepaths and simplify the
remaining one to have a single overflow check and a single call to
mcdc.
|
fbd0dacc8d61ab418b3fa8e7be22017558323e56
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fbd0dacc8d61ab418b3fa8e7be22017558323e56
|
2013-06-12 14:45:46+02:00
|
j2k/jpeg2000: split data pointer in int & float.
This fixes a TODO item and unifies both decoders structures
It also fixes undefined behavior due to aliasing violations
I choose 2 fields instead of a union because mistakely using the
wrong type with a union will lead to hard to debug "wrong output"
while with 2 fields mistakely using the wrong type will crash
with a null pointer derefernce which is much easier to debug
Signed-off-by: Michael Niedermayer <[email protected]>
|
8bedbb82cee4463a43e60eb22674c8bf927280ef
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8bedbb82cee4463a43e60eb22674c8bf927280ef
|
2013-05-30 14:18:53+02:00
|
avcodec/vda_h264: use av_buffer to manage buffers
This patch fixes a leak of buffer when seeking occurs.
It adds a flag in struct vda_context for compatibility with apps which
currently use it. If the flag is not set, the hwaccel will behave like
before.
Signed-off-by: Sebastien Zwickert <[email protected]>
|
ffd7fd79441f97f1edb25181af0603ff6ea9b342
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ffd7fd79441f97f1edb25181af0603ff6ea9b342
|
2013-05-27 09:05:55+02:00
|
av_d2q: Fix infinity check
The old check would fail on huge but not infinite values
and the later code could then fail to handle them correctly in
some cases.
Signed-off-by: Michael Niedermayer <[email protected]>
|
de7d29063133b240a9fe2c26049b35a6a028c8a1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de7d29063133b240a9fe2c26049b35a6a028c8a1
|
2013-05-25 16:03:50+02:00
|
lavfi/lut3d: avoid overread.
|
91b461459a5dea7e032d6a16ad18c6b9dc188a2e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/91b461459a5dea7e032d6a16ad18c6b9dc188a2e
|
2013-05-22 22:12:14+02:00
|
avcodec/jpeg2000dec: Port tile size check from j2kdec
Fixes potential integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
53f04424646d8f5cbac915717f2604ad516b4881
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/53f04424646d8f5cbac915717f2604ad516b4881
|
2013-05-22 03:16:52+02:00
|
vf_hqdn3d: make config_props work properly when called multiple times.
Do not leak all the temp buffers.
|
3ba35a346cd2ee86fff83a0d0534e8a2265984fd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3ba35a346cd2ee86fff83a0d0534e8a2265984fd
|
2013-05-17 07:44:12+02:00
|
lavfi/smptebars: fix invalid writes
Signed-off-by: Paul B Mahol <[email protected]>
|
bd252ff6fae71c02110e7144dae2779b3692f8d7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bd252ff6fae71c02110e7144dae2779b3692f8d7
|
2013-04-04 22:10:42+00:00
|
sws/output: silence warnings about uninitialized use of variables
Signed-off-by: Michael Niedermayer <[email protected]>
|
8ef453ff830b40f635b94099d1debad3d809847f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8ef453ff830b40f635b94099d1debad3d809847f
|
2013-05-10 01:33:57+02:00
|
avcodec/mpegvideo_motion: Check P field references
If a reference is unavailable use a field from the current
picture
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
23daee0dcc57b647b9d62d4c905e94acf0c6b8e0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/23daee0dcc57b647b9d62d4c905e94acf0c6b8e0
|
2013-04-18 20:13:22+02:00
|
update_frame_pool: use channel field
Fix memory corruption
Signed-off-by: Michael Niedermayer <[email protected]>
|
9dd0b7ad821ae1b60acd9ac8f6384c03bd28be51
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9dd0b7ad821ae1b60acd9ac8f6384c03bd28be51
|
2013-03-12 03:23:51+01:00
|
avconv: Make sure the encoder exists before inspecting supported_list
This fixes crashes when there is no encoder for the default codec of
selected format.
Signed-off-by: Martin Storsjö <[email protected]>
|
e760e1d408261566814e24c43119d7aca538d2eb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e760e1d408261566814e24c43119d7aca538d2eb
|
2013-03-06 21:56:10+02:00
|
h264_refs: check for multiple mismatching long term ref assignments
Fixes failure of the assert added a few hours ago.
Signed-off-by: Michael Niedermayer <[email protected]>
|
34ea5f418ef815c629b6ab38a6a2711fd7463290
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/34ea5f418ef815c629b6ab38a6a2711fd7463290
|
2013-03-31 00:18:23+01:00
|
brender_pix: use a grayscale palette as fallback instead of a uninitialized one.
Improves: 3-0-CORPSE.PIX
Signed-off-by: Michael Niedermayer <[email protected]>
|
551d8b58ebc03114d4231df92e366ffb7bf7ff62
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/551d8b58ebc03114d4231df92e366ffb7bf7ff62
|
2013-02-21 00:26:50+01:00
|
oggenc: fix "oggstream may be used uninitialized in this function" warning
Signed-off-by: Michael Niedermayer <[email protected]>
|
036b9ee1c959d88d5ae7f1df21b2d36ab286b3cc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/036b9ee1c959d88d5ae7f1df21b2d36ab286b3cc
|
2013-01-29 15:57:42+01:00
|
avf_concat: init pointers to NULL for saftey and to avoid warning of uninitialized use.
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
53228f47d6892b5c93db3df6c9a77aa88b8b7b5c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/53228f47d6892b5c93db3df6c9a77aa88b8b7b5c
|
2012-12-29 18:56:33+01:00
|
mcdec: suppress "warning: a/vst may be used uninitialized in this function"
Signed-off-by: Michael Niedermayer <[email protected]>
|
70d5cd103a72d9a6a82244bfe9dd82f28cc429fa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/70d5cd103a72d9a6a82244bfe9dd82f28cc429fa
|
2012-12-24 18:31:37+01:00
|
Fix some loop conditions to prevent overreads
|
6cf31ef263d36f6b89d9b64f15ca81cef4f24901
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6cf31ef263d36f6b89d9b64f15ca81cef4f24901
|
2011-11-22 01:01:30+06:00
|
gifdec: fix invalid write in gif_copy_img_rect
Signed-off-by: Paul B Mahol <[email protected]>
|
9321e93502810e4a3fcaf87bac156dba2fe3b477
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9321e93502810e4a3fcaf87bac156dba2fe3b477
|
2012-12-20 17:56:52+00:00
|
lavf: fix integer overflows
Signed-off-by: Michael Niedermayer <[email protected]>
|
1662bd350a470f1cbd5c2cc9a0e1bfaa8543033f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1662bd350a470f1cbd5c2cc9a0e1bfaa8543033f
|
2012-12-16 01:05:36+01:00
|
base64: fix signed overflow in shift
Signed-off-by: Mans Rullgard <[email protected]>
|
dd3b73f3905c61c99f1d3fb58bc7ee380eb8aa2e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dd3b73f3905c61c99f1d3fb58bc7ee380eb8aa2e
|
2012-11-26 13:34:58+00:00
|
lavf: fix arithmetic overflows in avformat_seek_file()
The values compared here can be more than INT64_MAX apart. Since the
difference is always positive, converting to uint64_t before subtracting
gives the correct result without overflows.
Signed-off-by: Mans Rullgard <[email protected]>
|
91ac403b1316d59b4f43c4ea0f237e24cec2819a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/91ac403b1316d59b4f43c4ea0f237e24cec2819a
|
2012-12-08 19:35:16+00:00
|
lavfi/alphaextract: fix assignment of invalid size value to memcpy in case linesize < 0
Fix crash, for example in the command:
ffmpeg -f image2 -vcodec pgmyuv -i tests/vsynth1/%02d.pgm \
-vf "[in]format=yuv420p,split,alphamerge,split[o3][o4];
[o4]vflip,alphaextract[alpha];[o3][alpha]alphamerge[out]" \
-vcodec rawvideo -f nut md5:
|
130c6497d2e511d1363cb51ddf68dc9cc2c2f987
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/130c6497d2e511d1363cb51ddf68dc9cc2c2f987
|
2012-12-07 19:43:19+01:00
|
lavfi/yadif: fail during the configuration stage in case of invalid video size
This is better than repeatedly failing during the filtering stage.
|
4ea7c179325f61736040f2ff22c2f27c702727d4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ea7c179325f61736040f2ff22c2f27c702727d4
|
2013-01-04 11:48:53+01:00
|
dxa: port to bytestream2 API
Protects against overreads in input buffer.
Signed-off-by: Paul B Mahol <[email protected]>
|
586c2528a09767d1e3ab879f00375803e7fac10e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/586c2528a09767d1e3ab879f00375803e7fac10e
|
2012-12-06 19:09:48+00:00
|
matroskadec: reset size when freeing data.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5e1bacf2d49622f7ba4245f140b7be35972c0529
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5e1bacf2d49622f7ba4245f140b7be35972c0529
|
2012-12-04 03:50:09+01:00
|
wtvdec: fix null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ec79b1fc88b2cc6a9ab6cd953efcdbaebedde233
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ec79b1fc88b2cc6a9ab6cd953efcdbaebedde233
|
2012-12-02 22:36:15+01:00
|
vble: check packet size.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
0b28abf903cd1fd61ba4a06009cd2cb7cc40e6e0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0b28abf903cd1fd61ba4a06009cd2cb7cc40e6e0
|
2012-11-29 23:12:42+01:00
|
riff: ignore ff_read_riff_info() failure.
Some files simply contain invalid info tags.
Fixes unrelated bug posted into Ticket1821
Signed-off-by: Michael Niedermayer <[email protected]>
|
09456d0df13404f004ab3a341d9ac21b7e5e6d6d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/09456d0df13404f004ab3a341d9ac21b7e5e6d6d
|
2012-11-23 23:41:57+01:00
|
mov: check stps correctly, avoid overreading 1 element.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4392e69ad4e45c3de4d9e28466530698ca704c51
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4392e69ad4e45c3de4d9e28466530698ca704c51
|
2012-11-13 21:45:53+01:00
|
frame_thread_encoder: fix handling of case where the encoder does not output a packet.
This case could cause a deadlock
Signed-off-by: Michael Niedermayer <[email protected]>
|
f4aaf987a588fcf5978e636edf2193df35b3e83b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f4aaf987a588fcf5978e636edf2193df35b3e83b
|
2012-11-05 13:30:08+01:00
|
mov: Dont try to calculate with unknown durations, fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
87d073eaccc00ef2909445ae4b25128c440d9efa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/87d073eaccc00ef2909445ae4b25128c440d9efa
|
2012-11-14 14:08:44+01:00
|
mxfenc: Fix possible integer overflows
None of these are likely unless the user is writing a file with two billion
streams or a duration of around two months.
This fixes CIDs 700568, 700569, 700570, 700571, 700572 and 700573.
Signed-off-by: Michael Niedermayer <[email protected]>
|
e3ba817b95bbdc7c8aaf83b4a6804d1b49eb4de4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e3ba817b95bbdc7c8aaf83b4a6804d1b49eb4de4
|
2012-10-24 17:46:27+02:00
|
lavc: remove stats_out from the options table.
Since it is declared as a string AVOption, the generic freeing code
attempts to free it on codec close. Some codecs might have already freed
it elsewhere (or didn't even allocate it with av_malloc() in the first
place), so this might lead to an invalid free.
There is no point in having this field accessible as an AVOption, so
remove it from the options table.
Fixes Bug 380.
CC: [email protected]
|
b691135d0c6a2b1cca91adadaf457c2989c6a55d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b691135d0c6a2b1cca91adadaf457c2989c6a55d
|
2012-10-22 14:44:07+02:00
|
riff: fix division by zero for G726
Fixes CID717752
Signed-off-by: Michael Niedermayer <[email protected]>
|
340305646a8224eea9a9b8f01a6842b848cfd9c4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/340305646a8224eea9a9b8f01a6842b848cfd9c4
|
2012-10-16 19:56:05+02:00
|
ffv1: make sure gob_count is not 0
Fixes division by 0
Fixes CID733736
Signed-off-by: Michael Niedermayer <[email protected]>
|
670b927aa22125a20b7915014ae41335cbf20ec4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/670b927aa22125a20b7915014ae41335cbf20ec4
|
2012-10-13 22:33:40+02:00
|
pp: avoid overflow in w*h
Fixes CID700580
Signed-off-by: Michael Niedermayer <[email protected]>
|
3689ec3d28d76b7a67a5d3838870dfd25cd2daad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3689ec3d28d76b7a67a5d3838870dfd25cd2daad
|
2012-10-13 21:17:43+02:00
|
tiff: fix leak on error return in doubles2str()
Fixes CID733797
Signed-off-by: Michael Niedermayer <[email protected]>
|
4b20b21b8dabc74d676404dea94d43569a54a6b1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4b20b21b8dabc74d676404dea94d43569a54a6b1
|
2012-10-11 16:51:08+02:00
|
Apply again [916352f282855e3e4e86a39df9452fead2aa0771] that got lost in the merges.
Do not quote second argument to filter{,_out} in check_ld. We want to keep/remove all the space-separated words matching the -l* pattern, not keep everything if the whole argument begins with -l and remove it otherwise.
This also fixes errors like:
./configure: eval: line 418: syntax error near unexpected token `-l*'
./configure: eval: line 418: `case in -l*) ;; *) echo ;; esac'
when run with ./configure --enable-openal
Signed-off-by: Michael Niedermayer <[email protected]>
|
1475815a1a064720842ac92b4cc32af60dd8b6f6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1475815a1a064720842ac92b4cc32af60dd8b6f6
|
2012-11-02 00:28:25+01:00
|
configure: Adjust the xgetbv instrinsic check
The 64 bit cl.exe version 16.00.30319.01 crashes with an internal
compiler error on the current check (and thus deduces it isn't
supported, even if the actual usage in libavuil/x86/cpu.c works
fine), but by assigning the value from the intrinsic to a variable,
or returning it, it works fine.
This error is fixed in cl.exe version 16.00.40219.01.
Signed-off-by: Martin Storsjö <[email protected]>
|
5fa22ae34684b800b133a89dffca18b5d3334381
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5fa22ae34684b800b133a89dffca18b5d3334381
|
2012-09-10 19:46:06+03:00
|
mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in this function"
Signed-off-by: Michael Niedermayer <[email protected]>
|
d48ebfbdea50d7f3a4e61e772b92960ff7b8d4ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d48ebfbdea50d7f3a4e61e772b92960ff7b8d4ea
|
2012-09-09 03:15:46+02:00
|
lavfi: add qp_table_size
This avoid recalculating it and in case w/h changed avoids crashes.
Signed-off-by: Michael Niedermayer <[email protected]>
|
91141f2a13bcb36b849335d1d10c01b596d773bb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/91141f2a13bcb36b849335d1d10c01b596d773bb
|
2012-09-07 13:00:47+02:00
|
lavfi/mp=decimate: fix off-by-one logic in diff_C() x loop
Set x offset values in the range 0-7, rather than in the range 8-1.
The y loop is changed accordingly, to avoid confusion.
This also fixes output difference with the new pending native decimate
filter.
|
6c0107822d3ed7588fa857c3ed1ee886b4ba62e9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6c0107822d3ed7588fa857c3ed1ee886b4ba62e9
|
2012-08-31 16:04:12+02:00
|
avfiltergraph: kill uninitialized variable warning
Signed-off-by: Michael Niedermayer <[email protected]>
|
d40e2c7a86171e67e6bf112dbd65c6e736d5eda8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d40e2c7a86171e67e6bf112dbd65c6e736d5eda8
|
2012-08-30 11:02:15+02:00
|
h264: fix variable overflow after a few years of video playback
Found-by: Joakim Plate <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
786f06e109e7daef9b9f193eaf89c3493367615e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/786f06e109e7daef9b9f193eaf89c3493367615e
|
2012-08-20 22:30:00+02:00
|
libvpxenc: check for odd RC parameter combinations that could crash
Signed-off-by: Michael Niedermayer <[email protected]>
|
75cd9a62f4af4d4fa46e0818269efeb88b9c9938
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/75cd9a62f4af4d4fa46e0818269efeb88b9c9938
|
2012-08-16 17:00:32+02:00
|
mp3enc: fix CODEC_ID/CodecID that leaked in from older patch
Found-by: jamal <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
bd6ece4609b49eb40f880252452b809bff8f13ec
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bd6ece4609b49eb40f880252452b809bff8f13ec
|
2012-08-11 01:52:15+02:00
|
ffmpeg: Clip invalid video timestamps like audio instead of failing hard.
Fixes Ticket976
Signed-off-by: Michael Niedermayer <[email protected]>
|
af5086087e35eeeb4e6cac5882638aa278ea9833
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/af5086087e35eeeb4e6cac5882638aa278ea9833
|
2012-08-19 02:42:53+02:00
|
lavr: fix handling of custom mix matrices
Adds some validation for changing parameters after setting the matrix and
fixes a bug in the conversion path setup.
|
8821ae649e61097ec57ca58472c3e4239c82913c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8821ae649e61097ec57ca58472c3e4239c82913c
|
2012-08-04 10:28:22-04:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.