- 05 May, 2019 2 commits
-
-
fumoboy007 authored
avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration due to missing `hw_configs` property. Bug originally introduced in commit 758fbc54.
-
Carl Eugen Hoyos authored
Allows running fate from out-of-tree builds on wsl.
-
- 04 May, 2019 11 commits
-
-
Michael Niedermayer authored
Fixes: Timeout (11sec -> 5sec) Fixes: 14473/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JV_fuzzer-5761630857592832 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Assertion failure Fixes: 14484/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PGMYUV_fuzzer-5150016408125440 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Moritz Barsnick authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Stephen Hutchinson authored
This commit was merged in a couple years ago as a no-op because we had already switched from GetProcAddress to dlsym some time before that. However, not applying the actual cast causes warnings about FARPROC and when attempting to build FFmpeg in MSVC with AviSynth-GCC 32-bit compatibility, those FARPROC warnings turn into FARPROC errors.
-
Stephen Hutchinson authored
-
Stephen Hutchinson authored
Directed to the AviSynth+ entry on AviSynth Wiki rather than to the github repository, since the wiki page is both more informative and has the relevant Git/download links. The github releases page is little more than a changelog.
-
Stephen Hutchinson authored
It's been fixed both AviSynth+-side and locally.
-
Stephen Hutchinson authored
These pix_fmts have been added to FFmpeg in the 31 months since commit 92916e85 added support for the larger number of pix_fmts that AviSynth+ can use. They were present in AviSynth+ even then, just not in libavutil.
-
Stephen Hutchinson authored
As part of the update, it is now possible to test 32-bit GCC builds of AviSynth+ with FFmpeg by using the AVS_WIN32_GCC32 define. Due to different calling conventions between MSVC and GCC regarding 32-bit Windows, this is unfortunately necessary.
-
- 03 May, 2019 7 commits
-
-
Paul B Mahol authored
-
Lynne authored
Could not be used in apply_dependent_coupling because of alignment issues.
-
Gyan Doshi authored
Ever since 59ad5046, the demuxer expects its seek arg to be PTS and adjusts internally to search index by DTS.
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Prevents pointless register saving on win64 for the sse3 and avx versions of the function. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 02 May, 2019 12 commits
-
-
James Darnley authored
Assembly failed when using yasm rather than nasm.
-
Andreas Rheinhardt authored
The last argument of av_strlcpy is supposed to contain the size of the destination buffer, but it was filled with the size of the source string, effectively negating its very purpose. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Stoner authored
Replaced VSHUFPS with VPBLENDD to relieve port 5 bottleneck AVX2 is 1.4x faster than AVX
-
James Darnley authored
-
James Darnley authored
Prepare for checkasm test.
-
James Almer authored
* commit 'c4642788': time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_ Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '9485cce6': time_internal: Do not attempt to override *time_r() macros This commit is a noop, see a604de4fMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c93e92f2': configure: Include time.h when checking for gmtime_r and localtime_r This commit is a noop, see 1b4dd59eMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c0bd865a': configure: Add -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 for mingw as well Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '1e561735': rtsp: add pkt_size option Merged-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
Michael Niedermayer authored
Found-by: <mkver> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 01 May, 2019 6 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 30 Apr, 2019 2 commits
-
-
Michael Niedermayer authored
Fixes: OOM Fixes: 14198/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5723579234123776 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: signed integer overflow: -2147483648 + -1 cannot be represented in type 'int' Fixes: 14107/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-5694078680825856 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-