aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
AgeCommit message (Collapse)Author
2021-03-21Merge pull request #5444 from Ullmie02/hdhr-fixClaus Vium
(cherry picked from commit 329edd9dbe867902e735282b9a4e09a2fb4b9bd7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-03-08Merge pull request #5402 from Ullmie02/fix-null-sizeJoshua M. Boniface
Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Specify threads to ffmpeg properlyFernando Fernández
2020-08-31Fix some warningsBond_009
2020-08-19Fix warningsBond_009
2020-06-15fix SA1005telans
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-04-11Fix style issuesMark Monteiro
2020-04-11Use a separate line for each property initializerMark Monteiro
2020-04-05replace 'try-finally' with 'using' where appropriateMark Monteiro
2020-04-03Merge remote-tracking branch 'upstream/master' into remove-common-processMark Monteiro
2020-04-01Address commentsBond_009
2020-03-27Make sure Process objects are all disposed correctlyMark Monteiro
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Merge pull request #1686 from Bond-009/warn7Anthony Lavado
More warning fixes
2019-08-29More warning fixesBond_009
2019-08-29Fix invalid arg forBond_009
2019-02-09Removed some unused fieldsBond_009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part Liv-PErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
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-07remove trailing whitespacehawken
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-07update recording conversionLuke Pulverenti
2017-09-17add yadif settingLuke Pulverenti
2017-08-11update download error handlingLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-05-15update recorderLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-05-03support omdb episodes by imdb; add more search dataLuke Pulverenti
2017-05-02update encoded recorderLuke Pulverenti
2017-04-21switch to hwaccel autoLuke Pulverenti
2017-03-26update recording mp4 argsLuke Pulverenti
2017-03-01omit input container when hw encodingLuke Pulverenti
2017-02-22update recording conversionLuke Pulverenti
2017-02-21update recording conversionLuke Pulverenti
2017-02-17add db startup error handlingLuke Pulverenti