x264 Video Codec r1281
latest changes:
* - rm msvc project files and related ifdefs
x264 Video Codec r1281
latest changes:
* - rm msvc project files and related ifdefs
x264 Video Codec r1301 x32
x264 Video Codec r1294 x64
latest changes:
- - Update fprofile with the latest change to b-pyramid
x264 Video Codec r1301 x64
latest changes:
- Update fprofile with the latest change to b-pyramid
x264 Video Codec r1310 x32
latest changes:
- cosmetics
x264 Video Codec r1318
Latest changes:
* - Further reduce code size in bime
* ~7-8 kilobytes saved, ~0.6% faster subme 9.
x264 Video Codec r1330 (x32 & x64)
latest changes:
* - Fix weightp logfile parsing on MinGW
x264 Video Codec r1332 x32
latest changes:
* - Fix one (of possibly many) miscompilations in weightp
* Use NOINLINE and some emms calls to fix emms reordering issues.
* This issue occurred with some GCC versions if threads > 1 and the phase of the moon was right.
* Also a cosmetic in x264.c.
x264 Video Codec r1332 x32
latest changes:
* - Fix one (of possibly many) miscompilations in weightp
* Use NOINLINE and some emms calls to fix emms reordering issues.
* This issue occurred with some GCC versions if threads > 1 and the phase of the moon was right.
* Also a cosmetic in x264.c.
x264 Video Codec r1342 (x32 & x64)
latest changes:
* Fix two issues in weightp
* If analysis decided on an offset of -128, x264 would create non-compliant streams.
* Fix some cases with nearly all intra blocks where analysis could pick very weird weights.
* Also add some asserts to check compliancy.
x264 Video Codec r1342 (x32 & x64)
latest changes:
-Give more meaningful error if 1st/2nd pass resolution differ