A free h265/HEVC encoder
x265 is a free library for encoding next-generation H265/HEVC video streams.
- Developed at Staging
- 4 derived packages
Refresh
Refresh
Source Files
| Filename | Size | Changed | Actions |
|---|---|---|---|
| arm.patch | 0000003358 3.28 KB | almost 9 years | |
| baselibs.conf | 0000000012 12 Bytes | almost 9 years | |
| x265.changes | 0000015140 14.8 KB | almost 9 years | |
| x265.pkgconfig.patch | 0000000245 245 Bytes | almost 9 years | |
| x265.spec | 0000002523 2.46 KB | almost 9 years | |
| x265_2.2.tar.gz | 0001203801 1.15 MB | almost 9 years |
Revision 19 (latest revision is 47)
- Update to version 2.2
Encode enhancements
* Enhancements to TU selection algorithm with early-outs for
improved speed; use --limit-tu to exercise.
* New motion search method SEA (Successive Elimination Algorithm)
supported now as :option: –me 4
* Bit-stream optimizations to improve fields in PPS and SPS for
bit-rate savings through --no-opt-qp-pps,
--no-opt-ref-list-length-pps, and --no-multi-pass-opt-rps.
* Enabled using VBV constraints when encoding without WPP.
* All param options dumped in SEI packet in bitstream when info
selected.
API changes
* Options to disable SEI and optional-VUI messages from bitstream
made more descriptive.
* New option --scenecut-bias to enable controlling bias to mark
scene-cuts via cli.
* Support mono and mono16 color spaces for y4m input.
* --min-cu-size of 64 no-longer supported for reasons of
visual quality.
* API for CSV now expects version string for better integration
of x265 into other applications.
Bug fixes
* Several fixes to slice-based encoding.
* --log2-max-poc-lsb‘s range limited according to HEVC spec.
* Restrict MVs to within legal boundaries when encoding.
Comments for x265 0