x264 Video Codec r1179 for chip x32 & x64
08.07.2009
latest changes:
- Fix fprofile settings to match changes in defaults
Also add b-adapt 2 to fprofile.
x264 Video Codec r1179 for chip x32 & x64
08.07.2009
latest changes:
- Fix fprofile settings to match changes in defaults
Also add b-adapt 2 to fprofile.
20.07.2009
latest changes:
New AQ algorithm option
"Auto-variance" uses log(var)^2 instead of log(var) and attempts to adapt strength per-frame.
Generates significantly better SSIM; on by default with --tune ssim.
Whether it generates visually better quality is still up for debate.
Available as --aq-mode 2.
27.07.2009
latest changes:
- Faster bidir_rd plus some bugfixes
Cache chroma MC during refine_bidir_rd and use both the luma and chroma caches to skip MC in macroblock_encode.
Fix incorrect call to rd_cost_part; refine_bidir_rd output was incorrect for i8>0.
Remove some redundant clips.
~12% faster refine_bidir_rd.
thanks my friends
x264 Video Codec r1195
29.07.2009
latest changes:
- Fix another 10L in QPRD
An entry in subpel_iterations was missing.
I have no idea how QPRD was working at all without this change.
x264 Video Codec r1217
19-08-09
latest changes:
- Fix bug in VBV lookahead + no MB-tree
- I-frames need to have VBV lookahead run on them as well.
x264 Video Codec r1240
latest changes:
- fix asm symbols for oprofile (regression in r1221)
x264 Video Codec r1247
latest changes:
- Change priority handling on some OSs
- Instead of setting the lookahead thread to max priority, lower all the other threads' priorities instead.
- This is particularly useful when the "max priority" is "realtime", as in Windows, which can cause some problems.
x264 Video Codec r1251
latest changes:
- Factor out a redundant RD call in qpel-RD.
- Fixes a problem that was supposed to be, but didn't, get fully fixed in r1238.
x264 Video Codec r1259
latest changes:
Add missing fclose for mbtree input statsfile on second pass
Bug report by VFRmaniac