- 17 Oct, 2017 2 commits
-
-
Jacek Jendrzej authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Fixes ticket #6740 Signed-off-by: James Almer <jamrial@gmail.com>
-
- 16 Oct, 2017 6 commits
-
-
Jun Zhao authored
This has been unused for a long time, and the original purpose has been replaced by the per-stream hwaccel_flags. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
James Almer authored
Should fix ticket #6738 Signed-off-by: James Almer <jamrial@gmail.com>
-
Martin Vignali authored
Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-
Martin Vignali authored
Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-
Martin Vignali authored
this func encode the alpha channel of the rgba input to an rgtc1u block Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-
Martin Vignali authored
this func decode an rgtc1 texture and overwrite only the alpha channel of the dest RGBA picture Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-
- 15 Oct, 2017 1 commit
-
-
James Almer authored
Should be more complete than the now fallback checks. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 14 Oct, 2017 4 commits
-
-
Michael Niedermayer authored
3% faster Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
32% faster loop Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: runtime error: signed integer overflow: 2 * -1094995530 cannot be represented in type 'int' Fixes: 3512/clusterfuzz-testcase-minimized-4812747210489856 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: Timeout Fixes: 3529/clusterfuzz-testcase-5057068371279872 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Oct, 2017 14 commits
-
-
James Almer authored
Should prevent some options from being added to cflags when they don't exist and the compiler only warns about it. Reviewd-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
Reino Wijnsma authored
The library has several dependencies that vary between systems. Their pkg-config properly lists them all. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Debugged with the help of Reino Wijnsma. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Two of them are missing it in their pkg-config file, so adding it here is a workaround until said pkg-config files are fixed. Debugged with the help of Reino Wijnsma. Signed-off-by: James Almer <jamrial@gmail.com>
-
Daniel Kucera authored
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com> Signed-off-by: wm4 <nfxjfg@googlemail.com>
-
James Almer authored
Should fix checks with static builds. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Fixes regression since 6dfcbd80 and 734ed389. Signed-off-by: James Almer <jamrial@gmail.com>
-
Gyan Doshi authored
Correct typo in signalstats filter section and qualify description for variable in select filter. Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Pack the data to half word before clipping. Use immediate unsigned saturation for clip to max saving one vector register. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Update macros to remove adds. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Load the specific destination bytes instead of MSA load and pack. Use immediate unsigned saturation for clip to max saving one vector register. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Remove loops and unroll as block sizes are known. Removed unused functions. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Replace generic with block size specific function. Load the specific destination bytes instead of MSA load and pack. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
There's a bug in configure where they are not being resolved right, so make them explicit deps for avutil for now.
-
- 12 Oct, 2017 13 commits
-
-
Luca Barbato authored
(cherry-picked from libav commit 41262498) 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>
-
Clément Bœsch authored
This is a change imported from Libav.
-
Clément Bœsch authored
-
James Almer authored
Regression since 6dfcbd80Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
Ivan Kalvachev authored
The public functions av_alloc_vdpaucontext() and av_vdpau_alloc_context() are allocating AVVDPAUContext structure that is supposed to be placed in avctx->hwaccel_context. However the rest of libavcodec/vdpau.c uses avctx->hwaccel_context as struct VDPAUHWContext, that is bigger and does contain AVVDPAUContext as first member. The usage includes write to the new variables in the bigger stuct, without checking for block size. Fix by always allocating the bigger structure. Signed-off-by: Ivan Kalvachev <ikalvachev@gmail.com>
-
Carl Eugen Hoyos authored
-
James Almer authored
* commit '57b753b4': build: Prefer NASM assembler over YASM build: Make x86 assembler commandline-selectable build: Special-case handling of SDL CFLAGS This commit is a noop, see fde3bb16 3cc73d3d 4f9297acMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '003124eb': build: Fix logic of clock_gettime() check Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b44bd7ee': pixlet: Fix architecture-dependent code and values This commit is a noop, see a6b1180eMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '808ef435': build: Explicitly set 32-bit/64-bit object formats for nasm/yasm See d44935cbMerged-by: James Almer <jamrial@gmail.com>
-