commit_msg
stringlengths
1
24.2k
commit_hash
stringlengths
2
84
project
stringlengths
2
40
source
stringclasses
4 values
labels
int64
0
1
repo_url
stringlengths
26
70
commit_url
stringlengths
74
118
commit_date
stringlengths
25
25
avcodec/mjpegdec: check len in mjpeg_decode_app() more completely Avoids len from becoming negative and causing assertion failure Fixes: signal_sigabrt_7ffff7126425_5140_fd44dc63fa7bdd12ee34fc602231ef02.jpg Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6060234d43dcf0b5200cdd7dbd2f1542146827eb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6060234d43dcf0b5200cdd7dbd2f1542146827eb
2013-11-22 17:02:00+01:00
avformat/vobsub: fix invalid sub queue access while seeking. If there is only 1 stream and seek isn't called with a specific stream index, we pick the first (and only) one. Regression since dbfe6110. Fixes CID1108591.
4189fe11ffcbdcd311eb9a3437586a94492c4cde
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4189fe11ffcbdcd311eb9a3437586a94492c4cde
2013-10-20 21:23:46+02:00
avcodec/exr: fix null pointer dereference Fixes CID1108582 Signed-off-by: Michael Niedermayer <[email protected]>
80b1e1c03d26ade05b0f53d0731aa7398d4ef6f9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80b1e1c03d26ade05b0f53d0731aa7398d4ef6f9
2013-10-19 23:28:08+02:00
avcodec/simple_idct_template: adjust coeffs for 12bit idct This prevents overflows with 12bit jpegs Fixes Ticket2952 Signed-off-by: Michael Niedermayer <[email protected]>
529540759f285f251a198b6f55bb8cd451ab28e8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/529540759f285f251a198b6f55bb8cd451ab28e8
2013-09-15 03:21:03+02:00
dsicin: Add some basic sanity checks for fields read from the file Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
48d6556dd46d4f4fac10d0f4a819e314887cd50e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/48d6556dd46d4f4fac10d0f4a819e314887cd50e
2013-09-11 20:18:55+03:00
avcodec/ffv1dec: fix format detection Fixes crash with carefuly designed files. Signed-off-by: Paul B Mahol <[email protected]>
a27227d401adf12534dc7a26d72e43e2f35f8944
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a27227d401adf12534dc7a26d72e43e2f35f8944
2013-09-09 19:49:01+00:00
avcodec/avpacket: zero memory in av_packet_new_side_data() This ensures that no uninitialized bytes cause non-deterministic behavior. Signed-off-by: Michael Niedermayer <[email protected]>
9cbb3fce5965f4e1423cace3d1dc340a7a8091f4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9cbb3fce5965f4e1423cace3d1dc340a7a8091f4
2013-09-04 21:00:24+02:00
avcodec: add emuedge_linesize_type Currently all uses of the emu edge code as well as the code itself assume int linesize changing some but not changing all would introduce a security issue once all use this typedef a simple search and replace can be done to switch them all to ptrdiff_t Signed-off-by: Michael Niedermayer <[email protected]>
2ffead98ddd384f61cdf6b1cb3f36592f54cd34a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ffead98ddd384f61cdf6b1cb3f36592f54cd34a
2013-09-04 14:29:20+02:00
avformat/paf: Fix integer overflow and out of array read Found-by: Laurent Butti <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
f58cd2867a8af2eed13acdd21d067b48249b14a1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f58cd2867a8af2eed13acdd21d067b48249b14a1
2013-08-09 13:23:10+02:00
lavfi/aecho: fix invalid free Signed-off-by: Paul B Mahol <[email protected]>
fc6ca373163830f431ffab4b11d79012b2311485
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc6ca373163830f431ffab4b11d79012b2311485
2013-07-13 23:45:05+00:00
cmdutils: wrap exit explicitly Some C runtime implementations deadlock when calling threading functions on the atexit() handler. Use a simpler wrapper similar to av_log to call the cleanup function before exit. Bug-Id: 523
636ced8e1dc8248a1353b416240b93d70ad03edb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/636ced8e1dc8248a1353b416240b93d70ad03edb
2013-07-07 21:43:23+02:00
vaapi: return early from ff_vaapi_render_picture() without picture Fixes an assertion when called on uninitialized frame. Spotted after seeking in vlc. Fixes ticket #2461. Tested-by: Timo Reviewed-by: Joakim Plate Signed-off-by: Carl Eugen Hoyos <[email protected]>
2ee380aefbb92c89e8e9c7aa5846aa404919ec7c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ee380aefbb92c89e8e9c7aa5846aa404919ec7c
2013-06-18 01:56:06+02:00
avformat_find_stream_info: fallback to timestamps in analyzeduration check in more cases This fixes speex in rtmp Fixes Ticket2409 the nellymoser in flv case actually needs larger analyzeduration. The code previously just failed to calculate the duration If this causes any problems, like premature analyze/probe end, please report! Signed-off-by: Michael Niedermayer <[email protected]>
5312c319be98c63b8e59695222a13068a0dbc7ab
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5312c319be98c63b8e59695222a13068a0dbc7ab
2013-07-08 02:37:24+02:00
jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheck Signed-off-by: Diego Biurrun <[email protected]>
28816f9db877cbdd2c2dcfeb089885617181fc7a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/28816f9db877cbdd2c2dcfeb089885617181fc7a
2013-05-06 13:07:00+02:00
h264: Always decode MMCOs into temprary array When decoding succeeded the array is copied into the permanent one. This prevents inconsistencies Fixes assertion failure Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c40f51e15b91898e5c69fca7c8c67e3da6624dd4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c40f51e15b91898e5c69fca7c8c67e3da6624dd4
2013-05-04 20:23:05+02:00
indeo3: fix off by one in MV validity check CC:[email protected]
95220be1faac628d849a004644c0d102df0aa98b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95220be1faac628d849a004644c0d102df0aa98b
2013-04-30 11:06:03+02:00
lavc: do not leak frames in avcodec_decode_audio4 Notwithstanding the return value the frame should be freed if is not going to be used. Reported-by: Matthew Wolenetz <[email protected]>
e55e8b2c362a60bad66929d83d8c83b0d7f5ffc9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e55e8b2c362a60bad66929d83d8c83b0d7f5ffc9
2013-05-07 14:37:32+02:00
lavfi/ocv: fix crash with no dilate arguments.
f16a6f667c993a158643b52815ec42961508b0a9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f16a6f667c993a158643b52815ec42961508b0a9
2013-04-12 13:01:17+02:00
lavfi/ocv: fix crash with no filter name specified.
490786c02e8551ab9e7c23d6025a775a6e6a64cc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/490786c02e8551ab9e7c23d6025a775a6e6a64cc
2013-04-12 12:44:23+02:00
vda_h264_dec: fit the new API It fixes a memory leak in this decoder caused by the API change. Signed-off-by: Michael Niedermayer <[email protected]>
c7269e3a2697c189c907832b8a36341cbb40936c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7269e3a2697c189c907832b8a36341cbb40936c
2013-03-29 17:55:48+01:00
Fix heap-buffer-overflow in matroska_parse_block Signed-off-by: Michael Niedermayer <[email protected]>
81e85bc95cb1e4f8cc7b1ba71ec027c8791b55d1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/81e85bc95cb1e4f8cc7b1ba71ec027c8791b55d1
2013-03-27 23:51:44+01:00
h264_refs: Check for attempts to assign pictures to short & long. Fixes null pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
92002db3eb437414281ad4fb6e84e34862f7fc92
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/92002db3eb437414281ad4fb6e84e34862f7fc92
2013-03-28 21:09:47+01:00
af_join: do not leak input frames.
4750b05d67fd87263cb767b896e1cf55713a39de
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4750b05d67fd87263cb767b896e1cf55713a39de
2013-03-16 05:37:01+01:00
vorbisdec: do not leak the first frame.
e2c297412066e25358741a234a1d936cb55cf139
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e2c297412066e25358741a234a1d936cb55cf139
2013-03-10 22:16:26+01:00
vmdaudio: fix invalid reads when packet size is not a multiple of chunk size CC:[email protected]
f86d66bcfa48998b0727aa0d1089a30cbeae0933
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f86d66bcfa48998b0727aa0d1089a30cbeae0933
2013-03-08 08:12:41+01:00
exr: check color channel subsampling too If there is unsupported subsampling encountered abort early instead of failing decoding later. Signed-off-by: Paul B Mahol <[email protected]>
645f96f129ad9d25dd4cad998b6d15de8f9c4765
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/645f96f129ad9d25dd4cad998b6d15de8f9c4765
2013-02-24 14:27:39+00:00
vf_mp: Set pseudo pal Fixes ticket2140 Fixes null pointer dereference Signed-off-by: Michael Niedermayer <[email protected]>
73fce258b774d0480f2d2dd7ec81fa1ec1b27812
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73fce258b774d0480f2d2dd7ec81fa1ec1b27812
2013-02-23 19:32:24+01:00
mxg: do not leak mxg->buffer Signed-off-by: Paul B Mahol <[email protected]>
a72b41035cc4925922b4164b7453c9a5c2b7e630
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a72b41035cc4925922b4164b7453c9a5c2b7e630
2013-02-22 13:37:35+00:00
lavd/v4l2: fix error logic when enumerating standards Set ret to 0 before enumerating standards in v4l2_set_parameters(), avoid use of uninitialized variable. Regression introduced in 60950adc18fe145a235211e75da68ab07123fcaa.
f0703b6cba655dfc215903d22980d8e39fff0349
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f0703b6cba655dfc215903d22980d8e39fff0349
2013-02-10 20:59:06+01:00
avutil/mem: do a small set of checks for memalign hack before freeing. These can detect some kinds of memory and or pointer corruptions Signed-off-by: Michael Niedermayer <[email protected]>
2c21d34ea44d38835f85b90de3cbbf54abb894be
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2c21d34ea44d38835f85b90de3cbbf54abb894be
2013-02-22 20:42:33+01:00
mpegvideo: Do REBASE_PICTURE with byte pointers REBASE_PICTURE (more specifically, this half of it) takes a Picture pointer that points into one larger struct, finds the offset of that Picture within the struct and finds the corresponding field within another instance of a similar struct. The pointer difference "pic - (Picture*)old_ctx" is a value given in sizeof(Picture) units, and when applied back on (Picture*)new_ctx gets multiplied back with sizeof(Picture). Many compilers seem to optimize out this division/multiplication, but not all do. GCC 4.2 on OS X doesn't seem to remove the division/multiplication, therefore the new pointer didn't turn out to point to exactly the right place in the new struct since it only had sizeof(Picture) granularity (and the Picture is not aligned on a sizeof(Picture) boundary within the encompassing struct). This bug has been present before 47318953d as well - with H264, pointers to h->ref_list[0][0] pointed to 88 bytes before h->ref_list[0][0] after the rebase. After shrinking Picture, the difference ended up even larger, making writes via such a Picture pointer overwrite other fields at random in H264Context, ending up in crashes later. This fixes H264 multithreaded decoding on OS X with GCC 4.2. Signed-off-by: Martin Storsjö <[email protected]>
a65f965c04bfa27adedc0409c14cc05903f483d0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a65f965c04bfa27adedc0409c14cc05903f483d0
2013-01-31 10:51:36+02:00
mss3: prevent AC state from becoming invalid in rac_normalise() Fixes division by zero Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b926cc7834d5bc998775528097831c0fbcf3730a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b926cc7834d5bc998775528097831c0fbcf3730a
2013-01-30 18:14:39+01:00
mpegts: Share the cleanup code between the demuxer and lavf-internal parser functions The lavf-internal parser functions are used when receiving mpegts over RTP. This fixes memory leaks in this setup. The normal mpegts demuxer close function was updated in ec7d0d2e in 2004 to fix leaks, but the parsing function used for RTP wasn't updated and has been leaking ever since. Signed-off-by: Martin Storsjö <[email protected]>
a717f9904227d7979473bad40c50eb40af41d01d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a717f9904227d7979473bad40c50eb40af41d01d
2013-01-20 18:14:17+02:00
lavc: introduce the convenience function init_get_bits8 Accept the buffer size in bytes and check for overflow before passing the value in bits to init_get_bits.
e28ac6e5e27e64a206e399e958481c1e6f992189
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e28ac6e5e27e64a206e399e958481c1e6f992189
2013-01-14 04:49:14+01:00
wavpack: check pointer to avoid overreading input buffer Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
8d06be6b8ce7f411f0b1a614cad88a9719a21a5a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d06be6b8ce7f411f0b1a614cad88a9719a21a5a
2013-01-11 16:37:31+01:00
h264: don't clobber mmco opcode tables for non-first slice headers. Clobbering these tables will temporarily clobber the template used as a basis for other threads to start decoding from. If the other decoding thread updates from the template right at that moment, subsequent threads will get invalid (or, usually, none at all) mmco tables. This leads to invalid reference lists and subsequent decode failures. Therefore, instead, decode the mmco tables only for the first slice in a field or frame. For other slices, decode the bits and ensure they are identical to the mmco tables in the first slice, but don't ever clobber the context state. This prevents other threads from using a clobbered/invalid template as starting point for decoding, and thus fixes decoding in these cases. This fixes occasional (~1%) failures of h264-conformance-mr1_bt_a with frame-multithreading enabled. Signed-off-by: Michael Niedermayer <[email protected]>
f6badba1859fb266a9c0bdaf006a04c73873cd90
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6badba1859fb266a9c0bdaf006a04c73873cd90
2013-01-15 13:58:22+01:00
lavc/utils: fix 'warning: missing braces around initializer' Signed-off-by: Michael Niedermayer <[email protected]>
67c1acf2346be50af4f4656b4db85ade2a6d179d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/67c1acf2346be50af4f4656b4db85ade2a6d179d
2012-12-26 01:53:45+01:00
rv10: always check direct mode interpolation times. Fixes Division by 0 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f65daf577af25df69f3b43a49879158d2f77f3f8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f65daf577af25df69f3b43a49879158d2f77f3f8
2013-01-07 21:35:52+01:00
rmdec: fix compiler warning for uninitialized variables Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
7fc73d9ab781f66b63f3bbe2f384f4f639ae78e9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fc73d9ab781f66b63f3bbe2f384f4f639ae78e9
2012-12-25 23:54:34+01:00
lavf/mpeg: suppress warning: lpcm_header_len may be used uninitialized in this function Signed-off-by: Michael Niedermayer <[email protected]>
e9c4f36c5282a69b46f63c493cf4fd14293bfa8a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9c4f36c5282a69b46f63c493cf4fd14293bfa8a
2012-12-24 18:18:03+01:00
gifdec: fix invalid write in giff_fill_rect Signed-off-by: Paul B Mahol <[email protected]>
c004de0b1c5b44849f9619910c173d1a2204c16e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c004de0b1c5b44849f9619910c173d1a2204c16e
2012-12-20 17:46:05+00:00
oggspeexparse: fix array overread Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a0f659b27575de81549e524d13457554b9095ac8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a0f659b27575de81549e524d13457554b9095ac8
2012-12-12 11:21:23+01:00
huffyuv: check for malloc failures Signed-off-by: Paul B Mahol <[email protected]>
4a722a5cab15d5aefbf4dd83baa8be5a046580ca
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4a722a5cab15d5aefbf4dd83baa8be5a046580ca
2012-12-06 16:44:43+00:00
h264: don t leave stale pointers in delayed_pic in flush_changes. Fixes null pointer dereference & assertion failure Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
aaa7d2fafcc375d8cdef25a289008821c9c2fbaa
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aaa7d2fafcc375d8cdef25a289008821c9c2fbaa
2013-01-14 03:03:53+01:00
lavfi/mp: fix invalid read with filters with no argument.
359cd12a43242e3d2682c27a1a0f7dc6b2cfc6fb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/359cd12a43242e3d2682c27a1a0f7dc6b2cfc6fb
2012-12-04 03:47:16+01:00
lavfi/hqdn3d: avoid use of uninitialized variable.
9e1914dfbafb59b424a7c06cfdd324a85c33ef44
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e1914dfbafb59b424a7c06cfdd324a85c33ef44
2012-12-02 02:53:22+01:00
h264: error out on unset current_picture_ptr for h->current_slice > 0 Fixes a segfault with fuzzed sample sample_varPAR_s11622_r001-02.avi. CC: [email protected]
0b300daad2f5cb59a7c06dde5ac701685e6edf16
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0b300daad2f5cb59a7c06dde5ac701685e6edf16
2012-12-02 23:24:53+01:00
cmdutils: free the report file name. Fix coverity issue 743443, which was a harmless leak.
cb8c5e531c8d6b9d7a3efad4186df59efc043345
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb8c5e531c8d6b9d7a3efad4186df59efc043345
2012-11-17 12:41:22+01:00
proresdec: check input size before reading qmats, prevent overreading. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c871244306f92fecaaed8a97f47ba54d46eb0cd5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c871244306f92fecaaed8a97f47ba54d46eb0cd5
2012-11-11 20:52:01+01:00
x86: Require an assembler able to cope with AVX instructions All modern assemblers have this capability. Older NASM versions that lack the capability produce code that crashes at runtime, so it's better to error out during the build process instead. CC: [email protected]
b8e8a07c6c4df93de92480f5c3a14296a6a2a690
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b8e8a07c6c4df93de92480f5c3a14296a6a2a690
2012-11-11 20:43:28+01:00
mss2: prevent potential uninitialized reads The alternative to zeroing on init is setting the corrupted flag in all cases where pal_pic is not fully written, at the cost of added complexity. Signed-off-by: Kostya Shishkov <[email protected]>
802713c4e7b41bc2deed754d78649945c3442063
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/802713c4e7b41bc2deed754d78649945c3442063
2012-11-11 16:07:50+01:00
lavf/srtenc: ignore invalid timed packets instead of failing. This way we don't abort in the middle of remuxing, just warn about an event ignored. The index increment is moved to make sure the output numbers still make sense.
e56b0984103b981ec25fe8a22ef9c4905b9751dd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e56b0984103b981ec25fe8a22ef9c4905b9751dd
2012-11-10 22:43:27+01:00
sbgdec: dont set slide to a uninitialized value Fixed CID703833 Signed-off-by: Michael Niedermayer <[email protected]>
e9b8523d52ca84d5012168db24fec2d50e73cf22
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9b8523d52ca84d5012168db24fec2d50e73cf22
2012-11-06 21:46:22+01:00
lavf/srtdec: simplify start/end computation. Also fix potential overflow (CID733778)
a96b39de622592cb595bf20ae009ed415b98cde9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a96b39de622592cb595bf20ae009ed415b98cde9
2012-10-24 23:56:43+02:00
atrac3: return an error if extradata_size is not a specific known size Also fixes 3 compiler warnings about using uninitialized variables.
44d854a518f97cb65090420b0b9f55611a0ea932
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/44d854a518f97cb65090420b0b9f55611a0ea932
2012-10-23 14:35:27-04:00
motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse the last. reusing the last would use uninitialized data, this should be impossible currently, but better to check by assert. Signed-off-by: Michael Niedermayer <[email protected]>
05b0337025f629d0a6c6321147f06d0da5e32a62
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/05b0337025f629d0a6c6321147f06d0da5e32a62
2012-10-19 01:20:27+02:00
ff_convert_matrix: fix integer overflow Fixes CID608053 Signed-off-by: Michael Niedermayer <[email protected]>
c753b56b4d56724284dd7ed972efdb843db80f12
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c753b56b4d56724284dd7ed972efdb843db80f12
2012-10-18 21:51:04+02:00
ffm_seek: fix division by zero Fixes CID732202 Signed-off-by: Michael Niedermayer <[email protected]>
7fd65104f489302188a91af710b7520dc9ba7b04
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fd65104f489302188a91af710b7520dc9ba7b04
2012-10-17 20:14:43+02:00
noise_bsf: fix division by 0 Fixes CID733737 Signed-off-by: Michael Niedermayer <[email protected]>
93ef29b6f47eda7d73eb9e71628f1f1abb64266d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93ef29b6f47eda7d73eb9e71628f1f1abb64266d
2012-10-14 21:45:42+02:00
mp3enc: fix signed C99 overflow Signed-off-by: Michael Niedermayer <[email protected]>
d31098113fab78531b43ca1d019335e835149cf1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d31098113fab78531b43ca1d019335e835149cf1
2012-10-14 05:52:50+02:00
yop: check return value of avformat_new_stream() Fixes null pointer dereference, fixes CID703729. Signed-off-by: Paul B Mahol <[email protected]>
3d179edf6d2a987e7eb134eea541954338a19add
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d179edf6d2a987e7eb134eea541954338a19add
2012-10-12 14:25:00+00:00
af_amix: prevent memory leak on error path Fixes CID732272.
8501c098687bbf551a2f1cdef80ee653fdfff6ac
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8501c098687bbf551a2f1cdef80ee653fdfff6ac
2012-10-09 16:15:15+02:00
mp3demux: Rewrite xing TOC based seeking The libav code depends on mp3 startcodes only occuring at the start of frames. But there is nothing in mp3 that prevents them occuring elsewhere by chance. Thus the code would fail randomly, the new code searches for 3 consecutive valid frames. If this turns out to be still insufficient the number can be raised further, or additional checks added. Signed-off-by: Michael Niedermayer <[email protected]>
b6267901c466c482b2f1af3578b0a6d88265d144
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b6267901c466c482b2f1af3578b0a6d88265d144
2012-10-21 03:13:46+02:00
8svx: copy start value in output samples. Otherwise, the last byte of each stream is left uninitialized. Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
72f10d54734f3e5d004a6297e550aa7405059216
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/72f10d54734f3e5d004a6297e550aa7405059216
2012-10-03 01:45:27+02:00
wmalosslessdec: Fix reading too many bits in decode_channel_residues() Fixes a part of CVE-2012-2795 CC:[email protected] Based on a patch by Michael Niedermayer <[email protected]> Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
6a99310fce49f51773ab7d8ffa4f4748bbf58db9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a99310fce49f51773ab7d8ffa4f4748bbf58db9
2012-09-29 19:16:32+02:00
mp3dec: Fix possibly exploitable crash I was sadly unable to find a non fuzzed mp3 that uses the feature that contained the bug (and i searched hard ...), thus while this fixes the security issue. It may or may not fix mixed blocks in 8khz mp3s, i cant say due to lack of samples to test. Security issue exists since: b37d945dd4213cb8e92146571b0374cd45d52286 Reported-by: Dale Curtis <[email protected]> (Probably) Found-by: [email protected] Signed-off-by: Michael Niedermayer <[email protected]>
94041febc53a6da10e34c2bfff9ff1d580fdce60
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94041febc53a6da10e34c2bfff9ff1d580fdce60
2012-09-28 01:45:53+02:00
lavf/avformat_seek_file: fix harmless integer overflow Signed-off-by: Michael Niedermayer <[email protected]>
8470e6c96fe510178d9d02d4617ee1481e4c4fea
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8470e6c96fe510178d9d02d4617ee1481e4c4fea
2012-09-11 03:02:51+02:00
fate: Drop redundant setting of FUZZ to 1
74c8414462126881fab4b14011be4997eed78862
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74c8414462126881fab4b14011be4997eed78862
2012-09-07 12:59:00+02:00
lpc: fix alignment of windowed samples for odd maximum LPC order Fixes crash on x86 due to alignment requirements for w_data in lpc_apply_welch_window_sse2().
4b0e0f31bf0f618a634dcfdca45e72cdfb0b48b5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b0e0f31bf0f618a634dcfdca45e72cdfb0b48b5
2012-08-22 16:41:50-04:00
h264: vdpau: fix crash with unsupported colorspace The h264_vdpau decoder crashed if output colorspace was not 8-bit 420. Add a check to error out instead (current hardware does not support other colorspaces, so successful decoding is not possible). Signed-off-by: Martin Storsjö <[email protected]>
2e8f3cbcda536970aee03f5543185d7fc01232a1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2e8f3cbcda536970aee03f5543185d7fc01232a1
2012-08-17 20:08:53+03:00
dv: fix null ptr dereference Fixes Ticket1640 Signed-off-by: Michael Niedermayer <[email protected]>
a39c5c4c6baafcef0c6ec7c6f59bc3fee81b2599
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a39c5c4c6baafcef0c6ec7c6f59bc3fee81b2599
2012-08-16 04:25:07+02:00
g723.1: remove useless uses of MUL64() The operands in both cases are 16-bit so cannot overflow a 32-bit destination. In gain_scale() the inputs are reduced to 14-bit, so even the shift cannot overflow. Signed-off-by: Mans Rullgard <[email protected]>
1eb1f6f281eb6036d363e0317c1500be4a2708f2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1eb1f6f281eb6036d363e0317c1500be4a2708f2
2012-08-13 01:03:25+01:00
g723.1: fix addition overflow This addition must be done as 64-bit to avoid overflow and for the subsequent clipping to be meaningful. Signed-off-by: Mans Rullgard <[email protected]>
05c36e0e5fbf0b75dbbbd327ad2f6a62992f9262
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/05c36e0e5fbf0b75dbbbd327ad2f6a62992f9262
2012-08-10 12:18:38+01:00
ffmpeg: Allocate new buffer for bitstream filter when buffer shifted fix crash with aac_adtstoasc bitstream filter Fixes Ticket1441 Signed-off-by: Michael Niedermayer <[email protected]>
969267482de97b08503d27d2fe090ec820273e40
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/969267482de97b08503d27d2fe090ec820273e40
2012-08-10 04:36:43+02:00
configure: fix sctp check. This fixes build failures on debian/kfreebsd Signed-off-by: Michael Niedermayer <[email protected]>
bed63a5e98b1ba1f3bca6c81ea819666c2d81fde
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bed63a5e98b1ba1f3bca6c81ea819666c2d81fde
2012-08-08 16:20:18+02:00
lavu: disable av_uninit for clang This silence bunch of useless warnings like: libavformat/mpeg.c:393:37: warning: variable 'dvdaudio_substream_type' is uninitialized when used within its own initialization [-Wuninitialized] Signed-off-by: Paul B Mahol <[email protected]>
6dac8c83273ebb6ab8cf516ec87e14f2ab2b001a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6dac8c83273ebb6ab8cf516ec87e14f2ab2b001a
2012-07-16 19:30:13+00:00
tls: verify option Signed-off-by: Michael Niedermayer <[email protected]>
b2460858f64b2070d84dd861d4bbd16acfb9b0e9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b2460858f64b2070d84dd861d4bbd16acfb9b0e9
2012-07-22 19:12:15+02:00
ismindex: Verify that all bitrate variants match In Smooth Streaming, the fragments are addressed by time, and the manifest only stores one list of time offests for all streams, so all streams need to have identical fragment offsets. Warn if this isn't the case, so that the user can fix the files instead of getting failures at runtime when the fragments can't be found. Signed-off-by: Martin Storsjö <[email protected]>
30327865f388260e49d40affd1b9c9fc2e20ebfe
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/30327865f388260e49d40affd1b9c9fc2e20ebfe
2012-07-03 22:46:58+03:00
avconv: add an assert to silence an uninitialized variable warning. The warning silenced was: avconv.c: In function ‘opt_output_file’: avconv.c:3380:21: warning: ‘meta_out’ may be used uninitialized in this function [-Wuninitialized] avconv.c:3315:20: note: ‘meta_out’ was declared here
c29c1a1b6bade2b9118c7fa01239c622c2238656
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c29c1a1b6bade2b9118c7fa01239c622c2238656
2012-06-26 19:32:41+02:00
riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. According to the specification on the MSDN [1], 0 is valid for that particular field, and it should be ignored in that case. [1]: http://msdn.microsoft.com/en-us/library/windows/desktop/dd757714(v=vs.85).aspx Signed-off-by: Michael Niedermayer <[email protected]>
24e7a22e1fda8b5b18307a35f0511e659de76389
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/24e7a22e1fda8b5b18307a35f0511e659de76389
2012-06-21 13:25:50+02:00
matroskadec: add assert on lack of overflow in pkt_size+offset currently a overflow there should be impossible but future changes to the code could easily introduce a bug that no longer limits the 2 values sufficiently so better protect it via av_assert. Signed-off-by: Michael Niedermayer <[email protected]>
59c122b3b0a00808e3c4f534927755d89e7baa62
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59c122b3b0a00808e3c4f534927755d89e7baa62
2012-06-15 01:35:52+02:00
asyncts: reset delta to 0 when it's not used. Fixes an invalid write.
f297dd3812510fc83080e265dc4534a3898005b0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f297dd3812510fc83080e265dc4534a3898005b0
2012-05-22 21:28:20+02:00
ffmpeg: add support for audio filters. Some of the FATE changes are due to off-by-one different rounding being used (lrintf vs av_rescale_q). Some fate changes are due to 1 audio frame less being encoded (the new variant seems matching what qatar does and according to ffprobe its closer to the requested duration) the mapchan feature sadly is lost in this commit because it depends on resampling being done in ffmpeg.c which is now moved completely into the av filter layer -async is broken after this commit, this will be fixed in subsequent commits the new filter reconfiguration system is flawed and will drop a frame on each parameter change which is why the nelly moser checksums need updating. Conflicts: ffmpeg.c tests/ref/fate/smjpeg
fc49f22c3b735db5aaac5f98e40b7124a2be13b8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc49f22c3b735db5aaac5f98e40b7124a2be13b8
2012-05-17 03:29:21+02:00
wmvenc: check if width is multiple of 2 The width of wmv1/2 video must be multiple of 2 or win32 codec will fail to decode it (WMP displays black screen). Signed-off-by: Michael Niedermayer <[email protected]>
6108e1be2fb97bdfa63e8f9a039b8daff3caec3d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6108e1be2fb97bdfa63e8f9a039b8daff3caec3d
2012-05-13 19:30:32+02:00
flashsv2enc: fix division by zero Fixes other half of Ticket1105 Found-by: ami_stuff Signed-off-by: Michael Niedermayer <[email protected]>
2a37ac042f1247470ebeedeb0cc07059e4ae499f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2a37ac042f1247470ebeedeb0cc07059e4ae499f
2012-05-12 12:07:02+02:00
examples/filtering_audio: fix a memory leak.
8f19483d0652b43c7c2ff6b973843e4d0b769a5f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8f19483d0652b43c7c2ff6b973843e4d0b769a5f
2012-04-28 10:28:15+02:00
wtvdec: Check that stream private context has been allocated before use. This fixes a null ptr dereference with attachments Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
fd2127ad53370c4f5d615265c4f915126e7d5f4f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd2127ad53370c4f5d615265c4f915126e7d5f4f
2012-04-22 15:29:34+02:00
libstagefright: avoid potential deadlock on output MediaBuffer Maintain an output queue of AVFrames instead of MediaBuffers so that the latter can be released early. This avoids a potential deadlock between the stagefright decoder::read() and Stagefright_decode_frame()
1d48e88d4148a271ac56de706265e863e53da94b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d48e88d4148a271ac56de706265e863e53da94b
2012-04-19 01:08:50+05:30
h263dec: Prevent dimension changes from leaking on errors in header parsing. This fixes crashes with frame threads caused by inconsistent context parameters. Fixes Ticket1207 Found-by: John Villamil Signed-off-by: Michael Niedermayer <[email protected]>
a02f8ef1d2f4cd267224c9bc3b5e841d7fc943cc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a02f8ef1d2f4cd267224c9bc3b5e841d7fc943cc
2012-04-18 21:21:28+02:00
indeo4: avoid storing invalid values in quant_mat. Fixes a global array overread Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
884efd4e09696b201457feebdef684aee30be99d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/884efd4e09696b201457feebdef684aee30be99d
2012-04-16 15:27:39+02:00
swscale: fix off-by-one in second coefficient in bilinear filters. If coefficient A is 12-bits xixed-point number "X", then the other coefficient is (1 << 12) - X, not (1 << 12) - X - 1.
4860625236475da20d0da954017e8c7fe412dea2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4860625236475da20d0da954017e8c7fe412dea2
2012-04-14 16:29:10-07:00
Fix memory leaks on failed ff_h264_decode_init() During failure conditions ff_h264_decode_init() leaks memory allocated for nal units. Found via valgrind. Valgrind traces: http://pastebin.com/GqTqxs8T Signed-off-by: Dale Curtis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
309a931a38b42c0a635f096cdbea9c21c5e54eab
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/309a931a38b42c0a635f096cdbea9c21c5e54eab
2012-04-11 15:54:53+02:00
Fix nellymoser encoder crash with hardcoded tables. Use the correct init function to avoid crashes due to writing to a rodata location. Signed-off-by: Reimar Döffinger <[email protected]>
03ef5047d15904ed34976c6ba11c9176529ee9e7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03ef5047d15904ed34976c6ba11c9176529ee9e7
2012-04-08 20:26:25+02:00
alsdec: Check k used for rice decoder. Values that fail this check will cause failure of decode_rice() Signed-off-by: Michael Niedermayer <[email protected]>
6c3d6a214c6a5b0a7e9c4aa1990d1c5b290806d5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c3d6a214c6a5b0a7e9c4aa1990d1c5b290806d5
2012-04-07 19:59:00+02:00
ividsp: zero pitch so as not to overread Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
12038ab16da2f9e007c5f3a5bacc19e61f8edfd8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/12038ab16da2f9e007c5f3a5bacc19e61f8edfd8
2012-03-31 16:35:54+02:00
FATE: pass the decoded output format and audio source file to enc_dec_pcm This will allow decoding to md5 and doing a diff comparison to a reference checksum instead of a fuzzy stddev or oneoff comparison. Signed-off-by: Mans Rullgard <[email protected]>
9cc338b1de78c1b82d0867ea96e07367038d226e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9cc338b1de78c1b82d0867ea96e07367038d226e
2012-04-18 22:26:56-04:00
avconv: free packet in write_frame() when discarding due to frame number limit Fixes a memleak when using the -frames option with audio.
c9594fe0fb6dd123fa25cb27fe5bc976ff3a9051
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9594fe0fb6dd123fa25cb27fe5bc976ff3a9051
2012-03-20 15:51:58-04:00
lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect Previously it was returning 0 in case the aspect was parsable but invalid. X-ColaCount: +10*PHIl
e19ccc89ef90dcc8ecc5e3e539761a6a6eccbcef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e19ccc89ef90dcc8ecc5e3e539761a6a6eccbcef
2012-03-19 20:09:22+01:00
FATE: add capability for audio encode/decode tests with fuzzy psnr comparison This allows for testing floating-point audio encoders across different platforms where exact comparisons are unreliable due to float rounding differences.
90e5b58a53d863a43a86eea81295097dae13b25a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90e5b58a53d863a43a86eea81295097dae13b25a
2012-03-15 17:06:17-04:00
wma: fix invalid buffer size assumptions causing random overreads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
349b7977e408f18cff01ab31dfa66c8249b6584a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/349b7977e408f18cff01ab31dfa66c8249b6584a
2012-03-02 10:31:28-08:00