| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-31 | minor improvements | nyanmisaka | |
| 2020-03-30 | prefer to use libfdk_aac for better audio quality | nyanmisaka | |
| 2020-03-30 | fix graphical subtitle scaling for NVDEC | Nyanmisaka | |
| 2020-03-30 | fix QSV HWA failed when burning text subtitles | Nyanmisaka | |
| ffmpeg 4.3+ is required for better transcoding speed(more than twice increase). Using qsv on Linux also requires a fix in ffmpeg 4.3+. See https://github.com/FFmpeg/FFmpeg/commit/74007dd86a87289a075926704fae5bd8ef313bb5 | |||
| 2020-03-30 | fix various bugs in VAAPI hardware acceleration | nyanmisaka | |
| 2020-03-29 | Merge pull request #2639 from alset333/master | Bond-009 | |
| Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value | |||
| 2020-03-28 | Simplify logic; remove unnecessary methods | Mark Monteiro | |
| 2020-03-28 | Do not assign an invalid value of zero to ExtraType | Mark Monteiro | |
| 2020-03-28 | Display extras with an unknown type | Mark Monteiro | |
| 2020-03-26 | Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵ | Luke Foust | |
| ExternalIdMediaType | |||
| 2020-03-26 | Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-type | Luke Foust | |
| 2020-03-25 | Update .NET Core to 3.1.3 | Mark Monteiro | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-23 | Merge pull request #2638 from mark-monteiro/update-asp | dkanada | |
| Update .NET Core to 3.1.2 | |||
| 2020-03-22 | Add type to externalids to distinguish them in the UI | Luke Foust | |
| 2020-03-22 | Add missing null check when retrieving extras | Mark Monteiro | |
| 2020-03-22 | Update all packages to .NET Core 3.1.2 | Mark Monteiro | |
| 2020-03-21 | Do not create unnecessary instances of IService at server startup | Mark Monteiro | |
| 2020-03-21 | Rename command line option to --nowebclient and config setting to HostWebClient | Mark Monteiro | |
| 2020-03-19 | Merge pull request #1 from jellyfin/master | Peter Maar | |
| Pull latest to my fork | |||
| 2020-03-18 | Merge pull request #2549 from dkanada/refactor | dkanada | |
| Refactor some provider classes | |||
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-16 | Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists | dkanada | |
| Check for duplicates when adding items to a playlist | |||
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-15 | Clean up and document BrowserLauncher correctly | Mark Monteiro | |
| 2020-03-15 | Rename IsNoWebContent to NoWebContent | Mark Monteiro | |
| 2020-03-13 | Do not check for duplicates if they are allowed in playlist configuration | Mark Monteiro | |
| 2020-03-13 | Add a configuration flag to allow/disallow duplicates in playlists | Mark Monteiro | |
| 2020-03-11 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-11 | Parse config value correctly | Mark Monteiro | |
| 2020-03-11 | Use config setting to decide if web content should be hosted | Mark Monteiro | |
| Also fail server startup if web content is expected but missing | |||
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-11 | Merge pull request #2502 from JustAMan/baseitem-equals | Bond-009 | |
| Adds BaseItem.Equals method that compares items by their Id | |||
| 2020-03-10 | Merge pull request #2506 from mark-monteiro/inject-loggers-with-context | Bond-009 | |
| Inject loggers with context using ILogger<T> | |||
| 2020-03-10 | remove useless interface | dkanada | |
| 2020-03-09 | remove unused files and fix some future warnings | dkanada | |
| 2020-03-05 | Add inheritdoc comment and squash simple method bodies | Vasily | |
| 2020-03-05 | Follow code review suggestions | Vasily | |
| 2020-03-05 | Add speed for alpha numeric sorting | Bond_009 | |
| 2020-03-04 | Implement BaseItem.GetHashCode override | Vasily | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-03-04 | Merge pull request #2476 from JustAMan/playto-sort | dkanada | |
| Bring back sorting when needed to fix PlayTo | |||
| 2020-03-03 | Lower log level for BaseItem.Equals to debug | Vasily | |
| 2020-03-02 | Merge pull request #2474 from JustAMan/simplify-sorting | Bond-009 | |
| Simplify AlphanumericComparer, reduce code duplication | |||
| 2020-03-02 | Merge pull request #2436 from dkanada/music | Vasily | |
| Add config options for MusicBrainz | |||
| 2020-03-02 | Replace foreach with for - MOAR SPEED | Vasily | |
| 2020-03-02 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-03-02 | Apply code review suggestion | Vasily | |
| 2020-03-02 | Speed up equality comparison of BaseItem | Vasily | |
| 2020-03-01 | Fix emby/user/public API leaking private data | Davide Polonio | |
| This commit fixes the emby/user/public API that was returning more data than necessary. Now only the following information are returned: - the account name - the primary image tag - the field hasPassword - the field hasConfiguredPassword, useful for the first wizard only (see https://github.com/jellyfin/jellyfin/issues/880#issuecomment-465370051) - the primary image aspect ratio A new DTO class, PrivateUserDTO has been created, and the route has been modified in order to return that data object. | |||
