| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-24 | Set EnableRaisingEvents to true for processes that require it | Claus Vium | |
| 2019-02-02 | Remove dead code | Bond_009 | |
| 2019-02-02 | Properly dispose Tasks | Bond_009 | |
| 2019-02-02 | Minor changes to encoding code | Bond_009 | |
| * Don't wait in intervals of 100ms for the file to exist | |||
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-29 | Apply suggestions from code review for flipped conditions. | Vasily | |
| Co-Authored-By: EraYaN <EraYaN@users.noreply.github.com> | |||
| 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-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-22 | Set EnableRaisingEvents correctly for SubtitleEncoder | Tthecreator | |
| 2019-01-20 | Merge pull request #623 from wtayl0r/inject-logger-factories | Andrew Rabert | |
| Replaced injections of ILogger with ILoggerFactory | |||
| 2019-01-20 | Merge pull request #613 from MatMaul/mediaencoding-dev | Andrew Rabert | |
| Update MediaEncoding | |||
| 2019-01-20 | Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncoding | Mathieu Velten | |
| Remove some duplicate code that were causing warnings | |||
| 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 | Change CanExtractSubtitles to true to allow conversion during direct streaming | Claus Vium | |
| 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 | Remove CodePages from csproj | Claus Vium | |
| 2019-01-20 | Fix subtitle converter misinterpreting 0 valued endTimeTicks | Claus Vium | |
| 2019-01-20 | Add package ref for codepages | cvium | |
| 2019-01-20 | Remove MediaBrowser.Text since it violates licenses and is overall hacky | cvium | |
| 2019-01-19 | Fixed csproj and xml identation. | Erwin de Haan | |
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 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 all toher files, except test files. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Non-CS files. | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.MediaEncoding | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Merge pull request #540 from joshuaboniface/api-keys | Andrew Rabert | |
| Update Emby API keys to our own | |||
| 2019-01-10 | Merge pull request #506 from hawken93/linting | Joshua M. Boniface | |
| Removing tabs and trailing whitespace | |||
| 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-10 | Update OpenSubtitles User Agent to our own | Anthony Lavado | |
| 2019-01-08 | Remove useless properties from IEnvironmentInfo | Bond_009 | |
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2019-01-06 | Merge pull request #456 from Bond-009/subencoder | Andrew Rabert | |
| SubtitleEncoder: stop using tuples for clarity | |||
| 2019-01-06 | Merge pull request #435 from Bond-009/ffmpeglogs | Anthony Lavado | |
| Reduce log spam from ffmpeg info | |||
| 2019-01-06 | SubtitleEncoder: stop using tuples for clarity | Bond_009 | |
| * Replace Tuples with a ValueTuple or a struct | |||
| 2019-01-05 | Reduce log spam from ffmpeg info | Bond_009 | |
| 2019-01-04 | Fix nullrefexception in SubtitleEncoder | Bond_009 | |
| 2019-01-02 | Merge branch 'dev' into project-updates | Anthony Lavado | |
| 2019-01-02 | Remove unused FontConfigLoader | Bond_009 | |
| 2019-01-02 | Use static regex | Bond_009 | |
| 2019-01-02 | Change regex to multiline | Bond_009 | |
| ex: https://regex101.com/r/bn9IOy/12 | |||
