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
mss1: validate number of changeable palette entries
15358ade152ebc28fcc824e09ad9206597c281df
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/15358ade152ebc28fcc824e09ad9206597c281df
2012-06-27 18:05:58+02:00
lavfi/avcodec: add consistency checks in avfilter_copy_buf_props() The function will abort through an assert if the source is not defined, or if the internal state of the source is inconsistent (e.g. type = AUDIO && !src->audio).
f0394f28c38fffe05b3b4b3c1d8c00d9defb6ecc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f0394f28c38fffe05b3b4b3c1d8c00d9defb6ecc
2012-06-16 00:30:13+02:00
configure: Change the rdtsc check to a linker check A compile-only test could succeed with an implicit function declaration. Also move the check to the x86 section; rdtsc is x86-only.
96890c001f32943a8d5823ae553d6022bee8850b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96890c001f32943a8d5823ae553d6022bee8850b
2012-07-10 20:26:23+02:00
yuv2rgb: remove assert() the codepath is not invalid Signed-off-by: Michael Niedermayer <[email protected]>
23d8aaae46df36eb3f11463432d71d9fc1d2ec9e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23d8aaae46df36eb3f11463432d71d9fc1d2ec9e
2012-06-07 18:01:09+02:00
iff: check if there is extradata Fixes #1368. Signed-off-by: Paul B Mahol <[email protected]>
8f61526978697e51d3b9e61ea84daf13c42717af
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8f61526978697e51d3b9e61ea84daf13c42717af
2012-05-30 07:50:32+00:00
fate: only check stddev for acodec-ra144 ra144 uses floats so bitexactness cannot be guranteed This should fix a long standing issue with icc Signed-off-by: Michael Niedermayer <[email protected]>
e6866b1c6702aee5b696c5a49c20edb136e0427c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e6866b1c6702aee5b696c5a49c20edb136e0427c
2012-06-01 12:14:49+02:00
xan: fix out of array read Fixes ticket1360 Signed-off-by: Michael Niedermayer <[email protected]>
01900fcc45e99ee4556e0a5d87ff57b2f150dad4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01900fcc45e99ee4556e0a5d87ff57b2f150dad4
2012-05-28 17:24:13+02:00
xldec: Check that width is a multiple of 4 Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
94b42da6963a88c9518039e0b8ca42b6aab8bfb3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94b42da6963a88c9518039e0b8ca42b6aab8bfb3
2012-04-21 21:30:23+02:00
nuv: check buffer size before checking content. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ebf6d1d295debe112b990bea772f26a0441af079
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebf6d1d295debe112b990bea772f26a0441af079
2012-04-17 19:32:04+02:00
lavfi: deprecate default config_props() callback and refactor avfilter_config_links() Link properties have to be checked after config_props() is called to make sure everything is sane, so the default config_props() for output links was redundant. Remove now empty defaults.c Signed-off-by: Anton Khirnov <[email protected]>
88c3b87bd81829d1b7171cb26e5ef5a564dbd96a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/88c3b87bd81829d1b7171cb26e5ef5a564dbd96a
2012-05-22 21:32:57+02:00
fate: gif: change checksum to bgr8 from rgb8 as thats what gets selected now Signed-off-by: Michael Niedermayer <[email protected]>
128fa1295c50bf69e47a096c5faee17f12ef1b65
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/128fa1295c50bf69e47a096c5faee17f12ef1b65
2012-04-17 04:05:44+02:00
lavf remove duplicated check in has_duration this hunk was merged in 8b97ae64 and cbf767a8 although the check was there a few lines above since cdced09e. I removed the first check to reduce the differences to libav. Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
64943b47e788fbb95d93ce8efe94d0919f3d7211
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/64943b47e788fbb95d93ce8efe94d0919f3d7211
2012-04-28 19:07:30+02:00
mpegts: Fix dead error checks
c9024a9fd7ea7980f876a65816da8da78dd9d88d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9024a9fd7ea7980f876a65816da8da78dd9d88d
2012-03-26 17:53:51-07:00
cpu: initialize mask to -1, so that by default, optimizations are used.
a9c5b6f6020c3fad6bf59985518e08453e002cdf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9c5b6f6020c3fad6bf59985518e08453e002cdf
2012-03-06 12:53:02-08:00
vqavideodev: Check image dimensions Fixes out of heap array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
3583c8706df0abbfa3ecdd6730f4f3d72a01fe6d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3583c8706df0abbfa3ecdd6730f4f3d72a01fe6d
2012-03-22 23:43:37+01:00
qdm2: fix a dubious pointer cast This reworks a loop to get rid of an ugly pointer cast, fixing errors seen with the PathScale ENZO compiler. Signed-off-by: Mans Rullgard <[email protected]>
f5be7958e313f3f62505ea7f90007800e8e1dcb5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f5be7958e313f3f62505ea7f90007800e8e1dcb5
2012-04-13 21:42:22+01:00
alsdec: check opt_order. Fixes out of array write in quant_cof Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
9d3032b960ae03066c008d6e6774f68b17a1d69d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d3032b960ae03066c008d6e6774f68b17a1d69d
2012-03-24 14:54:12+01:00
indeo3: move MV check up. This adds checking for modes >= 10. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e75518e18d953080409711bab291d9501625e103
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e75518e18d953080409711bab291d9501625e103
2012-03-05 02:15:35+01:00
nellymoserenc: improve error checking in encode_init()
370b44cda2230cf839f7c3849a3b881650fe1bd8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/370b44cda2230cf839f7c3849a3b881650fe1bd8
2012-02-25 11:49:42-05:00
lcl: return negative error codes on decode_init() errors. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
bd17a40a7e0eba21b5d27c67aff795e2910766e4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd17a40a7e0eba21b5d27c67aff795e2910766e4
2012-03-01 07:12:29-08:00
wmalossless: Fix infinite loop. Fixes more of Ticket1000 Signed-off-by: Michael Niedermayer <[email protected]>
f4f386dd00e594dc90eb32ae872ae8e22b08d179
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f4f386dd00e594dc90eb32ae872ae8e22b08d179
2012-02-19 22:08:21+01:00
amrnbdec: check frame size before decoding. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Ronald S. Bultje <[email protected]>
882abda5a26ffb8e3d1c5852dfa7cdad0a291d2d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/882abda5a26ffb8e3d1c5852dfa7cdad0a291d2d
2012-02-29 14:13:58-08:00
arm: Add missing #include to vp8.h to fix a make checkheaders warning.
aa06d65693a29bbbd26f61df897f57192d3ecd1c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa06d65693a29bbbd26f61df897f57192d3ecd1c
2012-02-09 12:26:47+01:00
hls: Reset the AVIOContext when seeking This avoids reading any old data in the AVIOContext buffer after the seek, and indicates to the mpegts demuxer that we've seeked, avoiding continuity check errors. Signed-off-by: Martin Storsjö <[email protected]>
a4f97be1a9ed80f47ca93ebfc5faaaba658250c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a4f97be1a9ed80f47ca93ebfc5faaaba658250c9
2012-02-20 11:10:02+02:00
ape: skip packets with invalid size
f1c3d4a68a743c1b274dc764e54e2df276a7c774
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f1c3d4a68a743c1b274dc764e54e2df276a7c774
2012-02-06 13:22:01-05:00
mpegaudio: replace memcpy by SIMD code By replacing memcpy with an unrolled loop using the alignment knowledge it has, some speedup can be obtained. Before (gcc 4.6.1): ~400 cycles After: ~370 cycles Overall, around 2% speed increase when decoding a 2400s mp3 to f32le. Signed-off-by: Ronald S. Bultje <[email protected]>
f3e084909bff422f0c853507a82f92ff2efc0d28
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3e084909bff422f0c853507a82f92ff2efc0d28
2012-02-15 20:11:54-08:00
Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). Also increase the global limit on qmax. Signed-off-by: Michael Niedermayer <[email protected]>
950930b461cef025152de406f816a3b2efffb540
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/950930b461cef025152de406f816a3b2efffb540
2012-02-07 22:02:40+01:00
mpegaudiodec: switch error detection check to AV_EF_BUFFER Signed-off-by: Anton Khirnov <[email protected]>
d2a0041c2075a553bb8d4f94591f8556680190c8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2a0041c2075a553bb8d4f94591f8556680190c8
2012-01-21 08:38:12+01:00
aacsbr: move some simdable loops to function pointers This prepares for assembly optimisations by moving the most time-consuming loops to functions called through pointers in a new context. Signed-off-by: Mans Rullgard <[email protected]>
aac46e088d67a390489af686b846dea4987d8ffb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aac46e088d67a390489af686b846dea4987d8ffb
2012-01-28 14:56:18+00:00
r210dec: check return value of avcodec_alloc_frame() Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
1e90450fad76427d781f0ee44d8ee41037a395d1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1e90450fad76427d781f0ee44d8ee41037a395d1
2012-01-28 22:08:20+01:00
swscale: Use standard multiple inclusion guards in ppc/ header files.
3d72a6f19e656afc52007b8ef9810aedabf41c29
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d72a6f19e656afc52007b8ef9810aedabf41c29
2012-01-04 16:39:37+01:00
lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame This combination is quite odd and almost certainly a bug if it happens. Reviewed-by: Justin Ruggles <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
a129622390fca8a298c3b121f42b2d15910b9b22
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a129622390fca8a298c3b121f42b2d15910b9b22
2012-01-17 20:08:29+01:00
libswresample: introduce int swr_set_compensation() instead of void swr_compensate() The new version returns AVERROR(EINVAL) is the specified paramters are invalid, and also creates the resampler if none was used so far. Signed-off-by: Marton Balint <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
741aca793623afeff1d18816f416cc65104b7ef9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/741aca793623afeff1d18816f416cc65104b7ef9
2012-01-09 04:16:06+01:00
soxdec: check av_malloc return. Bug found by: durandal_1707 Signed-off-by: Michael Niedermayer <[email protected]>
1dcce49e10dcebde9d2cc52565fa299c5fdfd691
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1dcce49e10dcebde9d2cc52565fa299c5fdfd691
2011-12-19 19:11:49+01:00
threads: check defines before using them in automatic thread detection Signed-off-by: Michael Niedermayer <[email protected]>
5c33a9a5c138324e9405bf680b950cfb7f02f3ee
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5c33a9a5c138324e9405bf680b950cfb7f02f3ee
2011-12-23 16:08:39+01:00
Move num_lms reading out of a loop
075ebdf73563084bb35f5853ff661ed16a4819f1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/075ebdf73563084bb35f5853ff661ed16a4819f1
2011-12-02 03:11:59+06:00
indeo3: check return values of allocate_frame_buffers() Bug Found by: Diana Elena Muscalu Signed-off-by: Michael Niedermayer <[email protected]>
cd645c15d8d91444e49aea589ace4d9f76210641
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd645c15d8d91444e49aea589ace4d9f76210641
2011-12-15 01:30:38+01:00
msvideo1enc: Check that dimensions are a multiple of 4. Fixes Ticket784 Found by: ami_stuff Signed-off-by: Michael Niedermayer <[email protected]>
e09ffa45243e8615f3f9874c2d59abf6edde7084
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e09ffa45243e8615f3f9874c2d59abf6edde7084
2011-12-17 23:25:59+01:00
mpegaudiodec: fix seeking. The safe bitstream reader does not allow using skip_bits_long() to seek to a point before the start of the buffer, which was needed by the mp3 decoder. This change instead calculates the start point of the first valid granule and skips to that position. Signed-off-by: Justin Ruggles <[email protected]>
464f26889c99f194d112fcf1197795d341fad38b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/464f26889c99f194d112fcf1197795d341fad38b
2011-12-31 14:19:09-05:00
vsrc_mandelbrot: factorize periodicity checking too. Signed-off-by: Michael Niedermayer <[email protected]>
fe2efc5264940d0561b50bcce65dc8a24f352d9e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe2efc5264940d0561b50bcce65dc8a24f352d9e
2011-11-19 13:55:51+01:00
crcenc: add flags AVFMT_NOTIMESTAMPS for crc, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framecrc, as it prints dts. Many FATE changes, because avconv is no longer duplicating frames in those tests. Also added -vsync 0 for some tests to prevent avconv from dropping frames until it can be fixed more properly.
0844b57c11cc3a1d5320c34f81f66d30f6706d2c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0844b57c11cc3a1d5320c34f81f66d30f6706d2c
2011-11-23 21:43:46+01:00
bethsoftvideo: return proper consumed size for palette packets. Also check for sufficient packet size.
3eedd29bd7df6f21a79e1a67a6d905049996d2ec
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3eedd29bd7df6f21a79e1a67a6d905049996d2ec
2011-11-23 21:58:30+01:00
mpegaudiodec: check output data size based on avctx->frame_size
e2e6c8799b3c4a61b8be36c84c5e5e15c49a31cd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e2e6c8799b3c4a61b8be36c84c5e5e15c49a31cd
2011-10-27 22:06:32-04:00
wmapro: fix strict-aliasing violations by using av_alias32 Also fix some undefined unsigned/signed conversions.
1db6437f6ce88be241981b78f776b14404bb14fe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1db6437f6ce88be241981b78f776b14404bb14fe
2011-10-28 12:02:24-04:00
apedec: use unsigned int for offset avoids implementation-defined unsigned-to-signed conversion and simplifies the bounds checking.
fd244ae3a068f4f480e967e8e522f69ef6968c69
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd244ae3a068f4f480e967e8e522f69ef6968c69
2011-10-28 11:47:28-04:00
lavf: check stream_index from read_packet() for validity. Signed-off-by: Michael Niedermayer <[email protected]>
d69fda9127986dc56a5f1bbc00e7a9d72305d573
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d69fda9127986dc56a5f1bbc00e7a9d72305d573
2011-10-12 01:04:12+02:00
qtrle: check for invalid line offset Signed-off-by: Michael Niedermayer <[email protected]>
a4ed7c3fe9f99b89f86b65710d8855dc572f1a25
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a4ed7c3fe9f99b89f86b65710d8855dc572f1a25
2011-10-09 03:08:03+02:00
atrac1: give a valid context pointer to av_log(). Signed-off-by: Michael Niedermayer <[email protected]>
31ac9b30aee0e67dba35e119252fd3640c234193
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31ac9b30aee0e67dba35e119252fd3640c234193
2011-10-09 03:08:02+02:00
Validate the number of audio channels before using it in wmapro decoder. Signed-off-by: Michael Niedermayer <[email protected]>
fc64434030a8e214fed4179733e49026e7550da5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc64434030a8e214fed4179733e49026e7550da5
2011-09-27 01:07:58+02:00
h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_list_reordering() errors. Signed-off-by: Michael Niedermayer <[email protected]>
2428b53f6d306d8d71dec34fa7b0af733d76cfac
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2428b53f6d306d8d71dec34fa7b0af733d76cfac
2011-10-02 16:48:58+02:00
Add LATM demuxer This is a raw demuxer for the AAC LATM decoder and thus limited to single stream LOAS.
dcb9f6a20dbddd1f95b6b322fc4c5fd0b5315729
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dcb9f6a20dbddd1f95b6b322fc4c5fd0b5315729
2011-09-22 20:39:24+02:00
h264: fix the check for invalid SPS:num_ref_frames. This patch set the limit to 16. For information, thoses previous commits: 41f7e2d11d2dca23842ee89d530ca9fa15cec9d8 5cbb0e70a0a2ee99eb3cb09e837b9a1f7355b9bc assumed it was either 30 or 32. Signed-off-by: Michael Niedermayer <[email protected]>
bcf881a6858760ecbd9ff4352a38813dc4232dd6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bcf881a6858760ecbd9ff4352a38813dc4232dd6
2011-10-02 16:48:58+02:00
vf_select: check for isnan when setting t from pts
43fab7aafc3efc3d88e23a1ba27b939be09b3bd3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/43fab7aafc3efc3d88e23a1ba27b939be09b3bd3
2011-08-11 16:09:15+02:00
H.264: optimize intra/inter loopfilter decision
a4f6be86d67ae30d494fbe8a470bc32b715d75a9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a4f6be86d67ae30d494fbe8a470bc32b715d75a9
2011-07-11 08:46:03-07:00
Check and propagate errors when VLC trees cannot be built in smacker decoder. Signed-off-by: Martin Storsjö <[email protected]>
9676ffba8346791f494451e68d2a3b37a2918a9b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9676ffba8346791f494451e68d2a3b37a2918a9b
2011-09-14 10:38:49+03:00
ffmpeg: loose lowres hackery Signed-off-by: Michael Niedermayer <[email protected]>
321b2a9ded0468670b7678b7c098886930ae16b2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/321b2a9ded0468670b7678b7c098886930ae16b2
2011-07-14 21:22:12+02:00
drawtext: allow negative shadow offset values
0fff764bdb68f480d75f001f1b09e337cb264990
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0fff764bdb68f480d75f001f1b09e337cb264990
2011-04-02 11:48:01+02:00
ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp
f507a9fe002c6a444cbd38a1326ee4f9df8c10a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f507a9fe002c6a444cbd38a1326ee4f9df8c10a1
2011-07-06 00:29:59+01:00
Skip generated table headers during 'make checkheaders'.
29b3de127f332ef7dff863544730f0b4b0741a11
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29b3de127f332ef7dff863544730f0b4b0741a11
2011-06-05 16:01:00+02:00
build: Remove multiple inclusion guards from config.mak. config.mak is no longer included multiple times; the guards are pointless.
89b5829d0a4d9510efeff65dbeeaed50e0980120
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/89b5829d0a4d9510efeff65dbeeaed50e0980120
2011-06-25 13:02:51+02:00
patch checklist: suggest --disable-yasm test. Signed-off-by: Michael Niedermayer <[email protected]>
f642982c10dd2257a372e36c00c66b8a57954ae1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f642982c10dd2257a372e36c00c66b8a57954ae1
2011-05-27 12:48:43+02:00
lsws: remove optimization debug logs in sws_init_context() The logged information is possibly false, and it tends to be outdated after each change since the logging code needs to be manually updated. Simplify and prevent confusing wrong debug messages. Signed-off-by: Luca Barbato <[email protected]>
6a92551234c6966ab59d00052076b79133e6e7e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a92551234c6966ab59d00052076b79133e6e7e5
2011-08-05 00:45:06+02:00
configure: Do not unconditionally add -Wall to host CFLAGS. Some compilers choke on -Wall, so only add the flag after checking it works.
0a6db2a25a70e3e8fb414e361719152a9e7e9766
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a6db2a25a70e3e8fb414e361719152a9e7e9766
2011-05-20 17:52:24+02:00
ffmpeg: Simplify decode loop condition to not use next_pts Signed-off-by: Ronald S. Bultje <[email protected]>
cb48fdf67e765694ffcbd2aaee2b72ab1cb44de6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb48fdf67e765694ffcbd2aaee2b72ab1cb44de6
2011-05-10 07:23:51-04:00
flashsv: Employ explicit AVCodec struct initializers.
46cb2da1f0acb23d4c54aefafc7d062c2f85c249
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/46cb2da1f0acb23d4c54aefafc7d062c2f85c249
2011-04-25 15:41:10+02:00
h264: correct border check. When backing up the top-left border, check that the top-left (rather than left) MB indeed does belong to our slice. If it doesn't, backing up has no positive effect but may accidentally interfere with other threads writing in the same space. Fixes occasional one-off effects when enabling slice-MT.
4e987f8282ff7658a6f804b9db39954bb59fa72e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4e987f8282ff7658a6f804b9db39954bb59fa72e
2011-05-19 20:32:18-04:00
ffmpeg: Don't trigger url_interrupt_cb on the first signal Currently, the url_interrupt_cb callback will abort all IO after the first received signal. This makes the output files from e.g. the mov muxer to be unreadable if the transcode is aborted with ctrl+c. After this patch, the first signal cleanly breaks out of the transcoding loop, but won't forcibly abort all IO. After the second signal is received, the url_interrupt_cb callback will abort all IO. Signed-off-by: Martin Storsjö <[email protected]>
a121754852a69b4879a39ba78863404c13c54f61
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a121754852a69b4879a39ba78863404c13c54f61
2011-05-22 22:06:20+03:00
Check sizes a bit in ffplay, cant hurt. Signed-off-by: Michael Niedermayer <[email protected]>
8bce71dff5a7fd2851c4718c274d8b2a94fb595c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8bce71dff5a7fd2851c4718c274d8b2a94fb595c
2011-04-06 23:39:57+02:00
libavcodec: Mark AVCodec->priv_class const This avoids warnings of this kind, everywhere priv_class is initialized: warning: initialization discards qualifiers from pointer target type Signed-off-by: Martin Storsjö <[email protected]>
567ad0e31d94512410fd02ead1a1d6f72d369456
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/567ad0e31d94512410fd02ead1a1d6f72d369456
2011-04-13 22:14:33+03:00
avio: deprecate url_fileno It's an evil hack that assumes an AVIOContext is always based on top of an URLContext. It's also not used anywhere. Signed-off-by: Ronald S. Bultje <[email protected]>
8d9769a77b49b0d633c835d99ed3c0aa3f3b77a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d9769a77b49b0d633c835d99ed3c0aa3f3b77a1
2011-03-20 20:33:05-04:00
Fix input buffer size check in adpcm_ea decoder. Unfortunately the output buffer size check assumes that the input buffer is never over-consumed, thus this actually also allowed to write outside the output buffer if "lucky".
701d0eb185192542c4a17f296e39e37cedf7abc6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/701d0eb185192542c4a17f296e39e37cedf7abc6
2011-04-10 11:40:47+02:00
fbdev: fix check on nanosleep return vale In fbdev_read_packet(): nanosleep returns -1 in case of errors, the EINTR check has to be done on errno. Spotted by Nicolas. Signed-off-by: Michael Niedermayer <[email protected]>
478607668c8840278c3fdd97382c3fae3f8cd7a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/478607668c8840278c3fdd97382c3fae3f8cd7a2
2011-03-13 01:41:46+01:00
VP8: use a goto to break out of two loops A break statement was supposed to break out of two loops, but only broke out of one. Didn't affect output, just could have been marginally slower.
628b48db85dae7ad212a63dafcd6a3bf8d8e93f3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/628b48db85dae7ad212a63dafcd6a3bf8d8e93f3
2011-03-12 03:41:33-08:00
Avoid pointless check before calling free Signed-off-by: Mans Rullgard <[email protected]>
dc75d6dbf2af3c03b33d3159e1dadccf22c076ea
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc75d6dbf2af3c03b33d3159e1dadccf22c076ea
2011-02-03 01:36:00+00:00
matroskadec: add generic element length validation. This validate the length of a mkv element directly after reading it. This has the advantage that it is easy to add new limits and makes it less likely to forget to add checks and also avoids issues like bits of the length value above the first 32 being ignored because the parsing functions only takes an int. Previously discussed in the "mkv 0-byte integer parsing" thread. Signed-off-by: Ronald S. Bultje <[email protected]> (cherry picked from commit 95ec3d4cacd084e2448c3a1aba420e7d8f00e19b)
14d735bd4f7c1dda547d4a4bd3de31536ef11a2a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14d735bd4f7c1dda547d4a4bd3de31536ef11a2a
2011-02-09 03:31:17+01:00
ARM: improve VFP ABI check Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the VFP ABI in use, and ARM RVCT defines __SOFTFP__ when using this ABI. If none of these are defined, check $cross_prefix and $cc for the substring "hardfloat", and finally fall back to a linker test. This gives the correct result in most configurations.
44caaa560b8527acba99bc493040600add0fdb74
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/44caaa560b8527acba99bc493040600add0fdb74
2011-01-18 20:48:25+00:00
In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems when writing and pressing q during encoding. Instead, check url_interrupt_cb at the end. Note that when a protocol is interrupted by url_interrupt_cb, some data may be silently discarded: the protocol context is not suitable for anything anymore. Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]>
688c22e033a48ebf84fb4b52642bbd40f11e9c4e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/688c22e033a48ebf84fb4b52642bbd40f11e9c4e
2011-03-07 14:56:25-05:00
Fix a floating point exception for invalid framerate, fixes issue 2470. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26188 to svn://svn.ffmpeg.org/ffmpeg/trunk
7f8ffc4efddf796aa3aa8174fb008007cb8f8c1c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f8ffc4efddf796aa3aa8174fb008007cb8f8c1c
2011-01-02 05:01:46+00:00
H.264: eliminate non-transposed scantable support. It was an ugly hack to begin with and didn't give any performance. NOTE: this patch opens up some future simplifications to be made (such as removing some of the scantables from H264Context) but doesn't take advantage of them yet. Originally committed as revision 26329 to svn://svn.ffmpeg.org/ffmpeg/trunk
ca32f7f2083f9ededd1d9964ed065e0ad07a01e0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ca32f7f2083f9ededd1d9964ed065e0ad07a01e0
2011-01-14 19:04:59+00:00
ffmetaenc: remove useless initializers Originally committed as revision 26114 to svn://svn.ffmpeg.org/ffmpeg/trunk
bb50ed089f29d13ecd2cc18dd01c4de88653351a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb50ed089f29d13ecd2cc18dd01c4de88653351a
2010-12-28 09:03:38+00:00
matroskadec: skip invalid tags with no TagName fixes segfault in issue 2328 Originally committed as revision 25659 to svn://svn.ffmpeg.org/ffmpeg/trunk
bf800c7db8aae141ed79adf6e97398190521944c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf800c7db8aae141ed79adf6e97398190521944c
2010-11-03 06:29:04+00:00
rtpdec: Remove useless NULL initializations when using designated initializers Originally committed as revision 25844 to svn://svn.ffmpeg.org/ffmpeg/trunk
4da71f18f68877b57806308b7d79ffbb5f076272
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4da71f18f68877b57806308b7d79ffbb5f076272
2010-11-29 16:04:45+00:00
adpcm: Use a hash table to improve checking for duplicate samples This lowers the run time from 158 to 21 seconds, for -trellis 8 with a 30 second sample on my machine. This requires 64 KB additional memory. Originally committed as revision 25768 to svn://svn.ffmpeg.org/ffmpeg/trunk
d764e3ece9608613c6332a6f96f2673dfe086f3a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d764e3ece9608613c6332a6f96f2673dfe086f3a
2010-11-19 17:35:52+00:00
Check for more 'indent -kr' whitespace details. Originally committed as revision 25417 to svn://svn.ffmpeg.org/ffmpeg/trunk
f47d172f13f97edd8300403f370d11f29274f11c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f47d172f13f97edd8300403f370d11f29274f11c
2010-10-08 19:11:36+00:00
10l: Fix mistake in r26044. Check increment bounds using actual increment instead of 64. This will change output in some cases, but it happens to not affect the AC-3 regression tests. Originally committed as revision 26180 to svn://svn.ffmpeg.org/ffmpeg/trunk
5128842ea2057c86550b833c9141c271df1bdc94
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5128842ea2057c86550b833c9141c271df1bdc94
2010-12-31 22:59:19+00:00
Remove ffmpeg PGMYUV compatibility hack, which was deprecated since ages. The user is requested to specify "-f image2" in place of "-f pgmyuv" for reading/writing PGMYUV files, as for the other image formats. Originally committed as revision 25629 to svn://svn.ffmpeg.org/ffmpeg/trunk
0422af7e49dbd3ac1d552edcd7972e266e0202a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0422af7e49dbd3ac1d552edcd7972e266e0202a4
2010-11-02 00:29:13+00:00
Add missing NULL checks in avfilter_ref_buffer(). Originally committed as revision 24808 to svn://svn.ffmpeg.org/ffmpeg/trunk
4f9ce3c4c796d475656161644cca9bead523d6e7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4f9ce3c4c796d475656161644cca9bead523d6e7
2010-08-17 15:12:22+00:00
aacdec: Rework channel mapping compatibility hacks. For a PCE based configuration map the channels solely based on tags. For an indexed configuration map the channels solely based on position. This works with all known exotic samples including al17, elem_id0, bad_concat, and lfe_is_sce. Originally committed as revision 25098 to svn://svn.ffmpeg.org/ffmpeg/trunk
bb2d8e9f05b6129b8835f2fbe0dc73e6921412bb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb2d8e9f05b6129b8835f2fbe0dc73e6921412bb
2010-09-10 18:01:48+00:00
Make pkgconfig_generate check if the library is enabled before to generate the pc files. Originally committed as revision 24519 to svn://svn.ffmpeg.org/ffmpeg/trunk
a275862461766fd1875597551679515b72ad2f18
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a275862461766fd1875597551679515b72ad2f18
2010-07-26 23:12:32+00:00
vc1: Fix ordering of loop filter for I/B frames All horizontal edges must be filtered before all vertical edges Originally committed as revision 24206 to svn://svn.ffmpeg.org/ffmpeg/trunk
fca58a815aa242e707b22db3fce1da44a50ffcd4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fca58a815aa242e707b22db3fce1da44a50ffcd4
2010-07-11 22:52:51+00:00
Allow all valid (and only valid) characters in URL scheme for url_open() The URL specification allows letters, numbers, plus, hyphen, and period in the scheme part. The isalpha() test would allow additional characters depending on locale settings while rejecting numbers and punctuation. Originally committed as revision 24306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2bab5d3e730a184468f38fca4aaf93e29a691018
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2bab5d3e730a184468f38fca4aaf93e29a691018
2010-07-18 18:38:23+00:00
vp8: Save mb border needed for intra prediction so that loop filter can run immediately after a mb row is decoded Originally committed as revision 24252 to svn://svn.ffmpeg.org/ffmpeg/trunk
9ac831c2c02e6e1c9c322b8bb77881c1dbac6f08
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9ac831c2c02e6e1c9c322b8bb77881c1dbac6f08
2010-07-16 07:20:35+00:00
mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
e26011d0f495de1148b8014995cbe923611b6b76
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e26011d0f495de1148b8014995cbe923611b6b76
2010-07-11 22:31:41+00:00
Check for GNU assembler, use gas-preprocessor on darwin Originally committed as revision 23953 to svn://svn.ffmpeg.org/ffmpeg/trunk
a49d302590f55f80cb7db95536fe12cf3ab2e56d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a49d302590f55f80cb7db95536fe12cf3ab2e56d
2010-07-01 23:21:30+00:00
DCA: use a local variable for loop boundary This prevents gcc reloading the value from memory on each iteration of the loop. Originally committed as revision 22848 to svn://svn.ffmpeg.org/ffmpeg/trunk
b92d483bac3c833430a48eefbd0bfbe636772c27
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b92d483bac3c833430a48eefbd0bfbe636772c27
2010-04-12 11:14:51+00:00
x11grab: AVFormatParameters are always passed from av_open_input_stream(), there is no need to check for it. Originally committed as revision 22651 to svn://svn.ffmpeg.org/ffmpeg/trunk
85f273c7ca7e0035054fa55f98bd06c551f518b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/85f273c7ca7e0035054fa55f98bd06c551f518b0
2010-03-23 23:35:36+00:00
H264: use alias-safe macros This eliminates all aliasing violation warnings in h264 code. No measurable speed difference with gcc-4.4.3 on i7. Originally committed as revision 21881 to svn://svn.ffmpeg.org/ffmpeg/trunk
19769ece3bd99b7570f39c9c605bee1bbada2b57
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/19769ece3bd99b7570f39c9c605bee1bbada2b57
2010-02-18 16:24:31+00:00
oggdec: Pass packets to header() until the stream is done with them This fixes some old ogm files that had the 3rd vorbis header after a data packet in another stream. This is invalid in ogg, but this change shouldn't affect the behaviour of any valid file. Originally committed as revision 22478 to svn://svn.ffmpeg.org/ffmpeg/trunk
81b743eb1026547270b88ac6a5cb451a3907ee94
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/81b743eb1026547270b88ac6a5cb451a3907ee94
2010-03-12 05:17:01+00:00
Check for setrlimit() Originally committed as revision 21733 to svn://svn.ffmpeg.org/ffmpeg/trunk
0104b608ca588c7c4c8078650e34b63cbf9e9b4c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0104b608ca588c7c4c8078650e34b63cbf9e9b4c
2010-02-09 22:55:11+00:00
Initialize thread_context[0] with h264 parser context. This allows freeing the parser memory in the thread_context freeing loop. Patch by Rafaël Carré gmailify(rafael, carre) Originally committed as revision 21508 to svn://svn.ffmpeg.org/ffmpeg/trunk
e9ca315dd188c38621c9439ef813d1cdf846ce1d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9ca315dd188c38621c9439ef813d1cdf846ce1d
2010-01-28 13:04:25+00:00