git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
mp4_lsmash : Use new I/O API instead of deprecated one.
18 juin 2014, par Yusuke Nakamura -
Fix frame-packing==5 with some decoders
18 juin 2014, par Tal AloniFix frame-packing==5 with some decoders The spec mandates that frame-packing==5 requires the SEI on every frame that begins a view sequence (i.e. the input frames L0-R0-L1-R1 have 4 view sequences, but if reordered by the encoder to L0-L1-R0-R1 there are now 2 view sequences). For simplicity, we write the SEI on every frame. This fixes frame-packing==5 3D playback on some decoders (PlayStation 3, Sony W8 series, possibly others).
-
Haiku support
13 juin 2014, par Jerome Duval -
Remove meaningless use of abs()
8 juin 2014, par Anton Mitrofanov -
NV21 input support
6 juin 2014, par Yu XiaoleiNV21 input support Eliminates an extra copy when encoding Android camera preview images. Checkasm test by Janne Grunau. ARM assembly with improvements from Janne Grunau.