| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-29 | Add new tonemap mode options | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-28 | Prevent server from starting if the ffmpeg path is invalid (#12463) | gnattu | |
| 2024-08-28 | Merge pull request #11665 from Bond-009/getuserbyid | Cody Robibero | |
| 2024-08-28 | Fix noautorotate cli for videotoolbox (#12530) | gnattu | |
| 2024-08-27 | Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation | Bond-009 | |
| Fix the broken video orientation (+-90/180) | |||
| 2024-08-27 | Adjust filters to adapt FFmpeg 7.0 | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-08-25 | Backport pull request #12493 from jellyfin/release-10.9.z | nyanmisaka | |
| Fix bitstream filter not applied to videos in TS container Original-merge: 078ee1f2dec393f0729a29bf983f065aa0b50009 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-08-24 | Merge pull request #12454 from theguymadmax/local-svg | Bond-009 | |
| Allow svg for local images | |||
| 2024-08-24 | Merge pull request #12457 from lostb1t/feature/boxset-sort | Bond-009 | |
| Add support for ItemSortBy values in BoxSet | |||
| 2024-08-22 | Pass Series Display Order information to SeasonInfo | LJQ | |
| 2024-08-21 | fix number parser | Evan Jarrett | |
| 2024-08-19 | make Sort private and use Enum parse | lostb1t | |
| 2024-08-17 | use default enum for unordered | lostb1t | |
| 2024-08-16 | Add ability to specify gpu index on windows | Evan Jarrett | |
| 2024-08-16 | filter in special display order | lostb1t | |
| 2024-08-16 | Rework get children functions to support ItemSortBy values | lostb1t | |
| 2024-08-15 | Allow svg for local images | theguymadmax | |
| 2024-08-12 | Merge pull request #12429 from gnattu/fix-vt-decoder | Bond-009 | |
| Fix VideoToolbox Hi10P | |||
| 2024-08-12 | Remove duplicated check | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Fix Videotoolbox Hi10P hardware decoding | gnattu | |
| We need to mark h264 as 10bit supported for videotoolbox Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Fix software decoder with videotoolbox encoder | gnattu | |
| Format should be placed before hwupload to support some software decoders Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Use Math.Min | gnattu | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-08-11 | Remove legacy encoders | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-11 | Remove VPx encoders | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-05 | Replace UserId with User in NextUpQuery | Bond_009 | |
| 2024-08-05 | Replace UserId with User in UserViewQuery | Bond_009 | |
| 2024-08-05 | Use User overload of UserDataManager.SaveUserData when possible | Bond_009 | |
| 2024-08-05 | Backport pull request #11901 from jellyfin/release-10.9.z | gnattu | |
| Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Add media segments API (#12345) | JPVenson | |
| * Added Media segment manager * Added "HasSegments" to MediaSourceInfo when requesting though baseitem * Fixed ordering of Media Segements * Added media segment API controller * Added .ConfigureAwait(false) on media segments manager * renamed MediaSegmentsController removed empty route * Added Model layer for Media Segments Fixed review comments Media segments * Updated media segment naming refactored api and manager usage * Added mediaSegment type filter * Fixed codesmell * Fixed naming and typos * Added EF Migration * Added Identity Generation for MediaSegments Made mediasegment filter optional * Fixed optional filter parameter * refactored segment namespace * Added SegmentProviderId to MediaSegment * Media segment comment indentation * Added MediaSegmentManager query notracking | |||
| 2024-08-05 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-08-04 | Update VideoToolbox pipeline for jellyfin-ffmpeg7 (#12380) | gnattu | |
| 2024-08-03 | Add a new EncodingOption for QsvDevice | Evan Jarrett | |
| 2024-08-03 | Allow QSV to use the renderNodePath instead of defaulting to the first ↵ | Evan Jarrett | |
| available device | |||
| 2024-08-01 | Add comments for Dave750/NightmodeDialogue 7.1 downmix | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-31 | fix space | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-31 | Add 5.0 and 7.0 support to ac4 downmix | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-31 | Add AC4 downmix | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-30 | Add RFC7845 downmix algorithm (#12300) | gnattu | |
| 2024-07-29 | Merge pull request #11432 from Bond-009/dtonullable | Bond-009 | |
| Enable nullable for DtoService and DtoOptions | |||
| 2024-07-29 | Enable nullable for DtoService and DtoOptions | Bond_009 | |
| 2024-07-29 | Enable nullable for UserItemData | Bond_009 | |
| MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-21 | Changed `GetThemeMedia` to support SortBy/Order options (#12167) | ItsAllAboutTheCode | |
| * Changed `GetThemeMedia` to support SortBy/Order options The `GetThemeMedia, `GetThemeVideos` and `GetThemeSongs` functions can optionally sort the results based based on passing an ItemSortBy type and a SortOrder. This is intended to be used by jellyfin-web in order to allow users to control the order of theme playback. See PR: https://github.com/jellyfin/jellyfin-web/pull/5714 * Update MediaBrowser.Controller/Entities/BaseItem.cs Fix the `GetThemeVideos` two argument overload having both parameters defaulted. For the two argument overload, both parameters are required. | |||
| 2024-07-21 | Merge pull request #11492 from jellyfin/better-vbr-settings | Bond-009 | |
| Add better audio VBR settings | |||
| 2024-07-21 | Backport pull request #12240 from jellyfin/release-10.9.z | nielsvanvelzen | |
| Fix season handling ("Season Unknown" / unneccesary empty seasons) Original-merge: c1f7ccbca458546d826fb1cbb5dfcb092ad90d99 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-07-18 | Simplify EnableAudioVbrEncoding getter | gnattu | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-07-17 | Enable hardware Trickplay processing pipeline for VideoToolbox (#11510) | gnattu | |
| 2024-07-17 | Merge pull request #11511 from jellyfin/trickplay-keyframe-only | Cody Robibero | |
| 2024-07-17 | Move external url listing to provider for plugin use (#12279) | Cody Robibero | |
| 2024-07-17 | Force channel to be >= 1 | gnattu | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
