Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 23:09:57 UTC Now

2018-10-06 12:12:48 UTC MAIN commitmail json YAML

x265: updated to 2.9

Version 2.9

New features
1. Support for chunked encoding
  :option:`--chunk-start and --chunk-end`
  Frames preceding first frame of chunk in display order will be encoded, however, they will be discarded in the bitstream.
  Frames following last frame of the chunk in display order will be used in taking lookahead decisions, but, they will not be encoded.
  This feature can be enabled only in closed GOP structures. Default disabled.
2. Support for HDR10+ version 1 SEI messages.

Encoder enhancements
1. Create API function for allocating and freeing x265_analysis_data.
2. CEA 608/708 support: Read SEI messages from text file and encode it using userSEI message.

Bug fixes
1. Disable noise reduction when vbv is enabled.
2. Support minLuma and maxLuma values changed by the commandline.

(adam)