Author Topic: x264 Video Codec  (Read 3459 times)

0 Members and 2 Guests are viewing this topic.

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #30 on: August 17, 2010, 07:01:37 PM »
17.08.2010

x264 Video Codec r1698 for 64bit


latest changes:

- NV12 version of Altivec chroma MC


You are not allowed to view links. Register or Login

Offline labud

  • Administrator
  • Hero Member
  • *****
  • Posts: 9026
Re: x264 Video Codec
« Reply #31 on: August 25, 2010, 07:32:23 AM »
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 !!!

Offline labud

  • Administrator
  • Hero Member
  • *****
  • Posts: 9026
Re: x264 Video Codec
« Reply #32 on: August 29, 2010, 04:34:32 AM »
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 !!!

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #33 on: September 04, 2010, 11:51:12 PM »
04.09.2010

x264 Video Codec rev1713 for 32bit


You are not allowed to view links. Register or Login

Offline labud

  • Administrator
  • Hero Member
  • *****
  • Posts: 9026
Re: x264 Video Codec
« Reply #34 on: September 05, 2010, 02:37:20 AM »


x264 Video Codec rev1703 for 64bit

x264 Video Codec rev1713 for 32bit
05.09.2010

Code: You are not allowed to view links. Register or Login
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 !!!

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #35 on: September 28, 2010, 09:19:45 PM »
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.


You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #36 on: October 12, 2010, 09:06:21 AM »
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.


You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #37 on: October 12, 2010, 06:20:03 PM »
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


You are not allowed to view links. Register or Login

Offline macro

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2277
Re: x264 Video Codec
« Reply #38 on: November 11, 2010, 06:28:56 PM »
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

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #39 on: November 12, 2010, 10:18:44 PM »
x264 Video Codec rev1766 for 64bit

Latest changes:

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


You are not allowed to view links. Register or Login

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #40 on: November 16, 2010, 09:19:05 PM »
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.


You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #41 on: November 16, 2010, 09:19:05 PM »
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.


You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

Offline macro

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2277
Re: x264 Video Codec
« Reply #42 on: November 21, 2010, 11:50:22 AM »
x264 Video Codec rev 1788

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

Offline macro

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2277
Re: x264 Video Codec
« Reply #43 on: November 21, 2010, 11:50:22 AM »
x264 Video Codec rev 1788

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

Offline josagi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3711
Re: x264 Video Codec
« Reply #44 on: November 23, 2010, 02:25:40 PM »
- x264 revision 1790

You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login