- 23 Dec, 2021 11 commits
-
-
rcombs authored
This avoids making terminal config changes that may not be reverted properly during parallel testing.
-
rcombs authored
-
rcombs authored
-
rcombs authored
-
rcombs authored
-
rcombs authored
No longer requires per-format switch cases. The frame==0 path was unused (and would've crashed anyway).
-
rcombs authored
-
rcombs authored
-
rcombs authored
Fixes support for alpha in hardware input frames
-
rcombs authored
-
rcombs authored
-
- 22 Dec, 2021 5 commits
-
-
James Almer authored
Should fix ticket #7153 Signed-off-by: James Almer <jamrial@gmail.com>
-
Gerard Sole authored
Adds support for concat demuxer to copy the side data information from the input file to the resulting file. It will behave like the metadata copy, where the metadata of the first file is kept in the the output file. Extract the current code that already performs the stream side_data copy into a separate method and reuse the method in the concat demuxer. Signed-off-by: Gerard Sole <g.sole.ca@gmail.com>
-
Limin Wang authored
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
-
Limin Wang authored
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
-
Limin Wang authored
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
-
- 21 Dec, 2021 10 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Put them together with other similar slow flag checks. Signed-off-by: James Almer <jamrial@gmail.com>
-
Alan Kelly authored
This is instead of EXTERNAL_AVX2_FAST so that the avx2 hscale functions are only used where they are faster.
-
Alan Kelly authored
This flag is set on Haswell and earlier and all AMD cpus.
-
Lynne authored
Check for the patch version as well as the major+minor version. The VK_API_VERSION macros are not usable in preprocessor code due to casts. The patch (header) version is meant to linearly increment and not be reset, however it's better to trust, but verify.
-
Lynne authored
-
Andreas Rheinhardt authored
The check here is meant to check for whether avcintra-class option (default value -1) has been set; yet it checks for the x264_param_t value where 0 is the default value (treated as "no avcintra-mode" by x264). This meant that in-band extradata has been added unnecessarily when using global headers; furthermore, the first output packet had two x264 SEIs. Reviewed-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
John-Paul Stewart authored
Resolves a warning that duration is being innaccurately estimated based on bitrate. Signed-off-by: John-Paul Stewart <jpstewart@personalprojects.net> Reviewed-by: Peter Ross <pross@xvid.org>
-
John-Paul Stewart authored
Prior to this patch, for version 2 of the file format the frame rate was hard-coded at 15 fps. This uses the 64-bit floating-point value from the data stream, similar to what is already done for version 3 of the file format (around line 206). Signed-off-by: John-Paul Stewart <jpstewart@personalprojects.net> Reviewed-by: Peter Ross <pross@xvid.org>
-
- 20 Dec, 2021 9 commits
-
-
Henrik Gramner authored
Keep a reference to the correct associated context of the reference function and use that context when calling the reference function.
-
U. Artie Eoff authored
Current listed maintainers for vaapi plugin are not reponsive and/or currently active in the ffmpeg community. Thus, vaapi plugin patches (and qsv plugin) have generally gone ignored or lost in the ether for too long. Remove Gwenole Beauchesne from vaapi maintainer who has not been active since 2016. Current alternative maintainer for vaapi is Mark Thompson whom has not been active since March/April 2021. Therefore, add Haihao Xiang to vaapi maintainer who's primary role is FFmpeg development with a focus on the vaapi and qsv plugins. Haihao has over a decade of media experience and many years of FFmpeg development experience, amongst other media frameworks. The additional patch for adding Haihao as qsv plugin maintainer has been submitted previously: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210608141134.27448-1-zhongli_dev@126.com/ This will help FFmpeg to continue to be the leading multimedia framework by allowing these plugins to be actively improved, enhanced, and maintained for existing and future HW platforms. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
-
Zhao Zhili authored
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Zhao Zhili authored
Signed-off-by: Aman Karmani <aman@tmm1.net>
-
Zhao Zhili authored
Signed-off-by: Aman Karmani <aman@tmm1.net>
-
Zhong Li authored
Signed-off-by: Zhong Li <zhongli_dev@126.com>
-
Andreas Rheinhardt authored
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Andreas Rheinhardt authored
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Andreas Rheinhardt authored
Fixes Coverity ticket #1495831. Regression since fe31708e. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
- 19 Dec, 2021 5 commits
-
-
Aman Karmani authored
Signed-off-by: Aman Karmani <aman@tmm1.net>
-
Aman Karmani authored
Signed-off-by: Aman Karmani <aman@tmm1.net>
-
Haihao Xiang authored
Signed-off-by: Zhong Li <zhongli_dev@126.com>
-
Haihao Xiang authored
Signed-off-by: Zhong Li <zhongli_dev@126.com>
-
Haihao Xiang authored
Signed-off-by: Zhong Li <zhongli_dev@126.com>
-