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
rtsp: Retry authentication if failed due to being stale Signed-off-by: Martin Storsjö <[email protected]>
2f96cc1fc41f2d3a349d55f9d2078694a6a87dc1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2f96cc1fc41f2d3a349d55f9d2078694a6a87dc1
2012-03-13 10:36:18+02:00
cook: expand dither_tab[], and make sure indexes into it don't overflow. Fixes overflows in accessing dither_tab[]. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
442c3a8cb1785d74f8e2d7ab35b1862b7088436b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/442c3a8cb1785d74f8e2d7ab35b1862b7088436b
2012-03-10 12:03:53-08:00
xxan: convert to bytestream2 API. Protects against overreads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
55188278169c3a1838334d7aa47a1f7a40741690
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/55188278169c3a1838334d7aa47a1f7a40741690
2012-03-10 11:48:57-08:00
tgq: convert to bytestream2 API. This protects against input buffer overreads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
1255eed533b4069db7f205601953ca54c0dc42c9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1255eed533b4069db7f205601953ca54c0dc42c9
2012-03-07 09:53:57-08:00
cook: silence some signed overflow warnings. Signed-off-by: Michael Niedermayer <[email protected]>
3a5836038d2a6a23f2f37010773a62088a2fcb12
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a5836038d2a6a23f2f37010773a62088a2fcb12
2012-03-07 00:29:23+01:00
h263: fix zygo debug printing overreading. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e93d911e483ffcf3da3dd2cbac2895fa061d2f58
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e93d911e483ffcf3da3dd2cbac2895fa061d2f58
2012-03-02 16:53:37+01:00
wmaenc: remove bit-exact hack It may have improved cross-platform stability, but wasn't the only place in the encoder with bitexact issues. It is no longer needed because we have FATE tests for float encoders using fuzzy comparison.
c3da9f506038aea306dd1b9ce48db94ca251a08d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3da9f506038aea306dd1b9ce48db94ca251a08d
2012-03-17 11:46:15-04:00
kgv1dec: Increase offsets array size so it is large enough. Fixes CVE-2011-3945 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 807a045ab7f51993a2c1b3116016cbbd4f3d20d6) Signed-off-by: Alex Converse <[email protected]>
a02e8df973f5478ec82f4c507f5b5b191a5ecb6b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a02e8df973f5478ec82f4c507f5b5b191a5ecb6b
2012-01-30 10:16:23-08:00
h263dec: Disallow width/height changing with frame threads. Fixes CVE-2011-3937 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
59e95fa4a8844d2abe7ddd7b8d269ea8d8eea17d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59e95fa4a8844d2abe7ddd7b8d269ea8d8eea17d
2012-01-25 06:48:30+01:00
mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays. Based on patch from Tomas Härdin <[email protected]> and work by Georg Lippitsch <[email protected]> Changed av_calloc to av_mallocz and added overflow checks.
682b6db706a561de0241339f6674e59581ac1330
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/682b6db706a561de0241339f6674e59581ac1330
2012-01-22 14:40:52+01:00
sgidec: Use bytestream2 functions to prevent buffer overreads. The patch also adds several bytestream macros to deal with native endian. Signed-off-by: Justin Ruggles <[email protected]>
4cd0bdae9a62d1f0366e60603222762af31e5289
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4cd0bdae9a62d1f0366e60603222762af31e5289
2012-01-14 12:35:53-05:00
aacsbr: prevent out of bounds memcpy(). Fixes Libav Bug 195. This doesn't make the code handle sample rate or upsample/downsample change properly but this is still a good sanity check. Based on change by Michael Niedermayer. Signed-off-by: Alex Converse <[email protected]>
17ce52912f59a74ecc265e062578fb1181456e18
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/17ce52912f59a74ecc265e062578fb1181456e18
2012-01-10 13:13:34-08:00
vorbis: An additional defense in the Vorbis codec. Fixes Bug: #190 Chromium Bug: #100543 Related to CVE-2011-3893 Signed-off-by: Reinhard Tartler <[email protected]>
afb2aa537954db537d54358997b68f46561fd5a7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/afb2aa537954db537d54358997b68f46561fd5a7
2012-01-08 09:09:26+01:00
ogg: Avoid the possibility to read out-of-bounds of a static global array in Vorbis decoding. BUG=100543 Review URL: http://codereview.chromium.org/8365014 This fixes 25% of CVE-2011-3893 Signed-off-by: Michael Niedermayer <[email protected]>
7149fce2cac0474a5fbc5b47add1158cd8bb283e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7149fce2cac0474a5fbc5b47add1158cd8bb283e
2012-01-04 21:58:08+01:00
electronicarts: Fix division by zero. Fixes Ticket #793 Signed-off-by: Oana Stratulat <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
0d3a51e5d279dd2a56c81ba7a81a70128c5a7545
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d3a51e5d279dd2a56c81ba7a81a70128c5a7545
2012-01-04 02:39:49+01:00
ffmpeg: fix compiler warning for uninitialized variables Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
12bdc7b15e4f5a24842b34ba79f59ca869f8f33a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/12bdc7b15e4f5a24842b34ba79f59ca869f8f33a
2012-01-03 03:24:18+01:00
lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer() Do not fail audio decoding with avcodec_decode_audio3 if user has set a custom get_buffer. Strictly speaking, this was never allowed by the API, but it seems that some software packages did so anyways. In order to unbreak applications (cf. http://bugs.debian.org/655890), this change clarifies the API and overrides the custom get_buffer() with the defaults. This change is inspired by a similar commit (c3846e3ebab610be691adb8b40d376dc2f675dc4) in FFmpeg. Signed-off-by: Reinhard Tartler <[email protected]>
e2ff436ef64589de8486517352e17f513886e15b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e2ff436ef64589de8486517352e17f513886e15b
2012-01-15 21:40:59+01:00
qpeg: Check for overread in qpeg_decode_intra. Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
e7c1e38ba632f7315e332dd350b38f782f428884
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e7c1e38ba632f7315e332dd350b38f782f428884
2011-12-29 15:21:02+01:00
v410dec: Check for sufficient input data. Fixes crash Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]>
8f5216905f88510c9a74cd91a424902aa989b9a1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8f5216905f88510c9a74cd91a424902aa989b9a1
2011-12-28 12:47:36-08:00
Fix possible endless loop when decoding amr. Fixes bug 151. Reviewed-by: Vitor Sessak
290e7eb77bee5a54182fb3d5fb122c1e117190da
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/290e7eb77bee5a54182fb3d5fb122c1e117190da
2011-12-18 14:20:14+01:00
swscale: fix integer overflows in RGB pixel writing. We're shifting individual components (8-bit, unsigned) left by 24, so making them unsigned should give the same results without the overflow. Signed-off-by: Ronald S. Bultje <[email protected]>
77d88b872d8cbb42738ede2d4fc098c16f204236
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/77d88b872d8cbb42738ede2d4fc098c16f204236
2011-12-17 18:59:24+00:00
swscale: fix overflows in RGB rounding constants. Signed-off-by: Mans Rullgard <[email protected]>
4391805916a1557278351f25428d0145b1073520
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4391805916a1557278351f25428d0145b1073520
2011-12-17 14:36:09+00:00
aacdec: Fix null pointer crash Fixes bug170 Bug found by: Gautam Gupta Signed-off-by: Michael Niedermayer <[email protected]>
f37b2d5a6884c7bea87a6c7454239381449bd637
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f37b2d5a6884c7bea87a6c7454239381449bd637
2011-12-17 05:04:56+01:00
wavpack: Fix 32-bit clipping In the case that (frame_flags & 0x03) == 3, hybrid_maxclip may have had a signed integer overflow. Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
bb9747c8eee134f2bf6058d368f8cbc799f4b7d3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb9747c8eee134f2bf6058d368f8cbc799f4b7d3
2011-12-16 20:55:53+01:00
ffmpeg: check return code from av_vsrc_buffer_add_frame() Fixed Ticket770 Bug found by: Diana Elena Muscalu Signed-off-by: Michael Niedermayer <[email protected]>
1f273c2bf22c49e5f668debf52c497dabee636c7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f273c2bf22c49e5f668debf52c497dabee636c7
2011-12-15 23:58:31+01:00
segafilm: fail earlier in case theres not enough bytestream left for a audio packet. This prevents a potentially large memory allocation. Signed-off-by: Michael Niedermayer <[email protected]>
1795fed7bc7a8b8109757cb5f27198c5b05698b5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1795fed7bc7a8b8109757cb5f27198c5b05698b5
2011-12-25 04:49:23+01:00
ttadec: check channel count as read from extradata. fixes floating-point exception due to channels being set to 0. fixes Bug 128. Signed-off-by: Justin Ruggles <[email protected]>
8bd1f1a4c8e591e92e7f4933a89fe5de72e5563f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8bd1f1a4c8e591e92e7f4933a89fe5de72e5563f
2011-12-10 14:54:19-05:00
apedec: fix signed integer overflows This bit manipulation is equivalent but avoids undefined shifts and overflows. Signed-off-by: Mans Rullgard <[email protected]>
644bff6c9bf15b5ed723a893236dbc8c29579c93
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/644bff6c9bf15b5ed723a893236dbc8c29579c93
2011-11-26 11:38:41+00:00
fraps: check for overread. Signed-off-by: Anton Khirnov <[email protected]>
5ace144fe0b7519c389d3ddcdcf7082b4e89b0df
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5ace144fe0b7519c389d3ddcdcf7082b4e89b0df
2011-11-26 08:35:57+01:00
pthread: add some malloc failure checks
a8fe9a7242cfc7351957c0ec086d0722b2a653da
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8fe9a7242cfc7351957c0ec086d0722b2a653da
2011-11-21 10:18:25-05:00
matroskadec: Fix a buffer overread Originally committed as revision 22271 to svn://svn.ffmpeg.org/ffmpeg/trunk
e48f7ff3cb73fbaba0f5b8d442dc5909f705c863
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e48f7ff3cb73fbaba0f5b8d442dc5909f705c863
2010-03-07 02:26:30+00:00
ffmpeg: Fix regression where various fields where not initialized leading to segfaults Bug introduced by: commit f12f40b31aa7f030393cfc756e83f4aa4265e448 Author: Anton Khirnov <[email protected]> Date: Tue Aug 30 04:05:20 2011 +0200 ffmpeg: get rid of new* options. They are confusing, irregular and redundant -- -map already contains all the information. Stream maps can now be parsed in opt_output_file(). Add a more user-friendly default behavior in case no maps are present. Breaks -programid for now, but it never worked properly anyway. A better solution will be written soon.
e71aaad283533f879cb09faaa58060412c55aaa3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e71aaad283533f879cb09faaa58060412c55aaa3
2011-10-29 20:25:39+02:00
http: Don't use the normal http proxy mechanism for https The tls protocol handles connections via proxies internally. With TLS/SSL, the peer verification requires that the client speaks directly with the server, since the proxy doesn't have the remote server's private key. Signed-off-by: Martin Storsjö <[email protected]>
dbc2424baa5aa4c72026d167f0678f2374620f44
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dbc2424baa5aa4c72026d167f0678f2374620f44
2011-11-18 10:59:53+02:00
mathops: remove undefined behaviour from sign_extend() This function intentionally overflows the signed range on the left shift. Using this type-punning avoids errors from the overflow checker without disabling this test globally. Signed-off-by: Mans Rullgard <[email protected]>
f59bb3d8f3eb50aa182b0d7ae209848b94a507cc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f59bb3d8f3eb50aa182b0d7ae209848b94a507cc
2011-10-13 15:40:16+01:00
tiffdec: fix out of bound reads/writes Signed-off-by: Janne Grunau <[email protected]>
04a845caa7cdcdd1457f8c0dde52a7b2085ed92f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/04a845caa7cdcdd1457f8c0dde52a7b2085ed92f
2011-10-10 21:36:13+02:00
lavf: fix signed overflow in avformat_find_stream_info() On the first iteration through this code, last_dts is always INT64_MIN (AV_NOPTS_VALUE) and the subtraction overflows in an invalid manner. Although the result is only used if the input values are valid, performing the subtraction is still not allowed in a strict environment. Signed-off-by: Mans Rullgard <[email protected]>
a31e9f68a426f634e002282885c6c2eb1bfbea44
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a31e9f68a426f634e002282885c6c2eb1bfbea44
2011-10-08 20:04:22+01:00
xan: Prevent NULL dereferences with missing reference frame Signed-off-by: Janne Grunau <[email protected]>
06be075cda0a6ba8bab8f543571b380884f562ac
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/06be075cda0a6ba8bab8f543571b380884f562ac
2011-10-07 16:25:31+02:00
nuv: do not use data not initialized by LZO decompression. This fixes visible corruption in the incomplete last frame of the FATE sample. Signed-off-by: Reimar Döffinger <[email protected]>
266f6eefc603dd3c34be7de94eec5c9c293b80f1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/266f6eefc603dd3c34be7de94eec5c9c293b80f1
2011-11-05 23:53:47+01:00
Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder. Signed-off-by: Michael Niedermayer <[email protected]>
78cb39d2b2ad731dd3b984b0c0711b9f1d6de004
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/78cb39d2b2ad731dd3b984b0c0711b9f1d6de004
2011-09-25 00:27:29+02:00
Fixed NULL pointer dereference in id3v2 parser. Signed-off-by: Michael Niedermayer <[email protected]>
f57b00e89749b559da7cd99a4b630c90617e17d4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f57b00e89749b559da7cd99a4b630c90617e17d4
2011-09-25 23:01:43+02:00
[mxfdec] Check return value of avio_seek and avoid modifying state if it fails
a3f4fc813d479fb1f80aef180c17d6cffb4339ef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3f4fc813d479fb1f80aef180c17d6cffb4339ef
2011-09-14 19:53:45+02:00
sol: return error if av_get_packet() fails. This prevents sending a packet with data=NULL size=AVERROR_EOF.
b15a9888a8f8e8cc9784ffd8d5d0307900fb78bb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b15a9888a8f8e8cc9784ffd8d5d0307900fb78bb
2011-09-25 16:53:49-04:00
[jvd] Check return value of avio_seek and avoid modifying state if it fails
833358172b64120331485b4ceaaa2ae74f4a0461
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/833358172b64120331485b4ceaaa2ae74f4a0461
2011-09-14 19:53:39+02:00
ffmpeg: Replace goto redo on decode fail with continue. This checks for sigterm but otherwise is identical to the previous behavior.
ff037c54b43c512c7fd7f342801a086563c4de23
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff037c54b43c512c7fd7f342801a086563c4de23
2011-08-30 18:10:10+02:00
Fix possible crash when decoding mpeg streams. This reverts 2cf8355f98681bdd726b739008acd5483f82f8d7, fixes ticket 329.
31fe5d9825a050ca319ab9ddbe502d84ac3a576e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31fe5d9825a050ca319ab9ddbe502d84ac3a576e
2011-08-04 11:06:43+02:00
opt: do not crash in av_set_options_string() if opts == NULL Add missing NULL check, and update documentation accordingly.
141f03541b39e131a5e8aa776a88abe77b70618e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/141f03541b39e131a5e8aa776a88abe77b70618e
2011-06-19 19:13:05+02:00
crypto: Use av_freep instead of av_free This fixes a potential double free. Signed-off-by: Martin Storsjö <[email protected]>
a71bcd1a7f66e210971c44452dc4cdae7bdbd98a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a71bcd1a7f66e210971c44452dc4cdae7bdbd98a
2011-06-08 23:41:53+03:00
lavfi: add avfilter_link_free() function Allow to free the buffers cached in each AVFilterLink pool. Fix leak.
e977ca2645cc6b23589ddf97ab08861064ba8792
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e977ca2645cc6b23589ddf97ab08861064ba8792
2011-06-03 00:41:32+02:00
Fix crash of interlaced MPEG2 decoding
99e07a4453732058df90885f80b3db3b4f37cb3c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99e07a4453732058df90885f80b3db3b4f37cb3c
2011-05-11 22:10:56+02:00
mpeg12: terminate mpeg2_video_profiles arrays Make av_get_profile_name() return NULL if no profile is detected. Fix trac issue #130, fix crash reading file tek3.m2v.
e5d80c7b2d893422e2e60a97e08bfc48ca1684e6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e5d80c7b2d893422e2e60a97e08bfc48ca1684e6
2011-04-28 01:45:19+02:00
Reduce max lowres from 5 to 3 in sp5x decoder lowres higher than 3 crashes ffmpeg/ffplay here Signed-off-by: Michael Niedermayer <[email protected]>
f27c72b3682da19d7507561a1cad90f2068e354a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f27c72b3682da19d7507561a1cad90f2068e354a
2011-04-29 01:29:19+02:00
In libx264 wrapper, do not set pic quality if no frame is output, avoids uninitialized reads.
46f83e5b3c17a46fa9c86421e7b511cd00cb5d60
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/46f83e5b3c17a46fa9c86421e7b511cd00cb5d60
2011-04-19 13:31:27-07:00
cmdutils: add OPT_INT check in parse_number_or_die() Check that the value passed for an OPT_INT option is an int, fail otherwise.
584c2f1db82fbb8024ba2b6b4c48397efedcc125
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/584c2f1db82fbb8024ba2b6b4c48397efedcc125
2011-04-16 21:47:06+02:00
ac3enc: simplify sym_quant() These expressions are equivalent since levels is always odd, and overflow is impossible due to the constraints set by the assert(). Signed-off-by: Mans Rullgard <[email protected]>
7f6e05cdfd1242a6774e89283b6e2cefde191590
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f6e05cdfd1242a6774e89283b6e2cefde191590
2011-03-31 12:01:27+01:00
ffplay: Don't assume ic->pb is non-null This fixes crashes on exit when plaing some RealRTSP streams (among other), e.g. rtsp://dl.lib.brown.edu:554/areserves/1093545294660883.mp3. These crashes have been present since 3e68b3ba7b015cf21. Signed-off-by: Ronald S. Bultje <[email protected]>
648c79624fa70414dfb644fcb84b9de15e6568b0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/648c79624fa70414dfb644fcb84b9de15e6568b0
2011-03-21 15:08:09-04:00
bink: prevent overflows within binkidct by using int-sized intermediate array Signed-off-by: Ronald S. Bultje <[email protected]> (cherry picked from commit e211e255aa399d68239ffa42c9cc7a52eb3d55a9)
c3afa4db913668e50ac8ffc0bc66621664adc1f4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3afa4db913668e50ac8ffc0bc66621664adc1f4
2011-02-26 03:16:09+01:00
dvbsubdec: check against buffer overreads Signed-off-by: Janne Grunau <[email protected]> (cherry picked from commit 493aa30adf88baf5bc734072592a22db586f0cfb)
1a089285386decf7c41321f45e306c5d0c2ada82
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a089285386decf7c41321f45e306c5d0c2ada82
2011-02-11 02:54:09+01:00
cmdutils: fix opt_values leak Add free to uninit_opts and relocate opt_names to same Signed-off-by: Ronald S. Bultje <[email protected]>
3a6a9cdf5b8e4c4514e483484ef1f57b07ee16f2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a6a9cdf5b8e4c4514e483484ef1f57b07ee16f2
2011-02-05 17:18:45-05:00
rtsp: Don't store RTSPStream in AVStream->priv_data For mpegts in RTP, there isn't a direct mapping between RTSPStreams and AVStreams, and the RTSPStream isn't ever stored in AVStream->priv_data, which was earlier leaked. The fix for this leak, in ea7f080749d68a431226ce196014da38761a0d82, lead to double frees for other, normal RTP streams. This patch avoids storing RTSPStreams in AVStream->priv_data, thus avoiding the double free. The RTSPStreams are always available via RTSPState->rtsp_streams anyway. Tested with MS-RTSP, RealRTSP, DSS and mpegts/RTP. Signed-off-by: Luca Barbato <[email protected]> (cherry picked from commit d9c0510e22821baa364306d867ffac45da0620c8)
c6347bdf08db4b4893482f3136555d1a84a19347
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6347bdf08db4b4893482f3136555d1a84a19347
2011-02-04 03:10:10+01:00
x86: fix overflow in h264 8x8 planar prediction Signed-off-by: Mans Rullgard <[email protected]> (cherry picked from commit 80944df720da98d6e5ee0e355db5814735914ec9)
e243ed656c445e504d2e1fa83ad28c7f61209b8b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e243ed656c445e504d2e1fa83ad28c7f61209b8b
2011-01-26 03:43:29+01:00
Fix crash if invalid bit-rate was read from file. Fixes issue 2426. Patch by David Czech, davidczech510 gmail Originally committed as revision 26061 to svn://svn.ffmpeg.org/ffmpeg/trunk
9100d4d6327b077c44e5fdbc8082255f11953978
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9100d4d6327b077c44e5fdbc8082255f11953978
2010-12-20 09:58:27+00:00
Discard partial packet of last frame for fate-wmv8-drm to avoid test fails due to VC-1 decoder overreads resulting in different output. Originally committed as revision 26055 to svn://svn.ffmpeg.org/ffmpeg/trunk
eb066a4ce9e82cddb8f5af574804aa9889450b34
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eb066a4ce9e82cddb8f5af574804aa9889450b34
2010-12-18 23:11:31+00:00
Fix off-by-one error in APIchanges file. Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
146b6555449bc055cc2500b885119143ffd9f440
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/146b6555449bc055cc2500b885119143ffd9f440
2010-11-04 20:37:52+00:00
perform sanity check on sample rate in electronicarts demuxer Fixes issue2525 Original patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26298 to svn://svn.ffmpeg.org/ffmpeg/trunk
cb77dad72414940837bdb01dad5e747175d6a01f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb77dad72414940837bdb01dad5e747175d6a01f
2011-01-10 11:38:38+00:00
qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms Originally committed as revision 23065 to svn://svn.ffmpeg.org/ffmpeg/trunk
6ad533b7cbee7412b80a17531bff2739b8e34109
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ad533b7cbee7412b80a17531bff2739b8e34109
2010-05-09 17:46:42+00:00
Remove useless assert(), since this can (in theora) be used for any Xiph codec, so there's no reason to (invalidly) limit it to only Theora. Also fixes issue 1880 (compilation error on -DDEBUG). Originally committed as revision 22886 to svn://svn.ffmpeg.org/ffmpeg/trunk
e58c05bb3c8b7bd3b93d264facbf290aeae4c483
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e58c05bb3c8b7bd3b93d264facbf290aeae4c483
2010-04-15 13:30:12+00:00
Add DOS section to the platform documentation. patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22854 to svn://svn.ffmpeg.org/ffmpeg/trunk
6a36798f9bad3568ba212a30d5cd3295e71d57dc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a36798f9bad3568ba212a30d5cd3295e71d57dc
2010-04-12 15:16:52+00:00
Fix uninitialized value in codepath. See http://tranquillity.ath.cx/clang/2010-03-30-1/report-40QvF3.html#EndPath Originally committed as revision 22782 to svn://svn.ffmpeg.org/ffmpeg/trunk
190413cf81bc5d97d1a2f58466191b777211f802
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/190413cf81bc5d97d1a2f58466191b777211f802
2010-04-02 14:58:03+00:00
Plug some memory leaks in NUT muxer and demuxer Originally committed as revision 22120 to svn://svn.ffmpeg.org/ffmpeg/trunk
27dbc47c05e07486feba1ab829db584da2159648
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/27dbc47c05e07486feba1ab829db584da2159648
2010-02-28 20:49:21+00:00
Fix some memory leaks in seek_test test program: - do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
c7ff04e2f371a5157c6a632b70b9bfc5fba424c5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7ff04e2f371a5157c6a632b70b9bfc5fba424c5
2010-02-28 10:58:27+00:00
Do not attempt to open references through absolute pathes. This would allow an attacker to test remotely if a local file exists. Originally committed as revision 21925 to svn://svn.ffmpeg.org/ffmpeg/trunk
6a2459059e469fdb835ff4abcbc3bae9781116b3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a2459059e469fdb835ff4abcbc3bae9781116b3
2010-02-20 22:48:09+00:00
eval: replace variable-length array with av_malloc/free There is a theoretical possibility to pass a very long string to ff_parse, which could crash if allocated from the stack. This allows the allocation to be checked properly. Originally committed as revision 19670 to svn://svn.ffmpeg.org/ffmpeg/trunk
0314dead4e7c058568e792842405190c06d71da5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0314dead4e7c058568e792842405190c06d71da5
2009-08-19 21:59:40+00:00
H.264: Fix memory leaks with multithreading. The threads' contexts and rbsp_buffers were not freed at the end of decoding. Fixes issue 1581 Originally committed as revision 19207 to svn://svn.ffmpeg.org/ffmpeg/trunk
d2d5e067359873c3eebaa8e6fbedb5d2ddaab2e3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2d5e067359873c3eebaa8e6fbedb5d2ddaab2e3
2009-06-16 21:50:36+00:00
Fix cast of byte buffer to uint32 that was disregarding alignment requirements. Now calculates crc byte at a time until aligned, then continues with uint32 optimized calculation. This fixes crashes during mlp decoding on sparc (at least, maybe others). Originally committed as revision 19160 to svn://svn.ffmpeg.org/ffmpeg/trunk
d468ff0fdfdd3ff8f54adea3dd1ef4b94cb8538d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d468ff0fdfdd3ff8f54adea3dd1ef4b94cb8538d
2009-06-12 02:13:12+00:00
Change buffer size checks to avoid the undefined overflow case. Originally committed as revision 19047 to svn://svn.ffmpeg.org/ffmpeg/trunk
dbc53ffc7c398f90ae1cf59e513d3882bc0dc188
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dbc53ffc7c398f90ae1cf59e513d3882bc0dc188
2009-05-31 10:23:38+00:00
Set flag after VC-1 VLCs are initialized to avoid race condition Originally committed as revision 18639 to svn://svn.ffmpeg.org/ffmpeg/trunk
f7cf12b209c3a1ac2d6b797c585b593a5e9a461d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f7cf12b209c3a1ac2d6b797c585b593a5e9a461d
2009-04-21 05:42:22+00:00
Change buffer check to avoid an unlikely pointer arithmetic overflow. Originally committed as revision 18596 to svn://svn.ffmpeg.org/ffmpeg/trunk
b1e309865f6b4f67841c811faa5022e492095906
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1e309865f6b4f67841c811faa5022e492095906
2009-04-17 19:49:55+00:00
Simplify packet duplication code in ff_interleave_add_packet. Behaviour only changes if pkt->destuct neither av_destruct_packet, av_destruct_packet_nofree nor NULL, in which case the new code avoids a double free. Originally committed as revision 18452 to svn://svn.ffmpeg.org/ffmpeg/trunk
d2e63e8b0553d400f81285d354f85e778d1cf888
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2e63e8b0553d400f81285d354f85e778d1cf888
2009-04-11 22:38:00+00:00
Make sure error resilience does not try to use unavailable reference frames. Fixes the crash described in issue 706. Originally committed as revision 18407 to svn://svn.ffmpeg.org/ffmpeg/trunk
b6b66760858630cf4719bed365f213a572ee9a63
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b6b66760858630cf4719bed365f213a572ee9a63
2009-04-10 07:17:30+00:00
Make sure mpeg2 has its height rounded up to 32 as that is needed for interlaced stuff. This might have been exploitable when emu edge was not set though note this bug has been introduced just a few days ago. Originally committed as revision 18405 to svn://svn.ffmpeg.org/ffmpeg/trunk
c81185a18333b28439476fdc00979225158c8755
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c81185a18333b28439476fdc00979225158c8755
2009-04-10 00:09:07+00:00
Check for alloc failures. Originally committed as revision 17497 to svn://svn.ffmpeg.org/ffmpeg/trunk
c60a0f85eea39542a9b3a5efaf2411abfe2ca528
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c60a0f85eea39542a9b3a5efaf2411abfe2ca528
2009-02-21 20:57:46+00:00
Add av_uninit macro to variable to avoid false positive warning: libavcodec/qtrleenc.c: In function ‘qtrle_encode_frame’: libavcodec/qtrleenc.c:113: warning: ‘bulkcount’ may be used uninitialized in this function Originally committed as revision 17155 to svn://svn.ffmpeg.org/ffmpeg/trunk
f59f81487439c05d24d712cf7ce60e983fb94117
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f59f81487439c05d24d712cf7ce60e983fb94117
2009-02-11 14:55:24+00:00
Fix an overflow in the predictor. fixes issue 636 Patch by Jai. Originally committed as revision 16007 to svn://svn.ffmpeg.org/ffmpeg/trunk
3d5e1bfb20d3489d7bb2fa26196e02086e06f2b8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d5e1bfb20d3489d7bb2fa26196e02086e06f2b8
2008-12-05 07:58:31+00:00
Make size variables in dyn_buf_write unsigned so gcc will not optimize the check away (due to assuming signed overflows do not happen). Originally committed as revision 15555 to svn://svn.ffmpeg.org/ffmpeg/trunk
6bc03a695bc4c1ecd212263c4a3c9cf638d025e0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6bc03a695bc4c1ecd212263c4a3c9cf638d025e0
2008-10-04 21:11:58+00:00
Fix endless loop when opening corrupt FLV files (issue 699). Patch by Andrew Wason, rectalogic A rectalogic D com Originally committed as revision 15738 to svn://svn.ffmpeg.org/ffmpeg/trunk
8ff8de73a4853a1f00baab707021bde7988f97bb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8ff8de73a4853a1f00baab707021bde7988f97bb
2008-10-28 23:49:04+00:00
Fix overflow. Originally committed as revision 27573 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
33a67bd6c7e4fb75e01a0f781e0a679c861f2950
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33a67bd6c7e4fb75e01a0f781e0a679c861f2950
2008-09-10 20:47:16+00:00
Send improper UDP SETUP request, which is what Realmedia servers expect. See discussion on ML in "Realmedia patch" thread. Originally committed as revision 15482 to svn://svn.ffmpeg.org/ffmpeg/trunk
eee2cbff77d957e19c8e7d4407a27a5f42fef5f6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eee2cbff77d957e19c8e7d4407a27a5f42fef5f6
2008-09-30 13:20:23+00:00
Remove check for @ in tcp.c which removes the authorization data from the actual hostname. This functionality already exists (and always existed) in url_split() and is therefore useless. See discussion in "[PATCH] tcp.c/udp.c memleak?" thread on ffmpeg-devel. Originally committed as revision 14946 to svn://svn.ffmpeg.org/ffmpeg/trunk
f23a9759cee8442b02195a4539f65d041104c9cb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f23a9759cee8442b02195a4539f65d041104c9cb
2008-08-24 16:22:40+00:00
Fix a mem leak in av_find_stream_info(). Patch by Erik Hovland erik hovland org Originally committed as revision 14276 to svn://svn.ffmpeg.org/ffmpeg/trunk
be390a4e2e71e21fd6185185a7f5c882ff16ed05
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be390a4e2e71e21fd6185185a7f5c882ff16ed05
2008-07-18 07:13:56+00:00
Heap buffer overflow. Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
494e353179a138b254630f3a208df3aa639d258f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/494e353179a138b254630f3a208df3aa639d258f
2008-05-03 21:01:47+00:00
Fixes NULL pointer dereference CID66 Originally committed as revision 13483 to svn://svn.ffmpeg.org/ffmpeg/trunk
fce88d52ca0b694a614e2cf030c3f622db65b164
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fce88d52ca0b694a614e2cf030c3f622db65b164
2008-05-28 00:10:34+00:00
Check for memory allocation failure of temp buffer Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk
52537534d20c675d3c53cdad160dd3462fbfef30
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52537534d20c675d3c53cdad160dd3462fbfef30
2007-11-18 22:49:41+00:00
fix cabac decoding with some Blue-Ray sources Patch by Andreas Öman %andreas A olebyn P nu% Original thread: Date: Jul 7, 2007 1:23 AM Subject: [FFmpeg-devel] Corrupted blocks and seeking issues in H264 disc sources Originally committed as revision 9836 to svn://svn.ffmpeg.org/ffmpeg/trunk
d4a688d02918e12543c7eaa42a953d2fb8d9375e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4a688d02918e12543c7eaa42a953d2fb8d9375e
2007-07-30 21:19:36+00:00
Compute the dequant coefficient table ptr outside the loop, this saves speed for the upcoming secondqp fix. Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9497 to svn://svn.ffmpeg.org/ffmpeg/trunk
4bbdf13f9ed655b152677230a760aa2304c01957
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4bbdf13f9ed655b152677230a760aa2304c01957
2007-07-06 07:55:37+00:00
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not have the last line decoded, leaving the bottom line of the bitmap array uninitialised. Patch by Ian Caulfield, ian dot caulfield gmail dot com. Originally committed as revision 7767 to svn://svn.ffmpeg.org/ffmpeg/trunk
4ee97612c7999141832a573ab7b217d5974e3582
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4ee97612c7999141832a573ab7b217d5974e3582
2007-01-30 14:19:43+00:00
add sanity checks Originally committed as revision 7679 to svn://svn.ffmpeg.org/ffmpeg/trunk
dfcf8d57c59428ba1a9f5a65c4c75d2f84661cf5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dfcf8d57c59428ba1a9f5a65c4c75d2f84661cf5
2007-01-24 10:44:24+00:00
fix crash when decoding a truncated H264 slice patch by Alexander Chemeris % ipse P ffmpeg A gmail.com % Original thread: date: Dec 5, 2006 7:26 PM subject: [Ffmpeg-devel] [PATCH] Fix crush when truncated slice passed to H.264 decoder Originally committed as revision 7229 to svn://svn.ffmpeg.org/ffmpeg/trunk
a083f53c453846811f11ae650f047cdfdef18ae2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a083f53c453846811f11ae650f047cdfdef18ae2
2006-12-05 22:18:19+00:00
Divide first audio buffer chunk into atomary bufffers. This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
c8f9f9b91a3d3254e62f4fbcd6065a504164b06b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c8f9f9b91a3d3254e62f4fbcd6065a504164b06b
2006-11-19 05:30:43+00:00
fix buffer underflows by reencoding the current frame with a higher QP Originally committed as revision 6565 to svn://svn.ffmpeg.org/ffmpeg/trunk
075060023d978975ed5328e269d6e20163e669d2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/075060023d978975ed5328e269d6e20163e669d2
2006-10-05 19:27:18+00:00
Fix overflows in bicubic interpolation. Originally committed as revision 5868 to svn://svn.ffmpeg.org/ffmpeg/trunk
a70c27e813346a11e5fff3d329ecba82fb76826a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a70c27e813346a11e5fff3d329ecba82fb76826a
2006-07-31 03:32:59+00:00