<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller, branch v10.5.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.5.5</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.5.5'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2020-04-26T20:03:58Z</updated>
<entry>
<title>Merge pull request #2990 from mark-monteiro/create-missing-folders</title>
<updated>2020-04-26T20:03:58Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-04-26T20:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a3d048a0d9806759683fa417edd57c2b0170529c'/>
<id>urn:sha1:a3d048a0d9806759683fa417edd57c2b0170529c</id>
<content type='text'>
Create Missing Data Folders

(cherry picked from commit 00d8983d7cec0594efac8d85a927dba3c3391bdf)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2798 from JustAMan/fix-livetv-again</title>
<updated>2020-04-26T19:15:38Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-04-26T19:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a0b053e4a14b67d2e91253e63b81284048fee395'/>
<id>urn:sha1:a0b053e4a14b67d2e91253e63b81284048fee395</id>
<content type='text'>
Make localhost LiveTV restreams always use plain HTTP port

(cherry picked from commit f502c893315ce0f130a22d1a30394218ae3ed511)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2936 from anthonylavado/fix-etags-right</title>
<updated>2020-04-26T18:54:15Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2020-04-20T11:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3af63bf43938266bc81a5d5a79f8bab0f507fb9e'/>
<id>urn:sha1:3af63bf43938266bc81a5d5a79f8bab0f507fb9e</id>
<content type='text'>
Remove JsonIgnore from the DateLastSaved property of BaseItem

(cherry picked from commit 2f6dd258e651dae7b2efaf46721461db3a6d0ff0)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Revert "Fix eTags DateLastSaved"</title>
<updated>2020-04-20T06:27:02Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthonylavado@me.com</email>
</author>
<published>2020-04-20T06:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=5c4326daf4ee238c5ad235ef2abe62d6bbb6d076'/>
<id>urn:sha1:5c4326daf4ee238c5ad235ef2abe62d6bbb6d076</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove JsonIgnore from the DateLastSaved property of BaseItem</title>
<updated>2020-04-19T20:43:52Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthonylavado@me.com</email>
</author>
<published>2020-04-19T20:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3c050793330bdcafec2a08b6224a83fa29787443'/>
<id>urn:sha1:3c050793330bdcafec2a08b6224a83fa29787443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2715 from nyanmisaka/libfdk-aac</title>
<updated>2020-04-12T23:19:00Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-04-12T23:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=9bd1a9d19c7108d29b023bc42c5cdc5ef79e6d52'/>
<id>urn:sha1:9bd1a9d19c7108d29b023bc42c5cdc5ef79e6d52</id>
<content type='text'>
Prefer to use libfdk_aac encoder for better audio quality when it is available

(cherry picked from commit bf92694f8b1f38a3655c566246a48694b5fb3446)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2821 from nyanmisaka/mpeg4</title>
<updated>2020-04-12T19:53:12Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2020-04-12T09:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=dd13f8d16a2a4a0b8405f70cc067dfe7142374f1'/>
<id>urn:sha1:dd13f8d16a2a4a0b8405f70cc067dfe7142374f1</id>
<content type='text'>
Fix MPEG4 broken on VAAPI

(cherry picked from commit 84dba64644a1dda4c3c8dcb6fbb4dc02109ee12d)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2785 from nyanmisaka/mpge4-profile15</title>
<updated>2020-04-12T19:51:47Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2020-04-07T17:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3ec18f085e63e6effa499836951b95f26efa4f69'/>
<id>urn:sha1:3ec18f085e63e6effa499836951b95f26efa4f69</id>
<content type='text'>
Fix MPEG4 packback error regression on vaapi

(cherry picked from commit b16b58bc570b27b709dec7251f677c927c84c925)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2503 from nyanmisaka/vaapi</title>
<updated>2020-04-05T16:51:08Z</updated>
<author>
<name>Vasily</name>
<email>JustAMan@users.noreply.github.com</email>
</author>
<published>2020-03-31T20:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=bf0c07abfe494211858362f458e3780f5e6c5bb3'/>
<id>urn:sha1:bf0c07abfe494211858362f458e3780f5e6c5bb3</id>
<content type='text'>
Fix various bugs in HWA subtitle burn-in

(cherry picked from commit 9aefb41512e8e2655c9c894180907d8ae60ae30e)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2642 from mark-monteiro/fix-extras</title>
<updated>2020-03-22T19:24:54Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2020-03-22T19:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=54efde407330587c018ccc3530b17c66ab5cf41f'/>
<id>urn:sha1:54efde407330587c018ccc3530b17c66ab5cf41f</id>
<content type='text'>
Add missing null check when retrieving extras

(cherry picked from commit 425bd2b01b7ad3397d38c29da8ac50d68bd9a1cf)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
</feed>
