<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/MediaEncoding/JobLogger.cs, branch v10.4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.4.2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.4.2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-03-27T15:26:33Z</updated>
<entry>
<title>Add EnableOutputInSubFolder back</title>
<updated>2019-03-27T15:26:33Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2019-03-27T15:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b647959ec41373c513ee55075e4c973bfb68dbcd'/>
<id>urn:sha1:b647959ec41373c513ee55075e4c973bfb68dbcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trying to make sense of the streaming code</title>
<updated>2019-03-26T22:00:14Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2019-03-26T21:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=93e535d3a143d092effb37e529e5682c3d11802a'/>
<id>urn:sha1:93e535d3a143d092effb37e529e5682c3d11802a</id>
<content type='text'>
Mostly small changes as I was looking through the code.

* async void -&gt; async Task
* Properly implemented dispose methods
* Pass the logstream directly to the JobLogger
* Style fixes
</content>
</entry>
<entry>
<title>Check before flushing ffmpeg log</title>
<updated>2019-03-15T16:58:34Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2019-03-15T16:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d5f080fefbac63736a8c01acebe08e6617c5c486'/>
<id>urn:sha1:d5f080fefbac63736a8c01acebe08e6617c5c486</id>
<content type='text'>
The stream could have been diposed while writing.
</content>
</entry>
<entry>
<title>Move the check further down</title>
<updated>2019-02-24T21:04:30Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-02-24T21:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=547d0ecf584556019aa743687009a0f0d3a8f9dd'/>
<id>urn:sha1:547d0ecf584556019aa743687009a0f0d3a8f9dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check that ffmpeg log target isn't disposed before writing to it</title>
<updated>2019-02-24T20:25:24Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-02-24T20:24:57Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=96b3d37caf269789015900bd7f6fa24f17652848'/>
<id>urn:sha1:96b3d37caf269789015900bd7f6fa24f17652848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper format: conform inline 'out' parameters.</title>
<updated>2019-01-13T20:46:33Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e8674464373c3635243953cded42fcd2aa87d196'/>
<id>urn:sha1:e8674464373c3635243953cded42fcd2aa87d196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visual Studio Reformat: MediaBrowser.Controller</title>
<updated>2019-01-13T19:25:32Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=26ca4b607b98b78b44a7300bcf9890360e598393'/>
<id>urn:sha1:26ca4b607b98b78b44a7300bcf9890360e598393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mayor code cleanup</title>
<updated>2019-01-10T19:38:53Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-06T20:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ec1f5dc317182582ebff843c9e8a4d5277405469'/>
<id>urn:sha1:ec1f5dc317182582ebff843c9e8a4d5277405469</id>
<content type='text'>
Add Argument*Exceptions now use proper nameof operators.

Added exception messages to quite a few Argument*Exceptions.

Fixed rethorwing to be proper syntax.

Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)

Added some TODOs to log certain exceptions.

Fix sln again.

Fixed all AssemblyInfo's and added proper copyright (where I could find them)

We live in *current year*.

Fixed the use of braces.

Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.

Made more Methods that should be static static.

You can now use static to find bad functions!

Removed unused variable. And added one more proper XML comment.
</content>
</entry>
<entry>
<title>Rebase</title>
<updated>2018-12-30T21:44:38Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2018-12-14T23:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0c1b9d3bff7041b7d3b875885b8745680afcee72'/>
<id>urn:sha1:0c1b9d3bff7041b7d3b875885b8745680afcee72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Microsoft.Extensions.Logging abstraction</title>
<updated>2018-12-30T21:44:38Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2018-12-13T13:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca'/>
<id>urn:sha1:0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca</id>
<content type='text'>
</content>
</entry>
</feed>
