aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder
AgeCommit message (Collapse)Author
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
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-08Remove useless properties from IEnvironmentInfoBond_009
2019-01-07remove trailing whitespacehawken
2019-01-05Reduce log spam from ffmpeg infoBond_009
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
2019-01-02Remove extra capture group from regexBond_009
https://regex101.com/r/bn9IOy/11/
2019-01-02Use regex to check if ffmpeg output contains codecBond_009
Demo of the regex: https://regex101.com/r/bn9IOy/10/
2019-01-02Use ValueTuple and LinqBond_009
2019-01-02Reduce log spam and clean up EncoderValidatorBond_009
2019-01-02Remove some warningsBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30RebaseBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-01fixes #2121 - background roku thumbnail generation (or maybe... any ↵Luke Pulverenti
scheduled task?) should be "niced"
2017-07-27move auto-organize to pluginLuke Pulverenti
2017-07-13update lg dlna profileLuke Pulverenti
2017-06-26support max audio bit depthLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-13update home sectionsLuke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-10enable h264_cuvid decoderLuke Pulverenti
2017-06-04move methods to base classLuke Pulverenti
2017-05-29add IsInterlaced paramLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-13add sample rate conditionLuke Pulverenti
2017-05-08fix movie db find by external idLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-05-04removed dead codeLuke Pulverenti
2017-04-27unify audio conversionLuke Pulverenti
2017-04-27update folder queriesLuke Pulverenti
2017-04-21switch to hwaccel autoLuke Pulverenti
2017-04-17update automated checkinsLuke Pulverenti
2017-04-15update audio sync paramsLuke Pulverenti
2017-04-12update omdb info parsingLuke Pulverenti
2017-04-09update vsyncLuke Pulverenti
2017-04-04update live stream managementLuke Pulverenti
2017-03-26determine interlaced from ffprobe dataLuke Pulverenti
2017-03-24update hls paramsLuke Pulverenti
2017-03-19unify encodng param creationLuke Pulverenti
2017-03-19increase unification of param buildingLuke Pulverenti
2017-03-16update hdhomerun model info cachingLuke Pulverenti
2017-03-05reduce AnalyzeDurationMs for live tvLuke Pulverenti
2017-03-04 Add hevc hw-decoders and encodrs to var required.gerrit507
These hardware decoders should be added for letting emby recognize this hw-decoders and encoders. This in addition to #2506 and on the dev branch as wished.
2017-02-18fix mapping multiple tuner channels to same epg channelLuke Pulverenti