Commit Graph

3251 Commits (83d7e0a2657f4fb955366d71ab93d17f5a769cd4)

Author SHA1 Message Date
Mark Monteiro 43c22a5822 Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionality
4 years ago
gion 5c8cbd4087 Fix code issues
4 years ago
gion 8a6ec2fb71 Rename Syncplay to SyncPlay
4 years ago
gion 6e22e9222b Fix code issues
4 years ago
Bond-009 62da4d0e5c
Merge pull request #2492 from Polpetta/fix-api-private-data-leak
4 years ago
Bond_009 3623aafcb6 Make SonarCloud happy
4 years ago
Bond_009 15634a1913 Merge branch 'master' into websocket
4 years ago
Vasily 8607b6a997
Merge pull request #2817 from ferferga/master
4 years ago
gion 083d3272d0 Refactor and other minor changes
4 years ago
gion aad5058d25 Implement KeepAlive for WebSockets
4 years ago
gion 84d92ba9ce Check that client is playing the right item
4 years ago
gion f273995f5b Refactor: rename user to session
4 years ago
gion 10c2c62f07 Implement syncplay backend
4 years ago
Mark Monteiro 679f97d5e9 Merge remote-tracking branch 'upstream/master' into simplify-https-config
4 years ago
Joshua M. Boniface 00d8983d7c
Merge pull request #2990 from mark-monteiro/create-missing-folders
4 years ago
Mark Monteiro 7615cdc963 Ensure metadata path is created on app startup, and also each time it is updated
4 years ago
Joshua M. Boniface f502c89331
Merge pull request #2798 from JustAMan/fix-livetv-again
4 years ago
Joshua M. Boniface cbeeeced75
Apply style change
4 years ago
Joshua M. Boniface 6ac723706c
Apply style change
4 years ago
Joshua M. Boniface 0157326354
Apply style change
4 years ago
Mark Monteiro 93649ad77b Merge remote-tracking branch 'upstream/master' into simplify-https-config
4 years ago
dkanada 97d7ffc458
Merge pull request #2861 from mark-monteiro/fix-auth-response-codes
4 years ago
Bond-009 d744d7d234 Merge branch 'master' into register-services-correctly
4 years ago
Bond-009 07326c1d9b
Merge branch 'master' into fix-auth-response-codes
4 years ago
Bond-009 c0b3c11b2e
Merge pull request #2846 from jellyfin/azure
4 years ago
Mark Monteiro c5f163293f Add <ProjectGuid> properties to all project files
4 years ago
Mark Monteiro f815059698 Merge remote-tracking branch 'upstream/master' into register-services-correctly
4 years ago
Anthony Lavado ed1dc5c922 Remove JsonIgnore from the DateLastSaved property of BaseItem
4 years ago
dkanada 3142c9b990
Merge pull request #2916 from Bond-009/minor2
4 years ago
Bond_009 a73e1f18b6 Minor improvements
4 years ago
ConfusedPolarBear 387a07c6dd Add persistent setting configuration and temporary activation
4 years ago
dkanada eda208e258
Merge pull request #2829 from Bond-009/warn19
4 years ago
Mark Monteiro ecf49caf0d Add back warning message when Skia encoder cannot be used
4 years ago
Mark Monteiro 00a0e013c6 Update documentation for URL methods in ApplicationHost
4 years ago
Mark Monteiro fee76097f4 Remove CanConnectWithHttps Property
4 years ago
ConfusedPolarBear 36f3e933a2 Add quick connect
4 years ago
Mark Monteiro daed41815f
Add missing punctuation in xml comment
4 years ago
Bond_009 fc049caba2 Merge branch 'master' into nullable3
4 years ago
Mark Monteiro 9728aa8b0a Merge branch 'master' into register-services-correctly
4 years ago
Mark Monteiro 98044e7793 Document AuthenticationException correctly
4 years ago
Mark Monteiro 6d35dd6b32 Clean up SecurityException
4 years ago
Joshua M. Boniface bf92694f8b
Merge pull request #2715 from nyanmisaka/libfdk-aac
4 years ago
Bond-009 84dba64644
Merge pull request #2821 from nyanmisaka/mpeg4
4 years ago
Nyanmisaka 62d9a48833
update as per suggestions
4 years ago
Nyanmisaka e6f65863e3
update as per suggestions
4 years ago
Mark Monteiro 1e1295bebf Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Bond_009 49fe5e0a21 Fix some warnings
5 years ago
Mark Monteiro 64a255f090 Fix misformed xml doc comment
5 years ago
Nyanmisaka 6485c1eabc
probe Main/High 10 more specifically
5 years ago
Nyanmisaka dd3f3089ef
minor changes
5 years ago
Nyanmisaka e0ee61d114
fix mpeg4 failed on vaapi
5 years ago
Vasily 06c5b73c15
Merge pull request #2755 from Bond-009/dbcleanup
5 years ago
Bond_009 c2b5fb78ce Address comments
5 years ago
ferferga 4e894b4b66 Remove unnecessary space in hardware decoders argument for ffmpeg
5 years ago
Vasily 5b59cd2eb2
Merge pull request #2696 from mark-monteiro/fix-extras
5 years ago
Vasily e85f9f5613 Make localhost LiveTV restreams always use plain HTTP port
5 years ago
Nyanmisaka 0ecac47098 drop the unnecessary colorspace conversion
5 years ago
Nyanmisaka a5249730d7 mpeg4 profile 15 is not supported by vaapi device
5 years ago
Mark Monteiro 5bc6c08a0a Merge remote-tracking branch 'upstream/master' into simplify-https-config
5 years ago
Mark Monteiro 410a322fe2 Add CanConnectWithHttps to interface
5 years ago
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model
5 years ago
Mark Monteiro f91f2ef328 Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Mark Monteiro efe3ebaab8 Eliminate circular dependency between LibraryManager and ImageProcessor
5 years ago
Mark Monteiro 7b31b0e322 Inject logger correctly into ActivityManager and ActivityRepository
5 years ago
Bond-009 0951dc632b
Update MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
5 years ago
Bond-009 d6224ddeda
Update InternalPeopleQuery.cs
5 years ago
Bond_009 8e7b15285e Clean up SqliteItemRepository
5 years ago
Bond_009 3161e85f76 Address comments
5 years ago
Mark Monteiro ca71ac72ab Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWithHttps
5 years ago
Mark Monteiro 5b1091db27 Merge remote-tracking branch 'upstream/master' into do-not-instantiate-services-at-startup
5 years ago
Bond-009 f31efce52d
Merge branch 'master' into usings
5 years ago
Vasily 07ea120ba9
Merge pull request #2601 from mark-monteiro/support-running-without-web-content
5 years ago
Mark Monteiro 1a4d9d4c53 Code review suggestions
5 years ago
Bond_009 3ab50f5a3f Address comments
5 years ago
Bond_009 787049f35f Merge branch 'master' into minor
5 years ago
Bond-009 ddd5d3aaec
Merge branch 'master' into usings
5 years ago
Nyanmisaka d9b78a1dc5
update as per suggestion
5 years ago
Mark Monteiro cc8294842a Add ExtraType.Unknown enum value and use it instead of null
5 years ago
Mark Monteiro 861bad1eda Apply suggestions from code review
5 years ago
Nyanmisaka ebb7590350
update as per suggestion
5 years ago
Vasily 9aefb41512
Merge pull request #2503 from nyanmisaka/vaapi
5 years ago
Nyanmisaka cf98a1fbc7
update as per suggestion
5 years ago
nyanmisaka 95c5c08610 minor improvements
5 years ago
nyanmisaka db23660660 prefer to use libfdk_aac for better audio quality
5 years ago
Nyanmisaka 0c6ac38454 fix graphical subtitle scaling for NVDEC
5 years ago
Nyanmisaka 111095c2b0 fix QSV HWA failed when burning text subtitles
5 years ago
nyanmisaka fac6831653 fix various bugs in VAAPI hardware acceleration
5 years ago
Bond-009 5acd0521a2
Merge pull request #2639 from alset333/master
5 years ago
Mark Monteiro e266ad51c5 Simplify logic; remove unnecessary methods
5 years ago
Mark Monteiro ea306e8f6d Do not assign an invalid value of zero to ExtraType
5 years ago
Mark Monteiro 5fcbedc194 Display extras with an unknown type
5 years ago
Luke Foust 0fb78cf54b Add documentation around Name, Id, and Type. Changed ExternalIdType to ExternalIdMediaType
5 years ago
Luke Foust ae4e727b24 Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-type
5 years ago
Mark Monteiro aa9737afb3 Update .NET Core to 3.1.3
5 years ago
Bond_009 e9d1eabd53 Remove unused usings
5 years ago
dkanada 86f614b26b
Merge pull request #2638 from mark-monteiro/update-asp
5 years ago
Luke Foust 9bdb99fe92 Add type to externalids to distinguish them in the UI
5 years ago
Mark Monteiro 6897a19051 Add missing null check when retrieving extras
5 years ago
Mark Monteiro debab44870 Update all packages to .NET Core 3.1.2
5 years ago
Mark Monteiro dc140429fe Do not create unnecessary instances of IService at server startup
5 years ago
Mark Monteiro aa546dd36a Rename command line option to --nowebclient and config setting to HostWebClient
5 years ago
Peter Maar adbf375efe
Merge pull request #1 from jellyfin/master
5 years ago
dkanada a96c0a72b8
Merge pull request #2549 from dkanada/refactor
5 years ago
Mark Monteiro ef7497e837 Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
dkanada 7aec11d621
Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists
5 years ago
Mark Monteiro e2685c51ec Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro a67e32f8ec Clean up and document BrowserLauncher correctly
5 years ago
Mark Monteiro 4102e3afd0 Rename IsNoWebContent to NoWebContent
5 years ago
Mark Monteiro 9a7875b6f9 Do not check for duplicates if they are allowed in playlist configuration
5 years ago
Mark Monteiro 79413d9f33 Add a configuration flag to allow/disallow duplicates in playlists
5 years ago
Mark Monteiro 99bf6edba2 Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro d437950ac3 Parse config value correctly
5 years ago
Mark Monteiro 29bad073eb Use config setting to decide if web content should be hosted
5 years ago
Bond-009 94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
Bond-009 008a76cf4d
Merge pull request #2502 from JustAMan/baseitem-equals
5 years ago
Bond-009 a7e1a5c96a
Merge pull request #2506 from mark-monteiro/inject-loggers-with-context
5 years ago
dkanada 4f195f289c remove useless interface
5 years ago
dkanada 52fde64f10 remove unused files and fix some future warnings
5 years ago
Vasily f4ccee5801 Add inheritdoc comment and squash simple method bodies
5 years ago
Vasily 456f571343 Follow code review suggestions
5 years ago
Bond_009 be1d4b32c6 Add speed for alpha numeric sorting
5 years ago
Vasily 007c5b9f67 Implement BaseItem.GetHashCode override
5 years ago
Mark Monteiro b67e9cde8c Replace ILogger with ILogger<T> wherever possible
5 years ago
dkanada c07e1e4f84
Merge pull request #2476 from JustAMan/playto-sort
5 years ago
Vasily f21cd30039 Lower log level for BaseItem.Equals to debug
5 years ago
Bond-009 1c21248e2e
Merge pull request #2474 from JustAMan/simplify-sorting
5 years ago
Vasily 13d30a0a79
Merge pull request #2436 from dkanada/music
5 years ago
Vasily ba8d8cede9 Replace foreach with for - MOAR SPEED
5 years ago
Vasily 9a9f2aa293
Apply suggestions from code review
5 years ago
Vasily 376bbb40bd Apply code review suggestion
5 years ago
Vasily 11abe31e0d Speed up equality comparison of BaseItem
5 years ago
Davide Polonio 5d760b7ee8 Fix emby/user/public API leaking private data
5 years ago
Mark Monteiro 3f4b9e9a81 Add new 'nowebcontent' configuration flag
5 years ago
Vasily 7f38af3701 Remove custom queue class as it is not needed
5 years ago
Vasily f81cd037f0 Small speed improvement - no need to convert an array to a list to just iterate over it
5 years ago
Vasily ae1f975b99 Implement fast sorting
5 years ago
Vasily 0f0b89f344 Trying to be more safe
5 years ago
Vasily e125db4fe3 Bring back sorting when needed to fix PlayTo
5 years ago
Vasily d1670f8180
Apply suggestions from code review
5 years ago
Vasily 8e20d2e931 Simplify AlphanumericComparer, reduce code duplication
5 years ago
Mark Monteiro 1b5999a1bc Open the Swagger API page on server start if not hosting the static web content
5 years ago
Peter Maar 818695a01e Improve controls for deinterlace method; matches with jellyfin-web changes
5 years ago
dkanada de40f22a46
Merge pull request #2384 from Bond-009/warn16
5 years ago
Bond_009 07cc4be6a7 Fix some warnings
5 years ago
Bond_009 a07ee65365 Minor improvements
5 years ago
dkanada 6715450598
Merge pull request #2427 from Bond-009/minor
5 years ago
Peter Maar 7716deddf0 Add encoding option bobandweave, change back the EncodingHelper logic
5 years ago
dkanada 65a9d618cc add config options for musicbrainz
5 years ago
dkanada 557b165f01
Merge pull request #2434 from Bond-009/photo
5 years ago
dkanada 61015c1d0f
Merge pull request #2321 from Bond-009/images
5 years ago
Bond-009 b02a3a29f5 Fix photo serialization
5 years ago
Bond_009 adc9fc282c Minor improvements
5 years ago
Bond_009 184ad29f3f Address comments
5 years ago
dkanada 8ee917143f
Merge pull request #2358 from Bond-009/tests
5 years ago
Bond-009 64800de29d
Merge pull request #2394 from mark-monteiro/xml-documentation
5 years ago
Bond-009 a2490a7ae5
Merge branch 'master' into images
5 years ago
Mark Monteiro 33761c3658 Use "implement" instead of "apply" when referring to an interface
5 years ago
Anthony Lavado 00073c162a
Merge pull request #2363 from dkanada/view
5 years ago
Mark Monteiro a381eb884c add-some-xml-documentation
5 years ago
Peter Maar 8531ed646d Temporary fix/change forcing yadif to "send_field"
5 years ago
Bond-009 6a6472bb8a
Update MediaBrowser.Controller/Entities/PersonInfo.cs
5 years ago
Bond-009 c9e11c95ee
Apply suggestions from code review
5 years ago
Bond_009 32dcd372f4 Fix some warnings in MediaBrowser.Controller
5 years ago
dkanada f93edb7ade add code suggestions
5 years ago
dkanada b7a9900556
Merge pull request #2357 from Bond-009/warn13
5 years ago
dkanada c1ecd886d9
Merge pull request #2368 from nyanmisaka/master
5 years ago
Nyanmisaka c149fcb3ee
Update MediaBrowser.Controller/MediaEncoding/JobLogger.cs
5 years ago
Nyanmisaka 2c3b1bb8cb
Update JobLogger.cs
5 years ago
Nyanmisaka 7472ae5ca9
fix fps info issue when the video is h264.
5 years ago
Nyanmisaka 8eced835c0
Update JobLogger.cs
5 years ago
dkanada 1bc8ca2542 add session view endpoint
5 years ago
dkanada 6341d986a9 fix a few warnings
5 years ago
dkanada afe9ed977b improve scan progress and fix a few bugs
5 years ago
Bond_009 71abf1d3ce Enable TreatWarningsAsErrors and Nullable for test projects
5 years ago
Bond_009 87d2479b78 Fix warnings
5 years ago
Bond_009 2186df8ac4 Update deps
5 years ago
dkanada 1ed92b05fb
Merge pull request #2332 from pR0Ps/bugfix/dlna
5 years ago
ThreeFive-O 4f3bfd9146 Add Transcoding framerate info
5 years ago
Carey Metcalfe d3de91dab6 Fix another issue with DLNA responses not properly paginating
5 years ago
Bond-009 c8409d2ea1 Remove FileSystem.GetStream
5 years ago
Bond_009 ddf9b38799 Simplify image processing by removing image enhancers
5 years ago
dkanada d4de78693f
Merge pull request #2184 from WiiPlayer2/bug/global-header-flag-support
5 years ago
Waldemar Tomme ef487441d1 Remove configuration of global_header flag
5 years ago
dkanada 4aa0b940e3
Merge pull request #2251 from nyanmisaka/master
5 years ago
Nyanmisaka 8868ff2ffa
remove useless comment
5 years ago
Bond-009 8865b3ea3d Remove dead code and improve logging
5 years ago
Bond-009 4d311870d2 Fix websocket handling
5 years ago
Bond_009 5ca68f9623 Fix nullref exception and added logging
5 years ago
Bond_009 976459d3e8 Rewrite WebSocket handling code
5 years ago
dkanada d217f1614e
Merge pull request #2096 from Bond-009/embytv
5 years ago
Nyanmisaka 08c4d3797f
add support for AMF hardware encoding on Linux.
5 years ago
Bond_009 bb236b9591 Merge branch 'master' into warn12
5 years ago
Bond_009 e714b9930e Merge branch 'master' into embytv
5 years ago
dkanada 423d50e978
Merge pull request #1838 from Unhelpful/media-attachments
5 years ago
Bond_009 8a0ef41036 Minor improvements
5 years ago
Bond_009 a253fa616d Fix build and address comments
5 years ago
dkanada aca31457c0 merge branch master into media-attachments
5 years ago
dkanada e5c68834a3
Merge pull request #2221 from Bond-009/baseurlfix
5 years ago
Bond_009 5994328903 Fix baseurl (again)
5 years ago
Bond_009 ab57b504fe Delete user config dir on user deletion
5 years ago
Waldemar Tomme 57aec873d0 Add check if output container supports "global_header" flag
5 years ago
Bond_009 7f5a174dff Merge branch 'master' into warn12
5 years ago
dkanada bc7cbfb21a
Merge pull request #1941 from Bond-009/mediaencoding
5 years ago
Bond-009 91562a4392
Merge pull request #2155 from mark-monteiro/2149-jellyfin-drawing-skia-warnings
5 years ago
dkanada 61b9845e0f
Merge pull request #2099 from cryptobank/master
5 years ago
cryptobank d063300af4
Add space
5 years ago
cryptobank bafcadbe58 Use case insensitive contains (4)
5 years ago
cryptobank d0febd6c37 Use case insensitive contains (3)
5 years ago
cryptobank 802a66a9e6 Use case insensitive contains (2)
5 years ago
cryptobank 867b61025d Use case insensitive contains (1)
5 years ago
Mark Monteiro 88928118eb Add missing documentation in Jellyfun.Drawing.Skia
5 years ago
Bond-009 6464bca791 Use extension methods
5 years ago
Bond-009 2c0259f920 Replace '_' with ':' in config keys
5 years ago
Bond_009 2ef4ffd698 More warnings (removed)
5 years ago
Bond_009 0bf8bfbb0c Merge branch 'master' into mediaencoding
5 years ago
dkanada dee3076eaf
Merge pull request #1923 from Bond-009/random
5 years ago
Petr Janda 1cec41baf8 Merge remote-tracking branch 'upstream/master'
5 years ago
cryptobank 408cf017a4
Remove newline
5 years ago
cryptobank 68edb9734d
Add space between if statement and boolean expression
5 years ago
Bond-009 a2c35e6dba Merge remote-tracking branch 'upstream/master' into random
5 years ago
Petr Janda 3f43aef997 Add back code removed during testing/debugging
5 years ago
Petr Janda 535390bb64 QSV can hardware deinterlace too now
5 years ago
Petr Janda a9766992b7 Do not force original aspect ratio to decrease, it causes bitmap subtitles to be off-centre
5 years ago
Petr Janda 9ee0804407 Move scaling filters and definitions before deinterlacing
5 years ago
Petr Janda 7d2bfabb32 Force original aspect ratio can be used for QSV subtitle scaling
5 years ago
Petr Janda 8368815788 Remove trailing spaces
5 years ago
Bond-009 5f6bca8aeb Merge remote-tracking branch 'upstream/master' into baseurl
5 years ago
Vasily e05c02263a
Merge pull request #2097 from Bond-009/unused2
5 years ago
Petr Janda 70530e1f14 Fix formatting (2)
5 years ago
Petr Janda 3d8f3da5d6 Add comments
5 years ago
Petr Janda 78a161138f Fix formatting stuffed up by previous commit
5 years ago
Petr Janda 89605d4fb1 Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to take advantage of scale_qsv and overlay_qsv
5 years ago
Bond_009 f7d71a2bc7 Remove unused fields and properties
5 years ago
Bond_009 5cab79c839 Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
5 years ago
Vasily 32519a5471
Merge pull request #2058 from ferferga/master
5 years ago
Vasily 5263aaa026
Merge pull request #1503 from cvium/webapi_v2
5 years ago
ferferga 94ef239de0 Add full Raspberry Pi hardware decoding support
5 years ago
Bond-009 c6d48f51f6 Fix naming const
5 years ago
Bond_009 cc5acf37f7 Make probesize and analyzeduration configurable and simplify circular
5 years ago
Bond_009 3221e837f9 * Add support for multi segment base urls
5 years ago
Joshua M. Boniface 48120d01dc
Merge pull request #1991 from Bond-009/transtemp
5 years ago
Claus Vium 27e3cf1558 Move appbuilder and service collection to Jellyfin.Server
5 years ago
Claus Vium 3f651de24c Add authentication and remove versioning
5 years ago
dkanada 51cdc6ea16
Merge pull request #1926 from Bond-009/auth
5 years ago
Bond-009 d4b438791f Don't append transcodes to transcoding temp path
5 years ago
dkanada f3ca37e523 minor changes to transcode cleanup scheduled task
5 years ago
dkanada f51f59d675
Merge pull request #1965 from Bond-009/dbjson
5 years ago
Andrew Mahone 743685110c
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
5 years ago
Andrew Mahone 0fd7886a12
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
5 years ago
Andrew Mahone 1600d5b53f Merge remote-tracking branch 'origin/master' into media-attachments-clean
5 years ago
Joshua M. Boniface a460814182
Merge pull request #1904 from JustAMan/hls-move-2
5 years ago
Bond_009 a245f5a0d4 Rewrite hex encoder/decoder
5 years ago
Bond_009 846857b60e Deserialize with the correct type (and warning fixes)
5 years ago
Bond_009 d9a03c9bb1 Fix more warnings
5 years ago
Bond-009 2b1e766c17
Update MediaBrowser.Controller/Library/IUserManager.cs
5 years ago
Andrew Mahone 12f752d8b1 FFMPEG extractor for attachments.
5 years ago
Andrew Mahone f22ca6dd9e Retrieve media attachments in BaseItem.
5 years ago
Andrew Mahone 1513c76a3e Support MediaAttachment retrieval in MediaSourceManager.
5 years ago
Andrew Mahone 03ecf57548 Store MediaAttachments in DB.
5 years ago
Vasily 3743137c31 Address Bond-009 review comments
5 years ago
Joshua M. Boniface 91600b1c81
Merge pull request #1898 from Bond-009/jsonfix
5 years ago
Bond_009 fef35d0505 Add clearer exceptions, warnings and docs
5 years ago
Bond-009 fdb0c3a1df
Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlay
5 years ago
Bond_009 bbc0875387 Don't shuffle some types by default
5 years ago
KerryJ ef3df7baaf Fix System.NullReferenceException when playing Dvds copied to HDD
5 years ago
Bond_009 5edb8159a7 Fix Json serialization error
5 years ago
Vasily 1bd12083c3 Respect non-inversed setting of "enable break on non-keyframes"
5 years ago
dkanada 8d7ac291bc
Merge pull request #1855 from Bond-009/stylefixes
5 years ago
Joshua M. Boniface dcc8c7b92a
Merge pull request #1808 from joshuaboniface/fix-amf-win
5 years ago
Joshua Boniface 7fd75bf071 Change Win32 AMF flag to d3d11va for Windows 8+
5 years ago
Joshua M. Boniface d64005df40
Merge pull request #1812 from dkanada/settings
5 years ago
dkanada 7a88e7fa34 avoid editing preferences without user interaction
5 years ago
Anthony Lavado bae5e3795e
Fix SetImage to avoid out of range exception (#1798)
5 years ago
Bond_009 c5995af493 Some style fixes
5 years ago
Bond_009 c9820d30ed Fix multiple mistakes and warnings
5 years ago
Bond_009 675754bc5c Possible fix for MrMC
5 years ago
Bond-009 ee637e8fec Fix warnings, improve performance (#1665)
5 years ago
Anthony Lavado cb393c215a
Merge pull request #1686 from Bond-009/warn7
5 years ago
Bond_009 1616f24cee Fix more warnings
5 years ago
Samantha Collard 627bde4b72 Fix VAAPI 8-bit HW to SW transcoding for some media
5 years ago
Samantha Collard a321ca5b39 Enable VAAPI decoding without hardware encoding
5 years ago
Bond_009 e4f893a0eb More warning fixes
5 years ago
Andrew Rabert 24775f4988
Merge pull request #1651 from sl1288/master
5 years ago
Joshua M. Boniface d95c04787c
Merge branch 'master' into h265
5 years ago
SL1288 fdc24ec2ee Fix LocalTrailers playback.
5 years ago
Bond_009 8d3b5c851d Improvements to UserManager
5 years ago
Bond_009 838e5d05d5 Document all public/internal members of Emby.Drawing
5 years ago
Joshua M. Boniface a96fa7a5c7
Merge pull request #1397 from Bond-009/passfast
5 years ago
dkanada 5c366e4697
Merge pull request #1612 from Bond-009/warn4
5 years ago
dkanada b5f3f28f41
Merge pull request #1578 from Bond-009/httpresponse
5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids
5 years ago
Bond_009 2a58c643d2 Fix more warnings
5 years ago
Bond_009 9fff4b060e Replace custom code with Asp.Net Core code
5 years ago
dkanada bf083c1429
Merge pull request #1579 from Bond-009/ass
5 years ago
dkanada e4644599af
Merge pull request #1513 from Bond-009/style2
5 years ago
Bond_009 e6ef6088ff Fix #1388 and #1472
5 years ago
Bond_009 ddd1a282ea Remove IpAddressInfo and IpEndPointInfo classes
5 years ago
Bond_009 ab7ef9c9cb Fix style issues
5 years ago
Bond_009 0f897589ed Streamline authentication proccess
5 years ago
Andrew Rabert fc439cc02a
Merge pull request #1448 from joshuaboniface/nice-userconfig-paths
5 years ago
dkanada 1b2621cd30
Merge pull request #1454 from Bond-009/webresource
5 years ago
dkanada dbc2cda9d4
Merge pull request #1369 from teacupx/master
5 years ago
dkanada 65fa61a636 add comment explaining GetMinBitrate
5 years ago
Anthony Lavado b25c08e79a
Merge pull request #1156 from Bond-009/sep
5 years ago
Joshua M. Boniface 687255aa31
Merge pull request #1442 from jellyfin/release-10.3.z
5 years ago
Bond_009 253e72f667 Simplify file serving code
5 years ago
Joshua M. Boniface d1d0ddf62f Use the username for the user config path
5 years ago
Anthony Lavado 256f44a870
Merge pull request #994 from Bond-009/tasks
5 years ago
Anthony Lavado f631b2ecdc
Merge pull request #1159 from Bond-009/streamjob
5 years ago
Frank 3ba709fcc3 Fix #1432. Add support for encoding with libx265 and hevc_nvenc.
5 years ago
Bond-009 ce1fa42f9d
Merge branch 'master' into tasks
5 years ago
DrPandemic 69ee49bee6 Format correctly the PIN when updating it
5 years ago
Bond-009 2d011b781e
Merge pull request #1383 from jellyfin/release-10.3.z
5 years ago
Claus Vium 0ef52c739e
Review changes
5 years ago
JMCC 012e4a3e63 Fix transcode bitrate control
5 years ago
Claus Vium b8a09339cd Enforce extras folder structure according to Emby's wiki
5 years ago
Claus Vium c1daea0ec7 Change owner and parent id of extras to the main media item
5 years ago
Bond-009 2f33e99006 Speed up DeepCopy
6 years ago
Joshua M. Boniface 72dd609109
Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordReset
6 years ago
Bond_009 b647959ec4 Add EnableOutputInSubFolder back
6 years ago
Bond_009 93e535d3a1 Trying to make sense of the streaming code
6 years ago
Bond-009 7343e07fe5 Fix build error
6 years ago
Bond_009 2696ac5eac Lower the amount of running tasks
6 years ago
Bond-009 6566c91360 Seperate changes from #1023
6 years ago
Phallacy 09921a00aa made password resets an interface and per user
6 years ago
Bond_009 d5f080fefb Check before flushing ffmpeg log
6 years ago
Erwin de Haan 21cc38fcf4 Adjusted AssemblyCopyright attribute values.
6 years ago
Erwin de Haan ee7bf86e0f Adjusted the Product Name so the User Agent is correct/better.
6 years ago
Bond-009 80fb3dc2cb
Fix error
6 years ago
Vasily fcee64df09
Merge pull request #1069 from Bond-009/fix
6 years ago
Bond-009 4625592a83 Quick nullref fix
6 years ago
Claus Vium e3b844b5aa Add urlprefixes during init
6 years ago
Vasily 028a98d2c1
Merge pull request #1058 from Bond-009/clean
6 years ago
Bond_009 37ea50a572 Reduce the amount of exceptions thrown
6 years ago
Bond-009 c5fce647de Cleanup/simplification
6 years ago
Claus Vium 0abe57e930 Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
6 years ago
Claus Vium 8c609bc9ce Reduce aspnet imports
6 years ago
Vasily a4b52b7264
Merge pull request #844 from ploughpuff/ffmpeg
6 years ago
Vasily 2242c8d793
Merge pull request #915 from cvium/remove_encryptionmanager
6 years ago
PloughPuff 2617a49b78 Renamed Init() to SetFFmpegPath()
6 years ago
PloughPuff ed69e690b8 Review comments
6 years ago
Claus Vium df92df7bd6 Remove BOM
6 years ago
Claus Vium 17ca23d73b Don't dispose the connection
6 years ago
Claus Vium 557c4d065d Review comments
6 years ago
Claus Vium fb1de5a921 Remove more cruft and add the beginnings of a socket middleware
6 years ago
Claus Vium 71ed840944 Simplify websocket listeners
6 years ago
Claus Vium e47d121985 Fix websockets
6 years ago
Vasily 8c2af50170
Merge pull request #1011 from Bond-009/order
6 years ago
Claus Vium 27e7e792b3 Replace some usage of QueryParamCollection
6 years ago
Joshua M. Boniface 9651a78b0c
Merge pull request #977 from Lynxy/genpts
6 years ago