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
⌀ |
---|---|---|---|---|---|---|---|
fate: Set FUZZ factor of (e)ac3-encode test to 3.
This is necessary to account for different rounding done in the 3DNow!
Assembly optimizations.
|
4cc8e153715ed9757974e4976c5766d2e731bee0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4cc8e153715ed9757974e4976c5766d2e731bee0
|
2012-05-18 16:08:40+02:00
|
lavfi: avfilter_merge_formats: handle case where inputs are same
This fixes a double-free crash if lists are the same due to the two
merge_ref() calls at the end of the (useless) merging that happens.
Signed-off-by: Anton Khirnov <[email protected]>
|
11b6a82412bcd372adf694a26d83b07d337e1325
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/11b6a82412bcd372adf694a26d83b07d337e1325
|
2012-05-07 07:08:59+02:00
|
avconv: add support for audio filters.
The FATE changes are all off-by-one due to different rounding being used
(lrintf vs av_rescale_q).
|
369cb092ecbbaff20bb0a2a1d60536c3bc04a8f0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/369cb092ecbbaff20bb0a2a1d60536c3bc04a8f0
|
2012-05-14 21:36:11+02:00
|
configure: remove malloc_aligned.
It was to signal that allocations are 16-byte aligned, but AVX requires
32-byte alignment, thus the check is no longer useful (and causes
crashes).
|
77cfb2563c6bc234a354c1694de8a9eb76a309cf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/77cfb2563c6bc234a354c1694de8a9eb76a309cf
|
2012-05-02 09:57:12-07:00
|
vp8: fix crash due to skiped update_dimensions().
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4d87001096ff1d4e3ee6f88f8caddbd8ccb2c816
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4d87001096ff1d4e3ee6f88f8caddbd8ccb2c816
|
2012-04-23 10:47:33+02:00
|
mpeg12dec: reset data size after parsing extradata.
This ended up corrupting data structures and may possibly
lead to a double free.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
951cbea56fdc03ef96d07fbd7e5bed755d42ac8a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/951cbea56fdc03ef96d07fbd7e5bed755d42ac8a
|
2012-04-22 20:03:53+02:00
|
svq1dec: Fix overread on very small input
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
f7c67536fe56336b9c6dcbc87162394c7feb18a5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f7c67536fe56336b9c6dcbc87162394c7feb18a5
|
2012-04-22 11:10:17+02:00
|
h264: reset current_slice on context reinit
This fixes a null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
820109224142323f182c2917e3d8ddc34324b5df
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/820109224142323f182c2917e3d8ddc34324b5df
|
2012-04-18 15:30:34+02:00
|
matroskadec: fix null pointer dereference
Fixes: Ticket1206
Found-by: John Villamil
Signed-off-by: Michael Niedermayer <[email protected]>
|
0b27136c65c1b4fab29b5b354e1f470f974bc310
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0b27136c65c1b4fab29b5b354e1f470f974bc310
|
2012-04-14 19:33:24+02:00
|
nellymoserenc: fix crash due to memsetting the wrong area.
Signed-off-by: Reimar Döffinger <[email protected]>
|
e8b1da007e7920a3f86d63cfe3fa7bc258f17dfa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e8b1da007e7920a3f86d63cfe3fa7bc258f17dfa
|
2012-04-06 19:50:37+02:00
|
indeo4: fix null ptr dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5216245a2c5ed8140d99f14fcc148fbb6db9831e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5216245a2c5ed8140d99f14fcc148fbb6db9831e
|
2012-03-31 23:31:56+02:00
|
lzw(gif): Fix overread
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
11cc2092269a36dc7a98545397e110fa8c08e18a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/11cc2092269a36dc7a98545397e110fa8c08e18a
|
2012-03-28 07:36:56+02:00
|
pthread/mpegvideo: detect and block attempts to init frames after setup.
This fixes race conditions that ultimately lead to memory corruption.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
59a4b73531428d2f420b4dad545172c8483ced0f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/59a4b73531428d2f420b4dad545172c8483ced0f
|
2012-03-24 00:32:18+01:00
|
vqavideo: port to bytestream2 API
Protects against overreads.
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Ronald S. Bultje <[email protected]>
|
5a3a906ba29b53fa34d3047af78d9f8fd7678256
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a3a906ba29b53fa34d3047af78d9f8fd7678256
|
2012-03-18 07:45:40-07:00
|
h264: fix deadlocks on incomplete reference frame decoding.
If decoding a second complementary field, and the first was
decoded in our thread, mark decoding of that field as complete.
If decoding fails, mark the decoded field/frame as complete.
Do not allow switching between field modes or field/frame mode
between slices within the same field/frame. Ensure that two
subsequent fields cover top/bottom (rather than top/frame,
bottom/frame or such nonsense situations).
Fixes various deadlocks when decoding samples with errors in
reference frames.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
1e26a48fa23ef8e1cbc424667d387184d8155f15
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e26a48fa23ef8e1cbc424667d387184d8155f15
|
2012-03-16 15:31:00-07:00
|
swscale: clip unscaled output intermediates.
Fixes bug 240, as well as several integer overflows (visible as glitches)
in other scaling output routines, e.g. YUV422.
|
9487fb4dea3498eb4711eb023f43199f68701b1e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9487fb4dea3498eb4711eb023f43199f68701b1e
|
2012-03-07 09:35:46-08:00
|
mmvideo: restore initial y value.
This bug might have been exploitable (out of HEAP buffer writes)
Bug introduced by libav
commit a55d5bdc6e28a2cfefc440d792de5cc4f02377e2
Date: Tue Mar 6 15:15:42 2012 -0800
algmm: convert to bytestream2 API.
|
c2e3b564b32d596f5a66d47409f9e07a067a3084
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c2e3b564b32d596f5a66d47409f9e07a067a3084
|
2012-03-13 22:38:45+01:00
|
Revert "wmaenc: check final frame size against output packet size"
This condition cannot happen, if it can it is a bug that MUST be fixed.
And i very happily volunteer to fix it if someone reports a case to
me that fails.
This reverts commit 5d652e063bd3a180f9de8915e5137aa4f938846d.
|
c99bd29462e1735ff85980e57ee57e55d1cc6745
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c99bd29462e1735ff85980e57ee57e55d1cc6745
|
2012-03-05 19:00:22+01:00
|
cscd: use negative error values to indicate decode_init() failures.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
8a9faf33f2b4f40afbc3393b2be49867cea0c92d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8a9faf33f2b4f40afbc3393b2be49867cea0c92d
|
2012-02-29 14:04:23-08:00
|
swscale: fix another integer overflow.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
791de61bbb0d2bceb1037597b310e2a4a94494fd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/791de61bbb0d2bceb1037597b310e2a4a94494fd
|
2012-02-29 11:19:03-08:00
|
cdxl demux: do not create packets with uninitialized data at EOF.
Fixes a failure in cdxl-pal8 test for the valgrind FATE instance.
Signed-off-by: Reimar Döffinger <[email protected]>
|
d7804de351da059bf0c41c2bc2bbc02dbb755c0f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d7804de351da059bf0c41c2bc2bbc02dbb755c0f
|
2012-02-26 19:39:59+01:00
|
segment: implement wrap around
Provide a way to wrap around the segment index so pseudostreaming
live through a web server and html5 browser is simpler.
Also ensure that 0 (disable) is a valid value across the options
providing wrap around.
|
0c1759ac4b1ff8f0305dab4f244fa929b77a6fab
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0c1759ac4b1ff8f0305dab4f244fa929b77a6fab
|
2012-02-28 15:01:20+01:00
|
swscale: fix another integer overflow at large dimensions/rescales.
|
2bb628f870264455ff2573c6f56580e7c5dc8717
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2bb628f870264455ff2573c6f56580e7c5dc8717
|
2012-02-24 15:39:55-08:00
|
qtrleenc: fix uninitialized variable warnings
Signed-off-by: Michael Niedermayer <[email protected]>
|
8b18288c08fd450601251700eb42d9efbef89803
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8b18288c08fd450601251700eb42d9efbef89803
|
2012-02-16 20:11:33+01:00
|
jvdec: Check return value of avio_seek and avoid modifying state if it fails
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
|
9712e82a4effb08d2b422c00435af0bb00b558b6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9712e82a4effb08d2b422c00435af0bb00b558b6
|
2012-02-10 15:27:49-05:00
|
zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
|
cb0b284381ea506a54c59c4968cd2c2c937f4d75
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cb0b284381ea506a54c59c4968cd2c2c937f4d75
|
2012-02-01 12:54:39+01:00
|
qdm2: Check data block size for bytes to bits overflow.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
(cherry picked from commit dac56d9ce01eb9963f28f26b97a81db5cbd46c1c)
Signed-off-by: Michael Niedermayer <[email protected]>
|
a8ae00b68cb9895f4a819950dbc740bc8fc7c1e1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a8ae00b68cb9895f4a819950dbc740bc8fc7c1e1
|
2012-01-26 22:28:25+01:00
|
ffserver: Fix an out of bounds read
Fix by Howard Chu, hyc at highlandsun dot com
Originally committed as revision 23292 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
c966c91279f8bca0f1d4865779519b077a2221f0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c966c91279f8bca0f1d4865779519b077a2221f0
|
2010-05-24 19:23:31+00:00
|
rv20: prevent calling ff_h263_decode_mba() with unset height/width
Prevents a crash of VLC during playback of a invalid matroska file,
found by John Villamil <[email protected]>.
CC: [email protected]
|
c3e10ae4127c998b809066926a410f40ebd47593
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c3e10ae4127c998b809066926a410f40ebd47593
|
2012-01-25 16:18:54+01:00
|
rv10: verify slice offsets against buffer size
Found by John Villamil <[email protected]> in fuzzed rv20 in mkv files.
|
1d3a9e63e0dcbcba633d939cdfb79e977259be13
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1d3a9e63e0dcbcba633d939cdfb79e977259be13
|
2012-01-24 02:16:02+01:00
|
deshake: variable used uninitialized
Sometimes the scan finds nothing that qualifies for addition to
the array and pos is zero after the loops. The code forces pos to
1 and the array is then processed as if it had one valid element in it,
producing some amusing but not very useful results.
I don't see the rationale for this. If pos is zero coming out of the
loops, the only appropriate thing to do is set t->angle to zero. The
attached patch does that. It's worked properly in several tests so far.
Signed-off-by: Michael Niedermayer <[email protected]>
|
9ec39937f9c7f28a2279a19f71f290d8161eb52f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9ec39937f9c7f28a2279a19f71f290d8161eb52f
|
2012-01-21 05:22:49+01:00
|
Fix uninitialized reads for fate-vsynth1-asv2 test.
This is not a real error and memsetting always even when the
size did not change is overkill, but it still should be
an acceptable trade-off.
Signed-off-by: Reimar Döffinger <[email protected]>
|
8af6b9711e7a9aa80e825aaf901d533d4ff9b7d5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8af6b9711e7a9aa80e825aaf901d533d4ff9b7d5
|
2012-01-15 13:54:19+01:00
|
swscale: fix invalid conversions and memory problems.
Fixes problems where rgbToRgbWrapper() is called even though it doesn't
support this particular conversion (e.g. converting from RGB444 to
anything). Thirdly, fixes issues where rgbToRgbWrapper() is called for
non-native endiannness conversions (e.g. RGB555BE on a LE system).
Fourthly, fixes crashes when converting from e.g. monowhite to
monowhite, which calls planarCopyWrapper() and overwrites/reads because
n_bytes != n_pixels.
|
e7843db3df0224cafcc1af9da103a3a7286ae2ba
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e7843db3df0224cafcc1af9da103a3a7286ae2ba
|
2012-01-12 16:38:29-08:00
|
ffprobe: fix leak in show_packets()
Call av_free_packets() at each demuxing loop iteration, not only when
decoding.
X-ColaCount: +10l
|
4fd1e2e43233960f122a2c16841834d388d77c60
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4fd1e2e43233960f122a2c16841834d388d77c60
|
2012-01-12 10:39:24+01:00
|
bfi: Use bytestream2 functions to prevent buffer overreads.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
ccc27e2139336b66cdec3bb73a2cc7e60ef7e599
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ccc27e2139336b66cdec3bb73a2cc7e60ef7e599
|
2012-01-08 13:26:54-08:00
|
mpegpsenc: Fix integer overflow of the muxrate calculation.
this should fix the failure of h264-bsf-mp4toannexb on freebsd/openbsd
Signed-off-by: Michael Niedermayer <[email protected]>
|
490c97bdf5ed1c6f05abe4446e67e598881fc53f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/490c97bdf5ed1c6f05abe4446e67e598881fc53f
|
2012-01-01 03:50:43+01:00
|
swscale: prevent invalid writes in packed_16bpc_bswap
Writes past the end of the destination buffer were occuring when its
stride was smaller than the stride of the source. Fixes Bug #183.
|
6e9bb5aa3ed0b56c484ba96bf1bb3bdd8a9741f3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6e9bb5aa3ed0b56c484ba96bf1bb3bdd8a9741f3
|
2011-12-26 15:50:17+01:00
|
ws_snd1: Fix wrong samples count and crash.
Signed-off-by: Michael Niedermayer <[email protected]>
|
5257743aee0c3982f0079e6553aabc6aa39401d2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5257743aee0c3982f0079e6553aabc6aa39401d2
|
2011-12-25 00:10:27+01:00
|
j2kdec: fix division by zero, check tile dimensions for validity
Signed-off-by: Michael Niedermayer <[email protected]>
|
628c9dcca3fb3f46f960f0df8236591653c6e512
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/628c9dcca3fb3f46f960f0df8236591653c6e512
|
2011-12-24 18:42:55+01:00
|
mpeg12: disable checked reader.
overreads in mpeg12 are not possible
Signed-off-by: Michael Niedermayer <[email protected]>
|
549749c68e7216b7a5714b9019ad20652e970d33
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/549749c68e7216b7a5714b9019ad20652e970d33
|
2011-12-18 03:35:46+01:00
|
cljr: fix buf_size sanity check
Signed-off-by: Janne Grunau <[email protected]>
|
2e7905eee8d0f8813e703cacdd7b3ffdc4960656
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2e7905eee8d0f8813e703cacdd7b3ffdc4960656
|
2011-12-18 23:52:53+01:00
|
cljr: Check if width and height are positive integers
Width and height might get passed as 0 and would cause floating point
exceptions in decode_frame.
Fixes bugzilla #149
Signed-off-by: Janne Grunau <[email protected]>
|
652d81b2c2201922f0fef2bbd171299ce3798d12
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/652d81b2c2201922f0fef2bbd171299ce3798d12
|
2011-12-18 23:52:53+01:00
|
swscale: fix overflows in vertical scaling at top/bottom edges.
This fixes integer multiplication overflows in RGB48 output
(vertical) scaling as detected by IOC. What happens is that for
certain types of filters (lanczos, spline, bicubic), the
intermediate sum of coefficients in the middle of a filter can
be larger than the fixed-point equivalent of 1.0, even if the
final sum is 1.0. This is fine and we support that.
However, at frame edges, initFilter() will merge the coefficients
for the off-screen pixels into the top or bottom pixel, such as
to emulate edge extension. This means that suddenly, a single
coefficient can be larger than the fixed-point equivalent of
1.0, which the vertical scaling routines do not support.
Therefore, remove the merging of coefficients for edges for
the vertical scaling filter, and instead add edge detection
to the scaler itself so that it copies the pointers (not data)
for the edges (i.e. it uses line[0] for line[-1] as well), so
that a single coefficient is never larger than the fixed-point
equivalent of 1.0.
|
d49352c7cc22fd8928a761a373c3508be17c9f19
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d49352c7cc22fd8928a761a373c3508be17c9f19
|
2011-12-18 08:27:43-08:00
|
get_bits: introduce safe bitreading to prevent overreads.
When turned on, H264/CAVLC gets ~15% (CVPCMNL1_SVA_C.264) slower for
ultra-high-bitrate files, or ~2.5% (CVFI1_SVA_C.264) for lower-bitrate
files. Other codecs are affected to a lesser extent because they are
less optimized; e.g., VC-1 slows down by less than 1% (all on x86).
The patch generated 3 extra instructions (cmp, cmovae and mov) per
call to get_bits().
The performance penalty on ARM is within the error margin for most
files, up to 4% in extreme cases such as CVPCMNL1_SVA_C.264.
Based on work (for GCI) by Aneesh Dogra <[email protected]>, and
inspired by patch in Chromium by Chris Evans <[email protected]>.
|
8cfbbd928cc94b4de6ad0a937cb818e999c7d75d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8cfbbd928cc94b4de6ad0a937cb818e999c7d75d
|
2011-12-17 14:03:41+00:00
|
id3v2: Fix null ptr crash in get_extra_meta_func()
Signed-off-by: Michael Niedermayer <[email protected]>
|
aedd30b63af8efd5ee6237a6c24dd8cca8851b3c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aedd30b63af8efd5ee6237a6c24dd8cca8851b3c
|
2011-12-03 05:12:56+01:00
|
Don't fill in frame gaps with copied refs after flush
The filled in refs cause corruptions in the video frame
for a long time after it should have recovered.
Signed-off-by: Michael Niedermayer <[email protected]>
|
babf4fe01a808327d53977ba319c113a930180b1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/babf4fe01a808327d53977ba319c113a930180b1
|
2011-11-18 21:08:48+01:00
|
Make rawvideo_read_packet return partial frames.
This is consistent with other demuxers and also fixes a memleak (memory
allocated for partial frame data was leaked).
Originally committed as revision 20130 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
22a7e19b50cc1627dd16e22c5e89b1f92f1d0c0e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/22a7e19b50cc1627dd16e22c5e89b1f92f1d0c0e
|
2009-10-01 17:32:22+00:00
|
ffmpeg: Fix memory corruption with ffserver
Bug has been introduced by:
commit 1cede1d0112b5b26e6d023846729662b7cf1853f
Author: Anton Khirnov <[email protected]>
Date: Sat Jun 25 07:43:49 2011 +0200
ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()
|
a18ecfeb365c9fe3e97a782d2d1aeb4e875b469c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a18ecfeb365c9fe3e97a782d2d1aeb4e875b469c
|
2011-10-29 20:21:59+02:00
|
apedec: check for filter buffer allocation failure
|
7500781313d11b37772c05a28da20fbc112db478
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7500781313d11b37772c05a28da20fbc112db478
|
2011-10-28 11:41:39-04:00
|
tta: check for allocation failure of decode_buffer
|
2f1d212fd0e62bd8cb2799e15661aa59e38f2a13
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2f1d212fd0e62bd8cb2799e15661aa59e38f2a13
|
2011-10-25 11:22:02-04:00
|
mov: do not misreport empty stts
Return -1 instead of ENOMEM if entries is 0.
Fixes a av_malloc(0) crash in macosx.
|
30c3d976f12665d5d13971172aab062a97cb1bce
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/30c3d976f12665d5d13971172aab062a97cb1bce
|
2011-10-11 15:06:50+02:00
|
mpegvideo_enc: fix a signed overflow
Signed-off-by: Mans Rullgard <[email protected]>
|
05795f35be4b479bfa8d60ed3eb13e0f89e439c0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/05795f35be4b479bfa8d60ed3eb13e0f89e439c0
|
2011-10-09 23:03:46+01:00
|
bink: Check for out of bound writes when building tree
Signed-off-by: Janne Grunau <[email protected]>
|
24adf7832b8370f3c1febbef6c686f574d360d32
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/24adf7832b8370f3c1febbef6c686f574d360d32
|
2011-10-08 16:25:56+02:00
|
Fix out of bound reads in the QDM2 decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
491eaf35ae1f9b619441314bec33766e31580184
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/491eaf35ae1f9b619441314bec33766e31580184
|
2011-10-01 02:41:40+02:00
|
Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Arts EACS decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
346876ec168affe7c21be88d8f1acf1a75cc8409
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/346876ec168affe7c21be88d8f1acf1a75cc8409
|
2011-10-01 02:41:40+02:00
|
Fix double free on error in Deluxe Paint Animation demuxer.
Signed-off-by: Michael Niedermayer <[email protected]>
|
d39d7122e34d2cf994d6dc474fe0c8bee2f7fcfd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d39d7122e34d2cf994d6dc474fe0c8bee2f7fcfd
|
2011-10-01 02:41:39+02:00
|
Fixed segfault on corrupted sega streams in the demuxer.
Signed-off-by: Janne Grunau <[email protected]>
|
790f4dd5c96f948a637a90899b5f6af34ccb3942
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/790f4dd5c96f948a637a90899b5f6af34ccb3942
|
2011-10-06 22:32:02+02:00
|
Check for out of bound reads in the flic decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
1f024b882094b26c85e87698faa002b8713b5f88
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1f024b882094b26c85e87698faa002b8713b5f88
|
2011-09-28 02:59:28+02:00
|
Check for out of bound bands limit in mpc v8 decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
508e47a5751b063e5b3d1d6aceda8a19ad8b1d37
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/508e47a5751b063e5b3d1d6aceda8a19ad8b1d37
|
2011-09-25 23:01:44+02:00
|
Check for various out of bound writes in the bink decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
36bf135d4c32973933000a819208df7da9dd3e16
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/36bf135d4c32973933000a819208df7da9dd3e16
|
2011-09-27 15:15:54+02:00
|
swscale: fix byte overreads in SSE-optimized hscale().
SSE-optimized hScale() scales up to 4 pixels at once, so we need to
allocate up to 3 padding pixels to prevent overreads. This fixes
valgrind errors in various swscale-tests on fate.
|
ea540401d6082474df8364169e2041e29e4dc407
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ea540401d6082474df8364169e2041e29e4dc407
|
2011-09-15 07:30:46-07:00
|
applehttp: fix variant discard logic
The v->ctx is always not NULL now, check for streams presence to
mark the read_header state.
Fixes bug #25, possibly introduced by 603b8bc
|
1bf6cb85bebe639c836cdbb4498ea5bc252a7c21
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1bf6cb85bebe639c836cdbb4498ea5bc252a7c21
|
2011-08-04 11:21:33+02:00
|
aac: Remove some suspicious illegal memcpy()s from LTP.
|
a6c49f18abacb9bf52d4d808a2a56561a5b5445c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a6c49f18abacb9bf52d4d808a2a56561a5b5445c
|
2011-08-01 09:39:33-07:00
|
wavpack: use context reset in appropriate places
This fixes improper flushing in the cases when the same frame is decoded in
several iterations (for being too large to fit into output buffer) and flush is
called mid-decoding and it also resets context in case of decoding errors.
Signed-off-by: Anton Khirnov <[email protected]>
|
9bc4e21a9b7900f95d056ae0d450c104a9e80108
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9bc4e21a9b7900f95d056ae0d450c104a9e80108
|
2011-09-05 11:18:27+02:00
|
swscale: fix crash with dithering due incorrect offset calculation.
ptrdiff_t can be 4 bytes, which leads to the next element being 4-byte
aligned and thus at a different offset than intended. Forcing 8-byte
alignment forces equal offset of dither16/32 on x86-32 and x86-64.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
142e76f1055de5dde44696e71a5f63f2cb11dedf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/142e76f1055de5dde44696e71a5f63f2cb11dedf
|
2011-07-10 14:52:21-07:00
|
swscale: fix another yuv range conversion overflow in 16bit scaling.
|
81cc7d0bd1eab0aa782ff8dd49e087025a42cdee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/81cc7d0bd1eab0aa782ff8dd49e087025a42cdee
|
2011-06-30 07:05:52-07:00
|
Fix various uninitialized variable warnings
|
b443447536116f2843097f26a693478c66dcbe02
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b443447536116f2843097f26a693478c66dcbe02
|
2011-06-02 10:36:56+02:00
|
Fix error check in av_file_map()
On failure, mmap() returns MAP_FAILED, which may or may not be -1.
Signed-off-by: Mans Rullgard <[email protected]>
|
d0989bed226578a8f37ca90c78abc97abafb9794
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d0989bed226578a8f37ca90c78abc97abafb9794
|
2011-06-04 17:03:25+01:00
|
yuv4mpeg: complain and exit if a non-rawvideo stream is selected
The yuv4mpeg muxer will crash otherwise.
|
1f95fb58137951941d8d74bd47b1635b6d2399ec
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1f95fb58137951941d8d74bd47b1635b6d2399ec
|
2011-06-01 13:05:05+02:00
|
Return -1 on invalid input instead of crashing.
|
364889cf9c1f3c5e816a30d30d714a84765cfc29
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/364889cf9c1f3c5e816a30d30d714a84765cfc29
|
2011-05-25 20:12:17+02:00
|
indeo3: release buffer in indeo3_decode_end()
Fix leak.
|
7f58eb3c2b552f232905731b5944307e72c590a0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7f58eb3c2b552f232905731b5944307e72c590a0
|
2011-05-20 09:34:57+02:00
|
Use MAP_FAILED to check for mmap failure instead of manually
recreating the value.
|
314374e57978bd215ae42d5444f0e76f2bebdc27
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/314374e57978bd215ae42d5444f0e76f2bebdc27
|
2011-05-07 10:34:55+02:00
|
drawtext: draw glyphs for the strftime()-expanded text
In draw_glyphs(), draw glyphs in dtext->expanded_text rather than in
dtext->text. Fix crash if a strftime() sequence is used.
|
efc8c709c93875dffa4c4181fa9b56fa6d20d4c7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/efc8c709c93875dffa4c4181fa9b56fa6d20d4c7
|
2011-03-27 19:00:03+02:00
|
targa: prevent integer overflow in bufsize check.
(cherry picked from commit 78e2380a6d09e7a8b2a74d090abfb0a922e046f6)
|
e48fe14a54d8360336dbb22f3f787815b57dda47
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e48fe14a54d8360336dbb22f3f787815b57dda47
|
2011-02-22 02:44:37+01:00
|
binkaudio: fix channel count check
Perform validity check on AVFormatContext.channels instead of
uninitialised field.
This fixes issue 2001.
Signed-off-by: Mans Rullgard <[email protected]>
(cherry picked from commit 9806fbd5351fa84f99fa5b18fe06859acb514f34)
|
136901567c44a653485b5e97caff4fee09424b18
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/136901567c44a653485b5e97caff4fee09424b18
|
2011-02-15 16:32:33+01:00
|
Fix memory leak in ALS decoder in big endian systems
Signed-off-by: Mans Rullgard <[email protected]>
(cherry picked from commit e0eb963aaa55ddcc54bf80f3261f6a436edca4a3)
|
5255acc6beb61ef30f43bc2c746b0b487815f76d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5255acc6beb61ef30f43bc2c746b0b487815f76d
|
2011-01-30 03:41:47+01:00
|
Remove useless free, fix warning:
libavfilter/defaults.c: In function 'avfilter_default_get_audio_buffer':
libavfilter/defaults.c:129: warning: 'buf' is used uninitialized in this function
Originally committed as revision 26382 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
ecea47a6ed9e9250474e1ef26120ff5dc9e71e8e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ecea47a6ed9e9250474e1ef26120ff5dc9e71e8e
|
2011-01-16 02:47:25+00:00
|
Prevent a crash by sanity checking buffer reads.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26251 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
65cd45a88c4a657b4ae0c81b753bb0d065a4e25a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/65cd45a88c4a657b4ae0c81b753bb0d065a4e25a
|
2011-01-06 23:14:27+00:00
|
Clean up ALACdec
Do decode init in the init function instead of at the first frame.
Fix some possible crash cases.
Originally committed as revision 25572 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
313b52fbfff47ed934cdeccaebda9b3406466575
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/313b52fbfff47ed934cdeccaebda9b3406466575
|
2010-10-26 07:20:51+00:00
|
Make the validity checks fail only if the corresponding luma or chroma
values are not zero.
Prevent aborting with the default values.
Originally committed as revision 25471 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6fae8c5443d4fa40fe65f67138f4dbb731f23d72
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6fae8c5443d4fa40fe65f67138f4dbb731f23d72
|
2010-10-13 13:14:52+00:00
|
matroskadec: fix integer overflow
patch from reimar
Originally committed as revision 24803 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4f90688b6e1d79d85ac2e065a2cf1e7e9bd665a7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4f90688b6e1d79d85ac2e065a2cf1e7e9bd665a7
|
2010-08-17 14:05:23+00:00
|
Fix memory leak in ATRAC3 decoder
Originally committed as revision 24361 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a28cccf6d62dc770757491510c248ed632a836ce
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a28cccf6d62dc770757491510c248ed632a836ce
|
2010-07-20 15:08:54+00:00
|
fate: pass additional variables to test script
This passes the following additional variables to the test script:
- CMP method to use comparing output with reference, default 'diff'
- REF reference file, default 'tests/ref/fate/${test}'
- FUZZ maximum fuzz factor in comparison, meaning depends on CMP
Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3ade7d32c1f17f2f833ff17c2cbd46d6de66104c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3ade7d32c1f17f2f833ff17c2cbd46d6de66104c
|
2010-07-09 00:40:45+00:00
|
Fix bugs in the http custom header handling
Initialize the buffer av_strlcatf writes into.
Add the dash at the end of the Range header.
10l to me for not spotting it earlier
Originally committed as revision 23528 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4ceb8b3460d58617aff5deb9c73c43d04055542b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ceb8b3460d58617aff5deb9c73c43d04055542b
|
2010-06-08 11:06:36+00:00
|
Move get_buffer() calls from decode_init() to decode_frame(). Anything else is
unsupported and causes crashes when libavfilter is enabled.
Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23411 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
522d3930ffd3e53dac4bfbc6908f0fd09674b7fc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/522d3930ffd3e53dac4bfbc6908f0fd09674b7fc
|
2010-06-01 16:36:36+00:00
|
silence gcc warning about potential uninitialized usage
Originally committed as revision 23093 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2c2b2c0ac2683319eef062afb942bffd8d1760dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c2b2c0ac2683319eef062afb942bffd8d1760dd
|
2010-05-11 17:39:52+00:00
|
aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().
Originally committed as revision 22380 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
8a9ee4b102a0620984d9963350bb378c778acb9d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8a9ee4b102a0620984d9963350bb378c778acb9d
|
2010-03-09 09:27:11+00:00
|
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
block decoding at exit, so prevent that memory leak now.
Originally committed as revision 21983 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
60819e694ee5733741da91ebc237b20621de5bc3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/60819e694ee5733741da91ebc237b20621de5bc3
|
2010-02-23 07:41:29+00:00
|
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
but not here since it was unused before now.
Originally committed as revision 30289 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
28b2866f45649be313eac4efc4005e9a82aec2c3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/28b2866f45649be313eac4efc4005e9a82aec2c3
|
2010-01-12 19:03:09+00:00
|
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
instead. Avoid a crash on MinGW.
Originally committed as revision 21162 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a7494872d5a673f064b0570f4359c8d1a3ea1051
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a7494872d5a673f064b0570f4359c8d1a3ea1051
|
2010-01-12 09:13:32+00:00
|
Remove useless code causing crash in Targa decoder
Originally committed as revision 19892 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
c4396c241c2a11089fb4c84861a0540ae957bb1a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c4396c241c2a11089fb4c84861a0540ae957bb1a
|
2009-09-17 05:01:27+00:00
|
check for palette presence, fix crash with QT-BMP.mov, issue #1074
Originally committed as revision 18785 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a7e562291d16118f5d76ae39ee7ef721fa3ce04e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a7e562291d16118f5d76ae39ee7ef721fa3ce04e
|
2009-05-10 19:10:37+00:00
|
Fix crash when receiving from SDP
Originally committed as revision 18635 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
46ff7a5f4ae05e5e4da33b700604dae2c37bebcb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/46ff7a5f4ae05e5e4da33b700604dae2c37bebcb
|
2009-04-20 20:06:55+00:00
|
Fix crash when max_ref_frames was out of range.
This might have been exploitable.
Fixes first crash of issue840.
Originally committed as revision 18388 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f0812be883221eded78011893e6ad50af2f6b129
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f0812be883221eded78011893e6ad50af2f6b129
|
2009-04-09 15:17:03+00:00
|
Fix a warning on an uninitialized variable.
Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e2eb0f52ec2d3df251d22068ef94d295222f15da
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e2eb0f52ec2d3df251d22068ef94d295222f15da
|
2009-03-26 14:15:42+00:00
|
Mark pos_min and pos_max variables as av_uninit to work around false
positive uninitialized variable warnings.
Originally committed as revision 17826 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
e658657528d5e2bc79a42e60c1f39c6b8609f007
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e658657528d5e2bc79a42e60c1f39c6b8609f007
|
2009-03-05 19:15:14+00:00
|
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function
Originally committed as revision 17106 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a5037227501dc4f7528684beecee954360cbd7dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a5037227501dc4f7528684beecee954360cbd7dd
|
2009-02-09 22:04:34+00:00
|
Make register_avcodec() call avcodec_init().
This avoids the possibility to use a registered codec without first
initializing libavcodec, which resulted in unexpected behavior.
Originally committed as revision 16131 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
7a961a46ba28e49f88ff0e81b96395c96b424634
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7a961a46ba28e49f88ff0e81b96395c96b424634
|
2008-12-14 20:04:00+00:00
|
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,
this fixes overflow in AVStream->pts_buffer.
Originally committed as revision 14714 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
cb5b96cde0842a4a215a49b45ea74ae38a3f02f7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cb5b96cde0842a4a215a49b45ea74ae38a3f02f7
|
2008-08-12 17:26:36+00:00
|
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2
Originally committed as revision 14309 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
d11f9e1b15e3aac6862bdfe2e5cb212b706e2c2f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d11f9e1b15e3aac6862bdfe2e5cb212b706e2c2f
|
2008-07-19 18:53:04+00:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.