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
indeo3: check return values of av_malloc() Signed-off-by: Paul B Mahol <[email protected]>
84343dd9d3b8e19c95c0f641a9f97915efec0633
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/84343dd9d3b8e19c95c0f641a9f97915efec0633
2013-06-30 19:43:55+00:00
lavfi/rotate: switch to new drawutils Get rid of ugly hacks, also add support for more pixel formats. Signed-off-by: Paul B Mahol <[email protected]>
19c8f2271423281c9b876b984076a6467c455904
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/19c8f2271423281c9b876b984076a6467c455904
2013-07-08 16:40:49+00:00
jpeg2000dec: Check that theres a SOT before SOD Fixes out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b26bcd08e670b90740f7253f21adddafb9d8c478
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b26bcd08e670b90740f7253f21adddafb9d8c478
2013-06-06 10:51:07+02:00
jpeg2000: tag_tree_size: replace check by assert This function is never called with values large enough for the error condition to occur Signed-off-by: Michael Niedermayer <[email protected]>
84a6bc23570c17ce91071e41431103f709c0d595
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/84a6bc23570c17ce91071e41431103f709c0d595
2013-05-30 14:43:09+02:00
h264_ps: check croping values Signed-off-by: Michael Niedermayer <[email protected]>
c3bd306e78f9e3ca2f136f5b30cbe49fa0884f82
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3bd306e78f9e3ca2f136f5b30cbe49fa0884f82
2013-04-30 23:48:53+02:00
tta: remove pointless code Checking seek table crc in decoder is pointless, as seek table is not used in decoder anyway, so also stop storing seek table into extradata.
c4e0e314248865830ec073e5a3ef08e0a40aabf2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c4e0e314248865830ec073e5a3ef08e0a40aabf2
2013-05-30 20:17:27+00:00
lavfi/stereo3d: check input width & height Signed-off-by: Paul B Mahol <[email protected]>
716588188d87178d4b850982b5b361150cb7e94c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/716588188d87178d4b850982b5b361150cb7e94c
2013-04-17 15:16:48+00:00
lavfi/f_ebur128: remove request_frame hack.
9566ba91abf42de473b35ac7ef68441eb91189b5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9566ba91abf42de473b35ac7ef68441eb91189b5
2013-04-03 17:44:10+02:00
avutil/pixdesc: check step/depth against each other Signed-off-by: Michael Niedermayer <[email protected]>
f807d6d2009b9f2e70d9a204a0e8b6140a87ec85
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f807d6d2009b9f2e70d9a204a0e8b6140a87ec85
2013-04-16 14:36:49+02:00
lavf/utils: dont't explicitly check AVIOContext.error The error should be caught in write_packet()/write_trailer() Signed-off-by: Ronald S. Bultje <[email protected]>
75b9ed04b977bfd467816f7e60c6511ef89b8a2b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/75b9ed04b977bfd467816f7e60c6511ef89b8a2b
2011-03-15 08:04:10-04:00
qdm2: check "AC" codewords Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a3541896c6f443177a4f715cd71d1bff7ba8f380
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3541896c6f443177a4f715cd71d1bff7ba8f380
2013-03-06 05:04:39+01:00
avframe: call release_buffer only if it is set AVCodecContext release_buffer() shall be NULL for audio codecs using get_buffer. The backward compatibility code hence have to check before calling it.
a2816230c5c0a8fc72bc0163b7d21a96b194d87a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a2816230c5c0a8fc72bc0163b7d21a96b194d87a
2013-03-11 18:58:47+01:00
snowenc: initialize edges This fixes a regression caused by changes to the buffer initialization code. Fixes valgrind warnings Signed-off-by: Michael Niedermayer <[email protected]>
188c08247742e3d5b4ab20a9c009ac98e5c1e8bb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/188c08247742e3d5b4ab20a9c009ac98e5c1e8bb
2013-03-06 16:35:47+01:00
libxvid: check & clear encoder_handle Signed-off-by: Michael Niedermayer <[email protected]>
667bf156526ffba556f3dd906d63d1952866ea63
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/667bf156526ffba556f3dd906d63d1952866ea63
2013-03-02 20:32:21+01:00
wmaprodec: return an error, not 0, when the input is too small. Returning 0 may result in an infinite loop in valid calling programs. A decoder should never return 0 without producing any output. CC:[email protected]
4c0080b7e7d501e2720d2a61f5186a18377f9d63
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4c0080b7e7d501e2720d2a61f5186a18377f9d63
2013-03-08 08:12:26+01:00
qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
7b4f91155bd4ef5a8d4e9af65c48b42bfa5b52c6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b4f91155bd4ef5a8d4e9af65c48b42bfa5b52c6
2013-02-23 13:06:08+01:00
pmpdec: check packet sizes Reviewed-by: Reimar Döffinger <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
066739f6bc628188bdbbd2695196acfd16ec79e1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/066739f6bc628188bdbbd2695196acfd16ec79e1
2013-02-24 00:13:54+01:00
4xm: check the return value of read_huffman_tables(). CC:[email protected]
8097fc9a2dd49d8e467b16c8bafaa96242b7fe46
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8097fc9a2dd49d8e467b16c8bafaa96242b7fe46
2013-02-23 09:13:08+01:00
exr: check version too Separate version from flags. Signed-off-by: Paul B Mahol <[email protected]>
3456891291024d97f167a5eea82b39e53a008843
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3456891291024d97f167a5eea82b39e53a008843
2013-02-22 18:59:54+00:00
shorten: Fix signedness of comparission Fixes out of array accessed Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a5153b1d1692e51cf69ff28bc6a25ce5241774e0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5153b1d1692e51cf69ff28bc6a25ce5241774e0
2013-02-19 23:08:19+01:00
ff_end_tag: assert that the start is aligned. If its start is not aligned then aligning its end will likely break many demuxers as they check the size and not the position. Signed-off-by: Michael Niedermayer <[email protected]>
47335126c049a5d2468b1b8b328c286a0d978159
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47335126c049a5d2468b1b8b328c286a0d978159
2013-02-08 12:51:52+01:00
af_biquad: unroll loop, remove variable copies This makes the code about 7% faster Signed-off-by: Michael Niedermayer <[email protected]>
9f956611e33f73f6ad8d926e8a361e75aa42a491
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f956611e33f73f6ad8d926e8a361e75aa42a491
2013-02-07 19:03:22+01:00
ffplay: drop redundant NULL sws_freeContext() check in stream_close() sws_freeContext() already checks for NULL, simplify.
c91f1f3f926d4ba36ab051adc447ff56391210c3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c91f1f3f926d4ba36ab051adc447ff56391210c3
2013-02-03 11:15:27+01:00
mvdec: Check the frame counter against the correct limit. fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
362271d72fc38cd1f4b076aff9a12b1104c26760
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/362271d72fc38cd1f4b076aff9a12b1104c26760
2013-01-27 02:11:19+01:00
qdm2: check array index before use, fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit a7ee6281f7ef1c29284e3a4cadfe0f227ffde1ed) CC: [email protected] Signed-off-by: Reinhard Tartler <[email protected]>
39bec05ed42e505d17877b0c23f16322f9b5883b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/39bec05ed42e505d17877b0c23f16322f9b5883b
2013-02-17 11:31:20+01:00
h264: integrate clear_blocks calls with IDCT. The non-intra-pcm branch in hl_decode_mb (simple, 8bpp) goes from 700 to 672 cycles, and the complete loop of decode_mb_cabac and hl_decode_mb (in the decode_slice loop) goes from 1759 to 1733 cycles on the clip tested (cathedral), i.e. almost 30 cycles per mb faster. Signed-off-by: Michael Niedermayer <[email protected]>
1acd7d594c15aa491729c837ad3519d3469e620a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1acd7d594c15aa491729c837ad3519d3469e620a
2013-02-19 16:25:50+01:00
au: validate sample rate
47d029a4c1b9cd203d65abcb597d5b0209cae4f8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47d029a4c1b9cd203d65abcb597d5b0209cae4f8
2013-01-09 11:52:57-05:00
lavc/dnxhdenc: print valid profiles when codec parameters are invalid Signed-off-by: Michael Niedermayer <[email protected]>
9d602a0b0e955ac8553b16fc1b98731d66fdde2b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d602a0b0e955ac8553b16fc1b98731d66fdde2b
2013-01-27 18:44:16+01:00
swr: limit buffer size for silence injection This reduces memory usage for unreasonable large silence injections Signed-off-by: Michael Niedermayer <[email protected]>
a34aee4646284eae67c1317d7baf82c2b3012aba
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a34aee4646284eae67c1317d7baf82c2b3012aba
2013-01-13 16:04:41+01:00
mpeg12enc: check dimension validity Signed-off-by: Michael Niedermayer <[email protected]>
7fb87bc5f24b1be13269109506c05e4c54695b5e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fb87bc5f24b1be13269109506c05e4c54695b5e
2013-01-07 15:47:21+01:00
dec/developer: Add Valgrind / Address Sanitizer to the patch checklist Reviewed-by: saste Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
1c14c3412ea1bac5d02be284103c153599044564
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c14c3412ea1bac5d02be284103c153599044564
2013-01-12 18:23:32+01:00
lavfi/tinterlace: switch to filter_frame API Also add missing NULL checks.
fef7b2e0bef6972d8d48df51e477af7b017d1a38
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fef7b2e0bef6972d8d48df51e477af7b017d1a38
2012-12-06 22:30:59+01:00
lavfi/tinterlace: drop redundant NULL checks in uninit()
da9a45b6815237b7fbcb7cc5cfd99244889661c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da9a45b6815237b7fbcb7cc5cfd99244889661c7
2012-12-06 22:32:03+01:00
cavsdec: check ff_get_buffer() return value Fixes CID747721 Signed-off-by: Michael Niedermayer <[email protected]>
eee8c94f50bfcd93c1f761b4e6b55bec3815616d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eee8c94f50bfcd93c1f761b4e6b55bec3815616d
2012-12-13 14:32:58+01:00
lavu/opt: do not filter out the initial sign character except for flags This allows parsing of special-case negative numbers like decibels.
9d5c62ba5b586c80af508b5914934b1c439f6652
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d5c62ba5b586c80af508b5914934b1c439f6652
2012-12-05 11:23:36-05:00
lavfi/vf_tile: switch to filter_frame. Also add error check on buffer allocation.
6f3d2fb18bb6225c27e22a95846c42f2093dc3b7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f3d2fb18bb6225c27e22a95846c42f2093dc3b7
2012-12-02 13:53:41+01:00
lavf: compute probe buffer size more reliably. The previous code computes the offset by reversing the growth of the allocated buffer size: it is complex and did lead to inconsistencies when the size limit is reached. Fix trac ticket #1991.
03847eb8259291b4ff1bd840bd779d0699d71f96
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03847eb8259291b4ff1bd840bd779d0699d71f96
2012-12-04 19:49:51+01:00
pcmdec: check codec_id Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
f0695b09dd479e9f20e522417a46a6132c391a1c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f0695b09dd479e9f20e522417a46a6132c391a1c
2012-12-01 02:36:28+01:00
qdm2: check array index before use, fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a7ee6281f7ef1c29284e3a4cadfe0f227ffde1ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7ee6281f7ef1c29284e3a4cadfe0f227ffde1ed
2012-12-01 00:00:08+01:00
dcadec: check lfe field Fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
3b2cd83a829e01a603b52fdc058a054b7899d06e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b2cd83a829e01a603b52fdc058a054b7899d06e
2012-12-01 22:10:42+01:00
h264: check context state before decoding slice data partitions Fixes mov_h264_aac__Demo_FlagOfOurFathers.mov.SIGSEGV.4e9.656. Found-by: Mateusz "j00ru" Jurczyk CC: [email protected]
c1fcf563b13051f280db169ba41c6a1b21b25e08
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c1fcf563b13051f280db169ba41c6a1b21b25e08
2012-11-29 14:40:05+01:00
af_aresample: fix rounding of negative timestamps Signed-off-by: Michael Niedermayer <[email protected]>
4b5a12a2cb0252c4a08b6d099eaf69523e8c62e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b5a12a2cb0252c4a08b6d099eaf69523e8c62e5
2012-11-26 16:25:47+01:00
avfilter: check that filter_frame and slice variants are not both used Signed-off-by: Michael Niedermayer <[email protected]>
f6dd145533eebdde189adafc791236b2e5419287
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6dd145533eebdde189adafc791236b2e5419287
2012-11-28 16:43:34+01:00
cook: check subbands more completely, fix out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
774830050aff71bcf02c68c0767f401240385842
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/774830050aff71bcf02c68c0767f401240385842
2012-11-17 03:43:17+01:00
configure: Check for -Werror parameters on clang Signed-off-by: Martin Storsjö <[email protected]>
9eded0fe412e610ee8944681d5c554b723463e96
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9eded0fe412e610ee8944681d5c554b723463e96
2012-11-15 18:22:03+02:00
wmaprodec: check num_sfb for validity. Fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
50f0a6b4e64b78e0df1919ee1fa5e805309911c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50f0a6b4e64b78e0df1919ee1fa5e805309911c2
2012-11-14 21:15:08+01:00
indeo4: more complete check for the scan vs block sizes. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7ab690bf5f4b24fca95113c0ee44f0847c9c3c6d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7ab690bf5f4b24fca95113c0ee44f0847c9c3c6d
2012-11-12 23:01:42+01:00
8bps: check index against buffer size before reading line length pointer. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
66ff90f4a3d81c25feaa672dc8cc9cc88017753d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/66ff90f4a3d81c25feaa672dc8cc9cc88017753d
2012-11-14 03:34:01+01:00
qdm2: remove unneeded checks for channel count
eb38d8fe926bdce8110fa4be4fddf6598a079a20
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eb38d8fe926bdce8110fa4be4fddf6598a079a20
2012-11-01 11:29:18-04:00
cws2fws: check lseek() return Fixes: CID733721 Signed-off-by: Michael Niedermayer <[email protected]>
86aba86b1b031ec7c7cc43dd679c0991929e6305
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/86aba86b1b031ec7c7cc43dd679c0991929e6305
2012-10-26 18:24:50+02:00
g726dec: do not validate sample rate For decoding it does not really matter what the sample rate is.
a346aaf148dc2ce53da30e2f67223834495c0fd6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a346aaf148dc2ce53da30e2f67223834495c0fd6
2012-11-01 11:29:16-04:00
fix a compiling error with llvm-gcc Move some #include in vda.h down to prevent libavutil headers from interfering with system headers Signed-off-by: Michael Niedermayer <[email protected]>
c25e9292ba5b5d4f2ba52004d3593a1dafdfe427
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c25e9292ba5b5d4f2ba52004d3593a1dafdfe427
2012-10-27 04:32:40+02:00
lavf/audiointerleave: check return value of av_new_packet() Fixes CID733709. Signed-off-by: Paul B Mahol <[email protected]>
3ca8a2328878ebdb203e49d0a060df1b5337a370
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ca8a2328878ebdb203e49d0a060df1b5337a370
2012-10-15 17:03:41+00:00
svq1dec: use more common way to check if result is not zero Signed-off-by: Paul B Mahol <[email protected]>
7b9fc769e40a7709fa59a54e2a810f76364eee4b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b9fc769e40a7709fa59a54e2a810f76364eee4b
2012-10-14 09:18:36+00:00
motion_est: more complete SAB diamond size check This makes no difference with the current #defines Fixes CID732255 Signed-off-by: Michael Niedermayer <[email protected]>
3a48e38ad0e37d89065843548414d367e70593bf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a48e38ad0e37d89065843548414d367e70593bf
2012-10-12 19:33:39+02:00
avutil: Add functions for allocating opaque contexts for algorithms The current API where the plain size is exposed is not of much use - in most cases it is allocated dynamically anyway. If allocated e.g. on the stack via an uint8_t array, there's no guarantee that the struct's members are aligned properly (unless the array is overallocated and the opaque pointer within it manually aligned to some unspecified alignment). Signed-off-by: Martin Storsjö <[email protected]>
9a92aea27bad2f5603ca85e0d0716c679a6b686c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9a92aea27bad2f5603ca85e0d0716c679a6b686c
2012-10-11 23:35:27+03:00
os_support: Choose between direct.h and io.h using a configure check Signed-off-by: Martin Storsjö <[email protected]>
ca6b544ac9d07dcd4d151d5729f0bf52f4f8653d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ca6b544ac9d07dcd4d151d5729f0bf52f4f8653d
2012-09-13 14:56:54+03:00
sha: change loop condition to be tighter. This makes no change to the way the code functions, but should make it easier for static analyzers to see the valid range for i Signed-off-by: Michael Niedermayer <[email protected]>
4e4ae2f82caacd03fe936e5553c2e8f70ee109e9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4e4ae2f82caacd03fe936e5553c2e8f70ee109e9
2012-10-11 02:42:18+02:00
examples/muxing: add check on avformat_write_header() result
34b5b735f9639d9fd2d979a42974991bb6a6ba1d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/34b5b735f9639d9fd2d979a42974991bb6a6ba1d
2012-09-11 21:43:27+02:00
x86: more specific checks for availability of required assembly capabilities
1169f0d0afc0454633cfcfad73643f0458521c67
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1169f0d0afc0454633cfcfad73643f0458521c67
2012-09-07 18:16:04+02:00
avformat: Identify anonymous AVIO typedef structs. Anonymous typedef structs prevent forward declaration, this change gives the AVIOContext and AVIOInterruptCB structures a name. These structures are now in line with other common structures such as AVFormatContext and AVCodecContext. Signed-off-by: Dale Curtis <[email protected]> Signed-off-by: Diego Biurrun <[email protected]>
0575772fa04e77fbb3755ad1cb8f040713c1e0d7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0575772fa04e77fbb3755ad1cb8f040713c1e0d7
2012-09-27 09:14:22+02:00
configure: use AS_O setting in check_as Signed-off-by: Mans Rullgard <[email protected]>
df0d63413801830b2b920259d4cefc85af1a8de4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df0d63413801830b2b920259d4cefc85af1a8de4
2012-08-27 23:14:06+01:00
ffmpeg: check timebase validity before considering it to be used for stream copy Signed-off-by: Michael Niedermayer <[email protected]>
5829b7d29e34d60aff2319e8b5c296d36c344d23
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5829b7d29e34d60aff2319e8b5c296d36c344d23
2012-09-10 20:57:23+02:00
lavc/old_codec_ids: Fix make checkheaders.
82e5c5d45bc94fad3bf8bb4de5d73ed30f2d86e3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82e5c5d45bc94fad3bf8bb4de5d73ed30f2d86e3
2012-08-08 08:02:56+02:00
vc1dec: Override invalid macroblock quantizer Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Kostya Shishkov <[email protected]>
45838561f2f14339acdf53ffa3adbfe8e6db7514
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/45838561f2f14339acdf53ffa3adbfe8e6db7514
2012-07-28 14:13:22+02:00
alac: fix check for valid max_samples_per_frame
7a206eb32f624171a35235f714d44ee9dec9abcb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a206eb32f624171a35235f714d44ee9dec9abcb
2012-07-19 13:26:47-04:00
rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets Signed-off-by: Martin Storsjö <[email protected]>
2357f606876173a25acf3130868e374cc44c5f47
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2357f606876173a25acf3130868e374cc44c5f47
2012-07-26 22:56:54+03:00
vc1dec: check that coded slice positions and interlacing match. This fixes out of array writes Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Kostya Shishkov <[email protected]>
1100acbab26883007898c53efeb289f562c6e514
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1100acbab26883007898c53efeb289f562c6e514
2012-07-28 13:34:05+02:00
h264: refactor NAL decode loop Write out the NAL decoding loops in full so that they are easier to parse for a preprocessor without it having to be aware of macros or other such things in C code. This also makes the code more readable. Signed-off-by: Luca Barbato <[email protected]>
58db34aa1e6c4cb1d876d0abc497c5e902da857e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58db34aa1e6c4cb1d876d0abc497c5e902da857e
2012-07-23 16:27:53+02:00
x86: cpu: clean up check for cpuid instruction support This adds macros for accessing the EFLAGS register and uses these instead of coding the entire check in inline asm. Signed-off-by: Mans Rullgard <[email protected]>
e346176de9809afec3724139ee320b613f753062
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e346176de9809afec3724139ee320b613f753062
2012-07-10 20:32:16+02:00
doc: git: Add checklist with test steps to perform before pushing
433492ac65e1f08f8614348a968b76e9e6420022
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/433492ac65e1f08f8614348a968b76e9e6420022
2012-06-28 13:47:22+02:00
yadif/x86: add prototypes for functions, make code valid C again. Broken by: libav (a87b17f3283aada762820f1b797eeb7a2dff6c61) Signed-off-by: Michael Niedermayer <[email protected]>
c9de83fefd5bba1585c3db8ba75cb8b8ac8c43b9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9de83fefd5bba1585c3db8ba75cb8b8ac8c43b9
2012-07-03 12:47:11+02:00
configure: check for unistd.h Signed-off-by: Mans Rullgard <[email protected]>
542920b7f6d977dc29689b669b92a5cd82597785
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/542920b7f6d977dc29689b669b92a5cd82597785
2012-06-21 22:54:05+01:00
os_support: Don't compare a negative number against socket descriptors The fds are unsigned integers in the windows definition of struct sockfds. Due to this, the comparison if (fds[i].fd > n) was always false. Signed-off-by: Martin Storsjö <[email protected]>
71078ad3338d850a24071e93b69d2109a943f73e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71078ad3338d850a24071e93b69d2109a943f73e
2012-06-30 15:17:52+03:00
image2: Add "start_number" private option to the demuxer Currently if a pattern is given we look for up to the fifth file name in the sequence. This option sets that limit to an arbitrary number. Signed-off-by: Anton Khirnov <[email protected]>
f57d2f587b0b424cd81178f76885ac5117ebe16f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f57d2f587b0b424cd81178f76885ac5117ebe16f
2012-06-24 07:37:38+02:00
avformat: Probe codecs at score 0 on buffer exhaustion conditions.
f0ff9eb49394d4ba06eff30e0dac2f3ce590e311
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f0ff9eb49394d4ba06eff30e0dac2f3ce590e311
2012-06-05 09:51:51-07:00
lavfi/video: add avfilter.h include to fix make checkheaders.
781fb46c568939c15e4638f9949adb6f2facf7b4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/781fb46c568939c15e4638f9949adb6f2facf7b4
2012-05-24 23:46:15+02:00
avformat: offset fps calculation by one to include 60.00 fps To ensure the full range of values is still used, also adjust all uses of this function to loop from 0 instead of 1. This way only 60.00 is added and nothing lost. Signed-off-by: Michael Niedermayer <[email protected]>
59163139679b0aa2cb84cd6d7a3f696ed5a5813a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59163139679b0aa2cb84cd6d7a3f696ed5a5813a
2012-06-22 01:58:57+02:00
swr: check count argument of realloc_audio() Signed-off-by: Michael Niedermayer <[email protected]>
a645049bd8e9fa38860d44902fcee55867f73140
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a645049bd8e9fa38860d44902fcee55867f73140
2012-05-22 20:37:12+02:00
indeo: check custom Huffman tables for errors
fe7a37c36febd71576cbefc385d995a8d6e444e7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe7a37c36febd71576cbefc385d995a8d6e444e7
2012-05-20 11:19:47+02:00
lavfi/video: set output frame w/h properties in default_start_frame() Use the same values of the video output link. Avoid the need to override the default_start_frame() with an ad-hoc start_frame() callback. In particular, fix the super2xsai filter which was setting the input w/h values in the output.
635a25954e96bc7b765dc84e9118fca0a61dcaf9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/635a25954e96bc7b765dc84e9118fca0a61dcaf9
2012-06-16 00:30:27+02:00
mpc8: fix maximum bands handling In Musepack SV8 codec property tell the maximum nonzero band, but every frame codes maximum band as a limit (i.e. strictly less than given value). Synthesis also expects maximum nonzero band, so there's a need to convert frame maximum band limit value.
b56825c40ee1329b33aed34ff8a639fa18d263a0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b56825c40ee1329b33aed34ff8a639fa18d263a0
2012-06-05 06:55:57+02:00
vf_yadif: Fixed potential access violation on EOF. The correct invariant is (cur != NULL -> next != NULL). Not the other way around. Signed-off-by: Michael Niedermayer <[email protected]>
965b8072781b439b36835a3df345a4c68e0c211f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/965b8072781b439b36835a3df345a4c68e0c211f
2012-05-22 14:59:27+02:00
lavu/error: fix make checkheaders. The errors need to be defined before including functions depending on them. See av_size_mult() for instance. stddef.h is included for the prototype of av_sterror (use of size_t).
7c2bb79f3b849d12800856379063f99f3b018678
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c2bb79f3b849d12800856379063f99f3b018678
2012-05-18 23:34:11+02:00
udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS. Some environments, for example Android, pretend to have pthreads but actually have only a partial implementation.
281bde27894f994d0982ab9283f15d6073ae352c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/281bde27894f994d0982ab9283f15d6073ae352c
2012-05-14 19:32:43+02:00
configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags. This is needed to expose some networking APIs. Signed-off-by: Diego Biurrun <[email protected]>
779222dbfe19ebe731dcdff460e1b1807b9285a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/779222dbfe19ebe731dcdff460e1b1807b9285a7
2012-05-10 00:01:44+02:00
rtpdec_h264: Check the available data length before reading This makes sure the length is checked for STAP-A type packets. Signed-off-by: Martin Storsjö <[email protected]>
5245adb963e35660a70115c437cd67ea0c398885
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5245adb963e35660a70115c437cd67ea0c398885
2012-05-05 03:09:10+03:00
avplay: use libavresample for sample format conversion and channel mixing SDL only supports s16 sample format and a limited number of channel layouts. Some versions of SDL on some systems support 4-channel and 6-channel output, but it's safer overall to downmix any layout with more than 2 channels to stereo.
f1ffb01ee9fd3a15c395c3cf6ff362ac5cd668d0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f1ffb01ee9fd3a15c395c3cf6ff362ac5cd668d0
2012-05-01 13:38:23-04:00
xmvdemux: dont let current_stream become invalid. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
13381577d181fa732d6d2fa0491fa2ff50186546
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13381577d181fa732d6d2fa0491fa2ff50186546
2012-04-21 19:41:54+02:00
FATE: avoid channel mixing in lavf-dv_fmt This partially reverts acb1730218f1c614dc8ca3ba45d9de1e05059515 which would only have needed to change the checksums if channel mixing had been properly avoided. This changes the output file size reference and the seek test reference back to the previous values.
c5671aeb77abb18a5a10ace314ab49e8fd3d0cb3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5671aeb77abb18a5a10ace314ab49e8fd3d0cb3
2012-04-24 15:55:45-04:00
ffv1dec: Require a valid keyframe for decoding non keyframes. Before this the context could become inconsistent, this lead to a null ptr dereference. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
abec6549ae1e86fdf89dbab8a8abca8eb7205c6e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abec6549ae1e86fdf89dbab8a8abca8eb7205c6e
2012-04-22 14:58:28+02:00
ffv1: Add a CRC check to the global header with version 1.3 Signed-off-by: Michael Niedermayer <[email protected]>
d7a4c43f1830a23f8acd71bea567f7908a99a539
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d7a4c43f1830a23f8acd71bea567f7908a99a539
2012-04-20 15:37:23+02:00
lavf: check that the context to avformat_open_input() is valid. Signed-off-by: Michael Niedermayer <[email protected]>
9f39d3d1908dfb7764120a90cbf524e04e9ed199
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f39d3d1908dfb7764120a90cbf524e04e9ed199
2012-04-18 15:30:34+02:00
vc1: fix out of array reads in vc1_inv_trans_8x4_c() Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
af796ba4b827a88912f9a9c59d1a57704a6fff38
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/af796ba4b827a88912f9a9c59d1a57704a6fff38
2012-03-01 19:35:12+01:00
sbrdsp: Use standard multiple inclusion guards.
d4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd
2012-04-04 14:54:11+02:00
smacker: Check get_vlc() return values. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
71d3c25a7ef442ac2dd7b6fbf7c489ebc0b58e9b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71d3c25a7ef442ac2dd7b6fbf7c489ebc0b58e9b
2012-04-16 16:39:02+02:00
direcdec: fix infinite loop Fixes Ticket1156 Signed-off-by: Michael Niedermayer <[email protected]>
6a052e64b5d14ce2800eb45c699857347d9a78c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a052e64b5d14ce2800eb45c699857347d9a78c9
2012-04-01 16:11:29+02:00
alsdec: check return values.
7ea948bac31d9d15627466a73a07e96eb6049939
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7ea948bac31d9d15627466a73a07e96eb6049939
2012-03-27 18:06:54+02:00
aacenc: Fix issues with huge values of bit_rate. Do not pointlessly call ff_alloc_packet2 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]>
ecd7455e9626cdc38e7471ce938a8640bab688fa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ecd7455e9626cdc38e7471ce938a8640bab688fa
2012-04-07 11:48:20+02:00
vc1dec: avoid == -1 checks for errors. Signed-off-by: Michael Niedermayer <[email protected]>
e3bd61248f908c96252877f8a0d6294ea0a91de5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3bd61248f908c96252877f8a0d6294ea0a91de5
2012-03-27 13:21:28+02:00