git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
hevcdec : Use LOCAL_ALIGNED_* for declaring local variables with alignment
28 mars 2017, par Martin Storsjöhevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignment Not all compilers can do alignment larger than the normal stack alignment for variables on the stack. In these cases, the LOCAL_ALIGNED_* macros produce the workaround alignment wrapper consisting of a padded array and a pointer variable. This fixes the hevc fate tests on RVCT/ARMCC after adding IDCT assembly that actually assumes/relies on this alignment. Signed-off-by: Martin Storsjö <martin@martin.st>
-
arm : Always build the hevcdsp_init_arm.c file
28 mars 2017, par Martin Storsjöarm: Always build the hevcdsp_init_arm.c file The main hevcdsp.c file calls this init function if HAVE_ARM is set, regardless of whether neon support is available or not. This fixes builds where neon isn't supported by the build tools at all. Signed-off-by: Martin Storsjö <martin@martin.st>
-
lavfi : Add support for increasing hardware frame pool sizes
27 mars 2017, par Mark Thompson -
vf_scale_qsv : Support increasing hardware frame pool size
27 mars 2017, par Mark Thompson -
vf_*_vaapi : Support increasing hardware frame pool size
27 mars 2017, par Mark Thompson