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
sonicdec: check decorrelation Signed-off-by: Michael Niedermayer <[email protected]>
1426291eb84c23eb0467c857397db8a76e77a003
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1426291eb84c23eb0467c857397db8a76e77a003
2013-03-21 15:45:59+01:00
h264: Move slice_table clean out of frame_start Fixes inconsistency ultimately leading to an out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
746016598d1885afd1fee976b6d315ed7eeefa68
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/746016598d1885afd1fee976b6d315ed7eeefa68
2013-03-30 20:28:00+01:00
pthread: update all get_buffer checks for get_buffer2 This restores the performance of simple frame-threaded codecs back to their pre-merge levels. Signed-off-by: Michael Niedermayer <[email protected]>
97f8c6e14753b94c1f6a96fe354a125bbfdea2cb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97f8c6e14753b94c1f6a96fe354a125bbfdea2cb
2013-03-19 02:25:46+01:00
cmdutils: remove duplicated check on CONFIG_POSTPROC The check is already performed by the PRINT_LIB_INFO macro.
63edd2f98994bb6d4ca3a70c14fb93d177feea2c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63edd2f98994bb6d4ca3a70c14fb93d177feea2c
2013-03-10 13:22:59+01:00
atomic: Exclude the unsupported implementation headers from checkheaders Signed-off-by: Martin Storsjö <[email protected]>
666fe5da47d127074be7f0e2bac93db6af8b4a30
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/666fe5da47d127074be7f0e2bac93db6af8b4a30
2013-03-08 20:34:27+02:00
ape: make version-dependent decoding functions called via pointers This will help in supporting old versions, e.g. version 3.93 uses the same range coder but different predictor and version 3.82 uses different range coder and predictor. Also this should not make decoding newer versions slower by introducing additional checks on versions.
b164d66e35d349de414e2f0d7365a147aba8a620
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b164d66e35d349de414e2f0d7365a147aba8a620
2013-03-15 09:50:42+01:00
vc1dec: odd sized sprites are unsupported It should be easy to add support but without a sample we would not know if they work. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
058e1f8dd71b30e3181a36cc66c5a278ebf835ba
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/058e1f8dd71b30e3181a36cc66c5a278ebf835ba
2013-03-06 00:09:54+01:00
configure: Simplify VDPAU header check Conflicts: configure
fdd392ed27d88a81bd9d86db6f234ab351ff3f98
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fdd392ed27d88a81bd9d86db6f234ab351ff3f98
2013-02-24 16:33:55+01:00
rtmpproto: Check APP_MAX_LENGTH Fixes Ticket2292 Signed-off-by: Michael Niedermayer <[email protected]>
02ac3398eb52679301028c2fd3ebad1b6261b4da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/02ac3398eb52679301028c2fd3ebad1b6261b4da
2013-02-23 17:18:22+01:00
tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6e "12:34" is now valid syntax.
e95637841c0a3953cf6ed0d9c2a61aa5d362c098
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e95637841c0a3953cf6ed0d9c2a61aa5d362c098
2013-02-23 00:18:34+01:00
pmpdec: check for EOF while reading index. Otherwise even a tiny file can trigger a huge memory allocation. Related to ticket #2298. Signed-off-by: Reimar Döffinger <[email protected]>
50a37f9202a86c3dcdd7076ecf8f0d446c542b25
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50a37f9202a86c3dcdd7076ecf8f0d446c542b25
2013-02-24 00:01:56+01:00
dxva2: Prevent redefinition of _WIN32_WINNT Don't redefine _WIN32_WINNT when targeting Win7/8 Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
89946c8403752fbb26234d98f780188df8951a2e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/89946c8403752fbb26234d98f780188df8951a2e
2013-02-08 14:10:19+01:00
h264: Reset last_pocs in case of reference or frame number inconsistencies This prevents faulty increasing of has_b_frames Should fix Ticket 2062 Signed-off-by: Michael Niedermayer <[email protected]>
c230af9bccc3cadb373f9007ba14fffb6c2acc75
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c230af9bccc3cadb373f9007ba14fffb6c2acc75
2013-02-13 23:19:51+01:00
riff: fix infinite loop Fixes Ticket2241 Signed-off-by: Michael Niedermayer <[email protected]>
a8343bfb6a3f00777943b94ff2969422f578f246
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8343bfb6a3f00777943b94ff2969422f578f246
2013-02-05 18:31:27+01:00
vqavideo: check chunk sizes before reading chunks Fixes out of array writes Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit ab6c9332bfa1e20127a16392a0b85a4aa4840889) Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 13093f9767b922661132a3c1f4b5ba2c7338b660) CC: [email protected] Signed-off-by: Reinhard Tartler <[email protected]>
f7d18deb73d1dd1b27b2c7062c9a10d168a6c62a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f7d18deb73d1dd1b27b2c7062c9a10d168a6c62a
2013-02-17 11:31:20+01:00
lavu: Add av_strnstr() This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
b85a5e87af4254b80913fe33591d96361f30832b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b85a5e87af4254b80913fe33591d96361f30832b
2013-01-25 10:47:51+01:00
interplayvideo: Free previous frames on resolution changes. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
9df9420dea0fc4c523dabc1bb6186c98885bdd9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9df9420dea0fc4c523dabc1bb6186c98885bdd9f
2013-01-31 00:46:04+01:00
huffyuvdec: Check init_vlc() return codes. Prevents out of array writes Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f67a0d115254461649470452058fa3c28c0df294
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f67a0d115254461649470452058fa3c28c0df294
2013-01-29 17:57:58+01:00
x86: h264qpel: add cpu flag checks for init function The code was copied from per cpu extension init function so the checks for supported extensions was overlooked.
c5c2060cf597c8eb5989ca4ba68a1eaeb59f7cdb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5c2060cf597c8eb5989ca4ba68a1eaeb59f7cdb
2013-01-24 19:03:59+01:00
avformat/vobsub: fix several issues. Here is an extract of fate-samples/sub/vobsub.idx, with an additional text at the end of each line to better identify each bitmap: timestamp: 00:04:55:445, filepos: 00001b000 Ace! timestamp: 00:05:00:049, filepos: 00001b800 Wake up, honey! timestamp: 00:05:02:018, filepos: 00001c800 I gotta go to work. timestamp: 00:05:02:035, filepos: 00001d000 <???> timestamp: 00:05:04:203, filepos: 00001d800 Look after Clayton, okay? timestamp: 00:05:05:947, filepos: 00001e800 I'll be back tonight. timestamp: 00:05:07:957, filepos: 00001f800 Bye! Love you. timestamp: 00:05:21:295, filepos: 000020800 Hey, Ace! What's up? timestamp: 00:05:23:356, filepos: 000021800 Hey, how's it going? timestamp: 00:05:24:640, filepos: 000022800 Remember what today is? The 3rd! timestamp: 00:05:27:193, filepos: 000023800 Look over there! timestamp: 00:05:28:369, filepos: 000024800 Where are they going? timestamp: 00:05:28:361, filepos: 000025000 <???> timestamp: 00:05:29:946, filepos: 000025800 Let's go see. timestamp: 00:05:31:230, filepos: 000026000 I can't, man. I got Clayton. Note the two "<???>": they are basically split subtitles (with the previous one), which the dvdsub decoder is now supposed to reconstruct with a previous commit. But also note that while the first chunk has increasing timestamps, timestamp: 00:05:02:018, filepos: 00001c800 timestamp: 00:05:02:035, filepos: 00001d000 ...it's not the case of the second one (and this is not an exception in the original file): timestamp: 00:05:28:369, filepos: 000024800 timestamp: 00:05:28:361, filepos: 000025000 For the dvdsub decoder, they need to be "filepos'ed" ordered, but the FFDemuxSubtitlesQueue is timestamps ordered, which is the reason of the introduction of a sub sort method in the context, to allow giving priority to the position, and then the timestamps. With that change, the dvdsub decoder get fed with ordered packets. Now the packet size estimation was also broken: the filepos differences in the vobsub index defines the full data read between two subtitles chunks, and it is necessary to take into account what is read by the mpegps_read_pes_header() function since the length returned by that function doesn't count the size of the data it reads. This is fixed with the introduction of total_read, and {old,new}_pos. By doing this change, we can drop the unreliable len16 heuristic and simplify the whole loop. Note that mpegps_read_pes_header() often read more than one PES packet (typically in one call it can read 0x1ba and 0x1be chunk along with the relevant 0x1bd packet), which triggers the "total_read + pkt_size > psize" check. This is an expected behaviour, which could be avoided by having a more chunked version of mpegps_read_pes_header(). The latest change is the extraction of each stream into its own subtitles queue. If we don't do this, the maximum size for a subtitle chunk is broken, and the previous changes can not work. Having each stream in a different queue requires some little adjustments in the seek code of the demuxer. This commit is only meaningful as a whole change and can not be easily split. The FATE test changes because it uses the vobsub demuxer.
dbfe61100bd7c9c9afb34b35a7e2cbf28807062d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dbfe61100bd7c9c9afb34b35a7e2cbf28807062d
2013-10-04 07:59:49+02:00
hls: add missing checks for accessing avoption fields Fixes null pointer exception and probably other things Signed-off-by: Michael Niedermayer <[email protected]>
665f2d432ccdfef91d4b3fa640582160076b18eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/665f2d432ccdfef91d4b3fa640582160076b18eb
2013-01-23 22:22:53+01:00
rtpdec_mpeg4: Check the return value from malloc Signed-off-by: Martin Storsjö <[email protected]>
977d4a3b8a2dbc2fb5e747c7072485016c9cdfaa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/977d4a3b8a2dbc2fb5e747c7072485016c9cdfaa
2013-01-15 23:18:33+02:00
init_get_bits8: check byte_size against being positive Signed-off-by: Michael Niedermayer <[email protected]>
ac73d3a12a33c5e4e6357d5f8824e19801663eb5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ac73d3a12a33c5e4e6357d5f8824e19801663eb5
2013-01-14 16:35:41+01:00
idcin: fix check for presence of an audio stream
12c2530b1d87fa94f81ea97df575b77c825e6f4f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/12c2530b1d87fa94f81ea97df575b77c825e6f4f
2013-01-09 14:49:06-05:00
avidec: use sensible error codes instead of -1 Use AVERROR_INVALIDDATA on invalid inputs, and AVERROR_EOF when no more frames are available in an interleaved AVI. Signed-off-by: Jindrich Makovicka <[email protected]> Signed-off-by: Diego Biurrun <[email protected]>
570a4a0189946c2c983da41d37fdd67fa13266e7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/570a4a0189946c2c983da41d37fdd67fa13266e7
2013-01-21 16:02:40+01:00
au: move skipping of unused data to before parameter validation Also do not unnecessarily skip 0 bytes.
c837b38dd33a11c3810e988a60193a858eb4f58c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c837b38dd33a11c3810e988a60193a858eb4f58c
2013-01-09 11:52:57-05:00
lavfi: remove init and check of rate and layout. The sample rate and channel layout are negotiated and set by the filter graph system.
0146c1f0f173417b2b90f35a2fdf87604cf9227a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0146c1f0f173417b2b90f35a2fdf87604cf9227a
2012-12-20 13:03:42+01:00
mxfdec: fix NULL checking in mxf_get_sorted_table_segments() The following out-of-memory check is broken. *sorted_segments = av_mallocz(...); if (!sorted_segments) { ... } The correct NULL check should use *sorted_segments. Signed-off-by: Xi Wang <[email protected]> Signed-off-by: Derek Buitenhuis <[email protected]>
3b81bba3bc5aca98d891cb377d27566de4745225
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b81bba3bc5aca98d891cb377d27566de4745225
2013-01-04 20:43:42-05:00
h264: merge old and new "slice in extradata" checks Signed-off-by: Michael Niedermayer <[email protected]>
99321d1b03b1724011101bf3c1d12beeb406b375
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99321d1b03b1724011101bf3c1d12beeb406b375
2012-12-18 14:50:12+01:00
h264: initialize frame-mt context copies properly
0eae920c3c49d1329ca22e5a8b5479fac354b55a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0eae920c3c49d1329ca22e5a8b5479fac354b55a
2012-12-13 21:02:42+01:00
fate: check if rsync has the contimeout option rsync on osx misses the --contimeout option Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
a8b3f0c5cf548f654e30c981988bb71981a3f8d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8b3f0c5cf548f654e30c981988bb71981a3f8d3
2012-12-15 01:33:19+01:00
diracdec: check dimensions against chroma format. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ea6da80cb41af9e854822d72b5dbe92ea5ca9909
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea6da80cb41af9e854822d72b5dbe92ea5ca9909
2012-12-07 13:43:40+01:00
asyncts: use clipped delta value when setting resample compensation The max_comp option is supposed to limit maximum compensation, but currently the clipped value is not actually used.
8083332c2de9ee189f96844ff4c2d9be1844116f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8083332c2de9ee189f96844ff4c2d9be1844116f
2012-12-13 13:02:21-05:00
asfdec: check extradata size before alloc and read Signed-off-by: Michael Niedermayer <[email protected]>
80aa89bdff6e3e9dd6bc58d806db0cbe99403149
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80aa89bdff6e3e9dd6bc58d806db0cbe99403149
2012-12-02 20:44:58+01:00
diracdec: fix emulated_edge condition, fix out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b84d1bf193d2af5e06979db12ffa0dedaa6c8ea1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b84d1bf193d2af5e06979db12ffa0dedaa6c8ea1
2012-12-07 02:24:14+01:00
configure: clean up check_inline_asm and check_as functions The check_inline_asm function should check the actual C compiler, not the one used for assembly files. Usually these are the same, but they might be different, typically when using a compiler other than gcc. The check_as should, as its name suggests, test the type of input the AS command is used with, i.e. a standalond assembly (.S) file. Finally, check for gnu assembler using the modified check_as as this reflects actual usage. Signed-off-by: Mans Rullgard <[email protected]>
7fd90119bbf19632135eec59bb2cd4eb30315513
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fd90119bbf19632135eec59bb2cd4eb30315513
2012-12-07 16:54:03+00:00
smacker: check smacker_decode_tree() return value Signed-off-by: Michael Niedermayer <[email protected]>
50cbe09d8ced75422571d29bbec1f35a33a0d3ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50cbe09d8ced75422571d29bbec1f35a33a0d3ed
2012-11-30 16:14:18+01:00
af_aresample: consistently use ROUNDED_DIV This fixes issues with negative timestamps Signed-off-by: Michael Niedermayer <[email protected]>
8d231e37af0cfd7dd52bdea57d144f2c663664ae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d231e37af0cfd7dd52bdea57d144f2c663664ae
2012-11-26 21:09:15+01:00
vc1dec: add hacks to ensure static tables are initialized in open(). Signed-off-by: Reimar Döffinger <[email protected]>
16af29a7a6deff3f6081fca1e36ad96cf8fec77d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/16af29a7a6deff3f6081fca1e36ad96cf8fec77d
2012-11-28 16:41:48+01:00
mjpegdec: check h/v_count, fix context becoming inconsistent and causing out of array accesses. This also fixes a long standing comment in the code. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a2f680c7bc7642c687aeb4e14d00ac74833c7a09
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a2f680c7bc7642c687aeb4e14d00ac74833c7a09
2012-11-30 04:17:03+01:00
build: add rules to generate preprocessed source files This is useful for debugging. Dependencies for these files are not generated due to limitations in many compilers. Signed-off-by: Mans Rullgard <[email protected]>
c262649291e711c084c5d8fc3fd0eee175f155ff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c262649291e711c084c5d8fc3fd0eee175f155ff
2012-11-23 12:03:32+00:00
h264: correct ref count check and limit, fix out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d6c184880ee2e09fd68c0ae217173832cee5afc1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d6c184880ee2e09fd68c0ae217173832cee5afc1
2012-11-18 16:47:29+01:00
sbr: increase f_tablelim size, it appears it was too small by 1. Prevent out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
fdbb6164a208df6d2665453da6d18d2cda13189b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fdbb6164a208df6d2665453da6d18d2cda13189b
2012-11-19 13:09:02+01:00
lavfi/avcodec: check avfilter_copy_frame_props() return code Signed-off-by: Michael Niedermayer <[email protected]>
a150bad4062a29fc11b32117bc1ade38115cd95b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a150bad4062a29fc11b32117bc1ade38115cd95b
2012-11-10 21:37:40+01:00
gifdec: check ff_lzw_decode_init() return value, fix out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
612ecfbbbb3f4238d44cca5f250ffc6147d03ec2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/612ecfbbbb3f4238d44cca5f250ffc6147d03ec2
2012-11-14 23:00:11+01:00
ebml_read_binary: use fast_padded_malloc() Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c63e76ba3553d7635b92ac3801f3087e85a76bfb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c63e76ba3553d7635b92ac3801f3087e85a76bfb
2012-11-09 23:35:58+01:00
g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6535d81d8788a6eb758dd08330d4915c224fa5ee
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6535d81d8788a6eb758dd08330d4915c224fa5ee
2012-11-16 21:36:44+01:00
movenc: remove unneeded check Fixes CID741417 Signed-off-by: Michael Niedermayer <[email protected]>
5f531386210e844f0a6819404cde58da54c46a00
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5f531386210e844f0a6819404cde58da54c46a00
2012-11-04 01:03:52+01:00
lavu/opt: parse key into a mallocated buffer. It removes the hardcoded limit on the key size without making the code much more complex, and it makes for a more versatile API.
e021eeb9f06f4f4d83690d07b47cdcc4172a61e1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e021eeb9f06f4f4d83690d07b47cdcc4172a61e1
2012-11-04 10:47:52+01:00
mpegvideo_probe: check slice order Fixes: Enrique.mp3 Signed-off-by: Michael Niedermayer <[email protected]>
e5cf100d3daaf3fa48d44ae575af916473f85544
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e5cf100d3daaf3fa48d44ae575af916473f85544
2012-11-01 15:08:03+01:00
examples/muxing: add missing error checks
6133149e0c70f570291c9b685a0be38fde58efe1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6133149e0c70f570291c9b685a0be38fde58efe1
2012-10-15 15:35:50+02:00
matroskaenc: check avio_open_dyn_buf() retuen code Fixes CID703629 Signed-off-by: Michael Niedermayer <[email protected]>
b1f517f503139ab9d0c406228b53663e86a128df
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1f517f503139ab9d0c406228b53663e86a128df
2012-10-20 19:05:15+02:00
svq1dec: check return value of get_bits1() in more common way Signed-off-by: Paul B Mahol <[email protected]>
8f4020d8a4b2e6264f54accbcb881577316c3ca6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8f4020d8a4b2e6264f54accbcb881577316c3ca6
2012-10-14 09:14:35+00:00
rtmpproto: fix out of array write Fixes CID732263 Signed-off-by: Michael Niedermayer <[email protected]>
5a75924dfd432c0ada79a9f489889dc92d53b481
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a75924dfd432c0ada79a9f489889dc92d53b481
2012-10-12 02:06:51+02:00
decode_audio3: initialize AVFrame Same fix and issue as in a25d912dca9cd553440167e0476c47581359c0fc Signed-off-by: Anton Khirnov <[email protected]>
6d1270a0f9ededd37ed14bde52b8ee69b99e8a7f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d1270a0f9ededd37ed14bde52b8ee69b99e8a7f
2012-11-01 19:43:05+01:00
arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) Assign NEON specific function pointers after runtime check via av_get_cpu_flags(). Signed-off-by: Janne Grunau <[email protected]>
507dce2536fea4b78a9f4973f77e1fa20cfe1b81
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/507dce2536fea4b78a9f4973f77e1fa20cfe1b81
2012-10-10 15:28:50+02:00
ffprobe: rework/fix flat writer Do not build from scratch the section header for each section, but build using the previous level buffer, thus improving efficiency and fix some few corner cases which are exposed by the pending disposition patch.
01e4537f66c6d054f8c7bdbdd5b3cfb4220d12fe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01e4537f66c6d054f8c7bdbdd5b3cfb4220d12fe
2012-09-29 10:25:04+02:00
wavpack: check if number of samples is not too big Wavpack format documentation mentions that 131072 is max number of samples. This fixes huge memory allocations in sample from ticket #1889. Signed-off-by: Paul B Mahol <[email protected]>
4744f67d4fe8669079af467c03f019c65fb2fd9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4744f67d4fe8669079af467c03f019c65fb2fd9f
2012-11-06 16:15:19+00:00
nutdec: fix type of intermediate variable for ts calculation. Prior to this it could theoretically become negative and read out of array. Signed-off-by: Michael Niedermayer <[email protected]>
6ab1166c770fb279ba4ac8dba13d53c4842efd4f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ab1166c770fb279ba4ac8dba13d53c4842efd4f
2012-09-21 06:27:38+02:00
configure: update tms470 detection for latest version v5.0 of the TI ARM compiler changes the version string. This updates the detection to check for both the old and the new strings. Signed-off-by: Mans Rullgard <[email protected]>
0122118ec32087cf3522bf14a1c4e34cb7d95a67
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0122118ec32087cf3522bf14a1c4e34cb7d95a67
2012-09-20 14:56:56+01:00
sonicenc: limit quant so that golomb codes are less than 32 bits long before they could become 33 bits Signed-off-by: Michael Niedermayer <[email protected]>
512beea52936f5935a0c6cdaef18364520ea5b7c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/512beea52936f5935a0c6cdaef18364520ea5b7c
2012-09-18 17:33:55+02:00
lavfi/amerge: fix input pad name behaviour. This fixes two problems: - the invalid pad.name stack pointer after init() ends - the duplicated name for all inputs
7b56dddd565438e5c9a9bfcd0a55e087ce0800fe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b56dddd565438e5c9a9bfcd0a55e087ce0800fe
2012-09-11 14:59:23+02:00
Add 'rw_timeout' into URLContext If set non-zero, limits duration of retry_transfer_wrapper() loop, thus affects ffurl_read*(), ffurl_write() Measured in microseconds. Signed-off-by: Michael Niedermayer <[email protected]>
7870722592f58d4d1f5beeabfd11b6afc5285e76
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7870722592f58d4d1f5beeabfd11b6afc5285e76
2012-08-29 00:05:03+02:00
x86: dsputil: Do not redundantly check for CPU caps before calling init funcs The init functions check for CPU capabilities on their own already.
ef6ba1f2378ac1e40c3c1d606b4ace47ea119ac8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ef6ba1f2378ac1e40c3c1d606b4ace47ea119ac8
2012-09-06 09:05:52+02:00
vf_hqdn3d: Don't declare the loop variable within the for loop This C99 feature is generally not used in the libav codebase, since it breaks building with some fringe compilers (GCC 2.95, MSVC). Signed-off-by: Martin Storsjö <[email protected]>
2bd67175c7e16c1f5da15c9e55ae6db4ab1d23fd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2bd67175c7e16c1f5da15c9e55ae6db4ab1d23fd
2012-08-27 15:29:39+03:00
proresenc: use the edge emulation buffer Prevents reading past the end of frame buffer. Signed-off-by: Luca Barbato <[email protected]>
cee03436e6f1e3d4893841698e73caa92f2a53c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cee03436e6f1e3d4893841698e73caa92f2a53c9
2012-08-13 21:04:00+02:00
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
3825b5268844694ff50a0e0bfde64df43a862fae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3825b5268844694ff50a0e0bfde64df43a862fae
2012-07-22 09:14:05+02:00
build: extend documentation building mechanism Allow to select specific documentation components, and reliably check for component dependencies. In particular, check for perl presence on the system.
c3da2c19e4e5e95dcc598ea303c70485c51fac6d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3da2c19e4e5e95dcc598ea303c70485c51fac6d
2012-08-13 12:22:02+02:00
af_amix: only consider negative return codes as errors.
428b369804d1a0ea7212409e800324ce284e9d55
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/428b369804d1a0ea7212409e800324ce284e9d55
2012-07-06 13:51:58+02:00
ffmpeg: poll filters even after -t limit. If not, frames can still arrive to the sink and accumulate. The frames past recording time will be ignored in do_*_out.
5997285d3a20a4b14a3525220679637823a5ee45
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5997285d3a20a4b14a3525220679637823a5ee45
2012-07-06 18:33:48+02:00
lavf: use dts difference instead of AVPacket.duration in find_stream_info() AVPacket.duration is mostly made up and thus completely useless, this is especially true for video streams. Therefore use dts difference for framerate estimation and the max_analyze_duration check. The asyncts test now needs -analyzeduration, because the default is 5 seconds and the audio stream in the sample appears at ~10 seconds.
fe1c1198e670242f3cf9e3e1eef27cff77f3ee23
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe1c1198e670242f3cf9e3e1eef27cff77f3ee23
2012-07-29 08:04:42+02:00
exr: check size of uncompressed buffer returned by uncompress() The actual size of uncompressed buffer returned by uncompress() may be smaller than expected, so abort decoding in such cases. Signed-off-by: Paul B Mahol <[email protected]>
7543fd80e5c24aa835e4bcf5d8ef02b18f242018
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7543fd80e5c24aa835e4bcf5d8ef02b18f242018
2012-07-16 00:39:37+00:00
mss1: check number of free colours Prevents out of array write. Signed-off-by: Paul B Mahol <[email protected]>
e3c26705392e462fabf54366fbad3dbf6ec832d1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3c26705392e462fabf54366fbad3dbf6ec832d1
2012-06-25 23:07:18+00:00
libilbc: use designated initializers for AVClass Signed-off-by: Paul B Mahol <[email protected]>
420990db30e1d0ad36dd0cc6da077b1248754ec3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/420990db30e1d0ad36dd0cc6da077b1248754ec3
2012-06-19 20:43:28+00:00
x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* This gets rid of a variable-length array and a for loop in C code. Signed-off-by: Martin Storsjö <[email protected]>
66a02159ea9a09965dfa3e06ea55f41e5f615f90
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/66a02159ea9a09965dfa3e06ea55f41e5f615f90
2012-06-30 19:10:36+03:00
Makefile: remove checkheaders from the main check target checkheaders doesnt pass and noone has even noticed since a very long time. checkheaders is also unmaintained (please add yourself to MAINTAINERS if you want to maintain it) Signed-off-by: Michael Niedermayer <[email protected]>
7c8b5d1d80ff040cdb71ed5ff3a9d670d330952b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c8b5d1d80ff040cdb71ed5ff3a9d670d330952b
2012-06-29 00:05:40+02:00
vf_pad: check that we have write permission before writing in the buffer. Signed-off-by: Michael Niedermayer <[email protected]>
46c50b1726b27604f05511f7661e1e40e891a0e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/46c50b1726b27604f05511f7661e1e40e891a0e5
2012-06-16 01:54:50+02:00
ffplay: check return code of avcodec_decode_video2() Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Marton Balint <[email protected]>
349b65eee2fd5590b7e511c915dcd2d3aef3960e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/349b65eee2fd5590b7e511c915dcd2d3aef3960e
2012-06-08 21:32:10+02:00
bmv: add stricter checks for invalid decoded length This makes decoder handle random data passed as BMV frame data.
96fadfb1588b1bf4968af371693e6484ce3050f8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96fadfb1588b1bf4968af371693e6484ce3050f8
2012-06-03 15:26:11+02:00
h264: allow cropping to AVCodecContext.width/height Override the frame size from the SPS with AVCodecContext values if the latter specify a size smaller by less than one macroblock. This is required for correct cropping of MOV files from Canon cameras. Signed-off-by: Mans Rullgard <[email protected]>
30f515091c323da59c0f1b533703dedca2f4b95d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/30f515091c323da59c0f1b533703dedca2f4b95d
2012-06-09 15:08:52+01:00
yopdec: check frame oddness to be within supported limits Fixes Ticket1365 Signed-off-by: Michael Niedermayer <[email protected]>
febc013dc5d6db1535a4f91cf02fa8089038937c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/febc013dc5d6db1535a4f91cf02fa8089038937c
2012-06-01 15:52:20+02:00
lavc/jacosub: fix make checkheaders.
c8a7dd03f8a3e16b20a60737d5a492255532f967
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c8a7dd03f8a3e16b20a60737d5a492255532f967
2012-05-18 23:34:11+02:00
configure: check for pthread_cancel.
83f954e85939527ed86e6343bfe1b8453d838abe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/83f954e85939527ed86e6343bfe1b8453d838abe
2012-05-14 19:32:43+02:00
lavfi/aevalsrc: remove limitation on the number of channels
cfde7395b1bf4b1b9c37b9fbee76a2e9b61fe55a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cfde7395b1bf4b1b9c37b9fbee76a2e9b61fe55a
2012-05-18 00:38:31+02:00
tiffenc: fix out of array read Fixes ticket1112 Found-by: ami_stuff Signed-off-by: Michael Niedermayer <[email protected]>
d04956344d38ddd77ec61042ce57cd9021491c83
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d04956344d38ddd77ec61042ce57cd9021491c83
2012-05-12 10:58:08+02:00
mpeg2enc: check input dimensions Signed-off-by: Michael Niedermayer <[email protected]>
6b0a0dc555e77b376c4a543d73ec295f2c651210
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6b0a0dc555e77b376c4a543d73ec295f2c651210
2012-05-13 11:24:46+02: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]> Signed-off-by: Derek Buitenhuis <[email protected]>
4b7fa553a90361da730dfffc92c4bb75a181897d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b7fa553a90361da730dfffc92c4bb75a181897d
2012-05-01 21:14:18-04:00
libschroedingerdec: check malloc Signed-off-by: Diego Biurrun <[email protected]>
a7fa5ce671d31d77ecb8b8d302f8df8e6e0768f6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7fa5ce671d31d77ecb8b8d302f8df8e6e0768f6
2012-04-28 15:11:18+02:00
vp8: update frame size changes on thread context switches. This properly synchronizes frame size changes between threads if subsequent threads abort decoding before frame size is initialized, i.e. it prevents the thread after that from ping-ponging back to the original value. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
82a0497cf317a9bf3e5d65fb13485097d0e88321
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82a0497cf317a9bf3e5d65fb13485097d0e88321
2012-05-02 09:57:12-07:00
mtvdec: check that the buf is large enough for probing Signed-off-by: Michael Niedermayer <[email protected]>
ee402df9a25d1f0e15247511f524c0b7df102a27
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ee402df9a25d1f0e15247511f524c0b7df102a27
2012-04-19 22:11:19+02:00
h263dec: Check for width/height changes on frame skips too. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c90b8a74802f36a0594c4867185e18d3dbd4023b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c90b8a74802f36a0594c4867185e18d3dbd4023b
2012-04-19 14:37:35+02:00
indeo5: check for unsupported luma block type Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
88a97d660d65b8d5ac2ca719969c0096ace00114
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/88a97d660d65b8d5ac2ca719969c0096ace00114
2012-04-15 21:02:01+02:00
qdm2: Check vlc_stage3_values index. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
1a974679d097e878401cc1a425c3ed612be1581e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a974679d097e878401cc1a425c3ed612be1581e
2012-04-15 16:54:55+02:00
rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC Code mostly inspired by vp8's MC, however: - its MMX2 horizontal filter is worse because it can't take advantage of the coefficient redundancy - that same coefficient redundancy allows better code for non-SSSE3 versions Benchmark (rounded to tens of unit): V8x8 H8x8 2D8x8 V16x16 H16x16 2D16x16 C 445 358 985 1785 1559 3280 MMX* 219 271 478 714 929 1443 SSE2 131 158 294 425 515 892 SSSE3 120 122 248 387 390 763 End result is overall around a 15% speedup for SSSE3 version (on 6 sequences); all loop filter functions now take around 55% of decoding time, while luma MC dsp functions are around 6%, chroma ones are 1.3% and biweight around 2.3%. Signed-off-by: Diego Biurrun <[email protected]>
110d0cdc9d1ec414a658f841a3fbefbf6f796d61
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/110d0cdc9d1ec414a658f841a3fbefbf6f796d61
2012-05-10 18:42:43+02:00
mpeg4videodec: Force quant_precision to stay within the valid range. Signed-off-by: Michael Niedermayer <[email protected]>
50ec8a2acd4f7ad422c0883153b856e737adf973
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50ec8a2acd4f7ad422c0883153b856e737adf973
2012-04-07 19:59:00+02:00
lagarith: Fix various issues that lead to out of array reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
96d0494123a05fb78a0fd3f03b0b5aaefc170b1c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96d0494123a05fb78a0fd3f03b0b5aaefc170b1c
2012-03-28 06:41:40+02:00
error_concealment: Check that the reference is not NULL In normal picture decoding this does not need to be checked but as error concealment is run in the case of errors the availability of references is less certain. This may be fixed differently at some point so that all references are always filled in before the EC code, in which case this should then be changed to an assert() Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
903ccf71b757cd30ce8e2378fd8ba87664e78449
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/903ccf71b757cd30ce8e2378fd8ba87664e78449
2012-04-19 12:56:49+02:00
cavsdec: check for changing w/h. Our decoder does not support changing w/h. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
25715064c2ef4978672a91f8c856f3e8809a7c45
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25715064c2ef4978672a91f8c856f3e8809a7c45
2012-03-24 03:26:52+01:00
aacdec: prevent channels from exceeding MAX_CHANNELS. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ba02069a8e22985a9a775dac9ece6dc54a7e8b44
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ba02069a8e22985a9a775dac9ece6dc54a7e8b44
2012-03-23 03:08:58+01:00
h264: print the pps_id when its invalid. Signed-off-by: Michael Niedermayer <[email protected]>
e8f2c0ca2e51409396146ffc069bc33b542ab014
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8f2c0ca2e51409396146ffc069bc33b542ab014
2012-03-19 01:43:44+01:00