| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-04 | Whitelist Smith/Kotzen | Joe Rogers | |
| 2023-04-29 | Add artist to artist split whitelist | Michael Fuchs | |
| # Changes Added an artist whose name has forward slashes in it to the artist "/" split whitelist # Issues Related to issue #2305 | |||
| 2023-04-20 | Add artist to artist split whitelist (#9659) | Penelope Gwen / Pogmommy | |
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Fix duplicate properties in message template warning | Stepan Goremykin | |
| 2023-04-06 | Remove bitwise operator on enum that is not marked by [Flags] attribute | Stepan Goremykin | |
| 2023-04-06 | Fix argument is not used in message template warning | Stepan Goremykin | |
| 2023-04-06 | Remove unused using directives | Stepan Goremykin | |
| 2023-04-06 | Remove redundant Cast | Stepan Goremykin | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-20 | Merge pull request #9388 from Shadowghost/output-bitrate-channels-master | Bond-009 | |
| 2023-03-10 | Merge pull request #9254 from Shadowghost/dvdbdfix | Bond-009 | |
| 2023-03-10 | Apply review suggestions | Shadowghost | |
| 2023-03-10 | Fix DLNA playback of DVD and BD folders | Shadowghost | |
| 2023-03-10 | Add more comments and logging, streamline code | Shadowghost | |
| 2023-03-10 | Apply review suggestions | Shadowghost | |
| 2023-03-09 | Backport pull request #9178 from jellyfin/release-10.8.z | Róbert Örn Ketilsson | |
| Escape the path to pass as a command line argument Original-merge: 09f1c7f535653e99dbc22ace7cd166ce4c457a83 Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> Backported-by: crobibero <cody@robibe.ro> | |||
| 2023-02-26 | Fix encoder checks for DTS and TrueHD | Shadowghost | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-17 | Reduce string allocations by regex | Bond_009 | |
| 2023-02-08 | Implement hardware filters for videotoolbox, use Apple AAC encoder when ↵ | gnattu | |
| available (#7807) | |||
| 2023-02-04 | Apply review suggestions | Shadowghost | |
| 2023-02-04 | Fix BD ISO playback | Shadowghost | |
| 2023-02-04 | Use FFmpeg concat for DVD and BD folder playback | Shadowghost | |
| 2023-02-04 | Fix BD and DVD folder probing and playback | Shadowghost | |
| 2023-02-04 | Revert "Remove DvdLib (#9068)" | Shadowghost | |
| This reverts commit db1913b08fac0749133634efebd1ee7a7876147a. | |||
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2023-01-26 | Add Phantom/Ghost to whitelist | Lars Strojny | |
| 2023-01-20 | Merge pull request #9126 from Bond-009/interlaced | Bond-009 | |
| Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222) | |||
| 2023-01-20 | Remove DvdLib (#9068) | Patrick Barron | |
| * Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-01-19 | Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222) | Bond_009 | |
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-11 | Fix all warnings in MediaBrowser.MediaEncoding (#9073) | Bond-009 | |
| 2022-12-27 | chore(deps): update dependency libse to v3.6.10 (#8958) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2022-12-19 | Adding "creation_time" as a tag lookup for FFProbe for premiere date (#8884) | bradvolen | |
| 2022-12-07 | Merge pull request #8866 from Bond-009/mediaencoder | Claus Vium | |
| Always log when starting ffprobe | |||
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Fix build errors | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-07 | Always log when starting ffprobe | Bond_009 | |
| Now when we fail we can always see the filename in the logs Don't log 2x in debug mode | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix build (#8859) | Bond-009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 2022-11-13 | changed ChapterImageResolution in model to enum type; | Negulici-R. Barnabas | |
| added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs; | |||
| 2022-11-13 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-10-18 | Merge pull request #7708 from nyanmisaka/amd-vaapi-vulkan | Joshua M. Boniface | |
| 2022-10-16 | Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+) | nyanmisaka | |
| This requires: - VK_EXT_image_drm_format_modifier extension - Linux kernel version >= 5.15 - jellyfin-ffmpeg5 >= 5.0.1-2 Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
