x264 Video Codec- Lastest

baha2

Super VIP
Messages
6,530
20.07.2010

x264 Video Codec r1680 for 32bit

Code:
[B]latest changes[/B]:
- Avisynth 2.6 colorspace support
Use a customized avisynth_c.h to detect the new planar colorspaces.
 

baha2

Super VIP
Messages
6,530
21.07.2010

x264 Video Codec r1681&r1680 for 32bit&64bit


Code:
[B]latest changes[/B]:
- Fix stack alignment with MB-tree
Broke 2-pass with MB-tree when calling from compilers with broken stack alignment (e.g. MSVC).
 

baha2

Super VIP
Messages
6,530
22.07.2010

x264 Video Codec r1683 for 32bit

Code:
[B]latest changes[/B]:
- Improve reference_invalid support
Reference invalidation can now be used to invalidate multiple frames at a time, rather than being limited to one per encoder_encode call.
 

baha2

Super VIP
Messages
6,530
29.07.2010

x264 Video Codec r1688 for 32bit

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

baha2

Super VIP
Messages
6,530
01.08.2010

x264 Video Codec r1688 for 64bit

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

baha2

Super VIP
Messages
6,530
16.08.2010

x264 Video Codec r1698 for 32bit

Code:
[B]latest changes[/B]:
- NV12 version of Altivec chroma MC
 

baha2

Super VIP
Messages
6,530
17.08.2010

x264 Video Codec r1698 for 64bit

Code:
[B]latest changes[/B]:
- NV12 version of Altivec chroma MC
 

baha2

Super VIP
Messages
6,530
24.08.2010

x264 Video Codec r1703 for 32bit

Code:
[B]latest changes[/B]:
- 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.
 

baha2

Super VIP
Messages
6,530
28.08.2010

x264 Video Codec rev1703 for 64bit

Code:
[B]latest changes[/B]:
- 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.
 

baha2

Super VIP
Messages
6,530
04.09.2010

x264 Video Codec rev1713 for 32bit

Code:
[B]latest changes[/B]:
- Add support for level 1b
This level is a stupid hack in the H.264 spec, so it's a stupid hack in x264 too.
Since level is an integer, calling applications need to set level_idc=9 to use it.
String-based option handling will accept "1b" just fine though, so CLI users don't have to worry.
 
Last edited:

baha2

Super VIP
Messages
6,530
06.09.2010

x264 Video Codec rev1713 for 64bit

Code:
[B]Latest changes[/B]:
- Add support for level 1b
This level is a stupid hack in the H.264 spec, so it's a stupid hack in x264 too.
Since level is an integer, calling applications need to set level_idc=9 to use it.
String-based option handling will accept "1b" just fine though, so CLI users don't have to worry.
 

baha2

Super VIP
Messages
6,530
19.09.2010

x264 Video Codec rev1722 for 32bit

Code:
[B]latest changes[/B]:
- Add support for arbitrary user SEIs
This allows calling applications to insert SEIs that x264 doesn't know about while maintaining HRD/VBV accuracy.
 

baha2

Super VIP
Messages
6,530
19.09.2010

x264 Video Codec rev1724 for 32bit
x264 Video Codec rev1722 for 64bit


Code:
[B]latest changes[/B]:
- Fix regression in r1716
 

marcel

Super VIP
Messages
2,166
x264 Video Codec 1732 x32

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.
 

baha2

Super VIP
Messages
6,530
28.09.2010

x264 Video Codec rev1732 for 64bit

Code:
[B]latest changes[/B]:
- Add 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.
 

baha2

Super VIP
Messages
6,530
rev1745

11.10.2010

x264 Video Codec rev1745 for 32bit

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

baha2

Super VIP
Messages
6,530
rev1745-64bit

12.10.2010

x264 Video Codec rev1745 for 64bit


Code:
[B]latest changes[/B]:
- 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
 

baha2

Super VIP
Messages
6,530
10.11.2010

x264 Video Codec rev1766 for 32bit

Code:
[B]Latest changes[/B]:
- 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


- 10bit output information links: .pdf 01 .pdf 02 .pdf 03
 

baha2

Super VIP
Messages
6,530
x264 Video Codec rev1766 for 64bit

Code:
[B]Latest changes[/B]:
- Fix bug in r1753
Overflow compensation fix broke CRF with --no-mbtree.
 
Top