aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
AgeCommit message (Collapse)Author
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-04-17Use CultureInfo.InvariantCultureBond-009
2019-03-27Self-documenting codeBond_009
2019-03-27Add EnableOutputInSubFolder backBond_009
2019-03-26More style changesBond_009
2019-03-26Trying to make sense of the streaming codeBond_009
Mostly small changes as I was looking through the code. * async void -> async Task * Properly implemented dispose methods * Pass the logstream directly to the JobLogger * Style fixes
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-12Reduce scope of changesWilliam Lees
2019-02-12add httpClient to appropriate constructorsWilliam Lees
2019-02-05Remove custom ThreadingClaus Vium
2019-02-03Cleanup streaming servicesBond-009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`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-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-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2019-01-12Reformatted the files with notes.Erwin 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
2019-01-06Merge pull request #307 from drmrbg/fix-chromecastVasily
Fix transcoding of AAC from 5.1 to stereo to support Chromecast
2019-01-03Change null check on UserId to a Guid.Empty checkClaus Vium
2018-12-30Fix exception loggingBond_009
2018-12-30RebaseBond_009
2018-12-28Attempt to fix Chromecast supportdrmrbg
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-04update container valueLuke Pulverenti
2017-08-01fixes #2121 - background roku thumbnail generation (or maybe... any ↵Luke Pulverenti
scheduled task?) should be "niced"
2017-07-22pass around encoding optionsLuke Pulverenti
2017-06-26support max audio bit depthLuke Pulverenti
2017-06-24capture more transcoding infoLuke Pulverenti
2017-06-04move methods to base classLuke Pulverenti
2017-05-29add IsInterlaced paramLuke Pulverenti
2017-05-13add sample rate conditionLuke Pulverenti
2017-05-09update file responsesLuke Pulverenti
2017-05-05update file responsesLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-05-04removed dead codeLuke Pulverenti
2017-04-28add error handlingLuke Pulverenti
2017-04-27unify audio conversionLuke Pulverenti
2017-04-17update automated checkinsLuke Pulverenti
2017-03-24update hls paramsLuke Pulverenti
2017-03-15update hls to support mpeg2videoLuke Pulverenti
2017-02-18fix mapping multiple tuner channels to same epg channelLuke Pulverenti
2017-02-17add db startup error handlingLuke Pulverenti