x264 Video Codec- Lastest

marcel

Super VIP
Messages
2,166
x264 Video Codec r1301 x32
x264 Video Codec r1294 x64

latest changes:

- - Update fprofile with the latest change to b-pyramid
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1301 x64

latest changes:

- Update fprofile with the latest change to b-pyramid
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1302 x32

latest changes:
  • - split muxers.c into one file per format
  • - simplify internal muxer API
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1318 (x32 & x64)

Latest changes:

  • - Further reduce code size in bime
  • - 7-8 kilobytes saved, ~0.6% faster subme 9.
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1330 (x32 & x64)

latest changes:


- Fix weightp logfile parsing on MinGW
 

josagi

Super VIP
Messages
3,052
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.
 

josagi

Super VIP
Messages
3,052
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.
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1342 (x32 & x64)

latest changes:


  • -Give more meaningful error if 1st/2nd pass resolution differ
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1352 (x32 & x64)

latest changes:

  • Much faster weightp
  • Move sum/ssd calculation out of lookahead and do it only once per frame.
  • Also various minor optimizations, cosmetics, and cleanups.
 

josagi

Super VIP
Messages
3,052
x264 Video Codec r1360 (x32 & x64)

latest changes:


  • Actually do r1356
  • Somehow commit r1356 got lost in the ether. I'm not sure how, but now it's fixed.
 
Last edited:

eniz9

Registered
Messages
3,376
x264 Video Codec r1376 (x32 & x64)

latest changes:


* Don't do sum/ssd analysis if weightp == 1
* Typo fixes in comments and help.
 

baha2

Super VIP
Messages
6,530
x264 Video Codec r1391 (x32 & x64)

latest changes:

Eliminate intentional array overflow in quant matrix handling
While it probably never caused problems, it was incredibly ugly and evil.
 

baha2

Super VIP
Messages
6,530
21.01.2009

x264 Video Codec x32 & x64

latest changes:
- Use cross-prefix properly with pkg-config for cross-compiling
 
Last edited:

baha2

Super VIP
Messages
6,530
30.01.2010

x264 Video Codec x32_1415 & x64_1414


latest changes:
- Fix log2f detection, include order, some gcc warnings
r1413 caused crashes on any system with malloc.h.
Also switch to std=c99 or std=gnu99 if supported by the compiler.
- Fix visualize support.
 

baha2

Super VIP
Messages
6,530
31.01.2010

x264 Video Codec x32_1419 & x64_1416


latest changes:
- Revert "fix linking issue with the CLI"

This reverts commit 9899cd539f738ad12750683e4079f08ee32ccc0d.
 
Last edited:

baha2

Super VIP
Messages
6,530
24.02.2010

x264 Video Codec v1462 for 32bit&64bit


latest changes:
- Fix fastfirstpass
Apparently the libx264 preset changes made "fastfirstpass" into "fastsecondpass" inadvertantly.
 
Top