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

17.08.2010

x264 Video Codec r1698 for 64bit


latest changes:

- NV12 version of Altivec chroma MC


x264_r1698_64bit.rar

labud

24.08.2010

x264 Video Codec r1703 for 32bit

codice:
latest changes:
- CAVLC "trellis"
~3-10% improved compression with CAVLC.
--trellis is now a valid option with CAVLC.
Perhaps more importantly, this means psy-trellis now works with CAVLC.

This isn't a real trellis; it's actually just a simplified QNS.
But it takes enough shortcuts that it's still roughly as fast as a trellis; just not quite optimal.
Thus the name is a bit of a misnomer, but we're reusing the option name because it does the same thing.
A real trellis would be better, but CAVLC is much harder to trellis than CABAC.
I'm not aware of any published polynomial-time solutions that are significantly close to
-----------------------------------------------








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 !!!

labud

28.08.2010

x264 Video Codec rev1703 for 64bit

codice:
latest changes:
- CAVLC "trellis"
~3-10% improved compression with CAVLC.
--trellis is now a valid option with CAVLC.
Perhaps more importantly, this means psy-trellis now works with CAVLC.

This isn't a real trellis; it's actually just a simplified QNS.
But it takes enough shortcuts that it's still roughly as fast as a trellis; just not quite optimal.
Thus the name is a bit of a misnomer, but we're reusing the option name because it does the same thing.
A real trellis would be better, but CAVLC is much harder to trellis than CABAC.
I'm not aware of any published polynomial-time solutions that are significantly close to
-----------------------------------------------








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

04.09.2010

x264 Video Codec rev1713 for 32bit


x264_r1713_32bit.rar

labud



x264 Video Codec rev1703 for 64bit

x264 Video Codec rev1713 for 32bit
05.09.2010

latest changes:
- CAVLC "trellis"
~3-10% improved compression with CAVLC.
--trellis is now a valid option with CAVLC.
Perhaps more importantly, this means psy-trellis now works with CAVLC.

This isn't a real trellis; it's actually just a simplified QNS.
But it takes enough shortcuts that it's still roughly as fast as a trellis; just not quite optimal.
Thus the name is a bit of a misnomer, but we're reusing the option name because it does the same thing.
A real trellis would be better, but CAVLC is much harder to trellis than CABAC.
I'm not aware of any published polynomial-time solutions that are significantly close to optimal.
-----------------------------------------------








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

x264 Video Codec 1732

1732 32bit
md5: 44dfede82f97391ab5447e007ced36c6

Latest changes:

* dd High 10 Intra profile support (AVC-Intra)
* x264 should now be able to encode compliant AVC-Intra 50.
* With a 10-bit-compiled version of x264, a sample commandline for 1080i25 might be: --interlaced --keyint 1 --vbv-bufsize 2000 --bitrate 50000 --vbv-maxrate 50000 --nal-hrd cbr

* Also print "Constrained Baseline" for baseline profile, since that's all x264 (and everything else in the world) supports.
* Also reorganize parameter validation a bit to reduce some spurious warnings.


x264.rar

x264_r1732_64bit.rar

josagi

11.10.2010

x264 Video Codec rev1745 for 32bit



Latest changes:
- Address remaining cacheline split issues in avg2
Slightly improved performance on core 2.
Also fix profiling misattribution of w8/16/20 mmxext cacheline loops.


x264_r1745_32bit 10bit-depth.rar

x264_r1745_32bit 8bit-depth.rar

josagi

12.10.2010

x264 Video Codec rev1745 for 64bit

latest changes:

- Address remaining cacheline split issues in avg2
Slightly improved performance on core 2.
Also fix profiling misattribution of w8/16/20 mmxext cacheline loops.

* 64bit: 10bit output will be build when there is a 10bit decoder


x264_r1745_64bit 8bit-depth.rar

macro

0.11.2010

x264 Video Codec rev1766 for 32bit

Code:

Latest changes:
- Fix bug in r1753
Overflow compensation fix broke CRF with --no-mbtree.

- 8bit output (default) download this as the normal version
- 10bit output is for professional applications with specialised decoders

josagi

x264 Video Codec rev1766 for 64bit

Latest changes:

- Fix bug in r1753
Overflow compensation fix broke CRF with --no-mbtree.


x264_r1766_64bit 8bit-depth.rar

josagi

x264 Video Codec rev1772


Improve flash detection algorithm change in r1765
Now only disables scenecuts only near real end of video, not just prior to forced keyframes.


1772 x264.exe 32bit 8bit.rar

1772 x264.exe 32bit 10bit.rar

1772 x264.exe 64bit 8bit.rar

josagi

x264 Video Codec rev1772


Improve flash detection algorithm change in r1765
Now only disables scenecuts only near real end of video, not just prior to forced keyframes.


1772 x264.exe 32bit 8bit.rar

1772 x264.exe 32bit 10bit.rar

1772 x264.exe 64bit 8bit.rar

macro

x264 Video Codec rev 1788

latest changes:
- Fix some crashes with high bit depth
Not all arrays were sufficiently aligned.

macro

x264 Video Codec rev 1788

latest changes:
- Fix some crashes with high bit depth
Not all arrays were sufficiently aligned.

josagi