- 13 Nov, 2017 6 commits
-
-
Michael Niedermayer authored
Fixes: 3984/clusterfuzz-testcase-minimized-5265759929368576 Fixes: runtime error: signed integer overflow: -1085585801 + -1094995529 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Köppe authored
Variables used in inline assembly need to be marked with attribute((used)). Static constants already were, via the define of DECLARE_ASM_CONST. But DECLARE_ALIGNED does not add this attribute, and some of the variables defined with it are const only used in inline assembly, and therefore appeared dead. This change adds a macro DECLARE_ASM_ALIGNED that marks variables as used. This change makes FFMPEG work with Clang's ThinLTO. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Steven Liu authored
fix ticket id: #1452 when use frame_pts option, the output image name can be set with PTS of current frame. Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Timo Rothenpieler authored
Fixes CID #1420394
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 12 Nov, 2017 34 commits
-
-
Aman Gupta authored
This works as expected on iOS, except for the ca_file feature which is disabled because SecItemImport is not available. Signed-off-by:
Aman Gupta <aman@tmm1.net>
-
Paul B Mahol authored
Fixes #6831. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Fixes #6829. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
wm4 authored
Allows decoding with API users which require this API. Reviewed-by:
Aman Gupta <ffmpeg@tmm1.net>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: jkqxz Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: jkqxz Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: jkqxz Signed-off-by:
James Almer <jamrial@gmail.com>
-
Mark Thompson authored
vaExportSurfaceHandle() wasn't included in the 2.0 release. Fixes ticket #6828.
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
This is already added to the initial pool size in ff_decode_get_hw_frames_ctx, so adding it here again increases the amount of surfaces needlessly.
-
Timo Rothenpieler authored
-
Carl Eugen Hoyos authored
-
Steven Liu authored
This reverts commit e7fe5e51.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
James Almer authored
* commit '5c22c90c': vp9_superframe_bsf: cache packets by creating new references instead of moving pointers See 37f4a093 7a02b364Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0ccddbad': smacker: limit recursion depth of smacker_decode_bigtree See 946ecd19Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'cd4663dc': smacker: add sanity check for length in smacker_decode_tree() See b829da36Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '17b6c7ef': build: Add missing config.sh dependency for pkg-config files Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7ebe7e8e': build: Remove pkg-config files on clean instead of on distclean Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'fbf77b5a': build: Add uninstall-pkgconfig target to match install-lib*-pkgconfig Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'fbca6e7d': matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0 This commit is a noop, see 0d944ee3Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8e0febe2': configure: Use right variable and right value for AIX ar flags Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '22241208': avconv.c: fix calculation of input file duration in seek_to_start() This commit is a noop, see 3ddb887cMerged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '55fe72a8': matroskadec: don't warn about unknown spherical medata when none is present Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '1746c7c8': libspeexenc: Use speex_lib_get_mode instead of the speex_foo_mode data symbols Merged-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2cf3c0ab': Revert "configure: Detect AIX ar command instead of hardcoding it in the OS section" Merged-by:
James Almer <jamrial@gmail.com>
-