- 05 Nov, 2017 4 commits
-
-
Kaustubh Raste authored
Use global mask buffer for appropriate mask load. Use immediate unsigned saturation for clip to max saving one vector register. Remove unused macro. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Use global mask buffer for appropriate mask load. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 3707/clusterfuzz-testcase-6465922706440192 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: runtime error: left shift of 255 by 24 places cannot be represented in type 'int' Fixes: 3787/clusterfuzz-testcase-minimized-5728764920070144 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>
-
- 04 Nov, 2017 11 commits
-
-
Kieran Kunhya authored
This reverts commit 626d200e.
-
Marton Balint authored
Typically only a small subset of the SDL texture formats are supported directly by the SDL renderer drivers, the rest is software emulated. It's better if libswscale does the format conversion to a hardware-accelerated texture format instead of SDL. This should fix video render slowdowns with some texture formats after 3bd2228d. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Kieran Kunhya authored
-
Kieran Kunhya authored
-
Kieran Kunhya authored
Drastically reduces memory usage on pathological streams. Fixes ticket #6789
-
Carl Eugen Hoyos authored
-
Kaustubh Raste authored
Use global mask buffer for appropriate mask load. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Use global mask buffer for appropriate mask load. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Load the specific destination bytes instead of MSA load and pack. Remove unused macros and functions. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Sasi Inguva authored
Partially fixes t/6699. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Nov, 2017 8 commits
-
-
Carl Eugen Hoyos authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Nicolas Frattaroli authored
Replace avcodec_get_chroma_sub_sample with the recommended av_pix_fmt_get_chroma_sub_sample, which fixes a compilation warning. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Nicolas Frattaroli authored
avcodec_get_chroma_sub_sample is deprecated and generates a warning during build, so av_pix_fmt_get_chroma_sub_sample is used Signed-off-by: Nicolas Frattaroli <ffmpeg@fratti.ch> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'eb061ad6': tls_gnutls: Readd support for nonblocking operation Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0671eb23': tls_openssl: Readd support for nonblocking operation Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Cosmetic change, reduces differences with libav.
-
James Almer authored
* commit '84ab1cc4': movenc: allow alternative hvc1 h.265 codec tag movenc: write correct format hvcc when tag is hvc1 movenc: move tags definitions to where they are used movenc: simplify codec_tag lookup movenc: use correct tag list for AVOutputFormat.codec_tag aarch64: vp9: Fix assembling with Xcode 6.2 and older doc: Drop the legacy symlink to README This commit is a noop, see 998609dd 95f3c859 e199d90d 38d808d7 974d508e 369a3e11Merged-by: James Almer <jamrial@gmail.com>
-
- 02 Nov, 2017 8 commits
-
-
Michael Niedermayer authored
Fixes: 2926/clusterfuzz-testcase-4987110014582784 This reduces decoding time from 7 to 4 seconds The timeout should have been fixed in 0561bd2f but ossfuzz did not close this issue 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>
-
Kaustubh Raste authored
Use immediate unsigned saturation for clip to max saving one vector register. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Remove loops and unroll as block sizes are known. Load the specific destination bytes instead of MSA load and pack. Remove unused macro and functions. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Steven Liu authored
Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
ignore the fmp4_init_filename when in normal hls segment mode Signed-off-by: Steven Liu <lq@onvideo.cn>
-
Nicolas George authored
Allow filters to handle larger frames.
-
Nicolas George authored
For now, check the image size. Inspired by a patch from Paul B Mahol. Invalid sizes would be detected later by allocation failures, detecting problems earlier is cleaner.
-
James Almer authored
* commit 'fd1ffa1f': d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is unavailable This commit is a noop, see 3125a4a8Merged-by: James Almer <jamrial@gmail.com>
-
- 01 Nov, 2017 9 commits
-
-
James Almer authored
* commit 'c2b0bea4': avconv_hw: Free device on initialisation failure vf_hwmap: Properly free a locally derived device vf_hwmap: Add missing error code configure: Fix handling of _select dependencies This commit is a noop, see 6dfcbd80 d984b29b 70808859 f434ddf4Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7b1f9873': build: Adjust dependencies for faan(i)dct components Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '635897ac': configure: Factorize qsv dependencies Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c599c43f': configure: Add missing arch dependencies for arch extensions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '9d12dd6f': configure: Add x86 dependency for mmx_internal Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2f792cb6': build: Add missing idctdsp dependency for clearvideo build: Add missing mpeg4audio dependency for RTP muxer This commit is a noop, see 52f954da 155f071bMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '4993a68f': hwcontext: Mark local table static const libfdk-aacdec: Correct buffer_size parameter This commit is a noop, see ca6776a9 0b1794a4Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '04f691cd': mmal: Add missing .item_name to AVClass declaration Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e2edf152': configure: Simplify AltiVec/VSX check with a helper function Merged-by: James Almer <jamrial@gmail.com>
-