<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/x265/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2025-11-22T16:01:28Z</updated>
<entry>
<title>multimedia/x265: upgrade from 3.6 to 4.1</title>
<updated>2025-11-22T16:01:28Z</updated>
<author>
<name>Mikhail Teterin</name>
<email>mi@FreeBSD.org</email>
</author>
<published>2025-11-13T17:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c4cab0453d778353fdec3e01f071536f32c3d5a'/>
<id>urn:sha1:0c4cab0453d778353fdec3e01f071536f32c3d5a</id>
<content type='text'>
Unlike with the 4.0, there should be no API compatibility problems.

Changelog: https://x265.readthedocs.io/en/master/releasenotes.html

Reviewed by:	pkubaj
PR:		290764
</content>
</entry>
<entry>
<title>multimedia/x265: update to 3.6</title>
<updated>2024-10-06T11:49:16Z</updated>
<author>
<name>Mikhail T.</name>
<email>freebsd-2024@virtual-estates.net</email>
</author>
<published>2024-10-01T14:45:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7c8a3f43dc8455ad4c80782e172f8f0926b2cc99'/>
<id>urn:sha1:7c8a3f43dc8455ad4c80782e172f8f0926b2cc99</id>
<content type='text'>
The latest edition provides fixes for the 32-bit ARM, and drops the need
for gcc/binutils on the 64-bit ARM (aarch64). Many thanks to fuz@ for
providing remote access to the two ARM-systems.

The libvmaf-support remains broken, because our port of the dependency
has been upgraded to 3.0.0, which is only supported by x265-4.0.  Not
removing this option for the sake of those, who might have kept the
older vmaf on their systems.

The ASM is no longer an option -- it was always a requirement on some
platforms, and is very useful on others.

PR:		281680
</content>
</entry>
<entry>
<title>multimedia/x265: fix build on powerpc64*</title>
<updated>2024-05-10T16:19:50Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2024-05-08T09:03:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b957fb0221d9ff95a0a3e5d5f15ae7ff54e67bab'/>
<id>urn:sha1:b957fb0221d9ff95a0a3e5d5f15ae7ff54e67bab</id>
<content type='text'>
c++: error: unsupported option '-mabi=' for target 'powerpc64-unknown-freebsd14.1'
</content>
</entry>
<entry>
<title>multimedia/x265: include &lt;sys/types.h&gt; before &lt;md5.h&gt;</title>
<updated>2023-12-18T16:31:48Z</updated>
<author>
<name>Mikhail Teterin</name>
<email>mi@FreeBSD.org</email>
</author>
<published>2023-12-18T16:28:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4a9eb2b55c70f3057a82966c77542484ab434373'/>
<id>urn:sha1:4a9eb2b55c70f3057a82966c77542484ab434373</id>
<content type='text'>
Though it worked on some releases, where another header quietly
drags-in the types.h, it was broken on FreeBSD-12.x.

Suggested by:	John Hein
PR:	274526
</content>
</entry>
<entry>
<title>multimedia/x265: upgrade to 3.5. Finally...</title>
<updated>2023-12-15T21:12:58Z</updated>
<author>
<name>Mikhail Teterin</name>
<email>mi@FreeBSD.org</email>
</author>
<published>2023-12-15T21:12:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=645419c8e46533e7e9953a432fa02dc7c140b63c'/>
<id>urn:sha1:645419c8e46533e7e9953a432fa02dc7c140b63c</id>
<content type='text'>
PR:	274526
Submitted by:	takefu
Release Notes:
	https://x265.readthedocs.io/en/master/releasenotes.html#version-3-5
</content>
</entry>
<entry>
<title>multimedia/x265: add ASM option on powerpc64le and enable by default</title>
<updated>2021-11-16T17:25:41Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2021-11-16T17:25:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1619d3584420c014ef8a2c8f76cde671756d8b4'/>
<id>urn:sha1:e1619d3584420c014ef8a2c8f76cde671756d8b4</id>
<content type='text'>
While here, also add the previously uncommitted patch.
</content>
</entry>
<entry>
<title>multimedia/x265: add option to use altivec on powerpc64</title>
<updated>2021-11-16T14:44:19Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2021-11-16T14:44:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cc29ad6598478ba1125b88114d88838f86a6b8be'/>
<id>urn:sha1:cc29ad6598478ba1125b88114d88838f86a6b8be</id>
<content type='text'>
PR:	259564
Approved by: mi@ALDAN.algebra.com (maintainer timeout)
</content>
</entry>
<entry>
<title>multimedia/vmaf: unbreak legacy API consumers after 1868dedecc9a</title>
<updated>2021-11-08T17:33:40Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2021-11-08T16:34:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8'/>
<id>urn:sha1:7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8</id>
<content type='text'>
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame    1/0          0B       0 us 0.00 fpm [ETA  unknown] libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future libvmaf version
libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for details
</content>
</entry>
<entry>
<title>Actually commit the SVT-HEVC patch carelessly ommitted previously.</title>
<updated>2020-09-21T17:15:50Z</updated>
<author>
<name>Mikhail Teterin</name>
<email>mi@FreeBSD.org</email>
</author>
<published>2020-09-21T17:15:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f8ecc26af36e0e9c2ab7811f159873692aed5ee8'/>
<id>urn:sha1:f8ecc26af36e0e9c2ab7811f159873692aed5ee8</id>
<content type='text'>
PR:		247035, 248479
Reported by:	VVD
Sponsored by:	United Marsupials
</content>
</entry>
<entry>
<title>While we were testing the new code, upstream have removed the 3.4</title>
<updated>2020-09-21T04:47:33Z</updated>
<author>
<name>Mikhail Teterin</name>
<email>mi@FreeBSD.org</email>
</author>
<published>2020-09-21T04:47:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dbaa3f3f8e63b4a3f7201a785938bbe8bcb3d469'/>
<id>urn:sha1:dbaa3f3f8e63b4a3f7201a785938bbe8bcb3d469</id>
<content type='text'>
release from download area. Change our port to download using
Bitbucket's method.

Although the upstream branch Release_3.4 is very similar to what
used to be available as 3.4, there are a few improvements -- in
particular, one of our patches is no longer necessary, which is
nice.

PR:		247035
Reported by:	John Kennedy, Tomoaki AOKI
Sponsored by:	United Marsupials
</content>
</entry>
</feed>
