git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
ratecontrol_new : Simplify an expression in HRD timescale calculation
28 juillet 2016, par Henrik Gramner -
gcc : Enable __sync_fetch_and_add() on x86-64
28 juillet 2016, par Henrik Gramnergcc: Enable __sync_fetch_and_add() on x86-64 It was previously only enabled on 32-bit x86 for no reason, so 64-bit systems had to use a mutex instead of a simple `lock xadd` instruction. Note that this code is only used in some very specific configurations involving sliced threads.
-
Add support for new VUI parameters
8 juin 2016, par Anton Mitrofanov -
Fix p4x4 analyse for 4:4:4 encoding with chroma ME
22 mai 2016, par Anton Mitrofanov -
Fix 4:4:4 encoding with CQM
22 mai 2016, par Anton Mitrofanov