- Oct 22, 2018
-
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
-
- Oct 21, 2018
-
-
Timo Rothenpieler authored
It's not used, and pulls in the ffnvcodec header, which does not neccesarily have to exist to build these filters, since they include the full cuda.h.
-
Martin Vignali authored
-
Martin Vignali authored
setfield and setrange filters are kept.
-
Paul B Mahol authored
-
kjeyapal@akamai.com authored
Fixes bug with HTTP DELETE when HTTP Persistent is ON. Right now, HTTP Persistent connections is supported only for POSTs and PUTs. HTTP DELETE will still open a new connection every time.
-
kjeyapal@akamai.com authored
-
Paul B Mahol authored
-
- Oct 19, 2018
-
-
Devin Heitmueller authored
Make the function static, or else Clang complains with: error: no previous prototype for function 'decklink_get_attr_string' [-Werror,-Wmissing-prototypes] Signed-off-by:
Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Carl Eugen Hoyos authored
FFmpeg relies on sizeof(char) == 1.
-
Carl Eugen Hoyos authored
ff_sine_window_init() is writing to these tables causing a crash if compiled with gcc 8 and lto. Analyzed by Martin Liška in: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 Fixes ticket #7491.
-
Carl Eugen Hoyos authored
Fixes ticket #7499.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Oct 18, 2018
-
-
Martin Vignali authored
-
Martin Vignali authored
suggested by Carl Eugen Hoyos
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
Improve encoding speed by 2% (using prores input)
-
Martin Vignali authored
-
Martin Vignali authored
avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame header instead of default (unknown, unknown, Rec601) avoid color shift, on some decoding software
-
Martin Vignali authored
Doesn't seems to make speed loss
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Karthick Jeyapal authored
-
Michael Niedermayer authored
Fixes: 10300/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-6292205497483264 Fixes: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: 10651/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ILBC_fuzzer-5202341540659200 Fixes: signed integer overflow: -1707705920 - 1703592888 cannot be represented in type 'int' This tries to follow the webrtc code. For example using cliping and 64 bit as in WebRtcSpl_DotProductWithScale() and not doing so in other places. I could not find anything in rfc3951 and the reference code inside which would explain what to do in these corner cases. Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: 10651/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ILBC_fuzzer-5202341540659200 Fixes: left shift of negative value -512 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
These limits are based on limiting done in WebRtcIlbcfix_CreateAugmentedVec() Fixes: out of array accesses Fixes: 10652/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ILBC_fuzzer-5638941487661056 Fixes: 10655/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ILBC_fuzzer-5699970020147200 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: signed integer overflow: -2144033225 + -5208934 cannot be represented in type 'int' Fixes: 10633/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RA_144_fuzzer-5679133791617024 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: integer overflow compute_pkt_fields() Fixes: compute_pkt_usan Reported-by:
Thomas Guilbert <tguilbert@chromium.org> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: signed integer overflow: 7738135736989908991 - -7954308516317364223 cannot be represented in type 'long' Fixes: find_stream_info_usan Reported-by:
Thomas Guilbert <tguilbert@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 17, 2018
-
-
Carl Eugen Hoyos authored
Fixes ticket #7495.
-
Carl Eugen Hoyos authored
Fixes the following warning: libavformat/mxfenc.c:2125:22: warning: variable 'frame_size' set but not used
-
bnnm authored
Fixes trac issue #7215 Output for files created by xWMAEncode and various videogames is correct now. 1ch 32000hz files are still broken, would need fixes in WMA decoder. Signed-off-by:
bnnm <bananaman255@gmail.com>
-
- Oct 16, 2018
-
-
Mark Thompson authored
-
Mark Thompson authored
-
- Oct 15, 2018
-
-
Anssi Hannula authored
-