git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
mbaff : fix mb_field_decoding_flag tracking and simplify allow skip check
10 mars 2014, par Anton Mitrofanov -
Fix memory overwrite in x264_deblock_h_chroma_mbaff_sse2
10 mars 2014, par Anton Mitrofanov -
Fix corruption with CAVLC overflow handling in MBAFF+main profile
2 mars 2014, par Jason Garrett-Glaser -
x86inc : free up variable name "n" in global namespace
1er mars 2014, par Loren Merritt -
Macroblock tree overhaul/optimization
23 février 2014, par Jason Garrett-GlaserMacroblock tree overhaul/optimization Move the second core part of macroblock tree into an assembly function; SIMD-optimize roughly half of it (for x86). Roughly ~25-65% faster mbtree, depending on content. Slightly change how mbtree handles the tradeoff between range and precision for propagation. Overall a slight (but mostly negligible) effect on SSIM and ~2% faster.