aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
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
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-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2019-01-02Remove some warningsBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30RebaseBond_009
2018-12-29MediaBrowser.MediaEncoding use same layout/style as other csprojsBond_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-04update container valueLuke 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-22fixes #2588 - OpenSubtitlesDownloader doesn't respect ↵Luke Pulverenti
X-Ratelimit-Requests-Remaining
2017-06-183.2.20.5Luke Pulverenti
2017-06-13update home sectionsLuke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-10enable h264_cuvid decoderLuke Pulverenti
2017-06-04update project filesLuke Pulverenti
2017-06-04move methods to base classLuke Pulverenti
2017-05-29add IsInterlaced paramLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-16clean up build configsLuke Pulverenti
2017-05-13add sample rate conditionLuke Pulverenti
2017-05-10dummy up audio bitrates when neededLuke 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