git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
x86inc : Avoid using eax/rax for storing the stack pointer
8 octobre 2016, par Henrik Gramnerx86inc: Avoid using eax/rax for storing the stack pointer When allocating stack space with an alignment requirement that is larger than the current stack alignment we need to store a copy of the original stack pointer in order to be able to restore it later. If we chose to use another register for this purpose we should not pick eax/rax since it can be overwritten as a return value.
-
mips : Fix high bit-depth compilation
20 septembre 2016, par Anton Mitrofanov -
x86 : Faster pixel_ssim_4x4x2_core
17 septembre 2016, par Henrik Gramner -
x86 : Deduplicate a constant in hpel_filter_c
17 septembre 2016, par Henrik Gramner -
checkasm : Fix compilation on Windows with —disable-thread
17 septembre 2016, par Henrik Gramner