aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers
AgeCommit message (Collapse)Author
2024-09-12Add option to always burn in subtitles if transcoding is triggered (#12430)gnattu
2024-09-07Make Live TV compatibility profiles customizable (#12529)gnattu
2024-09-07Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks (#12605)gnattu
2024-09-07Add MediaStream.ReferenceFrameRate for problematic video files (#12603)gnattu
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-28Use Apple reccomended values for HLS CODECSBond_009
2024-08-28Merge pull request #11665 from Bond-009/getuserbyidCody Robibero
2024-08-05Change arguments AssertCanUpdateUser to take a userBond_009
2024-08-05Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-07-23Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-07-20Don't buffer content in GetStaticRemoteStreamResultBond_009
2024-07-18Merge pull request #11399 from jellyfin/audio-remuxCody Robibero
2024-07-17Merge pull request #11489 from jellyfin/allow-vp9-remuxingCody Robibero
2024-07-17feat: add audio remux to UniversalAudioControllergnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-06-23Backport pull request #12017 from jellyfin/release-10.9.zgnattu
Overwrite supported codecs for livetv Original-merge: 2b789807474ec4e7d5f8837a6503a7684fa94778 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01Backport pull request #11851 from jellyfin/release-10.9.zgnattu
Relax remuxing requirement for LiveTV Original-merge: 0392daa10397c40d62e2068cd85e030d9ca2d898 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25Backport pull request #11801 from jellyfin/release-10.9.zgnattu
Force more compatible transcoding profile for LiveTV Original-merge: e7b1162cb30601297f987a6409a7d76b40aa74a6 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25Backport pull request #11738 from jellyfin/release-10.9.zcrobibero
Don't require user when getting current session Original-merge: 4fcbeef5e6595bb675b27e8a2ba180dae8287eb3 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-16Add remuxing support for VP9gnattu
Add VP9 as a valid HLS format to enable remuxing. This is useful when audio processing is required, but the VP9 video can be passed as-is to avoid unnecessary video transcoding. No VP9 encoder is enabled and should not be enabled. AV1 and HEVC should be preferred over VP9 if video transcoding is required. Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-07Allow explicitly set userId for RequestHelpers.GetSession (#11505)gnattu
2024-04-22Only apply custom downmix to 5.1 audios (#11401)gnattu
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-14Validate item access (#11171)Cody Robibero
2024-04-02fix: av1 codecs string (#11280)gnattu
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-03-30Only streamCopy videos containing rotation data in fMP4nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-02-14Merge pull request #10990 from Shadowghost/bdmv-fixesBond-009
BDMV fixes
2024-02-12Make the bitrate of the fallback stream the same as the original (#9121)Dmitry Lyzo
2024-02-10Fix file extension based on containerShadowghost
2024-02-06Correct VIDEO-RANGE field for HLG contentnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-02-03Merge changesMark Cilia Vincenti
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2024-01-03AsyncKeyedLock migrationMark Cilia Vincenti
2023-12-21Move ProgressiveFileStream to ControllerPatrick Barron
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-12-21Rename and clean up TranscodingJobPatrick Barron
2023-12-21Move TranscodingJobDto and TranscodingThrottler to ControllerPatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14Fix warningsBond_009
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-10-18Merge branch 'master' into trickplayNick
2023-10-11Fix regressionBond_009
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-09Merge pull request #10067 from lonebyte/flac-hls-fixesBond-009
2023-10-08Merge pull request #10348 from Bond-009/stringsBond-009
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-10-02use pcm as ext name when codec is pcmYuLong Yao
2023-09-16Remove workaround for codec capitalizationJan Müller
This is not required anymore as Shaka Player now supports the correct codec strings.
2023-09-16Merge branch 'master' into flac-hls-fixesJan Müller
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs