| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-12 | Add option to always burn in subtitles if transcoding is triggered (#12430) | gnattu | |
| 2024-09-09 | Use enums for encoding options (#12561) | Tim Eisele | |
| 2024-09-07 | Make Live TV compatibility profiles customizable (#12529) | gnattu | |
| 2024-09-07 | Enhance Trickplay (#11883) | Tim Eisele | |
| 2024-09-07 | Enable tone-mapping and HLS remuxing for DoVi Profile 10 in AV1 (#12604) | Nyanmisaka | |
| 2024-09-07 | Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks (#12605) | gnattu | |
| 2024-09-07 | Add MediaStream.ReferenceFrameRate for problematic video files (#12603) | gnattu | |
| Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2024-09-06 | Merge pull request #12545 from Bond-009/sha1 | Niels van Velzen | |
| Remove passwordSha1 param from AuthenticateUser function | |||
| 2024-09-06 | Merge pull request #12548 from Bond-009/utf8bom | Niels van Velzen | |
| Remove BOM from UTF-8 files | |||
| 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 | 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-28 | Use Apple reccomended values for HLS CODECS | Bond_009 | |
| 2024-08-28 | Merge pull request #11665 from Bond-009/getuserbyid | Cody Robibero | |
| 2024-08-27 | Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation | Bond-009 | |
| Fix the broken video orientation (+-90/180) | |||
| 2024-08-25 | Backport pull request #12490 from jellyfin/release-10.9.z | nielsvanvelzen | |
| Set Content-Disposition header to attachment for image endpoints Original-merge: 9645955629595a6ba2668432aeeadc4989c413b2 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-08-24 | Merge pull request #12397 from crobibero/lyrics-finale | Bond-009 | |
| Add lyrics library options, add download scheduled task | |||
| 2024-08-12 | Remove more outdated options. | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Remove container guessing doc from hls | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Update api doc to remove outdated info | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-05 | Add missing lyric fetcher settings from library options | Cody Robibero | |
| 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 | Change arguments AssertCanUpdateUser to take a user | Bond_009 | |
| 2024-08-05 | Pass User instead of UserId inside LatestItemsQuery | 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-07-30 | Add RFC7845 downmix algorithm (#12300) | gnattu | |
| 2024-07-29 | Fix build | Bond_009 | |
| 2024-07-29 | Enable nullable for DtoService and DtoOptions | Bond_009 | |
| 2024-07-29 | Merge pull request #12327 from crobibero/live-tv-nullable | Bond-009 | |
| Fix up getting livetv programs api docs | |||
| 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-23 | Fix up getting livetv programs api docs | Cody Robibero | |
| 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-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 | 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-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 | Move default value to api spec | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Specify the default value in api spec | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Also make UniversalAudioController check client VBR settings | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
