<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/MediaEncoding, branch v10.11.0-rc7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc7</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc7'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-09-26T19:45:01Z</updated>
<entry>
<title>Expose ExtractAllExtractableSubtitles (#14876)</title>
<updated>2025-09-26T19:45:01Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-09-26T19:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9c298c52f5fb35c55377c9db754c9f6a43256415'/>
<id>urn:sha1:9c298c52f5fb35c55377c9db754c9f6a43256415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CA1051 warnings in EncodingJobInfo.cs</title>
<updated>2025-09-21T05:31:58Z</updated>
<author>
<name>Thomas Jones</name>
<email>tjwalkr3@gmail.com</email>
</author>
<published>2025-09-21T05:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2a499aaa9513c7d7b768dbf95756dfb4f8109a45'/>
<id>urn:sha1:2a499aaa9513c7d7b768dbf95756dfb4f8109a45</id>
<content type='text'>
Convert public fields to auto-properties and fix member ordering

Co-authored-by: Derpipose &lt;90276123+Derpipose@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Avoid constant arrays as arguments (#14784)</title>
<updated>2025-09-12T19:58:28Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-09-12T19:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6796b3435d893fde8c1ae7551f52b1fbb1bc489c'/>
<id>urn:sha1:6796b3435d893fde8c1ae7551f52b1fbb1bc489c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only enable VAAPI MJPEG encoder on Intel iHD driver (#14433)</title>
<updated>2025-07-08T00:05:14Z</updated>
<author>
<name>Nyanmisaka</name>
<email>nst799610810@gmail.com</email>
</author>
<published>2025-07-08T00:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=db55d983f83f2b17e749a21ae35968fa0e83a915'/>
<id>urn:sha1:db55d983f83f2b17e749a21ae35968fa0e83a915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix -fps_mode option being applied on input (#14379)</title>
<updated>2025-06-26T23:48:43Z</updated>
<author>
<name>Nyanmisaka</name>
<email>nst799610810@gmail.com</email>
</author>
<published>2025-06-26T23:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ebdc756547ece276b9051226903d2d6794fe6e2b'/>
<id>urn:sha1:ebdc756547ece276b9051226903d2d6794fe6e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #14322 from gnattu/disable-hdr-non-hdr-clients</title>
<updated>2025-06-19T09:27:23Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-06-19T09:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a537c66da155ddc7d570d316754664d5cee970dd'/>
<id>urn:sha1:a537c66da155ddc7d570d316754664d5cee970dd</id>
<content type='text'>
Don't check dynamic metadata removal for static HDR formats</content>
</entry>
<entry>
<title>Fix QSV "static surface pool size exceeded" on Windows</title>
<updated>2025-06-17T07:02:13Z</updated>
<author>
<name>Nyanmisaka</name>
<email>nst799610810@gmail.com</email>
</author>
<published>2025-06-17T07:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e8291fc856bcc5f18e4ed6538a841642bb29f6b2'/>
<id>urn:sha1:e8291fc856bcc5f18e4ed6538a841642bb29f6b2</id>
<content type='text'>
d3d11va doesn't support dynamic pool size, use vpp filter ctx to relay to prevent encoder async and bframes from exhausting the decoder pool.</content>
</entry>
<entry>
<title>Don't check dynamic metadata removal for static HDR formats</title>
<updated>2025-06-16T18:29:16Z</updated>
<author>
<name>gnattu</name>
<email>gnattuoc@me.com</email>
</author>
<published>2025-06-16T18:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=368808eba49654c7f9cf79b21d9cf34b3c8396ce'/>
<id>urn:sha1:368808eba49654c7f9cf79b21d9cf34b3c8396ce</id>
<content type='text'>
Those videos have no metadata to be removed at all, just force transcoding when the client does not support it.
</content>
</entry>
<entry>
<title>Don't attempt to do metadata removal for dovi without fallback (#14240)</title>
<updated>2025-06-08T13:29:17Z</updated>
<author>
<name>gnattu</name>
<email>gnattu@users.noreply.github.com</email>
</author>
<published>2025-06-08T13:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=bdb3adeb302a6e7a3d9f3cefe85650e8ec63ad6a'/>
<id>urn:sha1:bdb3adeb302a6e7a3d9f3cefe85650e8ec63ad6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix RKRGA 2pass scaling issue caused by auto AR reduction</title>
<updated>2025-05-26T15:49:04Z</updated>
<author>
<name>nyanmisaka</name>
<email>nst799610810@gmail.com</email>
</author>
<published>2025-05-26T15:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1ee705f3e1860f3069a64d94d5775352a1198003'/>
<id>urn:sha1:1ee705f3e1860f3069a64d94d5775352a1198003</id>
<content type='text'>
Signed-off-by: nyanmisaka &lt;nst799610810@gmail.com&gt;
</content>
</entry>
</feed>
