Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 51

Thread: x264 Video Codec for chip x32 & x64

  1. #31
    Moderator
    Join Date
    12-08-2008
    Posts
    1,367
    Uploads
    722
    Likes
    221

    Re: x264 Video Codec r1179 for chip x32 & x64

    07.04.2010

    latest changes:
    - Fix HRD compliance
    As usual, the spec is so insanely obfuscated that it's impossible to get things right the first time.

  2. Advertise Here
  3. #32
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    11.04.2010

    x264 Video Codec r1538 for 32bit & 64bit

    latest changes:
    - Fix a use of sad_x4 that had non-mod64 stride
    Minimal speed improvement, but fixes a violation of internal api.
    Attached Files Attached Files

  4. #33
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    17.04.2010

    x264 Video Codec r1542 for 32bit & 64bit

    latest changes:
    - Fix various early terminations with slices
    Neighbouring type values (type_top, etc) are now loaded even if the MB isn't available for prediction.
    Significant overall performance increase (as high as 5-10%+) with lots of slices (e.g. with slice-max-size).
    Attached Files Attached Files

  5. #34
    VIP Member aamir11's Avatar
    Join Date
    01-07-2008
    Posts
    759
    Uploads
    347
    Likes
    29

    Re: x264 Video Codec r1179 for chip x32 & x64

    29.04.2010

    x264 Video Codec r1570 for 32bit & 64bit

    latest changes:
    - r1548 broke subme < 3 + p8x8/b8x8
    Caused significantly worse compression. Preset-wise, only affected veryfast.
    Fixed by not modifying mvc in-place.
    Please to avoid dead links prefer adding your files on the upload center
    & let red color for team manager warnings Thx


    x264_r1570_32bit.rar

    x264_1570_64bit.rar

  6. #35
    Moderator
    Join Date
    12-08-2008
    Posts
    1,367
    Uploads
    722
    Likes
    221

    Re: x264 Video Codec r1179 for chip x32 & x64

    06.05.2010

    x264 Video Codec r1583 for 32bit & 64bit

    latest changes :
    - Fix unresolved symbol in r1573
    gnu ld didn't complain, but some other linkers did.
    Attached Files Attached Files

  7. #36
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    17.05.2010

    x264 Video Codec r1592 for 32bit

    latest changes:
    - Overhaul CABAC: faster, less cache usage
    Horribly munge up the CABAC tables to allow deduplication of some data.
    Saves 256 bytes of L1d cache in non-RD, 512 bytes in RD.
    Add asm versions of bypass and terminal; save L1i cache by re-using putbyte code.
    Further optimize encode_decision.
    All 3 primary CABAC functions fit in under 256 bytes of code total on x86_64.
    Attached Files Attached Files

  8. #37
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    21.05.2010

    x264 Video Codec r1602 for 32bit

    latest changes:

    latest changes:
    - Fix performance regression in r1582
    Set the correct compiler flags.
    Attached Files Attached Files

  9. #38
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    09.06.2010

    x264 Video Codec r1643 for 32bit & 64bit

    latest changes:
    - Replace some divisions with shifts
    Attached Files Attached Files

  10. #39
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    15.06.2010

    x264 Video Codec r1649 for 32bit

    latest changes:
    - Faster mbtree_propagate asm
    Replace fp division by multiply with the reciprocal.
    Only ~12% faster on penryn, but over 80% faster on amd k8.
    Also make checkasm slightly more tolerant to rounding error.
    Attached Files Attached Files

  11. #40
    VIP Member
    Join Date
    04-03-2009
    Posts
    5,503
    Uploads
    980
    Likes
    197

    Re: x264 Video Codec r1179 for chip x32 & x64

    25.06.2010

    x264 Video Codec r1659 for 32bit

    Code:
    latest changes:
    
    - Interactive encoder control: error resilience
    In low-latency streaming with few clients, it is often feasible to modify encoder behavior in some fashion based on feedback from clients.
    One possible application of this is error resilience: if a packet is lost, mark the associated frame (and any referenced from it) as lost.
    This allows quick recovery from errors with minimal expense bit-wise.
    
    The new i_dpb_size parameter allows a calling application to tell x264 to use a larger DPB size than required by the number of reference frames.
    This lets x264 and the client keep a large buffer of old references to fall back to in case of lost frames.
    If no recovery is possible even with the available buffer, x264 will force a keyframe.
    
    This initial version does not support B-frames or intra refresh.
    Recommended usage is to set keyint to a very large value, so that keyframes do not occur except as necessary for extreme error recovery.
    
    Full documentation is in x264.h.
    
    Move DTS/PTS calculation to before encoding each frame instead of after.
    Improve documentation of x264_encoder_intra_refresh.
    Attached Files Attached Files

Page 4 of 6 FirstFirst ... 23456 LastLast
Advertise Here

Similar Threads

  1. x264 Video Codec (Latest)
    By Lujdzo in forum DVB Software and Tools
    Replies: 0
    Last Post: 27-09-2009, 11:19:37
  2. x264 Video Codec r1160 for chip x32
    By pola0 in forum DVB Software and Tools
    Replies: 1
    Last Post: 20-06-2009, 08:37:39
  3. x264 Video Codec r1153 for chip x64
    By pola0 in forum DVB Software and Tools
    Replies: 0
    Last Post: 25-05-2009, 15:38:43
  4. x264 Video Codec ( MPEG-4 )
    By daBimbo in forum DVB Software and Tools
    Replies: 2
    Last Post: 22-04-2006, 01:06:42

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •