x264 Video Codec

Started by labud, August 31, 2009, 10:48:29 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

josagi

24.04.2010

x264 Video Codec r1564 for 32bit & 64bit

latest changes:

- Fix mv predictor clipping on non-x86 (regression in r1548)



x264_r1564_32bit.zip

x264_r1564_64bit.zip

josagi

29.04.2010

x264 Video Codec r1570 for 32bit & 64bit

latest changes:

- r1548 broke subme < 3 + p8x8/b8x8
Caused significantly worse compression. Preset-wise, only affected veryfast.
Fixed by not modifying mvc in-place.



x264_r1570_32bit.rar

x264_1570_64bit.rar

josagi

21.05.2010

x264 Video Codec r1602


1602 x264.exe 32bit md5: 4f0f9058507318aa113c4d757b316f40
1602 x264.exe 64bit md5: 1a5b87824a9cd33760d90d2a2c250b36


Fix performance regression in r1582
Set the correct compiler flags.

x264_32bit.rar  

x264_64bit.rar

josagi

26.05.2010

x264 Video Codec r1613 for 32bit & 64bit

latest changes:

- Fix 10L in r1612
Stats need to be calculated before deblock strength, not after.
Broke ref stats in x264cli (no affect on actual output).

x264_r1613_32bit.rar

x264_1613_64bit.rar

josagi

02.06.2010

x264 Video Codec r1629 for 32bit

latest changes:

- Fix no-mbtree + aq-mode=0


x264_r1629_32bit.rar

josagi

10.06.2010

x264 Video Codec r1643 for 64bit

latest changes :

- Replace some divisions with shifts

x264_r1643_32bit.rar

x264_r1643_64bit.rar

josagi

x264 Video Codec r1649

15.06.2010


What's new in x264 Video Codec r1649:

· Faster mbtree_propagate asm
· Replace fp division by multiply with the reciprocal.
· Only ~12% faster on penryn, but over 80% faster on amd k8.
· Also make checkasm slightly more tolerant to rounding error.

x264_r1649.rar

x264 x64.rar

josagi

25.06.2010

x264 Video Codec r1659 for 32bit


x264_r1659_32bit.rar

josagi

05.07.2010

x264 Video Codec r1666 for 32bit

latest changes:

- Support for 9 and 10-bit encoding
Output bit depth is specified on compilation time via --bit-depth.
There is currently almost no assembly code available for high-bit-depth modes, so encoding will be very slow.
Input is still 8-bit only; this will change in the future.

Note that very few H.264 decoders support >8 bit depth currently.
Also note that the quantizer scale differs for higher bit depth. For example, for 10-bit, the quantizer (and crf) ranges from 0 to 63 instead of 0 to 51.

x264_r1666_32bit.rar

josagi

16.07.2010

x264 Video Codec r1677 for 32bit & 64bit

latest changes:

- Fix compilation with shared ffmpeg libs
lavf input uses libavutil functions, so it must request flags for libavutil from pkg-config.

x264_r1677_32bit.rar

x264_r1677_64bit.rar

josagi

20.07.2010

x264 Video Codec r1680 for 32bit

latest changes:

- Avisynth 2.6 colorspace support
Use a customized avisynth_c.h to detect the new planar colorspaces.

x264_r1680_32bit.rar

labud

29.07.2010

x264 Video Codec r1688 for 32bit


latest changes:
- Improve quantizer distribution with sliced-threads+VBV
Should help avoid cases of very uneven quantizer choice between slices.
-----------------------------------------------








UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!

josagi

30.07.2010

x264 Video Codec r1683 for 64bit


x264 r1683 for 64bit.rar

kargo.25

01.08.2010

x264 Video Codec r1688 for 64bit

Code:

latest changes:
- Improve quantizer distribution with sliced-threads+VBV
Should help avoid cases of very uneven quantizer choice between slices.


josagi

 16.08.2010

x264 Video Codec r1698 for 32bit

latest changes:

- NV12 version of Altivec chroma MC

x264_r1698_32bit.rar