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
swfdec: check space before copy Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
abe68364a3219f1a98c46bddea575e4cada147c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abe68364a3219f1a98c46bddea575e4cada147c7
2012-11-12 19:29:27+01:00
pcmdec: consistently use codec_id, fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7373b3ad043cc3417d80c55ccdb620b08cd271bf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7373b3ad043cc3417d80c55ccdb620b08cd271bf
2012-11-13 21:45:53+01:00
avienc: force a valid timebase for video Signed-off-by: Michael Niedermayer <[email protected]>
bacebe1f952d9192338a0682a0e48fbb4c88e450
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bacebe1f952d9192338a0682a0e48fbb4c88e450
2012-11-01 20:26:59+01:00
lag_read_prob_header: fix out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
2d71f31df23910f18b17f17fa568b13fd5dcaf1a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2d71f31df23910f18b17f17fa568b13fd5dcaf1a
2012-11-10 19:39:05+01:00
atrac3: simplify some loop indexing
aefdb735c3df9480c1ca9bcf4a3835bd66271bd1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aefdb735c3df9480c1ca9bcf4a3835bd66271bd1
2012-10-22 10:10:06-04:00
cws2fws: check inflateInit return value Fixes CID733722 Signed-off-by: Michael Niedermayer <[email protected]>
59eae884292d4f1ab49de1835616d46a4c1236a8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59eae884292d4f1ab49de1835616d46a4c1236a8
2012-10-26 18:24:50+02:00
sws_allocVec: check length validity Found-by: Reimar Signed-off-by: Michael Niedermayer <[email protected]>
fe573d1a9b742652f44cdc15b24fdd401eefc5e7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe573d1a9b742652f44cdc15b24fdd401eefc5e7
2012-10-27 01:24:51+02:00
flacdec: simplify loop in decode_residuals()
ea98507db018c7b0ea7a167281a210ba1328dde7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea98507db018c7b0ea7a167281a210ba1328dde7
2012-08-21 11:23:13+01:00
ffm_read_write_index: check lseek return code Fixes CID732184 Signed-off-by: Michael Niedermayer <[email protected]>
71bc8c95d7cac552d3a2cb3120e41207dfb48e50
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71bc8c95d7cac552d3a2cb3120e41207dfb48e50
2012-10-17 20:35:16+02:00
lavfi/ashowinfo: check plane value before deferencing.
13d878366f4ef15e64d2fc29d482ab283ac75282
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13d878366f4ef15e64d2fc29d482ab283ac75282
2012-09-30 21:00:52+02:00
libfdk-aac: Limit to supported sample rates. Signed-off-by: Martin Storsjö <[email protected]>
94a69dee64553374d5ce6a5ff3b0928fada52fd0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94a69dee64553374d5ce6a5ff3b0928fada52fd0
2012-09-25 08:08:05+03:00
libspeexdec: improve setting of Speex mode and sample rate If there is no extradata and the sample rate given by the user is not valid, decode as ultra-wideband.
3b061c5e10f78caaf3b2a45cf7a92e50d4d20bfb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b061c5e10f78caaf3b2a45cf7a92e50d4d20bfb
2012-10-03 16:03:31-04:00
lavfi/buffersink: fix check on pixel_fmts in the opaque parameter Fix programmatic selection of accepted pixel formats. Signed-off-by: Stefano Sabatini <[email protected]>
225efccefcf342dfdb37a61ff86fce537be9f524
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/225efccefcf342dfdb37a61ff86fce537be9f524
2012-09-22 10:59:40+02:00
flac_parser: fix fifo ptr wrap check Signed-off-by: Michael Niedermayer <[email protected]>
8d45c001a8e92a6fee768a7e7bcc1bfe09120838
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d45c001a8e92a6fee768a7e7bcc1bfe09120838
2012-09-22 04:40:10+02:00
lavf/mkv: avoid negative ts by default. This fixes playback in some circumstances (like webm in firefox). Regression after 2c34367b. It is also matching the Matroska specifications: http://matroska.org/technical/specs/notes.html, "The quick eye will notice that if a Cluster's Timecode is set to zero, it is possible to have Blocks with a negative Raw Timecode. Blocks with a negative Raw Timecode are not valid."
b08273c9ca8b91d03133f9fbef100bbd3cd8e271
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b08273c9ca8b91d03133f9fbef100bbd3cd8e271
2012-10-15 09:19:21+02:00
h263dec: disable coded dimensions = 0 handling This code causes infinite loops Signed-off-by: Michael Niedermayer <[email protected]>
d2981b8ef191fc7876e3486e42222ab6a8777c24
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2981b8ef191fc7876e3486e42222ab6a8777c24
2012-09-20 04:38:46+02:00
libavfilter/filtfmts: fix argv/argc checks Signed-off-by: Michael Niedermayer <[email protected]>
c1f3a4d1e317282d33a78ba84560dead629c1c63
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c1f3a4d1e317282d33a78ba84560dead629c1c63
2012-09-19 22:43:03+02:00
mpegvideo: check ff_find_unused_picture() return value for errors
01fc5d6609e31539684785295d6c10b84d70b215
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01fc5d6609e31539684785295d6c10b84d70b215
2012-09-19 19:58:15+02:00
mpc: clip seeking timestamp in valid range Signed-off-by: Michael Niedermayer <[email protected]>
a503afb11f80facc0fa12b733c5c58989950b108
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a503afb11f80facc0fa12b733c5c58989950b108
2012-08-27 04:51:27+02:00
amrnbdec: silence a warning about unsigned cant be negative Signed-off-by: Michael Niedermayer <[email protected]>
52fa5cea0377974618e8c6486ee0830c2ed9d96a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52fa5cea0377974618e8c6486ee0830c2ed9d96a
2012-09-06 01:18:55+02:00
mss2: simplify loop in decode_rle() It calculates the sum of power of two series, which can be done in one step. Suggested by Michael Niedermayer <[email protected]> Signed-off-by: Kostya Shishkov <[email protected]>
290d1022b2d90503735728d7feed35a53a69f631
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/290d1022b2d90503735728d7feed35a53a69f631
2012-09-06 20:48:07+02:00
lavf/mxfenc: better error handling with invalid frame rate.
6b3484dcbc6fe6a5f3d0919922790592c9d5a608
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6b3484dcbc6fe6a5f3d0919922790592c9d5a608
2012-08-08 09:11:25+02:00
nuv: check RTjpeg header for validity CC: [email protected]
859a579e9bbf47fae2e09494c43bcf813dcb2fad
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/859a579e9bbf47fae2e09494c43bcf813dcb2fad
2012-08-06 14:34:12+02:00
configure: try to support clang on netbsd The headers on netbsd are not fully C99 compatible which leads to multiple definitions of symbols in clang bit not with gcc. AFAIK this has been fixed in netbsd trunk (didnt check though) Signed-off-by: Michael Niedermayer <[email protected]>
ddc9bc77218dca097783c6563270290e2e936e82
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddc9bc77218dca097783c6563270290e2e936e82
2012-09-12 19:37:29+02:00
alac: check for truncated packets This will give a clearer error message when the error is caused by a truncated packet.
81f548de572a324c771c094291378d9bcc184af3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/81f548de572a324c771c094291378d9bcc184af3
2012-07-27 13:52:20-04:00
alac: factor out output_size check in predictor_decompress_fir_adapt()
9a6c528e08c42f43216fed9d6abd9e545db88d13
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9a6c528e08c42f43216fed9d6abd9e545db88d13
2012-07-19 13:26:47-04:00
fft: rename "z" to "zc" to prevent name collision. Without this, cglobal will expand "z" to "zh" to access the high byte in a register's word, which causes a name collision with the ZH(x) macro further up in this file.
b3c5ae5607275f691289df737edaf47c72e6028c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3c5ae5607275f691289df737edaf47c72e6028c
2012-07-28 08:29:44-07:00
dpx: invalid aspect ratio is 0/1, not 0/0.
0abab003034145a33077a613807165055013030a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0abab003034145a33077a613807165055013030a
2012-07-10 14:34:04+02:00
libopenjpegenc: set numresolution max to INT_MAX OpenJPEG doesn't have a max lowres limit, so don't enforce an arbitrary one. Signed-off-by: Michael Bradshaw <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
043c75a989a16334cf58099d2fff687dece5444d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/043c75a989a16334cf58099d2fff687dece5444d
2012-07-25 00:29:34+02:00
lavfi: unref AVFilterLink.out_buf in ff_end_frame(). This reduces code duplication and prevents stale pointers from remaining on the link.
4c9080a7ef18ad71fb0a75c8d1c1803edd780edd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4c9080a7ef18ad71fb0a75c8d1c1803edd780edd
2012-07-20 21:12:49+02:00
lavc/w32pthreads: Fix make checkheaders. Signed-off-by: Michael Niedermayer <[email protected]>
0f03563d7ec757e10767303794e15c6dd15a8fc6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0f03563d7ec757e10767303794e15c6dd15a8fc6
2012-07-14 03:02:03+02:00
h264: limit 10bpp MC pading trick to 10bpp Signed-off-by: Michael Niedermayer <[email protected]>
6ff6a51b863733f2a3a737cdbfe492fa9cefe16b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ff6a51b863733f2a3a737cdbfe492fa9cefe16b
2012-07-10 02:17:52+02:00
wmaenc: dont mess with the bitrate. The bitrate is not writeable by an encoder. Fixes generation of invalid wma Signed-off-by: Michael Niedermayer <[email protected]>
fbdb2059684ff27be61cfe40446e68cb2f9a12f8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fbdb2059684ff27be61cfe40446e68cb2f9a12f8
2012-07-02 12:48:29+02:00
ffplay: avoid useless NULL checks in swr_free() swr_free() already checks for nullness, no need to add the check in calling code.
4fd07b9366fb2f74b6af0dea8092d6bafa38f131
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4fd07b9366fb2f74b6af0dea8092d6bafa38f131
2012-06-29 13:24:57+02:00
lavc/pcm: clarify error message from pcm_decode_frame() Extend/clarify an error message in case of invalid packet size, and return a proper error message instead of -1. Improve debuggability.
201b409da0d81dce19caa1393fe1c9f8e17aeb92
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/201b409da0d81dce19caa1393fe1c9f8e17aeb92
2012-06-23 00:42:51+02:00
avidec: use designated initializers for AVClass Signed-off-by: Paul B Mahol <[email protected]>
7238ed6c84b0a02aaf7cee2b139c74a705625d3d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7238ed6c84b0a02aaf7cee2b139c74a705625d3d
2012-06-19 13:59:17+00:00
lavf/segment: add stream_segment variant of the segment muxer This simplifies usage for segment streaming formats with no global headers, tipically MPEG 2 transport stream "ts" files. The seg class duplication is required in order to avoid an infinite loop in libavformat/utils.c:format_child_next_class().
a9a7e215e5207e674338b7ca9eb74e96ae5faf99
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9a7e215e5207e674338b7ca9eb74e96ae5faf99
2012-06-29 17:03:25+02:00
wtv: Check the return value from gmtime On MSVC, gmtime returns NULL for values outside of their supported range (and these show up in our fate test). This doesn't seem to affect the actual fate test result. Signed-off-by: Martin Storsjö <[email protected]>
dc5385806339f90b4eb074d9002205ebb4010cc2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc5385806339f90b4eb074d9002205ebb4010cc2
2012-06-25 16:20:08+03:00
binkaudio: check number of channels Fixes #1380. Signed-off-by: Paul B Mahol <[email protected]>
824a6975ee066e944b7a20d1e220fd8974fb6174
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/824a6975ee066e944b7a20d1e220fd8974fb6174
2012-05-31 08:58:31+00:00
lavc/bintext: check extradata size Signed-off-by: Michael Niedermayer <[email protected]>
1b7a4c93a9df169c776ee973100f659386dd49e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b7a4c93a9df169c776ee973100f659386dd49e5
2012-06-09 15:04:12+02:00
truemotion1: Check index, fix out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
fd4c1c0b70b5a06dd572d7e27799a2f4c3d9b984
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd4c1c0b70b5a06dd572d7e27799a2f4c3d9b984
2012-05-30 16:20:22+02:00
ffmpeg: reintroducing check_recording_time() This reduces the difference to qatar by 27 lines No functional change, the code should be unused Signed-off-by: Michael Niedermayer <[email protected]>
3cf5591344473263816a756d678572ecfb28045c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3cf5591344473263816a756d678572ecfb28045c
2012-05-20 11:35:08+02:00
rtmp: Check ff_rtmp_packet_create calls Check malloc calls used by ff_rtmp_packet_create, unify error handling and pass on error codes. Signed-off-by: Martin Storsjö <[email protected]>
f645f1d6eadae8d67c832125186ad5b209e8ba03
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f645f1d6eadae8d67c832125186ad5b209e8ba03
2012-05-24 00:25:35+03:00
doc: clarify check for NULL pointer style Our code should be terse and clear.
e004bc16a1304822226b5b1ceebdb899d72ee538
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e004bc16a1304822226b5b1ceebdb899d72ee538
2012-05-06 15:47:10-07:00
eatgv: check vector_bits Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Kostya Shishkov <[email protected]>
71a3c59ed73f2cad401d192278d1fcab9a129606
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71a3c59ed73f2cad401d192278d1fcab9a129606
2012-05-06 19:18:02+02:00
xldec: move buffer size check up, it can be done before allocating a frame Signed-off-by: Michael Niedermayer <[email protected]>
8c59e0c362b948a746392b65932dd1cfeab8076c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8c59e0c362b948a746392b65932dd1cfeab8076c
2012-04-21 21:31:25+02:00
CrystalHD: Improve detection of field pair -> two fields content. Istvan Sebok provided a sample where field pair -> two fields content was being misdetected by the existing logic. I added an additional test to check the input picture type as identified by our h.264 parser. Signed-off-by: Philip Langdale <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
d1ac8e10340f30b6989cfd64ed1f91dae5a54e2d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1ac8e10340f30b6989cfd64ed1f91dae5a54e2d
2012-05-06 17:25:52+02:00
ffv1: refactor slice decoding init loop so that the first is less a special case Signed-off-by: Michael Niedermayer <[email protected]>
9408316a85f7e237889435834db369b05a8e0862
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9408316a85f7e237889435834db369b05a8e0862
2012-04-20 15:37:23+02:00
avconv: check for an incompatible changing channel layout The decoder can change the layout and channel count during decoding, but currently we only validate that the two are compatible when opening the codec. This checks for incompatibilities after each decoded frame.
d8b06521a94550c8352b0e2fe5e55873718fc0c0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8b06521a94550c8352b0e2fe5e55873718fc0c0
2012-04-18 21:02:16-04:00
error: ensure error codes are signed negative ints. Based on a patch by Robert Nagy <[email protected]>. It makes a difference when the error code is immediately cast into a larger integer, such as an int64_t.
a9e7e98021ca9f2eba260c6a6f22a9a476332b24
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9e7e98021ca9f2eba260c6a6f22a9a476332b24
2012-04-15 17:58:33+02:00
aacenc: Fix issues with huge values of bit_rate. Do not pointlessly call ff_alloc_packet multiple times, and fix an infinite loop by clamping the maximum number of bits to target in the algorithm that does not use lambda. Signed-off-by: Reimar Döffinger <[email protected]> Signed-off-by: Derek Buitenhuis <[email protected]>
0f96f0d9968a767ead3aec823fcdfb78f26f7be7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0f96f0d9968a767ead3aec823fcdfb78f26f7be7
2012-04-17 10:25:28-04:00
indeo4: check transform size. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
0846719dd11ab3f7a7caee13e7af71f71d913389
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0846719dd11ab3f7a7caee13e7af71f71d913389
2012-04-15 13:26:19+02:00
dfa: fix out of array write in decode_wdlt() Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d1c95d2ce39560e251fdb14f4af91b04fd7b845c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1c95d2ce39560e251fdb14f4af91b04fd7b845c
2012-04-13 22:58:54+02:00
arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later With a dereferenced type-cast pointer as memory operand, gcc 4.6 and later will sometimes copy the data to a temporary location, the address of which is used as the operand value, if it thinks the target address might be misaligned. Using a pointer to a packed struct type instead does the right thing. The 16-bit case is special since the ldrh instruction addressing modes are limited compared to ldr. The "Uq" constraint produces a memory reference suitable for an ldrsb instruction, which supports the same addressing modes as ldrh. However, the restrictions appear to apply only when the operand addresses a single byte. The memory reference must thus be split into two operands each targeting one byte. Finally, the "Uq" constraint is only available in ARM mode. The Thumb-2 ldrh instruction supports most addressing modes so the normal "m" constraint can be used there. Signed-off-by: Mans Rullgard <[email protected]>
adebad07e084af91cad1b162d89c86c9e08e0a31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/adebad07e084af91cad1b162d89c86c9e08e0a31
2012-05-02 17:26:38+01:00
mpeg12dec: Prevent f_code from becoming invalid. Signed-off-by: Michael Niedermayer <[email protected]>
a931d87727581f46373e24ac37a73d0f228e3027
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a931d87727581f46373e24ac37a73d0f228e3027
2012-04-07 19:59:00+02:00
Allow manually running disabled FATE tests. This makes it easy to allow people to run tests that are disabled (e.g. because they are broken) without having to hack Makefiles by adding the test name to FATE_TESTS-no. Signed-off-by: Reimar Döffinger <[email protected]>
a5efc8c9bf075ec804d3fb7b36a367c7d297015d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5efc8c9bf075ec804d3fb7b36a367c7d297015d
2012-04-08 20:27:35+02:00
put_bits: add av_assert2() to check out of array writes. Signed-off-by: Michael Niedermayer <[email protected]>
d3b0fb10485423dccd748ee13796add27664bcf3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d3b0fb10485423dccd748ee13796add27664bcf3
2012-04-07 19:58:59+02:00
dsputil: fix optimized emu_edge function on Win64. Recent register allocation changes (x86inc.asm update) changed the register order and thus opcodes for the inner loops. One of them became >128bytes, which confuses other parts of this function where it jumps to fixed-offset positions to extend the edge by fixed amounts. A simple register change fixes this.
b089ca871aaa1b59d43f81bce9d246fadb2e852b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b089ca871aaa1b59d43f81bce9d246fadb2e852b
2012-04-13 11:28:30-07:00
exr: various cleanup and security related fixes Signed-off-by: Michael Niedermayer <[email protected]>
f148537c414e97f2e5351fe6d4669eb0ced5fff6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f148537c414e97f2e5351fe6d4669eb0ced5fff6
2012-04-06 08:32:09+02:00
apedec: check bits <= 32 Fixes FPE Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7a5e5872493ac91af65357680cf03456d0a4f1ff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a5e5872493ac91af65357680cf03456d0a4f1ff
2012-03-28 08:24:31+02:00
pngenc: make max_packet_size 64bit check check it. Signed-off-by: Michael Niedermayer <[email protected]>
afc0cc22e17e26b99d3d662b52352945e6e7f52a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/afc0cc22e17e26b99d3d662b52352945e6e7f52a
2012-03-22 23:13:00+01:00
avconv: remove pointless checks. OutputStream.picref is guaranteed to be non-NULL if get_filtered_video_frame() succeeds.
251422982b885f9d41f0c743887a9ff05bf74cb7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/251422982b885f9d41f0c743887a9ff05bf74cb7
2012-03-15 09:01:18+01:00
vp8: convert inner loopfilter x86 assembly to use named arguments.
bee330e300ba6424d0f8b119550c9cc26a1d9f02
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bee330e300ba6424d0f8b119550c9cc26a1d9f02
2012-03-10 11:36:33-08:00
wmaenc: add assert to check encode_superframe() return. Signed-off-by: Michael Niedermayer <[email protected]>
0d92e5a6828af367193eb114aec3b07983cb4f96
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d92e5a6828af367193eb114aec3b07983cb4f96
2012-03-05 19:00:22+01:00
pcm-mpeg: Check for valid bps. The code only supports 16 and 24 bps currently, 20bps causes out of array reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
cd0cfdc0a74cbf45f0d00b65faaf3cf5bd93c016
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd0cfdc0a74cbf45f0d00b65faaf3cf5bd93c016
2012-03-03 23:55:16+01:00
avcodec: add a Vorbis parser to get packet duration This also allows for removing some of the Vorbis-related hacks.
5602a464c9f9e3c0922f5cfeccaf2fa1c40b2401
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5602a464c9f9e3c0922f5cfeccaf2fa1c40b2401
2012-03-03 16:43:11-05:00
dca: Check scale_sum. Fixes a out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
51db9a97e9edde4c80218d194731e187ea7dcba8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/51db9a97e9edde4c80218d194731e187ea7dcba8
2012-02-29 21:18:54+01:00
libvorbis: check return values for functions that can return errors
94025d8a99e8eea72293850e23fffbb6d0c4aaef
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94025d8a99e8eea72293850e23fffbb6d0c4aaef
2012-02-29 14:54:24-05:00
amrwb: remove duplicate arguments from extrapolate_isf(). Prevents warnings because the dst and src overlap (are the same) in the memcpy() inside the function. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
9d87374ec0f382c8394ad511243db6980afa42af
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d87374ec0f382c8394ad511243db6980afa42af
2012-03-02 12:50:00-08:00
Remove duplicate initializers for VDA_VLD and GBR24P. Noticed by the Chromium Mac clang build, http://crbug.com/116599 Signed-off-by: Dale Curtis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
e42b5362f16d55bf7f57b0fdb96515bf55b39cda
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e42b5362f16d55bf7f57b0fdb96515bf55b39cda
2012-03-03 00:46:40+01:00
assdec: fix wrong alloc pointer check.
cc7342f712c0822c3e8f4c36fc55632c59aabac9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cc7342f712c0822c3e8f4c36fc55632c59aabac9
2012-01-30 23:28:36+01:00
aiff: don't skip block_align==0 check on COMM-after-SSND files. This prevents SIGFPEs when using block_align for divisions. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
32a659c758bf2ddd8ad48f18c06fa77444341286
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/32a659c758bf2ddd8ad48f18c06fa77444341286
2012-02-17 15:59:03-08:00
libvorbis: fix use of minrate/maxrate AVOptions - enable the options for audio encoding - properly check for user-set maxrate - use correct calling order in vorbis_encode_setup_managed()
182d4f1f3855460ee8634ea052f33332cf9d174e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/182d4f1f3855460ee8634ea052f33332cf9d174e
2012-02-29 14:44:15-05:00
indeo3: fix motion vector validation The index of the motion vector has to be checked before being multiplied by 2 for the array index. Signed-off-by: Michael Niedermayer <[email protected]>
6071644287d2a7471d906b688cb7253a5ceaaa8a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6071644287d2a7471d906b688cb7253a5ceaaa8a
2012-01-25 18:55:32+01:00
adxenc: log an error message and return AVERROR(EINVAL) for invalid channels
cc40c056d01a95b0a57950d4d8aec9e86060c6b6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cc40c056d01a95b0a57950d4d8aec9e86060c6b6
2012-01-03 18:47:41-05:00
sws: In case of an invalid scaler algorithm, show the invalid value. Signed-off-by: Michael Niedermayer <[email protected]>
0421b6dc7a1463b9263b9d63533dd7c5be8ffa97
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0421b6dc7a1463b9263b9d63533dd7c5be8ffa97
2012-01-22 06:57:17+01:00
asfdec: fix endless loop on EOF Signed-off-by: Michael Niedermayer <[email protected]>
0d4404ed65e6ebfdf5e3c09f9e3a2a41dde18e4a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d4404ed65e6ebfdf5e3c09f9e3a2a41dde18e4a
2011-12-24 23:21:40+01:00
ffprobe: fix value_string() prefix printing for values with negative logarithm The index for the binary_unit_prefixes array is expected to be positive, so avoid to use negative indexes for accessing it.
4601ad769df9a5c4e51a06a75a23c1f8f39595eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4601ad769df9a5c4e51a06a75a23c1f8f39595eb
2012-01-20 13:27:52+01:00
Avoid av_memcpy_backptr hang without extra branch. This only happens for a "back" value of 0 which is invalid anyway, but lcldec does not properly validate input. Also extend the documentation to specify valid values. Signed-off-by: Reimar Döffinger <[email protected]>
874da652b307fe0d2bec08fc5916a9a82537f40c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/874da652b307fe0d2bec08fc5916a9a82537f40c
2011-12-30 10:37:33+01:00
mpegts: Suppress invalid timebase warnings on DMB streams. timestamp_len and timestamp_res intialize to zero.
41bdd4adc4ab90a5ef7d63050a4046fcba711365
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/41bdd4adc4ab90a5ef7d63050a4046fcba711365
2011-12-20 09:52:05-08:00
rv40: NEON optimised weak loop filter Signed-off-by: Mans Rullgard <[email protected]>
11b1db27593a1f23a05e033f68b98a4342f1bd91
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/11b1db27593a1f23a05e033f68b98a4342f1bd91
2011-12-16 14:36:01+00:00
rv40: rearrange loop filter functions This splits the loop filter functions into smaller, more SIMD-friendly functions. Signed-off-by: Mans Rullgard <[email protected]>
d8edf1b515ae9fbcea2103305241d130c16e1003
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8edf1b515ae9fbcea2103305241d130c16e1003
2011-12-14 11:26:30+00:00
mxfdec: Move the current_partition check inside mxf_read_header() This fixes SIGSEGV on files where this is actually the case, such as zzuf4.mxf
184f479096dabcb1eafd9c661304f410a76780ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/184f479096dabcb1eafd9c661304f410a76780ed
2011-12-21 14:16:03+01:00
adx_parser: rewrite. The previous code ended in multiple different infinite loops. See stl_ten_1_big.sfd as example with and without zzuf Signed-off-by: Michael Niedermayer <[email protected]>
7859740c6a2f9bc3dd247dc63b8e7cbd6181a5dd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7859740c6a2f9bc3dd247dc63b8e7cbd6181a5dd
2011-12-18 20:51:40+01:00
ptx: emit a warning on insufficient picture data Return the whole packet as consumed in this case and not the size the packet should have had. Move the insufficient data check into the for condition to fix a ISO C90 error on bigendian.
2b53e696c864c4ade3c38707f8595e17a998bedc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2b53e696c864c4ade3c38707f8595e17a998bedc
2011-12-10 15:29:54+01:00
configure: add check for w32threads to enable it automatically
ff3755cbde9bdd2a4dc50e4432f72ddeef1a85ac
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff3755cbde9bdd2a4dc50e4432f72ddeef1a85ac
2011-11-18 22:36:06+01:00
HACK: fix compilation with NASM. This issue is actually already fixed in NASM, however it will be a bit before it arrives everywhere. This should work as a temporary work-around. Signed-off-by: Reimar Döffinger <[email protected]>
03f1caec616023bd3b3e80888fec6afc94622d9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03f1caec616023bd3b3e80888fec6afc94622d9f
2011-11-20 12:35:10+01:00
mandelbrot: only check periodicity once for each period instead of twice. Signed-off-by: Michael Niedermayer <[email protected]>
1d066087327ef3eb496ad5d78b4ccc0d40c5c9d6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d066087327ef3eb496ad5d78b4ccc0d40c5c9d6
2011-11-13 17:01:56+01:00
apedec: check output buffer size after calculating actual output size
4315c7d35aa946fb3a0da9a30f08fb4e0ca8edfb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4315c7d35aa946fb3a0da9a30f08fb4e0ca8edfb
2011-11-10 10:25:47-05:00
ffmpeg: check debug scanf() return value. Signed-off-by: Michael Niedermayer <[email protected]>
ec3c9a30203b1313683a473b3fa0fe9ceab57421
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ec3c9a30203b1313683a473b3fa0fe9ceab57421
2011-11-11 04:05:25+01:00
alsdec: update checked AV_EF flags. A user who wishes to use default error concealment cannot set the AV_EF_CRCCHECK flag because not every CRC in every format is a reliable indicator of bitstream damage. In some formats crcrs can be nonsensical in absence of any damage. We thus add the AV_EF_CAREFUL flag in addition to the AV_EF_CRCCHECK flag to allow a user to enable this reliable CRC check without having to enable all CRC checks in all formats. Signed-off-by: Michael Niedermayer <[email protected]>
919c00ba5af0521428a954ea976586f1b23f957e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/919c00ba5af0521428a954ea976586f1b23f957e
2011-11-21 15:51:53+01:00
swscale: use isByteRGB() to simplify check for palToRgbWrapper. Signed-off-by: Michael Niedermayer <[email protected]>
b13ba5cb9a1a56883f0a8e7f7b02f7a1330ccb6d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b13ba5cb9a1a56883f0a8e7f7b02f7a1330ccb6d
2011-11-06 13:30:10+01:00
g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
50969c0f46ce60a32c292b8375b4a442cc908c64
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50969c0f46ce60a32c292b8375b4a442cc908c64
2011-11-01 21:23:03-04:00
g726dec: remove the sample_rate validation
6e8d4a7afbf40c0eb4bd70a6e7724d22ce7a6239
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e8d4a7afbf40c0eb4bd70a6e7724d22ce7a6239
2011-11-01 21:23:03-04:00
lavf: if timestamps are invalid (pts=dts) only drop dts. Because if we drop both we have no timestamps at all for some files. Fixes Ticket344 Signed-off-by: Michael Niedermayer <[email protected]>
cd6851c5ef281e44af7028e08597c4dfb73d880f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd6851c5ef281e44af7028e08597c4dfb73d880f
2011-11-16 01:25:42+01:00
g722dec: check output buffer size before decoding
a3a8572165ce636fb011b78764a2584777f81b95
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3a8572165ce636fb011b78764a2584777f81b95
2011-10-25 11:30:50-04:00
movenc: Set a correct packet size for AMR-NB mode 15, "no data" These packets are valid packets, and consist of 1 byte (which contains the mode bits). This had been analyzed and reported by Igor Levin, igor d levin comverse com. Signed-off-by: Martin Storsjö <[email protected]>
ed669c9becf9d03c25e78ee98c2e4de564b854fc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ed669c9becf9d03c25e78ee98c2e4de564b854fc
2011-11-05 12:35:34+02:00
smacker: validate number of channels
e190e453bd1e4d4b409ed3556b3a50d1087c15d7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e190e453bd1e4d4b409ed3556b3a50d1087c15d7
2011-10-11 07:48:16-04:00
dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string() Signed-off-by: Michael Niedermayer <[email protected]>
eea064aea610ea41b5bda0b62dac56be536af9aa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eea064aea610ea41b5bda0b62dac56be536af9aa
2011-10-14 20:12:40+02:00
dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its useless if false. Signed-off-by: Michael Niedermayer <[email protected]>
d5f4857a738ab48e16dea68aa195bb6e2229b317
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5f4857a738ab48e16dea68aa195bb6e2229b317
2011-10-15 20:16:31+02:00