Commit graph

15 commits

Author SHA1 Message Date
adam
bd9efa5c91 Version 2.2
Encoder enhancements
--------------------
1. Enhancements to TU selection algorithm with early-outs for improved speed; use :option:`--limit-tu` to exercise.
2. New motion search method SEA (Successive Elimination Algorithm) supported now as :option: `--me` 4
3. Bit-stream optimizations to improve fields in PPS and SPS for bit-rate savings through :option:`--[no-]opt-qp-pps`, :option:`--[no-]opt-ref-list-length-pps`, and :option:`--[no-]multi-pass-opt-rps`.
4. Enabled using VBV constraints when encoding without WPP.
5. All param options dumped in SEI packet in bitstream when info selected.
6. x265 now supports POWERPC-based systems. Several key functions also have optimized ALTIVEC kernels.
2017-01-01 16:31:44 +00:00
adam
38a46811d1 Distfile has been changed 2016-10-10 17:13:42 +00:00
adam
2cfea88447 Changes 2.1:
Unknown
2016-10-03 12:29:15 +00:00
adam
8f2574742f Version 2.0:
Bug fixes.
2016-08-21 11:42:02 +00:00
adam
b5b4adb67c Changes 1.9:
Bug fixes.
2016-02-09 12:04:56 +00:00
adam
2c34f534ff Changes 1.8:
* Bug fixes
2015-10-25 13:51:09 +00:00
adam
5985ef78fb Changes 1.7:
Bug fixes.
2015-05-29 12:03:06 +00:00
adam
f63a59f5c1 x265 1.6 has been released. The changes from the 1.5 release are mostly
performance oriented, with heavy improvements for AVX2 capable platforms
(Haswell and later Intel CPUs) and work efficiency improvements for
multiple-socket machines.
2015-04-06 20:58:35 +00:00
joerg
4839cbf91f Always build PIC. Bump revision. 2015-02-28 23:45:29 +00:00
adam
1e28fb7654 Changes 1.5:
search: use chroma reconQt buffer instead of recon picture (not yet updated)
This fixes non-determinism when psy-rd is enabled
2015-02-12 09:02:42 +00:00
adam
5dc173d864 Changes 1.4:
* encoder: emit an Active Parameter Sets SEI in stream headers if interlaced
* encoder: give more warnings when features are automatically disabled
* api: allow --psy-rdoq values up to 50; it can be beneficial for film grain
* docs: improve --pmode documentation, the feature is fully functional
* analysis: do not allow top-skip and depth earlyout in --pmode with --rd 5/6
* asm: correct wrong index name
* docs: update preset table and various command line options
* fix rd=0,1
* analysis: fix for --rd 0, do not assume a CU is only inter or intra
* analysis: rect cost compare typo fix for pmode
* search: ensure RDOQ entropy state is always initialized for chroma intra
2014-11-29 21:27:06 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
adam
ba8e69b14e Changes 1.3:
encoder: disable --cu-lossless until coding errors can be fixed
2014-08-27 05:51:39 +00:00
adam
1eae03cd69 Changes 1.2:
* TEncCU: bug fix
* Remove the xCheckBestMode call, add in a ccontext save.
2014-07-15 16:48:55 +00:00
adam
76e80e3c6b x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.
2014-07-02 11:46:21 +00:00