| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-26 | Merge pull request #12343 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update github/codeql-action action to v3.25.15 | |||
| 2024-07-26 | Update github/codeql-action action to v3.25.15 | renovate[bot] | |
| 2024-07-26 | Merge pull request #12309 from Bond-009/nobuffer | Bond-009 | |
| Don't buffer content in GetStaticRemoteStreamResult | |||
| 2024-07-25 | suggestions from review | Cody Robibero | |
| 2024-07-25 | Merge pull request #12304 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update github/codeql-action action to v3.25.14 | |||
| 2024-07-25 | Update github/codeql-action action to v3.25.14 | renovate[bot] | |
| 2024-07-24 | Merge pull request #12329 from jellyfin/renovate/libse-4.x | Bond-009 | |
| 2024-07-24 | Update dependency AsyncKeyedLock to v7 (#12316) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2024-07-24 | Update issue report.yml to use 10.9.8 version (#12332) | Tim Gels | |
| 2024-07-24 | Fix comment in PhotoProvider (#12323) | Tobias | |
| Co-authored-by: CS <comwan@gmail.com> | |||
| 2024-07-24 | Update dependency libse to v4.0.7 | renovate[bot] | |
| 2024-07-23 | Fix up getting livetv programs api docs | Cody Robibero | |
| 2024-07-23 | Merge pull request #12322 from jellyfin/renovate/svg.skia-2.x | Bond-009 | |
| Update dependency Svg.Skia to v2 | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-22 | Update dependency Svg.Skia to v2 | renovate[bot] | |
| 2024-07-22 | Merge pull request #12310 from Bond-009/fixbdmvstreamindex | Bond-009 | |
| Fix BDMV stream indexes | |||
| 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 #12296 from jellyfin/release-10.9.z | Bond-009 | |
| Properly escape paths in concat file for BDMV Original-merge: 4afa6db108e2071a335e7f6f7bb3fa7b50d9b7f7 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-07-21 | Backport pull request #12278 from jellyfin/release-10.9.z | Bond-009 | |
| Fix localization of audio title Original-merge: f7a90b6383aed557c0c2d3a824fc00340f72fe40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 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-20 | Fix switch expression | Bond_009 | |
| 2024-07-20 | Fix DTS codec name | Bond_009 | |
| 2024-07-20 | Fix more codec names | Bond_009 | |
| 2024-07-20 | Fix BDMV stream indexes | Bond_009 | |
| Also fixes the subtitle codec for PGS subtitles from PGS to PGSSUB | |||
| 2024-07-20 | Don't buffer content in GetStaticRemoteStreamResult | Bond_009 | |
| 2024-07-19 | Merge pull request #12299 from gnattu/fix-ac4-samplerate-check | Bond-009 | |
| Fix AC-4 Sample rate check | |||
| 2024-07-18 | Merge pull request #11399 from jellyfin/audio-remux | Cody Robibero | |
| 2024-07-18 | Remove space | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-18 | Use string.Equals | gnattu | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-07-18 | Code cleanup | gnattu | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-07-18 | Fix AC-4 Sample rate check | gnattu | |
| Some Audio codec will have a null CodecTag, check for that to avoid null reference If the client already requests a specific sample rate, use that instead of our default sample rate for AC-4 Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 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-18 | Don't check the misleading options.EnableDirectStream for direct stream ↵ | gnattu | |
| availability Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Enable Dolby AC-4 decoder (#11486) | gnattu | |
| 2024-07-17 | Merge pull request #11489 from jellyfin/allow-vp9-remuxing | Cody Robibero | |
| 2024-07-17 | Merge pull request #11511 from jellyfin/trickplay-keyframe-only | Cody Robibero | |
| 2024-07-17 | Simply AMF Windows checking | gnattu | |
| Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2024-07-17 | Move default value to api spec | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Move external url listing to provider for plugin use (#12279) | Cody Robibero | |
| 2024-07-17 | Add TrySetProviderId extension | Bond_009 | |
| 2024-07-17 | Specify the default value in api spec | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Force channel to be >= 1 | gnattu | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-07-17 | Also make UniversalAudioController check client VBR settings | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Default EnableAudioVbrEncoding to true in TranscodingProfile | gnattu | |
| This will match the old behavior when user takes no action for clients Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Add EnableAudioVbrEncoding to TranscodingProfile | gnattu | |
| This will allow the client selectively disable VBR audio when it causes problems. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Use better audio VBR settings | gnattu | |
| LAME's VBR mode only has advantage over a certain bitrate range. For very low and very high bitrate, use the ABR mode instead. aac_at's CVBR mode produces very good quality and is not worse than its TVBR mode in blind testing. Use this mode for convenience. The ffmpeg native aac encoder will have quality regression with its VBR mode. Always use CBR mode for ffmpeg's native aac encoder. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Simplify condition check | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Merge pull request #12294 from Bond-009/nullproviderid2 | Bond-009 | |
| Fix (another) ArgumentNullException while scanning music | |||
