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
h264: Only initialize dsputil if error resilience is enabled It is only used for error resilience. This allows building the h264 decoder without dsputil, if error resilience is disabled. Signed-off-by: Martin Storsjö <[email protected]>
85deb51a01f1ecc5ac5faa52ad8ea141c384e23a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/85deb51a01f1ecc5ac5faa52ad8ea141c384e23a
2013-04-10 11:03:53+03:00
er: Fix slice threading check Signed-off-by: Michael Niedermayer <[email protected]>
5167bb2e8eaa75ced83388bacc7b74040871b3bf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5167bb2e8eaa75ced83388bacc7b74040871b3bf
2013-03-02 14:28:20+01:00
pcx: Add missing padding to scanline buffer Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d24de4596c3f980c9cc1cb5c8706c8411e46275b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d24de4596c3f980c9cc1cb5c8706c8411e46275b
2013-02-10 17:32:05+01:00
atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize Not all gcc configurations have an implementation of all the atomic operations, and some gcc configurations have some atomic builtins implemented but not all. Thus check for the most essential function, whose presence should indicate that all others are present as well, since it can be used to implement all the other ones. Signed-off-by: Martin Storsjö <[email protected]>
c48828f763672e45f0b1a20de41fb7ddd744462b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c48828f763672e45f0b1a20de41fb7ddd744462b
2013-03-12 10:41:02+01:00
aasc: fix output for msrle compression. The bottom line was invalid before. CC:[email protected]
da7baaaae79b4d7d715d35ea6bcfbdd149edc177
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da7baaaae79b4d7d715d35ea6bcfbdd149edc177
2013-02-06 10:21:52+01:00
swr: check channel layouts before using them. Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
21cd905cd44a4bbafe8631bbaa6021d328413ce5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21cd905cd44a4bbafe8631bbaa6021d328413ce5
2013-02-13 17:50:24+01:00
mp3dec: Fix VBR bit rate parsing When parsing the Xing/Info tag, don't set the bit rate if it's an Info tag. When parsing the stream, don't override the bit rate if it's already set, otherwise calculate the mean bit rate from parsed frames. This way, the bit rate will be set correctly both for CBR and VBR streams. Signed-off-by: Alexander Kojevnikov <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
29d8cd265a536063420afe78375b2176a9e1abc5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29d8cd265a536063420afe78375b2176a9e1abc5
2013-03-05 13:06:01+01:00
tiff: in add_string_metadata() check the count more completely Signed-off-by: Michael Niedermayer <[email protected]>
b16830840eb9bdec88fce2aebb38a582e093ab6b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b16830840eb9bdec88fce2aebb38a582e093ab6b
2013-01-27 04:53:03+01:00
lavc/gifdec: simplify "!= 0" checks Signed-off-by: Paul B Mahol <[email protected]>
aaebdce3d90725ff93a31678690a306da6e12bbb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aaebdce3d90725ff93a31678690a306da6e12bbb
2013-01-25 12:54:14+00:00
lavf/hlsenc: append last incomplete segment when closing the output Also introduce missing check on PTS value in case of NOPTS value.
4630dfd1ebb6550f352ea69ce7150aaaba96d413
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4630dfd1ebb6550f352ea69ce7150aaaba96d413
2013-01-21 19:21:21+01:00
configure: Move newlib libc check before mingw libc check On Cygwin systems MinGW headers can be present if the corresponding packages have been installed. Since the MinGW libc is checked for first, this results in newlib getting misdetected as MinGW libc.
29f1fa74225e9fdbab6d590857edbecb51cf74da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29f1fa74225e9fdbab6d590857edbecb51cf74da
2013-01-31 11:19:23+01:00
h264: add assert to check that block_offset is consistent. Signed-off-by: Michael Niedermayer <[email protected]>
765a3ba0187bbd72cdea842fb8d2516048c8aa31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/765a3ba0187bbd72cdea842fb8d2516048c8aa31
2013-01-17 00:21:58+01:00
motion_est: Limit motion vector search range to MAX_MV Fixes out of array reads with videos exceeding MAX_MV Found-by: Thierry Foucu Signed-off-by: Michael Niedermayer <[email protected]>
bbe56bcd6befb3e7d1bd498d8b827325d6089d78
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbe56bcd6befb3e7d1bd498d8b827325d6089d78
2013-01-16 05:55:24+01:00
astenc: Enable the loop flag only when needed Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
b7d77f8e64d5e30982671e861f63654709111a8e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7d77f8e64d5e30982671e861f63654709111a8e
2013-01-05 17:07:42+01:00
mjpegdec: Fix out of array read in unescaping code Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
969e75eb80dad51481152f868dafa802579a19aa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/969e75eb80dad51481152f868dafa802579a19aa
2013-01-11 18:20:25+01:00
lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. This is required because there are some "holes" in the list for compatibility with the fork. The commit also removes the now unecessary check from cmdutils. Found-by: wm4
7fb49639e6b1caf5579ce9663c1ff367663f9048
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fb49639e6b1caf5579ce9663c1ff367663f9048
2012-12-16 20:39:39+01:00
alsdec: check block length Fix writing over the end Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
0ceca269b66ec12a23bf0907bd2c220513cdbf16
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ceca269b66ec12a23bf0907bd2c220513cdbf16
2012-12-12 14:12:47+01:00
lavf/srtdec: remove line break hack. This is not necessary anymore since the last commit.
3af3a3006f39ffe43a954ecb3811ac2c1d9c2d0f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3af3a3006f39ffe43a954ecb3811ac2c1d9c2d0f
2012-12-30 21:39:35+01:00
h264: check SPS entries directly to detect pixel format changes Comparing AVCodecContext.pix_fmt against the get_pixel_format() return value has the side effect of calling the get_format() callback on each slice. Users of the callback will probably handle hardware accelerator initialization in the callback.
9ac44ad9d06f504aa7e53e0eb7480a40dce5d376
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9ac44ad9d06f504aa7e53e0eb7480a40dce5d376
2013-01-03 11:09:00+01:00
cmdutils: pass number of groups to split_commandline(). This makes the code simpler and avoids mixing designated and non-designated initializers in a potentially unsafe way in avconv.
c661cb6672af5ebcb900ec8766b24761bd2ab011
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c661cb6672af5ebcb900ec8766b24761bd2ab011
2012-12-19 22:13:41+01:00
qt-faststart: Check offset_count Fixes CID733836 Signed-off-by: Michael Niedermayer <[email protected]>
0ea4742341726ebe42c301bc0d6426cfa01dd134
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ea4742341726ebe42c301bc0d6426cfa01dd134
2012-12-13 15:07:20+01:00
ffmpeg_filter: use frame instead of decoder context pixel format prevents regressions from h264-mt frame size changing code Signed-off-by: Michael Niedermayer <[email protected]>
7e6c68394f23a9860bdf96f3bd5ab15e24e3f899
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7e6c68394f23a9860bdf96f3bd5ab15e24e3f899
2012-12-19 21:46:11+01:00
configure: fix indentation in option parsing loop Signed-off-by: Mans Rullgard <[email protected]>
7e9e7cc2364cff21658984ebf12d105107bb9c66
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7e9e7cc2364cff21658984ebf12d105107bb9c66
2012-12-01 23:16:23+00:00
avfilter_get_audio_buffer_ref_from_frame: check that layout and channels match if they are set Signed-off-by: Michael Niedermayer <[email protected]>
02b238186a23d61859d9be8ca9356052f0216220
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/02b238186a23d61859d9be8ca9356052f0216220
2012-12-12 17:46:05+01:00
file: fix 10l error in access() check Signed-off-by: Michael Niedermayer <[email protected]>
257196209fe7d27ad22e18bf5757ffcad47dce6b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/257196209fe7d27ad22e18bf5757ffcad47dce6b
2012-11-27 13:24:00+01:00
oggdec: prevent codec from changing through ogg_replace_stream() This prevents inconsistencies leading to out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
9db3fb6ed8d35ae02a1d3c322777bd45bb4579c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9db3fb6ed8d35ae02a1d3c322777bd45bb4579c9
2012-12-05 04:40:19+01:00
vcr1: check if dimensions are supported, fix out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
845724c82c1a732ab398c9e8cedd178f96f1626d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/845724c82c1a732ab398c9e8cedd178f96f1626d
2012-11-17 20:43:56+01:00
pcm: fix decoding of pcm_s16le_planar on big-endian The sample count is decremented by the DECODE() macro and needs to be reset in each loop iteration. Also, DECODE() increments the src pointer so that does not need to be done separately.
00dd9a6d6a5c3cc209082023595354a81aff9bb9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/00dd9a6d6a5c3cc209082023595354a81aff9bb9
2012-11-20 10:52:49-05:00
tiffdec: check count in metadata reading. Fixes out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6d1c5ea04af3e345232aa70c944de961061dab2d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d1c5ea04af3e345232aa70c944de961061dab2d
2012-11-09 12:14:28+01:00
wavpack: check the blocks sample count, fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d8a1eb11b72071ba88946191f8bc9701167d39a6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8a1eb11b72071ba88946191f8bc9701167d39a6
2012-11-13 01:13:07+01:00
lavc/xfaceenc: prefer do{}while() over for(){} construct in xface_encode_frame() loop Slightly simplify readability, since the initial check is unnecessary.
aa48446c9a42fc29ae46ea98717f29edc7fec27d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa48446c9a42fc29ae46ea98717f29edc7fec27d
2012-11-03 23:35:50+01:00
remove #defines to prevent use of discouraged external functions Preventing the use of discouraged or 'insecure' external functions through defines in an internal header is not a good solution. The header is not guaranteed to be included universally which makes overlooking bad use of said functions during review more likely. There are cases were those functions either are the most straight forward solution or even have to be used. Using malloc or free is required if the allocation or release is done by other libraries.
e96d90eed66a198566c409958432d282e1b03869
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e96d90eed66a198566c409958432d282e1b03869
2012-11-25 23:02:04+01:00
lavu/parseutils: add trailing characters check in av_parse_video_size() Return an error in case the video size specifications contains spurious trailing chars, like in "320x240foobar".
d4604d10fe728f3954b294c0a4373b6df65f4ec9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4604d10fe728f3954b294c0a4373b6df65f4ec9
2012-10-29 17:39:26+01:00
tests: do not set bogus scale sws_flags option in the scalenorm test sws_flags is not a valid scale option, and thus is ignored.
74e81b4de1813c9c9d3db6a8c0fc7d4a909a474a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74e81b4de1813c9c9d3db6a8c0fc7d4a909a474a
2012-10-28 17:20:50+01:00
lavc: use the correct API version guard macro for avcodec_encode_audio()
a5ef830b1226273c35d4baa1c2e4e7e1c9de7c7d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5ef830b1226273c35d4baa1c2e4e7e1c9de7c7d
2012-10-23 14:35:27-04:00
dv: fix a check on dv_extract_timecode return value Fixes CID733808 Signed-off-by: Michael Niedermayer <[email protected]>
d8173f264f732a4d14220816de2e54642115e2a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8173f264f732a4d14220816de2e54642115e2a7
2012-10-22 19:09:47+02:00
wavdec: check size before reading the data, not after.
a43283b6f4cfbf821d12a94270df8a2199599cc9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a43283b6f4cfbf821d12a94270df8a2199599cc9
2012-10-16 18:52:21+02:00
fate: check that dependencies actually exist This causes make to exit with an error message if a nonexistent dependency is specified rather than silently dropping the test. Signed-off-by: Mans Rullgard <[email protected]>
a1f6ad69c77917a348650a745752535503a44f88
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a1f6ad69c77917a348650a745752535503a44f88
2012-10-23 11:12:24+01:00
vp8: reset loopfilter delta values at keyframes. Signed-off-by: Ronald S. Bultje <[email protected]>
0bf511d579c7b21f1244eec688abf571ca1235bd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0bf511d579c7b21f1244eec688abf571ca1235bd
2012-10-12 07:17:38-07:00
Check resync marker only when enabled. Signed-off-by: Michael Niedermayer <[email protected]>
ce19aec15b4291dc48e791d89a1f940babc22cdc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ce19aec15b4291dc48e791d89a1f940babc22cdc
2012-10-09 16:48:43+02:00
build: remove references to unused EXTRAOBJS variable This was part of a ghastly hack that is long since gone. Signed-off-by: Mans Rullgard <[email protected]>
4436f25a1682ada3f7226cb6fadf429946933161
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4436f25a1682ada3f7226cb6fadf429946933161
2012-10-10 23:46:31+01:00
tiffenc: Check av_malloc() results.
b92dfb56d4582633571db18c3d904f8602eaa2a6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b92dfb56d4582633571db18c3d904f8602eaa2a6
2012-10-01 17:46:44-07:00
8svx: fix delta_decode cliping limits Signed-off-by: Michael Niedermayer <[email protected]>
6eed92a2b7977b7aa91554e9911106462681d242
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6eed92a2b7977b7aa91554e9911106462681d242
2012-10-03 01:52:29+02:00
lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()
2bc0de385840466602341b9b151918fcf0934774
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2bc0de385840466602341b9b151918fcf0934774
2012-09-24 12:31:24+02:00
matroskadec: check realloc in lzo encoding Make all the compression encodings behave the same way.
581281e242609a222233a2e5538b89dfb88fb18e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/581281e242609a222233a2e5538b89dfb88fb18e
2012-09-19 20:34:13+02:00
ffplay: fix nosync threshold check in synchronize_audio Signed-off-by: Marton Balint <[email protected]>
eaa91ed863a72c71553c913f17c3bf2e70a11271
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eaa91ed863a72c71553c913f17c3bf2e70a11271
2012-10-21 17:18:12+02:00
x86: Add convenience macros to check for CPU extensions and flags
f82c4fb27fa7f8afbe8411c9d37e85facbbc87ae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f82c4fb27fa7f8afbe8411c9d37e85facbbc87ae
2012-09-04 01:44:59+02:00
af_asyncts: check return value from lavr when flushing. Fixes an infinite loop on flush when avresample_get_delay() still reports some samples but avresample_convert() doesn't return any data.
91a84a5247857d18b211f45129cf39b6788f0022
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/91a84a5247857d18b211f45129cf39b6788f0022
2012-09-07 09:06:48+02:00
mpc8: Initialize AVFrame properly Signed-off-by: Michael Niedermayer <[email protected]>
e15e5328a7ad008d111e64d49708894ec6280eed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e15e5328a7ad008d111e64d49708894ec6280eed
2012-07-26 17:45:44+02:00
lavfi: use a new field for automatic buffer copy. The code currently use cur_buf as the target of the copy, but cur_buf can be cleared by the filter if it has given the reference away or stored it elsewhere as soon as start_frame. The code still relies on the fact that the reference is not destroyed until end_frame. All filters currently follow that condition. An av_assert1() is added to check it; it should at least cause very visible errors in valgrind.
8ef740ce01abff3bc7df0f79803a3dc781d89daa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8ef740ce01abff3bc7df0f79803a3dc781d89daa
2012-08-04 21:49:05+02:00
h264: avoid stuck buffer pointer in decode_nal_units When decode_nal_units() previously encountered a NAL_END_SEQUENCE, and there are some junk bytes left in the input buffer, but no start codes, buf_index gets stuck 3 bytes before the end of the buffer. This can trigger an infinite loop in the caller code, eg. in try_decode_trame(), as avcodec_decode_video() then keeps returning zeroes, with 3 bytes of the input packet still available. With this change, the remaining bytes are skipped so the whole packet gets consumed. CC:[email protected] Signed-off-by: Jindřich Makovička <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
1a8c6917f68f7378465e18f7615762bfd22704c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a8c6917f68f7378465e18f7615762bfd22704c2
2012-09-29 19:31:17+02:00
tool/bisect: add some magic to make the bisect tool be useable when its not part of a checkout Signed-off-by: Michael Niedermayer <[email protected]>
ccc0a3a9faf4a9cf6fd4952a1ef5590df2542e0e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ccc0a3a9faf4a9cf6fd4952a1ef5590df2542e0e
2012-07-07 13:10:06+02:00
caf: fix 'pakt' chunk parsing according to the CAF specification: "... the value for mChunkSize can be greater than the actual valid content of the packet table chunk"
f5a9c35f886508b851011b7dd4ec18cc67b57d37
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f5a9c35f886508b851011b7dd4ec18cc67b57d37
2012-07-19 13:26:45-04:00
vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too This was missed in the the previous commit in 70a1c800. Signed-off-by: Martin Storsjö <[email protected]>
07eeeb1d4fa6dea0fb3ad7cd11859db760a76528
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/07eeeb1d4fa6dea0fb3ad7cd11859db760a76528
2012-07-05 09:39:01+03:00
nutdec: check that filesize is valid before using it. Signed-off-by: Michael Niedermayer <[email protected]>
9d230ba924c907ebb9fd0ea3fa5fe98ba7153454
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d230ba924c907ebb9fd0ea3fa5fe98ba7153454
2012-06-30 17:22:37+02:00
lavc/ass: honor Default style. The "Default" style written in the header is ignored unless you explicit it in the Dialogue events (it was valid, just ignored). This requires an update of the SubRip test since the ASS output obviously changes.
0e7782c08ec77739edb0b98ba5d896b45e98235f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e7782c08ec77739edb0b98ba5d896b45e98235f
2012-06-29 20:20:02+02:00
avconv: split checking for active outputs out of transcode().
2f51ec2b9438e211f5b8abb2fcf5d8be678e7e8c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2f51ec2b9438e211f5b8abb2fcf5d8be678e7e8c
2012-06-04 14:17:52+02:00
Fix maxband limit when decoding mpc8. Fixes yesterday's merge of Kostya's fix for ticket #409.
bb321245777a89426aa2131887497bd5eead1d2e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb321245777a89426aa2131887497bd5eead1d2e
2012-06-06 13:09:02+02:00
lavc/dcaenc: fix make checkheaders.
9ae47fbd9e1e15374d5ab7d794ad968de58de71d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9ae47fbd9e1e15374d5ab7d794ad968de58de71d
2012-05-18 23:34:11+02:00
sink_buffer: guard against NULL frames. This only happens if some filter somewhere is bogus, but it helps debugging.
72f3786d0f0897ed0fc3356f4fec167219de54a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/72f3786d0f0897ed0fc3356f4fec167219de54a4
2012-05-31 17:27:27+02:00
lavc/raw: add test utility for listing fourcc/pix_fmt map The test program is useful for checking which raw formats are currently identified by a codec tag.
e10eac910a2df9a2a37f13a1a0876698b240f334
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e10eac910a2df9a2a37f13a1a0876698b240f334
2012-06-04 00:07:24+02:00
swr-test: remove unneeded hack to test planar formats. planar formats are now chosen like any other parameter. Signed-off-by: Michael Niedermayer <[email protected]>
27de7a8eb3b95665bb44fa26476ce0ce1bb88ea9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/27de7a8eb3b95665bb44fa26476ce0ce1bb88ea9
2012-04-26 15:37:41+02:00
vqavideo: change x/y loop counters to the usual pattern Signed-off-by: Mans Rullgard <[email protected]>
c776531aef9b546ca576d4c8e3ec14a513394618
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c776531aef9b546ca576d4c8e3ec14a513394618
2012-05-10 22:55:42+01:00
graphparser: set next to NULL on an entry extracted from inputs list Prevents it from referring to the rest of the list.
aff01de6415f1ba022f1a58e354ad6e4d0796e97
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aff01de6415f1ba022f1a58e354ad6e4d0796e97
2012-04-16 09:28:34+02:00
oggdec: Safety check against stream counts being inconsistent in seek() Signed-off-by: Michael Niedermayer <[email protected]>
c7c976c6d7051804f96e3106688c1963d1238ae0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7c976c6d7051804f96e3106688c1963d1238ae0
2012-04-17 14:44:06+02:00
omadec: make sample rate table large enough to prevent out of array reading. The new values lead to error messages when used Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a30165c4a8044e1d5527c1302b5a5cb473e0913d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a30165c4a8044e1d5527c1302b5a5cb473e0913d
2012-04-16 18:36:39+02:00
pngdec: check bits_per_pixel for palette mode. This fixes a out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a63c813797fbdc32c530bf8930e11bf5a9a01d77
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a63c813797fbdc32c530bf8930e11bf5a9a01d77
2012-04-15 18:21:53+02:00
adxdec: Check available space before decoding block. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
8dfb13ea59f87365f407dfe4fc196b50e3fad92b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8dfb13ea59f87365f407dfe4fc196b50e3fad92b
2012-04-16 02:18:10+02:00
segafilm: make the loop condition in film_read_packet() match the contents. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6d24fe2c3c7437bfbf8317d3de5bdd4af9823589
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d24fe2c3c7437bfbf8317d3de5bdd4af9823589
2012-04-16 02:18:09+02:00
ff_ivi_decode_blocks: fix negative scan_pos case. Fixes out of global array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
93927eb334dce961603645dd4ed9772bb2400cc4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93927eb334dce961603645dd4ed9772bb2400cc4
2012-04-15 14:59:21+02:00
lagarith: check count before writing zeros. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
83c7803f55b3231faeb93c1a634399a70fae9480
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/83c7803f55b3231faeb93c1a634399a70fae9480
2012-04-14 18:54:10+02:00
wmaprodec: check min_samples_per_subframe Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
9166f483c52e7e0a031a7bb149bea16aaa72f344
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9166f483c52e7e0a031a7bb149bea16aaa72f344
2012-04-14 13:13:48+02:00
wmaprodec: check num_vec_coeffs for validity Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
97a5addfcf0029d0f5538ed70cb38cae4108a618
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97a5addfcf0029d0f5538ed70cb38cae4108a618
2012-04-14 11:46:23+02:00
vp3: Assert on invalid filter_limit values. Signed-off-by: Dale Curtis <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]>
27c2fb0f721efb61f65017efa82c32c12de4287b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/27c2fb0f721efb61f65017efa82c32c12de4287b
2012-04-12 21:31:55-07:00
ffmpeg: check pts like dts for being in the past. Signed-off-by: Michael Niedermayer <[email protected]>
d61ef05bc527a9375de5b70acc7125d2bd1bd473
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d61ef05bc527a9375de5b70acc7125d2bd1bd473
2012-03-29 22:32:53+02:00
fate: update regression checksum due to 95ce0ddcfe99182365e0e57f5f41d7f1a01c57eb Signed-off-by: Michael Niedermayer <[email protected]>
d2a6074359b14bfd770d133c14d71e5f8e7f8a1f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2a6074359b14bfd770d133c14d71e5f8e7f8a1f
2012-03-31 16:35:54+02:00
zmbv: check decompress result Changing flush type from Z_FINISH is needed since encoder compresses fixed amount of data and doesn't care about writing end of stream marker.
bb39bd195a7dec3e8c7eb9ae4294f2fd0f548ed9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb39bd195a7dec3e8c7eb9ae4294f2fd0f548ed9
2012-03-19 09:21:05+01:00
pthread: Immediately release all frames in ff_thread_flush() Before this, they were only added to the delayed release queue and not freed until later. This could lead to unnecessary memory use or buffer exhaustion. Signed-off-by: Ronald S. Bultje <[email protected]>
147ee4cf065a20bbba10292b496a037e6573cd6e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/147ee4cf065a20bbba10292b496a037e6573cd6e
2012-03-24 15:29:51-07:00
mov: do not print string len in handler_name. The handler name is stored as a pascal string in the QT specs (first byte is the length of the string), thus leading to an invalid metadata string export. Also add a second length check based on the first character to avoid overwriting an already specified handler_name (it happens with Youtube videos for instance, the handler_name get masked), or specifying an empty string metadata.
614716f5831af4646329cc08db6fa47a8368883d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/614716f5831af4646329cc08db6fa47a8368883d
2012-04-05 17:32:54+02:00
Revert "error_resilience: initialize s->block_index[]." This reverts commit 6193ff68549ecbaf1a4d63a0e06964ec580ac620. This change is unneeded.
eff2399f240db76b713b694508cdc8be175ab9fd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eff2399f240db76b713b694508cdc8be175ab9fd
2012-03-07 05:11:25+01:00
h261: check mtype. Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ec3cd74f2dab8e3e8234ccb994132b23d3098585
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ec3cd74f2dab8e3e8234ccb994132b23d3098585
2012-03-02 15:58:14+01:00
Revert "flvenc: Remove apparently unneeded AAC check." According to video_file_format_spec_v10_1.pdf flv stores AAC RAW thanks to Baptiste Coudurier for pointing that out thanks to Aℓex Converse for explaining: This can't be at the start of a non-ADTS payload. 111 is the EndOfFrame syntax element. Together these proof that the check was correctly rejecting ADTS which is not supposed to be in flv. Many players are able to play such ADTS in flv though but its better if we conform to the spec as this should ensure that not many but all players can play files generated by ffmpeg. This reverts commit 3c9a86df0e20dd1c90a9b390a6555b22f87aa8cd.
b0a0e83aee01bfecd8b789789d8522750f6ce9de
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0a0e83aee01bfecd8b789789d8522750f6ce9de
2012-03-12 20:42:25+01:00
libfaac: improve error checking and handling in Faac_encode_init()
7a8cbb39f6154fb091597d28deba8d3bec38df64
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a8cbb39f6154fb091597d28deba8d3bec38df64
2012-02-25 11:49:42-05:00
cook: check that category is smaller than 8 This fixes some out of global array accesses of dither_tab. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Reviewed-by: Benjamin Larsson <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
d629f3edaa39b48ac92ac5e5ae8440e35805b792
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d629f3edaa39b48ac92ac5e5ae8440e35805b792
2012-03-03 18:35:46+01:00
Reduce the verbosity of a mpeg1/2 invalid intra-matrix warning. Fixes ticket #973.
289520fd97395ffd5bf933ac80487e858bc4039d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/289520fd97395ffd5bf933ac80487e858bc4039d
2012-02-12 00:20:56+01:00
mpegaudiodec: Prevent premature clipping of mp3 input buffer. Instead of clipping extrasize based on EXTRABYTES, clip based on the amount of buffer actually left. Without this fix, there are warbles and other distortions in the test case below. http://kevincennis.com/mix/assets/sounds/1901_voxfx.mp3
b7165426917f91ebcad84bdff366824f03b32bfe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7165426917f91ebcad84bdff366824f03b32bfe
2012-02-24 13:47:04-05:00
SBR DSP x86: implement SSE sbr_sum_square_sse The 32bits targets have been compiled with -mfpmath=sse for proper reference. sbr_sum_square C /32bits: 82c (unrolled)/102c C /64bits: 69c (unrolled)/82c SSE/32bits: 42c SSE/64bits: 31c Use of SSE4.1 dpps to perform the final sum is slower. Not unrolling to perform 8 operations in a loop yields 10 more cycles. Signed-off-by: Ronald S. Bultje <[email protected]>
34454c761f01275d4adaf40df6d70a59011c4a6c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/34454c761f01275d4adaf40df6d70a59011c4a6c
2012-02-23 15:50:06-08:00
mpegaudiodec: change granule skip code to avoid false checked bitstream reader errors. Code ported from qatar/master, please see there for per line authorship. Main authors AFAIK are Ronald and Justin. I have no authorship on this. Signed-off-by: Michael Niedermayer <[email protected]>
a057ef6923fba7947d8ccf27b751bf91fde3a755
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a057ef6923fba7947d8ccf27b751bf91fde3a755
2012-03-01 06:35:55+01:00
ac3enc: check return value of avcodec_alloc_frame() Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
88fb935c1cb95c6e0e41b0b3ede2f87c60782a7c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/88fb935c1cb95c6e0e41b0b3ede2f87c60782a7c
2012-01-28 20:13:38+01:00
mxfdec: Move the current_partition check inside mxf_read_header() This fixes SIGSEGV on files where this is the case, such as zzuf4.mxf. Signed-off-by: Diego Biurrun <[email protected]>
687e2fdebd49cea57d1413db3baa13fa65583591
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/687e2fdebd49cea57d1413db3baa13fa65583591
2012-02-09 12:43:47+01:00
diracdec: Check for negative quants which would cause out of array reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
5cd8afee99c83b62e1474f122d947de7e4ad9ff5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5cd8afee99c83b62e1474f122d947de7e4ad9ff5
2012-02-02 01:12:46+01:00
mxfdec: Add hack that adjusts the n_delta calculation when system items are present. Signed-off-by: Janne Grunau <[email protected]>
edb50856473d44a61e286af3a11087027722f5d8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/edb50856473d44a61e286af3a11087027722f5d8
2012-01-22 14:40:52+01:00
x86/yuv2rgb_mmx: Remove yuv420 check. This check is not correct, the code supports more yuv variants. Fixes Ticket904 Signed-off-by: Michael Niedermayer <[email protected]>
5a840f636491fa52a003fb8f674f6db39d5edd66
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a840f636491fa52a003fb8f674f6db39d5edd66
2012-01-14 21:42:56+01:00
j2kdec: Check curtileno for validity Signed-off-by: Michael Niedermayer <[email protected]>
3eedf9f716733b3b4c5205726d2c1ca52b3d3d78
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3eedf9f716733b3b4c5205726d2c1ca52b3d3d78
2011-12-24 18:42:55+01:00
Fix a possible endless loop when decoding aac. Fixes ticket #789.
e5de9289232c5b14572fa13e2435f9adb0b0f1ec
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e5de9289232c5b14572fa13e2435f9adb0b0f1ec
2011-12-23 11:38:37+01:00
shorten: validate values in fmt chunk search Signed-off-by: Michael Niedermayer <[email protected]>
5e9a56a0350c518cd4b38845aff49d41a9c952ae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e9a56a0350c518cd4b38845aff49d41a9c952ae
2011-12-25 18:55:43+01:00
timecode: better input checks in init function.
98aca4bbef6818bbc8209a801425c3a6f1ff41a9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98aca4bbef6818bbc8209a801425c3a6f1ff41a9
2011-12-12 17:49:34+01:00
adx_parser: Fix infinite loop. Signed-off-by: Michael Niedermayer <[email protected]>
3bf1d787b58cf268f3c055d6f2509fd75258450b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3bf1d787b58cf268f3c055d6f2509fd75258450b
2011-12-18 20:49:34+01:00
ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation.
b6ffe441cdc1f5591105db18408c30478f93036e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b6ffe441cdc1f5591105db18408c30478f93036e
2011-11-29 23:07:13+01:00
Initialize pred in lms_predict()
a3a8d5e0c1c78cdccc6a25a27b78476cfde32814
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3a8d5e0c1c78cdccc6a25a27b78476cfde32814
2011-11-22 00:54:01+06:00