A free h265/HEVC encoder

x265 is a free library for encoding next-generation H265/HEVC video streams.

Refresh
Refresh
Source Files
Revision 35 (latest revision is 43)
Olaf Hering Olaf Hering (olh) accepted request 4640 over 5 years ago (revision 35)
- Update to version 3.2.1
  * Fix output change in analysis load
  * Fix encoder crash with zones and add test for zones
  * Fix: Performance drop in aq-mode 4 This patch moves the
    memory handling part of the edge information required for
    aq-mode 4 to the Frame class-level in that way it can be
    reused by the threads.
  * Fix: Performance drop in aq-mode 4 This patch moves the
    memory handling part of the edge information required for
    aq-mode 4 to the Frame class-level in that way it can be
    reused by the threads.
  * Fix output change observed during analysis-load for
    inter-refine levels 2 and 3.
  * Adaptive Frame duplication This patch does the following. 1.
    Replaces 2-3 near-identical frames with one frame and sets
    pic_struct based on frame doubling / tripling. 2. Add option
    "--frame-dup" and "--dup-threshold' to enable frame
    duplication and to set threshold for frame similarity
    (optional).
  * Fix: AQ mode 4 commit (21db162) introduces slowdown even is
    not used AQ mode 4.
Comments for x265 0