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: Drop unused parameter from ff_mov_read_esds()
This is cleaner and avoids an uninitialized variable warning with MSVC.
|
86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea
|
2014-08-19 06:22:07-07:00
|
lavf/img2dec: Initialize a stack variable.
Fixes a valgrind warning about using unitialised memory.
Hopefully fixes crashes on several platforms reported through fate.
|
273fc0139e0add4b45d40849ff88c6df5a7e819b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/273fc0139e0add4b45d40849ff88c6df5a7e819b
|
2014-08-10 18:20:12+02:00
|
hevc_mvs: set candidate availabilities
They might be left uninitialized otherwise since 3ad04608.
Fixes ticket #3840.
Found-by: Carl Eugen Hoyos <[email protected]>
Reported-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
84bc45880ae14277cb804569401ddd34274f4764
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/84bc45880ae14277cb804569401ddd34274f4764
|
2014-08-10 17:13:18+02:00
|
lavfi: check refcount before merging.
When merging the formats around the automatically inserted
convert filters, the refcount of the format lists can not be 0.
Coverity does not detect it, and suspects a memory leak,
because if refcount is 0 the newly allocated lists are not
stored anywhere. That gives CIDs 1224282, 1224283 and 1224284.
Lists with refcount 0 are used in can_merge_formats(), so the
asserts can not be moved inside the merge functions.
|
099aff5c42aed8ab01b30f559bb576e4f595f0da
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/099aff5c42aed8ab01b30f559bb576e4f595f0da
|
2014-07-17 18:12:34+02:00
|
avcodec/hevc: fix nb_sh / nb_sps check
fixes integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
c79acacd2ef222fbc644bf7d832d85c626c10d0d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c79acacd2ef222fbc644bf7d832d85c626c10d0d
|
2014-07-12 04:39:01+02:00
|
ffmpeg: fix integer overflows with sub->*display_time
Signed-off-by: Michael Niedermayer <[email protected]>
|
59975de77741766df4cc48c66bc151a6c31f9291
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/59975de77741766df4cc48c66bc151a6c31f9291
|
2014-07-12 02:23:48+02:00
|
avformat/wavenc: simplify malloc failure checking
Signed-off-by: Michael Niedermayer <[email protected]>
|
501158c682ceb7546d71209374dac406a7f43238
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/501158c682ceb7546d71209374dac406a7f43238
|
2014-06-24 13:51:40+02:00
|
hevcdsp: include stddef.h for ptrdiff_t definition
Including stdint.h was enough for systems like Mingw, but apparently not for Linux.
This should fix make checkheaders failures on every platform
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
8e078000010bb5201a521489d32e138765c38fe7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8e078000010bb5201a521489d32e138765c38fe7
|
2014-05-10 18:23:30+02:00
|
avfilter/filtfmts: Support dynamically allocated in/outputs
Fixes crash
Fixes Ticket3468
Signed-off-by: Michael Niedermayer <[email protected]>
|
59c7615d58b5b7ea9caff2c8c774677973eb4f1c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/59c7615d58b5b7ea9caff2c8c774677973eb4f1c
|
2014-04-21 11:33:17+02:00
|
avcodec/mpegaudioenc_template: reorder operations to prevent integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
44841528c197435be44f0c3598098e6c52f0df26
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/44841528c197435be44f0c3598098e6c52f0df26
|
2014-04-09 07:04:12+02:00
|
avformat/oggdec: check for av_packet_new_side_data() failure
Fixes CID1197062
Signed-off-by: Michael Niedermayer <[email protected]>
|
c1b24ca762cba20236190cd7b24e84a9ad788bcb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c1b24ca762cba20236190cd7b24e84a9ad788bcb
|
2014-04-06 18:10:47+02:00
|
log: Remove undefined behaviour
|
28b9ac4e48f3405a82e8e87ead336188215cf1e6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/28b9ac4e48f3405a82e8e87ead336188215cf1e6
|
2014-04-03 18:43:24+02:00
|
On2 VP7 decoder
Further performance improvements and security fixes by
Vittorio Giovara, Luca Barbato and Diego Biurrun.
Signed-off-by: Vittorio Giovara <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
Signed-off-by: Diego Biurrun <[email protected]>
|
ac4b32df71bd932838043a4838b86d11e169707f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ac4b32df71bd932838043a4838b86d11e169707f
|
2014-04-04 04:00:11+02:00
|
http: Properly initialize icy headers string
The icy_metadata_headers string never gets initialized, so,
during the first call to av_strlcatf() in parse_icy(),
strlen() will be called on a pointer to uninitialized memory.
At best this causes some garbage data to be left at the
start of the string.
By initializing icy_metadata_headers to the empty string, the
first call to strlen() will always return 0, so that data is
appended from the start of the string.
Signed-off-by: Luca Barbato <[email protected]>
|
6998a9f4c4e069f515c50614179f4cfc7d0184f5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6998a9f4c4e069f515c50614179f4cfc7d0184f5
|
2014-03-12 20:13:36+01:00
|
avformat/udp: cleanup comments, add a warning if receive buffer is unexpectedly unable to be set high enough
which can happen easily in linux
Signed-off-by: rogerdpack <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
0b4c5c99bc6f028cc64a7d35e1068b982544d833
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0b4c5c99bc6f028cc64a7d35e1068b982544d833
|
2014-03-22 16:40:46+01:00
|
h264: fix clang warning about uninitialized variable
|
f4bd9fe326ad1315a74206939ae56df93b940a09
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f4bd9fe326ad1315a74206939ae56df93b940a09
|
2014-02-28 18:15:15+01:00
|
ituh263: reject b-frame with pp_time = 0
Avoid a division by 0 in ff_mpeg4_set_one_direct_mv.
Sample-Id: 00000168-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Vittorio Giovara <[email protected]>
|
9514440337875e0c63b409abcd616b68c518283f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9514440337875e0c63b409abcd616b68c518283f
|
2014-03-01 23:17:30+01:00
|
hevc: check that the VCL NAL types are the same for all slice segments of a frame
Fixes possible invalid memory access for mismatching skipped/non-skipped
slice segments.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Sample-Id: 00001533-google
|
b25e84b7399bd91605596b67d761d3464dbe8a6e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b25e84b7399bd91605596b67d761d3464dbe8a6e
|
2014-02-04 10:39:07+01:00
|
vp9: don't allow retaining old segmentation maps after a size change.
Fixes valgrind warnings on fuzzed10.ivf.
|
0c67864a37a5a6dee19341da6e6cfa369c52d1db
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0c67864a37a5a6dee19341da6e6cfa369c52d1db
|
2014-02-08 22:08:20+01:00
|
x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc 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.
Signed-off-by: Janne Grunau <[email protected]>
|
51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2
|
2014-01-30 15:30:01+01:00
|
avformat/matroskadec: check generic audio deinterleaver sub_packet_size against frame_size
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f67d052a530_7517_nosound.mkv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a1ed1c2193483849df689b105bec0d26c2497999
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a1ed1c2193483849df689b105bec0d26c2497999
|
2014-01-10 23:45:43+01:00
|
avformat/takdec: zero padding area before use
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fcecee73d71_6470_luckynight-partial.tak
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
243b9fea90aade8cf8197fb8f362ccc03c7f6295
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/243b9fea90aade8cf8197fb8f362ccc03c7f6295
|
2014-01-07 19:48:13+01:00
|
avcodec/rv30: put the rpr check back in init with the max vs bits bug fixed
Its usefull to know immediatly if extradata is wrong and not just when later
the decoder tries to use it.
This check was removed by: a6a2282c25abe43e352010a7c3fbc92994c0bc1c
Signed-off-by: Michael Niedermayer <[email protected]>
|
be524ffc16bf14cab0ad112b0dcb48d09a2a40ff
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/be524ffc16bf14cab0ad112b0dcb48d09a2a40ff
|
2014-01-04 04:33:01+01:00
|
avformat/nistspheredec: initialize header_size to -1
Fixes use of uninitialized memory
This also avoids the need to check the scanf() return as the subsequent check catches it
Fixes: msan_uninit-mem_7f712e4dc173_7414_nist_ulaw.nist
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
632fdec9f4eb80dc8301cb938bce4b470fed0c11
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/632fdec9f4eb80dc8301cb938bce4b470fed0c11
|
2013-12-20 18:08:58+01:00
|
hdsenc: Avoid integer overflow
Also remove a silly leftover pair of parentheses.
Signed-off-by: Martin Storsjö <[email protected]>
|
417927af3c99bc17819995aa57ae05685deeace8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/417927af3c99bc17819995aa57ae05685deeace8
|
2013-12-14 17:48:28+02:00
|
configure: Disable networking if winsock2.h is available but winsock functions aren't
Previously, if neither of the checks for the closesocket function
succeeded, we still kept winsock2.h and networking in general
enabled.
When targeting the WinRT API subset, the winsock2.h header is
available (making the check for it succeed, giving the impression
that winsock is available), but tests that actually try to use
such a function will fail. In this case, disable the winsock2.h
feature and networking in general, as if the winsock2.h header
test would have failed in the first place.
Signed-off-by: Martin Storsjö <[email protected]>
|
9409c9bdbfd829353473ee6cc3e91c726481c069
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9409c9bdbfd829353473ee6cc3e91c726481c069
|
2014-01-06 18:55:04+02:00
|
avformat/hdsenc: fix unintentional integer overflow in hds_write_packet()
Fixes CID1135762
Signed-off-by: Michael Niedermayer <[email protected]>
|
572965c9a6b8173d918dea392aadfee1d44d7f47
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/572965c9a6b8173d918dea392aadfee1d44d7f47
|
2013-12-11 16:33:26+01:00
|
lavc/decode_video(): always unref the frame if there is no output in decode_video
Not just on failure. This is the same thing that is done in the audio
path and should prevent leaks in decoders that allocate a frame, but
then end up not writing into it.
|
a1ee1648690726b34e98eaf8db04fd7b3303cfc8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a1ee1648690726b34e98eaf8db04fd7b3303cfc8
|
2013-12-09 08:44:34+01:00
|
doc/examples/transcode_aac: remove non converted codepath
This codepath is not implemented and just crashes, also its simpler
without special cases, which makes sense for an example
Signed-off-by: Michael Niedermayer <[email protected]>
|
ba728c1a2527a02f239fdfaf118a618b758721db
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ba728c1a2527a02f239fdfaf118a618b758721db
|
2013-11-27 11:22:19+01:00
|
avformat/ape: check version in probe
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
b57083529650be5417056453fae8b2bf2dface59
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b57083529650be5417056453fae8b2bf2dface59
|
2013-11-10 13:25:35+01:00
|
lavd/xv: free graphics context
Valgrind detects mem leak from XCreateGC.
Free it with XFreeGC.
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Stefano Sabatini <[email protected]>
|
c617c669e9fce59905915c3ba1053f535add6a06
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c617c669e9fce59905915c3ba1053f535add6a06
|
2013-11-01 16:20:50+01:00
|
avformat/lvfdec: check stream count during probing
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
f8a9cf77040e1b2ed83206269ead11aa30afb98d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f8a9cf77040e1b2ed83206269ead11aa30afb98d
|
2013-11-08 17:03:42+01:00
|
lavf/tee: fix leak of bsfs array.
|
c4e6024adc18df8ff82157227e2b4159f77951f9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c4e6024adc18df8ff82157227e2b4159f77951f9
|
2013-10-21 17:32:01+02:00
|
avformat/oggparsespeex: Check for extradata allocation failure
Fixes CID1108574
Signed-off-by: Michael Niedermayer <[email protected]>
|
eb5cc8febc6cd7938f8fdce95d78cacdbe1be30b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eb5cc8febc6cd7938f8fdce95d78cacdbe1be30b
|
2013-10-20 16:57:45+02:00
|
swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrast
Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <[email protected]>
|
d0a3bc13025baab8d48cbcf4c698daf2f0c44adc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d0a3bc13025baab8d48cbcf4c698daf2f0c44adc
|
2013-10-17 14:02:43+02:00
|
pthread: Avoid spurious wakeups
pthread_wait_cond can wake up unexpectedly (Wikipedia: Spurious_wakeup).
The FF_THREAD_SLICE thread mechanism could spontaneously execute
jobs or allow the caller of avctx->execute to return before all
jobs were complete.
Test both cases to ensure the wakeup is real.
Signed-off-by: Ben Jackson <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
5152196b2b47d446d9a509b9bfb318daa26a1f2b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5152196b2b47d446d9a509b9bfb318daa26a1f2b
|
2013-10-21 15:28:03+02:00
|
pthread: Fix deadlock during thread initialization
Sometimes, if pthread_create() failed, then pthread_cond_wait() could
accidentally be called in the worker threads after the uninit function
had already called pthread_cond_broadcast(), leading to a deadlock.
Don't call pthread_cond_wait() if c->done is set.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
eb90a2091ffb94d8c29aaa5ff50f4192520254fc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eb90a2091ffb94d8c29aaa5ff50f4192520254fc
|
2013-10-13 05:50:00-04:00
|
vmnc: Port to bytestream2
Fix some buffer overreads.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
61cd19b8bc32185c8caf64d89d1b0909877a0707
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/61cd19b8bc32185c8caf64d89d1b0909877a0707
|
2013-10-09 22:25:01+02:00
|
avformat/mpegenc: Better heuristic for ordering packets
This prevents underflows in quite constrained cases
Signed-off-by: Michael Niedermayer <[email protected]>
|
32cde962969363bebc4ad49b770ffff39487d3f8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/32cde962969363bebc4ad49b770ffff39487d3f8
|
2013-09-26 03:13:38+02:00
|
vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
ede508443e4bf57dc1e019fac81bf6244b88fbd3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ede508443e4bf57dc1e019fac81bf6244b88fbd3
|
2013-09-22 16:10:22+03:00
|
avfilter/vf_decimate: fix crash with gray8
Signed-off-by: Paul B Mahol <[email protected]>
|
0ad5ef674b65fe87bb948e1c200f0c320db2f869
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0ad5ef674b65fe87bb948e1c200f0c320db2f869
|
2013-09-19 17:50:42+00:00
|
avcodec/mationpixels: check for malloc failures
Signed-off-by: Michael Niedermayer <[email protected]>
|
8728360b5664ef9db31137d8d3104cac33b9a911
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8728360b5664ef9db31137d8d3104cac33b9a911
|
2013-09-14 04:12:21+02:00
|
mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectory
This avoids a potential division by zero.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
f875a732e36786d49f3650e3235272891a820600
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f875a732e36786d49f3650e3235272891a820600
|
2013-09-17 11:33:38+03:00
|
pictordec: break out of both decoding loops when y drops below 0
Otherwise picmemset can get called with negative y, resulting in an
invalid write.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
5f7aecde02a95451e514c809f2794c1deba80695
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5f7aecde02a95451e514c809f2794c1deba80695
|
2013-09-02 19:27:45+02:00
|
vcr1: add sanity checks
Fixes invalid reads with corrupted files.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
8aba7968dd604aae91ee42cbce0be3dad7dceb30
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8aba7968dd604aae91ee42cbce0be3dad7dceb30
|
2013-09-02 19:27:33+02:00
|
avcodec/h264: Zero rbsp_buffer earler to ensure no duplicated pointers can leak
Signed-off-by: Michael Niedermayer <[email protected]>
|
be30e44dd929c2557494b1b71084d48d3c002f15
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/be30e44dd929c2557494b1b71084d48d3c002f15
|
2013-08-25 03:29:52+02:00
|
avcodec/mpeg12dec: check slice size before trying to decode it
Fixes assertion failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
97064019279d227669ea3db583a8a8aa47e970ba
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/97064019279d227669ea3db583a8a8aa47e970ba
|
2013-08-13 19:36:50+02:00
|
jpeg2000: Validate SOT parsing
Avoid some overreads.
Signed-off-by: Luca Barbato <[email protected]>
|
d3cb302b88503c3111e25add196622110c056188
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d3cb302b88503c3111e25add196622110c056188
|
2013-07-02 20:05:44+02:00
|
indeo: Properly forward the error codes
If the tile data size does not match the buffer size it did not
return an AVERROR_INVALIDDATA causing futher corruption later.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
7388c0c58601477db076e2e74e8b11f8a644384a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7388c0c58601477db076e2e74e8b11f8a644384a
|
2013-07-01 04:17:46+02:00
|
mjpeg_decode_dc: check code before using it in get_xbits()
Fixes undefined behavior
Signed-off-by: Michael Niedermayer <[email protected]>
|
6d6eabd399eb20b69d10234ef746f2d3d4c72dcb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d6eabd399eb20b69d10234ef746f2d3d4c72dcb
|
2013-06-30 01:35:22+02:00
|
4xm: check bitstream_size boundary before using it
Prevent buffer overread.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
59d7bb99b6a963b7e11c637228b2203adf535eee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/59d7bb99b6a963b7e11c637228b2203adf535eee
|
2013-06-12 14:45:46+02:00
|
lavfi/lut3d: restore original interpolation speed.
Call NEXT() only once since it got slower due to the overflow condition
introduced in 91b46145.
interp_trilinear: 1462 → 1280 decicycles
interp_tetrahedral: 1188 → 1097 decicycles
Tested on a Core2, GCC 4.8.
|
b6ee25e300420a3c98b78a1c2e983250ff065038
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b6ee25e300420a3c98b78a1c2e983250ff065038
|
2013-05-26 18:48:10+02:00
|
Avoid a null pointer dereference in avcodec_decode_video2().
This could happen if oom occured while probing a file.
Reported in ticket #1900.
|
41f3c60fbb7420f41295c8e0cf80acf9e71f72d0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41f3c60fbb7420f41295c8e0cf80acf9e71f72d0
|
2013-06-28 09:04:43+02:00
|
smvjpegdec: only extract picture when a picture has been decoded.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
bce2ed55596a603b0dd35e000e064b9a40eee542
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bce2ed55596a603b0dd35e000e064b9a40eee542
|
2013-06-07 14:36:45+02:00
|
swscale/output: silence compiler warnings about uninitialized variables
Signed-off-by: Michael Niedermayer <[email protected]>
|
e751481cd82d610cf93c6104a41396bd6338d073
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e751481cd82d610cf93c6104a41396bd6338d073
|
2013-05-14 18:58:02+02:00
|
shorten: allocate space for padding
Fixes array overread
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
89d998f1c1eddac3a1256e28ac00ccfdf4d3edd1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/89d998f1c1eddac3a1256e28ac00ccfdf4d3edd1
|
2013-05-07 20:05:53+02:00
|
jpeg2000dec: cleanup properly after decoding errors
Fixes memory leak in fate-redcode-demux.
|
45a1694fde251ee56e23aec073d73172c00aa470
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/45a1694fde251ee56e23aec073d73172c00aa470
|
2013-05-06 22:27:33+02:00
|
Detect and skip mj2-style jp2c header.
This this fixes one of the issues with
http://blogs.bu.edu/mhirsch/files/2012/08/Rotate180CCW-checkerboard.mj2_.zip
and at least allows to demux the file properly instead
of failing during probing.
Signed-off-by: Reimar Döffinger <[email protected]>
|
d82729e5d929ba2a5bb421825c40c31d96f91c27
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d82729e5d929ba2a5bb421825c40c31d96f91c27
|
2013-05-05 10:01:22+02:00
|
avformat/avisynth: Fix off-by-one error in avisynth demuxer.
Fixes ticket #2412.
Signed-off-by: Michael Niedermayer <[email protected]>
|
ca3cef719e382b0bf44bdee1482ea89bb2d7f245
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ca3cef719e382b0bf44bdee1482ea89bb2d7f245
|
2013-04-10 02:25:34+02:00
|
x86: h264: Don't use redzone in AVX h264_deblock on Win64
This fixes crashes in chromium on win64 on machines with AVX
(crashes that apparently aren't triggered by fate).
Signed-off-by: Martin Storsjö <[email protected]>
|
311443f6c7eb230276e320f2d30a5d729cf32b76
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/311443f6c7eb230276e320f2d30a5d729cf32b76
|
2013-02-21 15:02:16+02:00
|
msrledec: merge switches
More speedup and fixes 'may be used uninitialized in this function' warnings
Signed-off-by: Michael Niedermayer <[email protected]>
|
d2e0a276d593ded94401e687f60bee266f3e725e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d2e0a276d593ded94401e687f60bee266f3e725e
|
2013-01-30 16:42:17+01:00
|
mpegvideo_enc: factor expression out
Fixes "warning: dc[0..5] may be used uninitialized in this function"
Signed-off-by: Michael Niedermayer <[email protected]>
|
d8a7c4958e5a42f906936bdcc3deca3f534bca5f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d8a7c4958e5a42f906936bdcc3deca3f534bca5f
|
2013-01-30 16:24:33+01:00
|
aacdec: check init_get_bits return
Also fixes an integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
73abc3a634d84e4cc8951787323b594c5476e4a8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/73abc3a634d84e4cc8951787323b594c5476e4a8
|
2013-01-27 23:47:23+01:00
|
dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().
Do not assume that frame dimensions are mod16 (or that height is mod32
for interlaced).
CC:[email protected]
|
69c25c9284645cf5189af2ede42d6f53828f3b45
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/69c25c9284645cf5189af2ede42d6f53828f3b45
|
2013-01-26 12:30:08+01:00
|
sanm: check image dimensions before using them
Avoids integer overflows and out of array accesses.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
49b729d3af8464de431362e6c5b3027102bc2f88
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/49b729d3af8464de431362e6c5b3027102bc2f88
|
2013-01-22 21:39:56+01:00
|
h264: fix () placement
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c13e4e288c84ba0629ead15e1460c0e498ee2bce
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c13e4e288c84ba0629ead15e1460c0e498ee2bce
|
2013-01-14 00:09:01+01:00
|
vf_kerndeint: memset buffer to avoid use of uninitialized memory.
This might fix fate failures.
Signed-off-by: Michael Niedermayer <[email protected]>
|
0ef615126fd7807b6fbef5178819655d9b7eb1f9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0ef615126fd7807b6fbef5178819655d9b7eb1f9
|
2013-01-06 02:40:44+01:00
|
msmpeg4enc: fix possible use of uninitialized warning
Signed-off-by: Michael Niedermayer <[email protected]>
|
e0a99d54111165eb83991945fed0568556cb0efe
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e0a99d54111165eb83991945fed0568556cb0efe
|
2012-12-29 03:07:45+01:00
|
wtvdec: prevent memory leak in get_tag()
|
a572cc8c7a0354d84156cfd1611dda8891f7c4db
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a572cc8c7a0354d84156cfd1611dda8891f7c4db
|
2013-01-08 01:59:13+11:00
|
alacdec: do not be too strict about the extradata size
Sometimes the extradata has duplicate atoms, but that shouldn't prevent
decoding. Just ensure that it is at least 36 bytes as a sanity check.
CC: [email protected]
|
68a04b0ccee66f57516e129dd3ec457fd50b4bec
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/68a04b0ccee66f57516e129dd3ec457fd50b4bec
|
2012-12-22 12:18:41-05:00
|
lavfi/gradfun: reduce up limit for threshold.
This will prevent an overflow in the SSSE3 and MMX filter_line code:
delta is expressed as an u16 being shifted by 2 to the left. If it
overflows, having a strength not above 64 will make sure that m is set
to 0 (making the m*m*delta >> 14 expression void).
A value above 64 should not make any sense unless gradfun is used as a
blur filter.
|
3bdd70fc661feaf915ae438e05f66cce75334673
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3bdd70fc661feaf915ae438e05f66cce75334673
|
2012-12-19 03:13:26+01:00
|
ass_split_section: dont overread array
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
6ca2465556836d20ab9ea5689960fbf1fbda0e23
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6ca2465556836d20ab9ea5689960fbf1fbda0e23
|
2012-12-14 18:10:35+01:00
|
h264: set parameters from SPS whenever it changes
Fixes a crash in the fuzzed sample sample_varPAR.avi_s26638 with
alternating bit depths.
|
072be3e8969f24113d599444be4d6a0ed04a6602
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/072be3e8969f24113d599444be4d6a0ed04a6602
|
2012-12-13 21:02:42+01:00
|
aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.
Found-by: pawlkt
CC: [email protected]
|
6d5b0092678b2a95dfe209a207550bd2fe9ef646
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d5b0092678b2a95dfe209a207550bd2fe9ef646
|
2012-12-12 13:22:10-08:00
|
lavf/segment: remove silly assert(), improve feedback
The code should not assert in case of invalid user input. Fails
gracefully instead.
|
ad47ac20ae3e8ac52fa23f6fa520a3124cc515cd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ad47ac20ae3e8ac52fa23f6fa520a3124cc515cd
|
2012-12-09 20:42:35+01:00
|
parser: fix large overreads
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
|
096abfa15052977eed93f0b5e01afd2d47c53c1f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/096abfa15052977eed93f0b5e01afd2d47c53c1f
|
2012-12-07 16:15:02-05:00
|
dcadec: check xch_base_channel against channel_order_tab.
Fix null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
02d6d053396626ff5b3390e48a9933e0d4164b28
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/02d6d053396626ff5b3390e48a9933e0d4164b28
|
2012-12-14 23:37:44+01:00
|
mov: compute avg_frame_rate only if duration is known
Fixes an assert in fuzzed sample sample.mp4_s265930.
|
80b6b31417c6791f9d4f1bc8c3c2a726d71e45e0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/80b6b31417c6791f9d4f1bc8c3c2a726d71e45e0
|
2012-12-07 11:43:28+01:00
|
mxfdec: fix potential integer overflow in mxf_compute_sample_count()
Fixes CID743442
Signed-off-by: Michael Niedermayer <[email protected]>
|
caedd51e56e2ad47991a1b8bddcfaa8f7094a060
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/caedd51e56e2ad47991a1b8bddcfaa8f7094a060
|
2012-11-17 02:20:50+01:00
|
ffserver: fix NULL dereference with quoted Stream name.
|
26afdbcfc0ecd646c6d829b781e0a53d6b289186
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/26afdbcfc0ecd646c6d829b781e0a53d6b289186
|
2012-11-14 10:09:57+01:00
|
segment: fix NULL pointer dereference in seg_write_header()
Since the pointer `oc' is NULL, oc->oformat->name will cause a null
pointer dereference. This patch changes it to seg->oformat->name.
Signed-off-by: Xi Wang <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
|
e8769b37fe8a841c0d28d3686c6d3cdecc542bc7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e8769b37fe8a841c0d28d3686c6d3cdecc542bc7
|
2012-11-14 12:33:27+02:00
|
cook: fix use of uninitialized variable
Fixes CID741418
Signed-off-by: Michael Niedermayer <[email protected]>
|
c9e455432988acd414990ba92f782b8e3c4b6aea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c9e455432988acd414990ba92f782b8e3c4b6aea
|
2012-11-04 01:03:52+01:00
|
ffmpeg: complain loudly and exit in case removed -sameq option is specified
This is better than silently ignoring the option, which results in
unexpected quality results.
|
a62242678ff96eade59960d1bbf65e4f3f03344f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a62242678ff96eade59960d1bbf65e4f3f03344f
|
2012-11-03 12:05:43+01:00
|
probetest: fix possible use of uninitialized data
Signed-off-by: Michael Niedermayer <[email protected]>
|
976175fbe559527389bff397b3174a27b20ab715
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/976175fbe559527389bff397b3174a27b20ab715
|
2012-10-31 13:16:52+01:00
|
mxfdec: Fix potential leak in mxf_read_local_tags()
This fixes CID 733800.
Signed-off-by: Michael Niedermayer <[email protected]>
|
fbb39f44f1d37451be7d575b5923e6d5851aaecc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fbb39f44f1d37451be7d575b5923e6d5851aaecc
|
2012-10-24 17:45:49+02:00
|
lavc: add lavfi metadata support.
This commit introduces a new AVPacket side data type:
AV_PKT_DATA_STRINGS_METADATA. Its main goal is to provide a way to
transmit the metadata from the AVFilterBufferRef up to the AVFrame. This
is at the moment "only" useful for lavfi input from libavdevice:
lavd/lavfi only outputs packets, and the metadata from the buffer ref
kept in its context needs to be transmitted from the packet to the frame
by the decoders. The buffer ref can be destroyed at any time (along with
the metadata), and a duplication of the AVPacket needs to duplicate the
metadata as well, so the choice of using the side data to store them was
selected.
Making sure lavd/lavfi raises the metadata is useful to allow tools like
ffprobe to access the filters metadata (it is at the moment the only
way); ffprobe will now automatically show the AVFrame metadata in any
customizable output format for users. API users will also be able to
access the AVFrame->metadata pointer the same way ffprobe does
(av_frame_get_metadata).
All the changes are done in this single commit to avoid some memory
leaks: for instances, the changes in lavfi/avcodec.c are meant to
duplicate the metadata from the buffer ref into the AVFrame. Unless we
have an internal way of freeing the AVFrame->metadata automatically, it
will leak in most of the user apps. To fix this problem, we introduce
AVCodecContext->metadata and link avctx->metadata to the current
frame->metadata and free it at each decode frame call (and in the codec
closing callback for the last one). But doing this also means to update
the way the tiff decoder already handles the AVFrame->metadata (it's the
only one decoder with frame metadata at the moment), by making sure it
is not trying to free a pointer already freed by the lavc internals.
The lavfi/avcodec.c buffer ref code is based on an old Thomas Kühnel
work, the rest of the code belongs to the commit author.
Signed-off-by: Thomas Kühnel <[email protected]>
Signed-off-by: Clément Bœsch <[email protected]>
|
6fb2fd895e858ab93f46e656a322778ee181c307
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6fb2fd895e858ab93f46e656a322778ee181c307
|
2012-10-21 17:29:10+02:00
|
mov_probe: fix integer overflows
Signed-off-by: Michael Niedermayer <[email protected]>
|
a4fe661157b22a353ecce51f5c717c42c8fe00b0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4fe661157b22a353ecce51f5c717c42c8fe00b0
|
2012-10-17 17:50:14+02:00
|
libxvid_rc: fix leaks in ff_xvid_rate_control_init()
Fixes CID733796 Part1
Signed-off-by: Michael Niedermayer <[email protected]>
|
229ccce6cca7748f53cb4b6a8d035ddce5ac6b72
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/229ccce6cca7748f53cb4b6a8d035ddce5ac6b72
|
2012-10-11 17:08:33+02:00
|
swscale-test: fix freeing of uninitialized variable
Fixes: CID733844
Signed-off-by: Michael Niedermayer <[email protected]>
|
fac1ccbda1bb8441c7329a3ac18fbf04886da983
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fac1ccbda1bb8441c7329a3ac18fbf04886da983
|
2012-10-11 02:21:28+02:00
|
vc1dec: prevent memory leak in error path
Fixes CID732271.
|
6f8ef5320f4d435803482ed322f3de45e6ea125c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6f8ef5320f4d435803482ed322f3de45e6ea125c
|
2012-10-09 16:09:41+02:00
|
network: use HAVE_THREADS instead of local hack
HAVE_THREADS is set in config.h if pthreads or w32threads is
available, which presumably the proper condition here.
Also fixes undefined behaviour in preprocessor directives.
Signed-off-by: Mans Rullgard <[email protected]>
|
9efbfe57e082b0f42bf0c830a4fdc6b80d2b13ca
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9efbfe57e082b0f42bf0c830a4fdc6b80d2b13ca
|
2012-10-27 13:11:17+01:00
|
avformat: refactor avformat_write_header
Split away option settings, sanity checks and general setup.
|
1e46c63eb72be752e044ba32257d77f35cbd9dac
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e46c63eb72be752e044ba32257d77f35cbd9dac
|
2012-10-01 19:57:57+02:00
|
indeo3: fix out of cell write.
Fixes CVE-2012-2776.
CC:[email protected]
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
|
e4d4044339b9c3b0f45f7203cd026eda3c0414c0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e4d4044339b9c3b0f45f7203cd026eda3c0414c0
|
2012-09-29 19:12:04+02:00
|
mpegaudiodec: fix short_start calculation
The value should be always 3, as it follows from the specification.
Fix a stack buffer overflow in exponents_from_scale_factors as reported
by asan. Thanks to Dale Curtis for the sample vector.
|
97cfa55eea39cef30abe14682c56c1e4e7f6f10d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/97cfa55eea39cef30abe14682c56c1e4e7f6f10d
|
2012-09-28 16:02:39+02:00
|
lavc: use av_mallocz to allocate AVFrames.
Otherwise the frame is uninitialized, so avcodec_get_frame_defaults()
cannot determine whether to free extended_data.
|
c084a975aa13eb1d0161f36a06051a9b2d4abb83
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c084a975aa13eb1d0161f36a06051a9b2d4abb83
|
2012-09-24 12:31:24+02:00
|
cmdutils: avoid setting data pointers to invalid values in alloc_buffer()
Fixes bug 352.
|
990450c5bf17afc31a81d6225afaac86d0dca5dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/990450c5bf17afc31a81d6225afaac86d0dca5dd
|
2012-09-15 14:59:29+02:00
|
movtextenc: Remove dangling reference to movtext.h
This is a reference that leaked in from my future work to
support styling.
Signed-off-by: Philip Langdale <[email protected]>
|
82de3e16a8aac7607a1e37f0ad61a5a51238e2ac
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/82de3e16a8aac7607a1e37f0ad61a5a51238e2ac
|
2012-08-04 12:21:09-07:00
|
wmapro: prevent division by zero when sample rate is unspecified
This fixes Bugzilla #327:
Signed-off-by: Ronald S. Bultje <[email protected]>
|
36936080239ba9e162f9f5d0f722ce579cb606cf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/36936080239ba9e162f9f5d0f722ce579cb606cf
|
2012-08-03 12:04:47-07:00
|
golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()
Fixes infinite loop in FLAC decoding in case of a truncated bitstream due to
the safe bitstream reader returning 0's at the end.
Fixes Bug 310.
CC:[email protected]
|
4795362660a526a38a7a60f06826bce97a092b59
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4795362660a526a38a7a60f06826bce97a092b59
|
2012-06-12 14:33:39-04:00
|
ffv1: fix integer overflow in quant table initialization
Fixes part of Ticket1372
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
9ebe6e391071690dbee79a645c51b14bd55c2ff4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9ebe6e391071690dbee79a645c51b14bd55c2ff4
|
2012-06-02 02:37:36+02:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.