| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-11 | Remove existing sessions for a user on the same device on login | Bill Thornton | |
| 2023-09-06 | Remove unused variable | Bill Thornton | |
| 2023-09-05 | Remove one session per device id limitation | Bill Thornton | |
| 2023-09-05 | Translated using Weblate (Czech) | Lukáš Kucharczyk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2023-09-03 | Translated using Weblate (Pirate (pr)) | Slug-Cat | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/ | |||
| 2023-09-02 | Merge pull request #10183 from nyanmisaka/fix-av1-livetv | Cody Robibero | |
| 2023-09-02 | Fix H264 QSV encoding when the bitrate is too low | nyanmisaka | |
| h264_qsv expects a bitrate equal or higher than 1000k, or it fails. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-09-02 | Fix AV1 playback in LiveTV | nyanmisaka | |
| AV1 in fMP4 requires global_header data for parsing. Only disable global_header in TS since it has no global_header. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-09-01 | chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 (#10166) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-09-01 | Translated using Weblate (Turkish) | queeup | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2023-08-30 | Fix MJPEG video is recognized as embedded image (#10173) | Nyanmisaka | |
| fixes 1d729b2 Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-30 | Fix the issue that audio bsf only takes effect for remuxing (#10172) | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-29 | Merge pull request #10165 from danimart1991/es-content-ratings | Claus Vium | |
| 2023-08-29 | Add new Spain content rating ERI | Daniel Martin Gonzalez | |
| Add the content rating ERI to Spain list used in some providers and channels as Specially Recommended for Toddlers. | |||
| 2023-08-28 | chore(deps): update github/codeql-action action to v2.21.5 (#10163) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-28 | Merge pull request #10138 from cvium/sqlite_client_poc | Bond-009 | |
| 2023-08-27 | Merge pull request #10158 from Bond-009/transcodepath | Claus Vium | |
| Use the correct trancode path | |||
| 2023-08-27 | Use the correct trancode path | Bond_009 | |
| EncodingOptions.TranscodingTempPath can be empty (and is by default), the correct way to get the trancode path is EncodingConfigurationExtensions.GetTranscodePath which falls back to $CACHEPATH/transcodes when EncodingOptions.TranscodingTempPath is null or empty. | |||
| 2023-08-27 | Merge pull request #10154 from goremykin/multiple-enumerations | Bond-009 | |
| 2023-08-26 | Translated using Weblate (Russian) | NickSkier | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ | |||
| 2023-08-26 | Remove redundant method | Stepan Goremykin | |
| 2023-08-26 | Merge pull request #10141 from Bond-009/nullable3 | Bond-009 | |
| 2023-08-26 | Fix a few multiple enumerations | Stepan Goremykin | |
| 2023-08-25 | fix todos and add graylog back | cvium | |
| 2023-08-25 | Merge pull request #10139 from FantasyGmm/master | Claus Vium | |
| Fix debian/ubuntu arm64 build error,runtime argument missing | |||
| 2023-08-25 | Merge pull request #10137 from Bond-009/logspam | Claus Vium | |
| Reduce log spam on failed logins | |||
| 2023-08-25 | Merge branch 'master' into sqlite_client_poc | Claus Vium | |
| 2023-08-24 | chore(deps): update actions/checkout action to v3.6.0 (#10149) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-24 | chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.6 (#10147) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-23 | chore(deps): update skiasharp monorepo (#10146) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-23 | simplify if | cvium | |
| 2023-08-23 | reduce calls to GetValidSeasonNameForSeries | cvium | |
| 2023-08-23 | move a computation out of transaction and skip season updates if name matches | cvium | |
| 2023-08-23 | chore(deps): update dependency serilog.settings.configuration to v7.0.1 (#10143) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-23 | chore(deps): update skiasharp monorepo (#10142) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-23 | remove unused using | cvium | |
| 2023-08-23 | remove batteries init | cvium | |
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-08-22 | remove nullable enable | cvium | |
| 2023-08-22 | Enable nullable for more files and add tests | Bond_009 | |
| Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component | |||
| 2023-08-22 | review comments | cvium | |
| 2023-08-22 | remove unused deps | cvium | |
| 2023-08-22 | fix debian/ubuntu arm64 build error,runtime argument missing | FantasyGmm | |
| 2023-08-21 | fix userdata table not being committed | cvium | |
| 2023-08-21 | fix bad merge | cvium | |
| 2023-08-21 | Merge branch 'master' into sqlite_client_poc | cvium | |
| # Conflicts: # Emby.Server.Implementations/Data/SqliteItemRepository.cs | |||
| 2023-08-21 | remove readonly | cvium | |
| 2023-08-21 | open before changing pragmas | cvium | |
| 2023-08-21 | simplify extension methods | cvium | |
| 2023-08-21 | rename variable and fix crash | cvium | |
