- 14 Dec, 2018 6 commits
-
-
Paul B Mahol authored
Fixes #7184.
-
Paul B Mahol authored
Fixes #7291.
-
Paul B Mahol authored
-
Paul B Mahol authored
Fixes #5028.
-
Paul B Mahol authored
-
Paul B Mahol authored
Fixes #6742.
-
- 13 Dec, 2018 13 commits
-
-
Paul B Mahol authored
Fixes #6750.
-
Paul B Mahol authored
Fixes #6745.
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
Unbreaks gif image2 muxer.
-
Paul B Mahol authored
-
Paul B Mahol authored
Based on patch by Bjorn Roche. Fixes #6813.
-
Paul B Mahol authored
Now "-c copy" works. Update FATE files. Demuxer only split file into packets, no data is trimmed. Encoder & muxer currently expect completely another format where muxer writes stuff like disposal method which should be really encoder job. With this patch muxer only modifies delay between two packets. Codec copy need to have same behavior between demuxer and muxer to work correctly. Fixes #6640.
-
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 8 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.
-