aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
2019-02-24Set EnableRaisingEvents to true for processes that require itClaus Vium
2019-02-02Remove dead codeBond_009
2019-02-02Properly dispose TasksBond_009
2019-02-02Minor changes to encoding codeBond_009
* Don't wait in intervals of 100ms for the file to exist
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-29Apply suggestions from code review for flipped conditions.Vasily
Co-Authored-By: EraYaN <EraYaN@users.noreply.github.com>
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-22Set EnableRaisingEvents correctly for SubtitleEncoderTthecreator
2019-01-20Merge pull request #623 from wtayl0r/inject-logger-factoriesAndrew Rabert
Replaced injections of ILogger with ILoggerFactory
2019-01-20Merge pull request #613 from MatMaul/mediaencoding-devAndrew Rabert
Update MediaEncoding
2019-01-20Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncodingMathieu Velten
Remove some duplicate code that were causing warnings
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam 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-20Change CanExtractSubtitles to true to allow conversion during direct streamingClaus Vium
2019-01-20Merge pull request #629 from cvium/fix_subtitleencoderAndrew Rabert
Fix subtitle converter misinterpreting 0 valued endTimeTicks
2019-01-20Remove unneeded variableClaus Vium
2019-01-20Remove CodePages from csprojClaus Vium
2019-01-20Fix subtitle converter misinterpreting 0 valued endTimeTicksClaus Vium
2019-01-20Add package ref for codepagescvium
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal all toher files, except test files.Erwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.MediaEncodingErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #540 from joshuaboniface/api-keysAndrew Rabert
Update Emby API keys to our own
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
2019-01-10Mayor code cleanupErwin 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-10Update OpenSubtitles User Agent to our ownAnthony Lavado
2019-01-08Remove useless properties from IEnvironmentInfoBond_009
2019-01-07remove trailing whitespacehawken
2019-01-06Merge pull request #456 from Bond-009/subencoderAndrew Rabert
SubtitleEncoder: stop using tuples for clarity
2019-01-06Merge pull request #435 from Bond-009/ffmpeglogsAnthony Lavado
Reduce log spam from ffmpeg info
2019-01-06SubtitleEncoder: stop using tuples for clarityBond_009
* Replace Tuples with a ValueTuple or a struct
2019-01-05Reduce log spam from ffmpeg infoBond_009
2019-01-04Fix nullrefexception in SubtitleEncoderBond_009
2019-01-02Merge branch 'dev' into project-updatesAnthony Lavado
2019-01-02Remove unused FontConfigLoaderBond_009
2019-01-02Use static regexBond_009
2019-01-02Change regex to multilineBond_009
ex: https://regex101.com/r/bn9IOy/12