- 13 Dec, 2018 2 commits
-
-
Paul B Mahol authored
Fixes #4140.
-
Paul B Mahol authored
Fixes #5700.
-
- 12 Dec, 2018 5 commits
-
-
Carl Eugen Hoyos authored
It is unsigned at least on arm, fixes the following warnings: libavfilter/vf_signalstats.c:833:21: warning: taking the absolute value of unsigned type 'unsigned int' has no effect dify += abs(yuv - AV_RN16(prev->data[0] + pw + i * 2));
-
Rostislav Pehlivanov authored
The issue is that the afq still has samples as on init it counts the overlap used as a delay to adjust the PTS it generates, hence we can't rely on it right after init. So just check to see if any frames have been encoded. frame_number can't be anything but 0 right after init and can only be set by lavc. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Lauri Kasanen authored
./ffmpeg_g -f rawvideo -pix_fmt rgb24 -s hd1080 -i /dev/zero -pix_fmt yuv420p9le \ -f null -vframes 100 -v error -nostats - Speedups: yuv2plane1_9BE_vsx 11.2042 yuv2plane1_9LE_vsx 11.156 yuv2plane1_10BE_vsx 9.89428 yuv2plane1_10LE_vsx 10.3637 yuv2plane1_12BE_vsx 9.71923 yuv2plane1_12LE_vsx 11.0404 yuv2plane1_14BE_vsx 10.1763 yuv2plane1_14LE_vsx 11.2728 Fate passes, each format tested with an image to video conversion. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 11 Dec, 2018 8 commits
-
-
Carl Eugen Hoyos authored
In system header /usr/include/sys/mstsave.h, aix defines NUMBER_OF_FRAMES, causing redefinition warnings.
-
Paul B Mahol authored
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Gyan Doshi authored
Prevent test failure with builds that set a suffix and/or extension for the ffprobe binary
-
Peter Ross authored
this section has been moved into the CONFIG_NETWORK block, since it only affects network enabled builds. sys/socket.h (with WIN32 guard) is needed to check if the SHUT_xxx macro exists.
-
kjeyapal@akamai.com authored
Anyways the intended behaviour was to disable SIDX atom.
-
kjeyapal@akamai.com authored
-
Lou Logan authored
Option name is dvbuffer. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 10 Dec, 2018 19 commits
-
-
Carl Hetherington authored
Signed-off-by:
Carl Hetherington <cth@carlh.net>
-
Carl Eugen Hoyos authored
Fixes build with new Android toolchain.
-
Carl Eugen Hoyos authored
Instead add the character to the snprintf above as suggested by Mark. Silences a warning: libavformat/matroskadec.c: In function 'webm_dash_manifest_cues': libavformat/matroskadec.c:3947:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] strncat(buf, ",", 1); ^~~~~~~~~~~~~~~~~~~~
-
Paul B Mahol authored
-
Paul B Mahol authored
The max size of uint8_t subset is 223 not 220.
-
Paul B Mahol authored
-
Carl Eugen Hoyos authored
Fixes ticket #6234.
-
Paul B Mahol authored
Fixes #6874.
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Jun Zhao authored
before this change, scale_vaapi hard coding the scaling mode, add a new option "mode" to setting the scaling mode, it can be use to change scaling algorithm for performance/quality trade off. Note: VA_FILTER_SCALING_NL_ANAMORPHIC(nolinear ananorphic scaling algorithm) doesn't support by i965/iHD driver now, add this just for completeness. Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Karthick J authored
Useful for long duration runs with network output Reviewed-by:
Steven Liu <lq@chinaffmpeg.org>
-
Karthick J authored
This patch fixes the segmentation fault issues due to unhandled errors from ff_http_do_new_request function. Reviewed-by:
Steven Liu <lq@chinaffmpeg.org>
-
Linjie Fu authored
Fix the (m)jpeg encoding regression issue as decription in tikect #7593, due to bs->FrameType is not set in such case in MSDK (https://github.com/Intel-Media-SDK/MediaSDK/issues/970). (And assert on a value coming from an external library is not proper.) Add default type check for bs->FrameType, and return invalid data error in function ff_qsv_encode to avoid using uninitialized value. Signed-off-by:
Linjie Fu <linjie.fu@intel.com> Signed-off-by:
Zhong Li <zhong.li@intel.com>
-
Carl Eugen Hoyos authored
Silences a warning with clang: libavcodec/cbs_vp9_syntax_template.c:220:17: warning: implicit conversion from 'int' to 'int8_t' (aka 'signed char') changes value from 255 to -1
-
Carl Eugen Hoyos authored
Silences a warning: libavcodec/decode.c:1378:13: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
-
- 09 Dec, 2018 6 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
Mark Thompson authored
Assertion avctx->codec_id != AV_CODEC_ID_NONE failed at src/libavcodec/parser.c:128 The setting on the internal AVCodecContext used for parsing only is otherwise irrelevant, so just set it to avoid the assert.
-
James Almer authored
Default to disable, same as aomenc. Fixes ticket #7598 Signed-off-by:
James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
Fixes #6987.
-
Jun Zhao authored
abuffersink need to setting AV_OPT_FLAG_AUDIO_PARAM flag. Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-