| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-27 | Merge pull request #10275 from jellyfin/disable-a53cc-sei-on-h26x-vaapi | Bond-009 | |
| 2023-09-25 | CollectionFolder: replace Dictionary + locks with ConcurrentDictionary | Bond_009 | |
| This should be faster (and still safe I hope) | |||
| 2023-09-25 | Fix A53 CC SEI breaking H26x_VAAPI hardware encode | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-09-22 | Merge pull request #10234 from Shadowghost/cleanup-playlists-task | Cody Robibero | |
| 2023-09-21 | Backport pull request #10151 from jellyfin/release-10.8.z | Nyanmisaka | |
| Fix performance loss of QSV HDR tone-mapping on Windows Original-merge: 757f88b1a20ed493aa6c579a69c37f60092e7b3e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2023-09-16 | Extend collections cleanup task to include playlists too | Shadowghost | |
| 2023-09-12 | Merge pull request #10056 from Bond-009/nullable2 | Bond-009 | |
| 2023-09-08 | Fix AV1 NVENC encoder profile option (#10199) | Nyanmisaka | |
| 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-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-26 | Merge pull request #10141 from Bond-009/nullable3 | Bond-009 | |
| 2023-08-22 | == null -> is null | Bond_009 | |
| 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-21 | Reduce log spam on failed logins | Bond_009 | |
| Failed logins already get logged higher up the call chain | |||
| 2023-08-20 | fix: accessing Standard* of a Process requires manually disposing them ↵ | Claus Vium | |
| afterwards (#10125) | |||
| 2023-08-18 | Album gain (#10085) | TelepathicWalrus | |
| * Add LUFSAlbum DTO * Get loudest track for smallest gain * Move gain search to musicalbum use baseitem LUFS for album * Use .Max for enumerable * Update DTO to be consistent with other DTOs * Remove albumlufs, Move dto for all types | |||
| 2023-08-03 | Disable AMD EFC feature since it's still unstable in upstream | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-03 | Expand AMD VA-API Vulkan filtering support to Polaris/gfx8 | nyanmisaka | |
| ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8. This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5 or newer versions. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-01 | Merge pull request #9875 from Shadowghost/fixes | Bond-009 | |
| 2023-07-29 | Enable nullable for more files | Bond_009 | |
| 2023-07-29 | Only disable the global_header for AMD HEVC encoder (#10045) | Nyanmisaka | |
| 2023-07-29 | Add ability to upload (and save) SDH subtitles (#10036) | MBR-0001 | |
| 2023-07-29 | Apply review suggestions | Shadowghost | |
| 2023-07-15 | Apply review suggestions | Shadowghost | |
| 2023-07-07 | Enforce permissions on websocket connections | Shadowghost | |
| 2023-07-07 | Add wrapper object for authentication event information | Shadowghost | |
| 2023-07-06 | Merge pull request #9799 from Bond-009/genregex | Bond-009 | |
| 2023-07-03 | Merge pull request #8147 from Shadowghost/network-rewrite | Joshua M. Boniface | |
| 2023-07-02 | Fix sending websocket messages (#9948) | Cody Robibero | |
| 2023-07-02 | Backport pull request #9928 from jellyfin/release-10.8.z | nyanmisaka | |
| Disable global_header on AMD VA-API encoder Original-merge: a732a28229564a6da7db18bab07bcee75d6f2648 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-07-01 | Merge pull request #9920 from nielsvanvelzen/lyric-parser | Claus Vium | |
| 2023-07-01 | Check for empty string in DefaultLyricProvider | Niels van Velzen | |
| 2023-06-29 | Fix Websocket OpenApi (#9935) | Cody Robibero | |
| * Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review | |||
| 2023-06-28 | Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections | Joshua M. Boniface | |
| 2023-06-28 | Merge pull request #9907 from nyanmisaka/av1e | Bond-009 | |
| 2023-06-28 | Merge pull request #9890 from Shadowghost/videorange-rework | Bond-009 | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-28 | Migrate VideoRange and VideoRangeType to Enum | Shadowghost | |
| 2023-06-27 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-23 | Add support for lyric provider plugins | Niels van Velzen | |
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-06-21 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-20 | Refine SwDec and QSV encoding | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-20 | Add AV1 hardware and software encoding | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-19 | Merge pull request #8744 from DomiStyle/segment-deletion | Cody Robibero | |
| 2023-06-18 | Removed unused lines | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-18 | Fix #9642 backport | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-15 | Merge branch 'master' into segment-deletion | Dominik | |
| 2023-06-15 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-13 | Rearrage the Amd vaapi-vulkan pipeline for synchronization | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
