git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
Remove an unused parameter from x264_slicetype_frame_cost()
12 avril 2016, par Anton Mitrofanov -
msvc : Add snprintf/vsnprintf replacements
11 avril 2016, par Henrik Gramner -
Improve the —b-adapt 1 algorithm
10 avril 2016, par Anton Mitrofanov -
x86inc : Enable AVX emulation in additional cases
7 avril 2016, par Anton Mitrofanov -
x86inc : Improve handling of %ifid with multi-token parameters
7 avril 2016, par Anton Mitrofanovx86inc: Improve handling of %ifid with multi-token parameters The yasm/nasm preprocessor only checks the first token, which means that parameters such as `dword [rax]` are treated as identifiers, which is generally not what we want.