Commit Graph

2993 Commits (3c18745f5392d45c1f008f15438e91831fb39294)

Author SHA1 Message Date
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