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
⌀ |
---|---|---|---|---|---|---|---|
wmapro: prevent division by zero when sample rate is unspecified
This fixes Bugzilla #327:
Signed-off-by: Kostya Shishkov <[email protected]>
|
3680b2435101a5de56821718a71c828320d535a0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3680b2435101a5de56821718a71c828320d535a0
|
2012-08-03 07:07:00+02:00
|
loco: take decode overflow into account.
Commit 2bf0982 introduced an overflow check in loco_decode_plane,
but the error code is never taken into account, leading to
completely idiotic return values.
|
91ec1c6cc35e3c7950fa5acf80568672ad538f14
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/91ec1c6cc35e3c7950fa5acf80568672ad538f14
|
2012-07-31 17:25:36+02:00
|
8svx: ensure that packet size is multiple of channels.
Fix an assert failure with packets of invalid size.
|
6eee9f5596074f9c0ff2cb25050b56c2914ff411
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6eee9f5596074f9c0ff2cb25050b56c2914ff411
|
2012-08-01 10:29:10+02:00
|
x86inc: put basicnop under ifdef to prevent compile failure.
This should fix the NASM box.
Reviewed-by: Michael Niedermayer <[email protected]>
|
70731745515218355adb4949b92eed8e92cfad1d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/70731745515218355adb4949b92eed8e92cfad1d
|
2012-07-07 22:48:43+02:00
|
ffplay: fix use after free
reproduceable with:
ffmpeg -i tests/lena.pnm -pix_fmt pal8 -vcodec rawvideo -s 512x512 out.avi
valgrind ffplay_g out.avi
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
|
c9651d4bee36c8d28729622bcf57df8a9e1aa70c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c9651d4bee36c8d28729622bcf57df8a9e1aa70c
|
2012-06-07 01:21:52+02:00
|
arm: dsputil: fix overreads in put/avg_pixels functions
The vertically interpolating variants of these functions read
ahead one line to optimise the loop. On the last line processed,
this might be outside the buffer. Fix these invalid reads by
processing the last line outside the loop.
Signed-off-by: Mans Rullgard <[email protected]>
|
cbc7d60afa0c56f8e50131830278fd32a89aed9d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cbc7d60afa0c56f8e50131830278fd32a89aed9d
|
2012-05-10 14:39:34+01:00
|
h264: additional protection against unsupported size/bitdepth changes.
Fixes crashes in codepaths not covered by original checks.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
732f9fcfe54fc9a0a7bbce53fe86b38744c2d301
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/732f9fcfe54fc9a0a7bbce53fe86b38744c2d301
|
2012-05-02 10:19:37-07:00
|
tta: prevents overflows for 32bit integers in header.
This prevents sample_rate/data_length from going negative, which
caused various crashes and undefined behaviour further down.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
ac80b812cd177553339467ea12548d71c9ef6865
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ac80b812cd177553339467ea12548d71c9ef6865
|
2012-05-02 10:16:57-07:00
|
adpcm-thp: fix invalid array indexing
Indexing outside array limits is invalid and breaks with gcc 4.8.
Signed-off-by: Mans Rullgard <[email protected]>
|
a812ed003f75ad8f90035ab3b88369ee7f3e1bd1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a812ed003f75ad8f90035ab3b88369ee7f3e1bd1
|
2012-05-01 00:21:30+01:00
|
dsicinav: Check for overread in RLE decode.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
47f0beadba9003391d8bfef59b15aa21a5b2d293
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/47f0beadba9003391d8bfef59b15aa21a5b2d293
|
2012-04-16 16:44:12+02:00
|
mov: fix leaking memory with multiple drefs.
Instead of allocating over the original, free first. MOVStreamContext
is zero initialized so no double free will occur. Same style as other
fixes for the same problem in this file.
Signed-off-by: Dale Curtis <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
4ebd422c04849a21a6bb2128a715979e8067e6a6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ebd422c04849a21a6bb2128a715979e8067e6a6
|
2012-04-14 19:41:52-07:00
|
latmenc: validate extradata size.
Fixes potential out-of-bounds writes.
This is mostly possible when muxing ALS files where from
an extradata size of about 1050 put_bits would write data
outside the buffer.
Signed-off-by: Reimar Döffinger <[email protected]>
|
d1a58afb95f68c5375b4a7556317d835108509ed
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d1a58afb95f68c5375b4a7556317d835108509ed
|
2012-04-12 20:29:56+02:00
|
mem: Consistently return NULL for av_malloc(0)
Plain POSIX malloc(0) is allowed to return either NULL or a
non-NULL pointer. The calling code should be ready to handle
a NULL return as a correct return (instead of a failure) if the size
to allocate was 0 - this makes sure the condition is handled
in a consistent way across platforms.
This also avoids calling posix_memalign(&ptr, 32, 0) on OS X,
which returns an invalid pointer (a non-NULL pointer that causes
crashes when passed to av_free).
Abort in debug mode, to help track down issues related to
incorrect handling of this case.
Signed-off-by: Martin Storsjö <[email protected]>
|
14f063d294a18a31928d2167a66b1087910e14c8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/14f063d294a18a31928d2167a66b1087910e14c8
|
2012-04-10 11:56:42+03:00
|
diracdec: check xybsep
Fixes division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
601d072e68fb2967e561980336bea0b0625e629e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/601d072e68fb2967e561980336bea0b0625e629e
|
2012-04-18 16:49:46+02:00
|
rtsp: Don't use uninitialized data if there are no streams
Signed-off-by: Martin Storsjö <[email protected]>
|
62c3c8ca78ee2da7dc20c2d6371866266c82966d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/62c3c8ca78ee2da7dc20c2d6371866266c82966d
|
2012-04-08 15:51:32+03:00
|
swr: check that there is enough information to do rematrixing when needed.
Fixes assertion failure.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ae03b2141e451f0a3330566f2f2c8e3b9186c2ad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ae03b2141e451f0a3330566f2f2c8e3b9186c2ad
|
2012-03-23 12:10:08+01:00
|
mov: fix heap buffer overflow
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
86e3289ffdec88f771ce8ec039ef5b90eb70b4cd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/86e3289ffdec88f771ce8ec039ef5b90eb70b4cd
|
2012-03-25 04:25:24+02:00
|
c93: convert to bytestream2 API
Protects against overreads.
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
|
85aded741e03b17b0cc5c588b1f5acbcb25d7996
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/85aded741e03b17b0cc5c588b1f5acbcb25d7996
|
2012-03-12 17:13:42+02:00
|
xxan: protect against chroma LUT overreads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
f77bfa837636a99a4034d31916a76f7d1688cf5a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f77bfa837636a99a4034d31916a76f7d1688cf5a
|
2012-03-10 11:57:17-08:00
|
raw: move buffer size check up.
This way, it protects against overreads for 4bpp/2bpp content also.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
cc5dd632cecc5114717d0b90f8c2be162b1c6ee8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cc5dd632cecc5114717d0b90f8c2be162b1c6ee8
|
2012-03-07 09:36:32-08:00
|
diracdec: Correct the bytestream end pointer.
This fixes some arith decoder overreads and a potential infinite loop.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
0f13cc732b3752828890b8dff507615cfd454336
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0f13cc732b3752828890b8dff507615cfd454336
|
2012-03-06 19:13:55+01:00
|
indeo3: Fix overreading requant_tab.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
33a183df46355e4b281517e14c9b3c7e2b558dcf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/33a183df46355e4b281517e14c9b3c7e2b558dcf
|
2012-03-04 23:13:26+01:00
|
kgv1: use avctx->get/release_buffer().
Also fixes crashes on corrupt bitstreams.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
33cd32b389864f2437c94e6fd7dc109ff5f0ed06
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/33cd32b389864f2437c94e6fd7dc109ff5f0ed06
|
2012-02-24 14:28:15-08:00
|
tiffdec: Prevent illegal memory access caused by recycled pointers.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
fd0be63049ed46660993d0550a4f0847a0b942ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fd0be63049ed46660993d0550a4f0847a0b942ea
|
2012-03-07 15:40:42-08:00
|
check for coded_frame allocation failure in several audio encoders
|
a8bdf2405c6027f45a899eaaa6ba74e97c1c2701
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a8bdf2405c6027f45a899eaaa6ba74e97c1c2701
|
2012-02-25 11:49:41-05:00
|
mp3on4: require a minimum framesize.
If bufsize < headersize, init_get_bits() will be called with a negative
number, causing it to fail and any subsequent call to get_bits() will
crash because it reads from a NULL pointer.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
3e13005cac6e076053276b515f5fcf59a3f4b65d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3e13005cac6e076053276b515f5fcf59a3f4b65d
|
2012-02-17 15:32:23-08:00
|
v210enc: check for coded_frame allocation failure
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
|
d73466f841b1732e4e817bf51f2153c4bab00428
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d73466f841b1732e4e817bf51f2153c4bab00428
|
2012-02-06 07:59:16+01:00
|
win64: add a XMM clobber test configure option.
This will be useful to test more aggressively for failures to mark XMM
registers as clobbered in Win64 builds, and prevent regressions thereof.
Based on a patch by Ramiro Polla <[email protected]>
|
7e4d9d5d456916f51cb40ef646fad5b0a467f4b1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7e4d9d5d456916f51cb40ef646fad5b0a467f4b1
|
2012-02-02 12:00:48-08:00
|
fraps: Use av_fast_padded_malloc() instead of av_realloc()
Ensures alignment and avoids using uninitialized data.
Signed-off-by: Justin Ruggles <[email protected]>
|
f54ae2f8e7c905d863b2e96b1d5df3f1b9aa5f30
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f54ae2f8e7c905d863b2e96b1d5df3f1b9aa5f30
|
2012-02-01 14:37:47-05:00
|
dv: check stype
dv: check stype
Fixes part1 of CVE-2011-3929
Possibly fixes part of CVE-2011-3936
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Reviewed-by: Roman Shaposhnik <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Alex Converse <[email protected]>
|
635bcfccd439480003b74a665b5aa7c872c1ad6b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/635bcfccd439480003b74a665b5aa7c872c1ad6b
|
2012-01-31 18:32:13-08:00
|
vc1dec.c: Don't use uninitialized values of dmv_[x, y]
MVDATA may or may not be transmitted. If it is not, both
dmv_x and dmv_y is to be assumed zero.
This may not trigger wrong picture in all systems, but
it's a bug nevertheless. Fixes SA10116.vc1 on my 64-bit
Windows 7.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
d51d6ae9c41310d62f4582c07c2fad26d41eeca6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d51d6ae9c41310d62f4582c07c2fad26d41eeca6
|
2012-01-27 09:24:13+08:00
|
mjpegbdec: Fix overflow in SOS.
Based in part by a fix from Michael Niedermayer <[email protected]>
Fixes CVE-2011-3947
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
|
b57d262412204e54a7ef8fa1b23ff4dcede622e5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b57d262412204e54a7ef8fa1b23ff4dcede622e5
|
2012-01-26 15:47:36-08:00
|
mpegvideo: fix invalid memory access for small video dimensions
When either video dimension is only one macroblock, subtractions
based on v_edge_pos and the macroblock size may be negative. In
that situation, an unsigned comparison isn't sufficent to test for
MV overruns, because a limit of (unsigned)-1 will let any other
value pass.
Signed-off-by: Anton Khirnov <[email protected]>
|
9b6aafba6c06ef62783dd5e9c5ed668f3a095128
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9b6aafba6c06ef62783dd5e9c5ed668f3a095128
|
2012-01-21 08:28:08+01:00
|
overlay: do not leak x/y expressions.
|
bbf372e1457a1cde5de8df8bdf930560bc9c9631
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bbf372e1457a1cde5de8df8bdf930560bc9c9631
|
2012-01-15 09:12:03+01:00
|
rv34: fix invalid memory access for small video dimensions
For small video dimensions calculations of the upper bound for pixel
access may result in negative value. Using an unsigned comparison
works only if the greater operand is non-negative. This is fixed by
doing edge emulation explicitly for such conditions.
Signed-off-by: Kostya Shishkov <[email protected]>
|
aacf6b3a2fd8bc8603e3deaa6e612ea03cf08707
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aacf6b3a2fd8bc8603e3deaa6e612ea03cf08707
|
2012-01-04 10:32:23+01:00
|
svq3: Fix memory corruption introduced by automatic thread_count.
Signed-off-by: Michael Niedermayer <[email protected]>
|
099d6813c27faf95257a529aa2c65dfde816a487
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/099d6813c27faf95257a529aa2c65dfde816a487
|
2012-01-01 00:46:05+01:00
|
Avoid uninitialized data in lcldec when ofs is 0 in MSZH.
Signed-off-by: Reimar Döffinger <[email protected]>
|
42a1f1d7a8cf67eed68db596d6a1e53c0c36e4ab
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/42a1f1d7a8cf67eed68db596d6a1e53c0c36e4ab
|
2011-12-31 16:31:15+01:00
|
proresdec: Check yuv slice data sizes.
Fixes overread
Fixes Ticket812
Bug found by: Oana Stratulat
Signed-off-by: Michael Niedermayer <[email protected]>
|
2b73cddd40bdfd7e3c21b2fe8cbfca0277d1f786
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2b73cddd40bdfd7e3c21b2fe8cbfca0277d1f786
|
2011-12-22 00:25:47+01:00
|
indeo5: fix division by 0 in ff_ivi_init_tiles()
Signed-off-by: Michael Niedermayer <[email protected]>
|
92e2b59dec8c0124a209ce24f23450df9607d9d8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/92e2b59dec8c0124a209ce24f23450df9607d9d8
|
2011-12-28 21:31:00+01:00
|
mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows
|
cc1dda851b082826e652d698a9ca4738fc2a0ea5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cc1dda851b082826e652d698a9ca4738fc2a0ea5
|
2011-12-21 14:18:08+01:00
|
avidec: Check that the header chunks fit in the available filesize.
Fixes Ticket771
Bug found by: Diana Elena Muscalu
Signed-off-by: Michael Niedermayer <[email protected]>
|
62adc60b97d854507d07a21b2f370ab5c69e6b7b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/62adc60b97d854507d07a21b2f370ab5c69e6b7b
|
2011-12-16 06:13:04+01:00
|
dnxhdenc: fix signed overflows
Signed-off-by: Mans Rullgard <[email protected]>
|
3a83b2461e4ce9d48ad6ab037eb14569d0e53506
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3a83b2461e4ce9d48ad6ab037eb14569d0e53506
|
2011-11-26 20:52:10+00:00
|
Use correct value for range
The current range value causes an underflow
when negated and pushes anything less than zero
to the minimum.
|
29c2fcb6776f80a0a5551bb82b43bc14c8202331
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/29c2fcb6776f80a0a5551bb82b43bc14c8202331
|
2011-12-02 03:11:21+06:00
|
vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: Michael Niedermayer <[email protected]>
|
656911d84da9205c004c17c9fb14815f86a7db93
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/656911d84da9205c004c17c9fb14815f86a7db93
|
2011-11-24 00:08:05+01:00
|
v4l2: fix uninitialized variable
Signed-off-by: Michael Niedermayer <[email protected]>
|
5955c63c36e9b822f1186cd45a8dec5056b9c575
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5955c63c36e9b822f1186cd45a8dec5056b9c575
|
2011-11-08 01:20:35+01:00
|
Revert "mpegvideo: remove abort() in ff_find_unused_picture()"
This reverts commit 4f820131fa9fbb0a64d7cc469fa471905fc91944.
It is better to abort() than to have remotly exploitable arbitrary code
execution bugs. Even more so that this abort has never been triggered
by any input people threw at it.
If after more extensive testing its removial is found safe we can remove
the abort() later.
|
dcca7d66bd6387c64cabe8906eee07f1d815e74f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dcca7d66bd6387c64cabe8906eee07f1d815e74f
|
2011-12-15 00:15:18+01:00
|
binkaudio: add some buffer overread checks.
This stops decoding before overreads instead of after.
|
101ef19ef4dc9f5c3d536aee8fcc10fff2af4d9e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/101ef19ef4dc9f5c3d536aee8fcc10fff2af4d9e
|
2011-10-29 15:16:53-04:00
|
g726enc: use av_assert0() for sample_rate validation
This should never happen, but the check avoids a divide-by-zero.
|
50c466d609ec60a324a7a776dfdb57c8d38faa11
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/50c466d609ec60a324a7a776dfdb57c8d38faa11
|
2011-11-01 21:23:03-04:00
|
imc: check for ff_fft_init() failure
|
95fee70d6773fde1c34ff6422f48e5e66f37f263
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/95fee70d6773fde1c34ff6422f48e5e66f37f263
|
2011-11-02 17:02:22-04:00
|
apedec: check for input buffer overflow while reading frame header
|
a4c32c9a63142b602820800742f2d543b58cd278
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4c32c9a63142b602820800742f2d543b58cd278
|
2011-10-28 11:47:28-04:00
|
Simplify some bits-left/overread checks.
Signed-off-by: Reimar Döffinger <[email protected]>
|
4a5ea9e0ce0628b4498c013084ce9e7006ba93fb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4a5ea9e0ce0628b4498c013084ce9e7006ba93fb
|
2011-10-23 14:27:39+02:00
|
swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()
Signed-off-by: Mans Rullgard <[email protected]>
|
41ac093f7e315e3af17612f580c387b3688f4f43
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41ac093f7e315e3af17612f580c387b3688f4f43
|
2011-10-21 20:56:59+01:00
|
ffprobe: redesign json_escape_str(), to make use of a global buffer
The new code avoids to call av_malloc/av_free when escaping is needed
(possibly faster), avoids an integer overflow in case of a huge
string, and provides feedback when a string cannot be escaped.
When a string cannot be escaped, a special string is printed instead.
|
2f3b028c7117e03267ea7f88d0d612e70f1afc06
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2f3b028c7117e03267ea7f88d0d612e70f1afc06
|
2011-10-18 18:21:03+02:00
|
rawdec: add check on sample_rate
Prevent error condition in case sample_rate is unset or set to a negative
value. In particular, fix divide-by-zero error occurring in ffmpeg due to
sample_rate set to 0 in output_packet(), in code:
ist->next_pts += ((int64_t)AV_TIME_BASE * ist->st->codec->frame_size) /
ist->st->codec->sample_rate;
Fix trac ticket #324.
|
aa638b4600e1fa7a1b64323b8228c459af644a47
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aa638b4600e1fa7a1b64323b8228c459af644a47
|
2011-10-28 02:06:50+02:00
|
4xm: fix signed overflow
Signed-off-by: Mans Rullgard <[email protected]>
|
84dda407628e298f33d610e9e04a8b2945d24665
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/84dda407628e298f33d610e9e04a8b2945d24665
|
2011-10-09 23:13:35+01:00
|
crc: fix signed overflow
This fixes a signed overflow from i << 24 when i == 255 by
making i unsigned. The result of the shift is already
assigned to an variable of unsigned type.
Signed-off-by: Mans Rullgard <[email protected]>
|
8b19ae07616bbd18969b94cbf5d74308a8f2bbdf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8b19ae07616bbd18969b94cbf5d74308a8f2bbdf
|
2011-10-09 16:53:31+01:00
|
txd: check for out of bound reads.
Signed-off-by: Michael Niedermayer <[email protected]>
|
e182de9a98272fbe4f368000911191aaeb0d6fb3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e182de9a98272fbe4f368000911191aaeb0d6fb3
|
2011-10-09 03:22:49+02:00
|
vqavideo: check for out of bound reads.
Signed-off-by: Michael Niedermayer <[email protected]>
|
6d45702f7f257c1cfcd3ce3287bf258854528a4a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d45702f7f257c1cfcd3ce3287bf258854528a4a
|
2011-10-09 03:08:03+02:00
|
avsdemux: check for corrupted data
Signed-off-by: Janne Grunau <[email protected]>
|
76c6971a6464705f263fc30e537b370a3a7c853b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/76c6971a6464705f263fc30e537b370a3a7c853b
|
2011-10-10 21:27:04+02:00
|
dsicinav: Check for out of bounds writes
Signed-off-by: Janne Grunau <[email protected]>
|
172060328771d149b076f00352b004b5b5272d38
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/172060328771d149b076f00352b004b5b5272d38
|
2011-10-07 16:25:31+02:00
|
segafilm: Fix potential division by 0 on corrupted streams in the demuxer
Signed-off-by: Janne Grunau <[email protected]>
|
762ffa6861a8afefe11e1fe18e7b47c18d2d62f6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/762ffa6861a8afefe11e1fe18e7b47c18d2d62f6
|
2011-10-06 23:01:45+02:00
|
Fix potential pointer arithmetic overflows in the Electronic Arts CMV decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
e9064c9ce8ed18c3a3aab61e58e663b8f5b0c551
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e9064c9ce8ed18c3a3aab61e58e663b8f5b0c551
|
2011-10-01 02:41:39+02:00
|
Introduce av_size_mult.
av_size_mult helps checking for overflow when computing the size of a memory
area.
Signed-off-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
b2600509fef4d77645491f208b8113c372a32110
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b2600509fef4d77645491f208b8113c372a32110
|
2011-09-28 18:13:52+02:00
|
Check for out of bound writes when building tree in bink decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
254af56dd101bc756194dd080bb99e8f123500dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/254af56dd101bc756194dd080bb99e8f123500dd
|
2011-09-27 15:15:54+02:00
|
Check for invalid/corrupted bitstream in sun raster decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
b9596a503760ccbd82ca3c03d1c0d5b9449be12b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b9596a503760ccbd82ca3c03d1c0d5b9449be12b
|
2011-09-28 00:52:37+02:00
|
Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
|
35cb6854bb76b4a5b6f2aea2dce81e18d7ab61cd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/35cb6854bb76b4a5b6f2aea2dce81e18d7ab61cd
|
2011-09-25 00:42:42+02:00
|
bintext: fix possible x variable overflow.
Signed-off-by: Michael Niedermayer <[email protected]>
|
b9dbaa409f51545a840929665fa0303b46e7e8a5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b9dbaa409f51545a840929665fa0303b46e7e8a5
|
2011-09-16 05:53:32+02:00
|
ffplay: fix a crash caused by aborting the video queue
If the video queue is aborted, we have to pop the pending ALLOC event or wait
for the allocation to complete, because the current code assumes that
VideoState->pictq_windex does not change until the allocation is complete.
Signed-off-by: Michael Niedermayer <[email protected]>
|
0a1cf6621067c4a85b519c8cad5c345c29017f89
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0a1cf6621067c4a85b519c8cad5c345c29017f89
|
2011-08-26 17:08:46+02:00
|
Fix VC-1 width/height handling.
avcodec_set_dimensions should be used for size changes to ensure
compatibility with future changes.
avctx->width/avctx->height may not be set to display-only dimensions.
Even more so since vc1dec.c would later set coded_width/height based
on this.
coded_width/coded_height should be used instead of width/height for
decoder setup.
This fixes playback of e.g. zz-mcr-nsqr.vc1 sample (containing
display width/height settings) in MPlayer and should fix a crash
with MPC: http://forum.doom9.org/showthread.php?t=162221.
Signed-off-by: Reimar Döffinger <[email protected]>
|
4f00519d9508e07aac58a00a9b514dae8ad95723
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4f00519d9508e07aac58a00a9b514dae8ad95723
|
2011-08-16 23:07:25+02:00
|
configure: slightly more robust looking check for math functions.
I dont know on which system the prior check failed but an advanced
linker on some platform might have optimized func() out as unreachable.
Patch taken from http://floss.freebox.fr
Author: unknown
Signed-off-by: Michael Niedermayer <[email protected]>
|
9331a2ee41d13d04e2eed077f1f934a62288ab01
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9331a2ee41d13d04e2eed077f1f934a62288ab01
|
2011-09-13 17:34:19+02:00
|
Fix several security issues in matroskadec.c (MSVR-11-0080).
Whitespace of the patch cleaned up by Aurel
Some of the issues have been reported by Steve Manzuik / Microsoft Vulnerability Research (MSVR)
Signed-off-by: Michael Niedermayer <[email protected]>
|
956c901c68eff78288f40e3c8f41ee2fa081d4a8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/956c901c68eff78288f40e3c8f41ee2fa081d4a8
|
2011-07-28 14:59:54+02:00
|
lavf: fix invalid reads in avformat_find_stream_info()
|
e358f7ee90fec591348ca05dff94ebaf4c1a098b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e358f7ee90fec591348ca05dff94ebaf4c1a098b
|
2011-07-14 03:41:24+02:00
|
libvo-amrwbenc: Add braces to shut up gcc warning.
libavcodec/libvo-amrwbenc.c:37:5: warning: missing braces around initializer
|
b0058bda78bcbb6a887e5099b85ac3bc2e23bb57
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b0058bda78bcbb6a887e5099b85ac3bc2e23bb57
|
2011-07-07 09:22:12+02:00
|
dv: fix valgrind use of uninitialised value warnings.
|
afd06c68734e251a616fa53abdcf864e31c302e2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/afd06c68734e251a616fa53abdcf864e31c302e2
|
2011-07-05 17:22:48+02:00
|
swscale: fix another yuv range conversion overflow in 16bit scaling.
(cherry picked from commit 81cc7d0bd1eab0aa782ff8dd49e087025a42cdee)
|
afb9d4e8f10a78d52750e59bfd06d6fbd88e98f3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/afb9d4e8f10a78d52750e59bfd06d6fbd88e98f3
|
2011-07-01 03:07:37+02:00
|
ogg: fix double free when finding length of small chained oggs.
ogg_save() copies streams[], but doesn't keep track of free()'ed
struct members. Thus, if in between a call to ogg_save() and
ogg_restore(), streams[].private was free()'ed, this would result
in a double free -> crash, which happened when e.g. playing small
chained ogg fragments.
|
9ed6cbc3ee2ae3e7472fb25192a7e36fd7b15533
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9ed6cbc3ee2ae3e7472fb25192a7e36fd7b15533
|
2011-06-29 09:45:52-07:00
|
swscale: Commits that could not be pulled earlier due to bugs #2
commit 5a5a0f161359ca6c3fd03eac88a57bd026b8bc1d
Author: Diego Biurrun <[email protected]>
Date: Fri May 27 19:46:39 2011 +0200
swscale: Remove unused variables in x86 code.
libswscale/x86/swscale_template.c:2072: warning: unused variable ‘canMMX2BeUsed’
libswscale/x86/swscale_template.c:2145: warning: unused variable ‘canMMX2BeUsed’
libswscale/x86/swscale_template.c:2209: warning: unused variable ‘chrVPixBuf’
libswscale/x86/swscale_template.c:2237: warning: unused variable ‘chrVSrcPtr’
commit 389e2000ebc299b9da24f7e5faf9a68a88f9ee7c
Author: Ronald S. Bultje <[email protected]>
Date: Fri May 27 12:23:32 2011 -0400
swscale: delay allocation of formatConvBuffer().
That means it won't be allocated when not needed. Alongside
this, it fixes valgrind/fate-detected memory leaks.
commit f327bfa6dcdbce4593213c30a328d8aaf7a4b86b
Author: Ronald S. Bultje <[email protected]>
Date: Fri May 27 11:36:43 2011 -0400
swscale: fix build with --disable-swscale-alpha.
commit 9f5d45025e8df9d5f39832caad16b94cb6ac11c5
Author: Ronald S. Bultje <[email protected]>
Date: Fri May 27 09:28:38 2011 -0400
swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
|
39d607e5bbc25ad9629683702b510e865434ef21
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/39d607e5bbc25ad9629683702b510e865434ef21
|
2011-05-29 02:14:45+02:00
|
imgutils: generalize linesize computation for bitstream formats
Make it a subcase of the general algorithm used for the non-bitstream
case. Simplify, and make av_image_get_linesize() and
av_image_fill_linesizes() correctly return the right value when plane
!= 0.
In particular fix a crash occurring with:
-vf format=monow,showinfo,format=monow.
|
10931720cd55d83e0b933b8a9bb0795fd9e48875
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/10931720cd55d83e0b933b8a9bb0795fd9e48875
|
2011-05-15 12:27:07+02:00
|
h264pred: fix aliasing violations.
Tested to fix Haiku H264/10bit fate failures, may also fix others.
|
2caf19e90f270abe1e80a3e85acaf0eb5c9d0aac
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2caf19e90f270abe1e80a3e85acaf0eb5c9d0aac
|
2011-05-11 06:59:16-04:00
|
ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup.
Fixed another dereference in the RTSP code.
Removed a useless variable.
Changed an unnecessary looping assignment to a simple assignment suggested by
Maksym.
Added fixes and tweaks suggested by Maksym Veremeyenko [[email protected]] and
Clément B.
|
db3262b700092e4012ae7564aa29eba1624a398c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/db3262b700092e4012ae7564aa29eba1624a398c
|
2011-05-26 12:57:59+02:00
|
AMV: Fix possibly exploitable crash.
Reported-at: Thu, 21 Apr 2011 14:38:25 +0000
Reported-by: Dominic Chell <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
89f903b3d5ec38c9c5d90fba7e626fa0eda61a32
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/89f903b3d5ec38c9c5d90fba7e626fa0eda61a32
|
2011-04-21 22:44:55+02:00
|
vsrc_movie: fix leak in request_frame()
Also set movie->picref to NULL, in order to avoid a crash in uninit()
when movie->picref is unreffed again and it was already freed.
Fix trac issue #66.
Signed-off-by: Stefano Sabatini <[email protected]>
|
dc8e1b75e721ee10a8ba34311ee622e7a6aa74c6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dc8e1b75e721ee10a8ba34311ee622e7a6aa74c6
|
2011-04-18 19:25:03+02:00
|
handle malloc failures in ff_get_wav_header
ff_get_wav_header is reading data from a WAVE file and then uses it
(without validation) to malloc a buffer. It then proceeded to read
data into the buffer, without verifying that the allocation succeeded.
To address this, change ff_get_wav_header to return an error if
allocation failed, and adapted all calling code to handle that error.
Signed-off-by: Luca Barbato <[email protected]>
|
ca402f32e392590a81a1381dab41c4f9c2c2f98a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ca402f32e392590a81a1381dab41c4f9c2c2f98a
|
2011-04-14 13:56:09+02:00
|
xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.
Signed-off-by: Michael Niedermayer <[email protected]>
|
9522a752bf4179b69fa9e334ee755405ba8f4459
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9522a752bf4179b69fa9e334ee755405ba8f4459
|
2011-05-04 23:33:59+02:00
|
Vorbis-in-Ogg: Do not set timebase to invalid values
Avoids an assert when the sample rate is invalid and the timebase
is thus set to e.g. 1/0.
Sample file is http://samples.mplayerhq.hu/ogg/fuzzed-srate-crash.ogg
This is a quick fix for a crash, not a final solution.
Signed-off-by: Mans Rullgard <[email protected]>
|
ce20edb7bd6c1768ef5f4d181d7ba27a0e7945bd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ce20edb7bd6c1768ef5f4d181d7ba27a0e7945bd
|
2011-01-29 13:48:13+00:00
|
Check symbol validity to avoid a crash, fixes issue 2523.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26360 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
eb40d7ffa7d455697849a0a505ca42836b30aa6d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eb40d7ffa7d455697849a0a505ca42836b30aa6d
|
2011-01-15 10:18:38+00:00
|
perform sanity check on number of channels in electronicarts demuxer
Fixes issue2514
Original patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26296 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4da766ce6590554cdc6afd70812a62d5cba43087
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4da766ce6590554cdc6afd70812a62d5cba43087
|
2011-01-10 11:02:07+00:00
|
Fix assertion fail on audio files with invalid sample rates,
fixes issue 2475.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26240 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
6cbce6365067e1bdd5127d9001809726ea538e09
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6cbce6365067e1bdd5127d9001809726ea538e09
|
2011-01-06 03:30:19+00:00
|
Fix crash decoding broken wmv2 files.
Fixes issue 1670.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26202 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
3b99e00c7549ccad90c57b5bcd6e3456650a994a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3b99e00c7549ccad90c57b5bcd6e3456650a994a
|
2011-01-02 23:41:02+00:00
|
Our ljpeg encoder supports bgra, use the correct constant in the sanity check.
Originally committed as revision 26220 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
db61329607c858f95cd7e4c165897dcd39f82977
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/db61329607c858f95cd7e4c165897dcd39f82977
|
2011-01-05 04:52:35+00:00
|
Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot
kang at gmail com>, as part of Google's GCI 2010.
Originally committed as revision 26177 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0790caba607c2bb952b405c4840529b82c7cc150
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0790caba607c2bb952b405c4840529b82c7cc150
|
2010-12-31 01:29:06+00:00
|
Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash.
Originally committed as revision 25697 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
00b3ca3c7a779e3b062d6ef0c5067c60c8f8a357
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/00b3ca3c7a779e3b062d6ef0c5067c60c8f8a357
|
2010-11-07 18:40:09+00:00
|
Try to fix crashes introduced by r25218
r25218 made assumptions about the existence of past reference frames that
weren't necessarily true.
Originally committed as revision 25243 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
4dece8c7f8255fb3c4ad9fb7fd25a8ba7692fd27
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4dece8c7f8255fb3c4ad9fb7fd25a8ba7692fd27
|
2010-09-28 09:06:22+00:00
|
Remove CCITT fax G4 tests (partial revert of r24954). This test is
corrupting memory somehow and segfaulting in the BSDs.
Originally committed as revision 24956 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
0a24503d04b5c62eaf8c45a1491933e232033aa4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0a24503d04b5c62eaf8c45a1491933e232033aa4
|
2010-08-28 14:45:51+00:00
|
configure: enclose library check for librtmp in brackets
otherwise it would always fail if librtmp was not enabled.
Originally committed as revision 24026 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
42ebfc54b839a687f803b0353cfc64cfd492cba1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/42ebfc54b839a687f803b0353cfc64cfd492cba1
|
2010-07-03 18:50:40+00:00
|
configure: improve GNU as checking
Check for GNU assembler only when asm is enabled. Show a warning for
ppc/altivec only, and fail on ARM.
Originally committed as revision 23964 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
301ab19dd97deb30a073e93d3c8a969bb7f6966f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/301ab19dd97deb30a073e93d3c8a969bb7f6966f
|
2010-07-02 02:03:20+00:00
|
matroskadec: avoid potential crash after r23169
Originally committed as revision 23330 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
37dd235658bc797667ec842abaed19169a36e6e5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/37dd235658bc797667ec842abaed19169a36e6e5
|
2010-05-25 22:55:12+00:00
|
Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder.
Originally committed as revision 22468 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
70b462cc2940bce1023adb0780a83725526117f4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/70b462cc2940bce1023adb0780a83725526117f4
|
2010-03-11 12:29:02+00:00
|
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
Originally committed as revision 30864 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
97cda76a69afe59dae6168f8bf13a9170343d380
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/97cda76a69afe59dae6168f8bf13a9170343d380
|
2010-03-08 19:41:57+00:00
|
Revert "Move the probe loop from av_open_input_file() into its own method"
This reverts r22296. This change made some files to fail to open.
The patch submitter has promised to investigate next week.
Originally committed as revision 22315 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
f19341e17a0ece29613cc583daaee6ec58aea9c5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f19341e17a0ece29613cc583daaee6ec58aea9c5
|
2010-03-08 03:46:37+00:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.