| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-04 | Allow SW encoders to use VideoToolbox HW filters (#12576) | gnattu | |
| 2024-09-03 | Remove redundant frame conversion for vaapi | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-03 | Enable software tonemap for dolby vision | gnattu | |
| This applies software tonemapx filter for dolby vision videos that have no compatability fallback. Due to the complexity of the reshaping process, this is quite CPU-intensive. For real-time transcoding and tonemapping of 4K 60fps content, a CPU with 16 cores of Zen3-level performance is recommended. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-30 | Merge pull request #12540 from nyanmisaka/tune-x2645-params | Bond-009 | |
| Tune x264/5 encoding params for realtime playback | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-08-30 | Clean up UserDataManager | Bond_009 | |
| * enable nullable * remove unused methods * fix warnings and docs | |||
| 2024-08-30 | Remove passwordSha1 param from AuthenticateUser function | Bond_009 | |
| 2024-08-30 | Tune x264/5 encoding params for realtime playback | nyanmisaka | |
| Some options that are too performance-intensive are disabled, while others are left enabled to trade-off between real-time playback and quality. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 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 | |
