| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-07-15 | Fixed SMI to SRT UTF-16 Encoding bug | Khinenw | |
| 2019-06-11 | Stop path substitution in SubtitleEncoder | Tristan McCann | |
| This fixes jellyfin/jellyfin#1446. I am not an expert in this section of code, but I cannot think of a need to do path substitution during subtitle encoding. | |||
| 2019-01-28 | Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. | Erwin de Haan | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped `OpenRead` and `CopyFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-22 | Set EnableRaisingEvents correctly for SubtitleEncoder | Tthecreator | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-20 | Merge pull request #629 from cvium/fix_subtitleencoder | Andrew Rabert | |
| Fix subtitle converter misinterpreting 0 valued endTimeTicks | |||
| 2019-01-20 | Remove unneeded variable | Claus Vium | |
| 2019-01-20 | Fix subtitle converter misinterpreting 0 valued endTimeTicks | Claus Vium | |
| 2019-01-20 | Remove MediaBrowser.Text since it violates licenses and is overall hacky | cvium | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | ReSharper Reformat: Properties to expression bodied form. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.MediaEncoding | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| 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. | |||
| 2019-01-06 | SubtitleEncoder: stop using tuples for clarity | Bond_009 | |
| * Replace Tuples with a ValueTuple or a struct | |||
| 2019-01-04 | Fix nullrefexception in SubtitleEncoder | Bond_009 | |
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Rebase | Bond_009 | |
| 2018-12-14 | Port MediaEncoding and Api.Playback from ↵ | Mathieu Velten | |
| 10e57ce8d21b4516733894075001819f3cd6db6b | |||
| 2017-08-09 | consolidate emby.server.core into emby.server.implementations | Luke Pulverenti | |
| 2017-06-18 | 3.2.20.5 | Luke Pulverenti | |
| 2017-05-26 | update GetItems method | Luke Pulverenti | |
| 2017-05-04 | improve smb support | Luke Pulverenti | |
| 2017-04-21 | switch to hwaccel auto | Luke Pulverenti | |
| 2017-04-18 | update encoding detection | Luke Pulverenti | |
| 2017-03-15 | update hls to support mpeg2video | Luke Pulverenti | |
| 2017-03-01 | omit input container when hw encoding | Luke Pulverenti | |
| 2017-02-16 | improve subtitle responses | Luke Pulverenti | |
| 2016-12-09 | update use of shellexecute | Luke Pulverenti | |
| 2016-11-19 | update components | Luke Pulverenti | |
| 2016-11-17 | add subtitle fix for tizen | Luke Pulverenti | |
| 2016-11-14 | update image & subtitle extraction | Luke Pulverenti | |
| 2016-11-08 | update portable projects | Luke Pulverenti | |
| 2016-11-03 | move classes to portable project | Luke Pulverenti | |
| 2016-11-01 | make media encoding project portable | Luke Pulverenti | |
| 2016-10-25 | make controller project portable | Luke Pulverenti | |
| 2016-10-23 | rework scheduled tasks in preparation of common project going portable | Luke Pulverenti | |
| 2016-10-06 | avoid buffering http responses | Luke Pulverenti | |
| 2016-09-03 | add loopback handler | Luke Pulverenti | |
| 2016-07-07 | update subtitle extraction | Luke Pulverenti | |
| 2016-06-30 | update startup tests | Luke Pulverenti | |
| 2016-05-27 | fix timestamps in hls subtitles | Luke Pulverenti | |
| 2016-04-02 | update subtitle encoding | Luke Pulverenti | |
| 2016-04-02 | update subtitles | Luke Pulverenti | |
| 2016-03-27 | Remove unused code... | Sven Van den brande | |
