aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-08Fix AV1 NVENC encoder profile option (#10199)Nyanmisaka
2023-09-02Fix H264 QSV encoding when the bitrate is too lownyanmisaka
h264_qsv expects a bitrate equal or higher than 1000k, or it fails. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-27Use the correct trancode pathBond_009
EncodingOptions.TranscodingTempPath can be empty (and is by default), the correct way to get the trancode path is EncodingConfigurationExtensions.GetTranscodePath which falls back to $CACHEPATH/transcodes when EncodingOptions.TranscodingTempPath is null or empty.
2023-08-26Merge pull request #10141 from Bond-009/nullable3Bond-009
2023-08-22== null -> is nullBond_009
2023-08-22Enable nullable for more files and add testsBond_009
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-08-21Reduce log spam on failed loginsBond_009
Failed logins already get logged higher up the call chain
2023-08-20fix: accessing Standard* of a Process requires manually disposing them ↵Claus Vium
afterwards (#10125)
2023-08-18Album gain (#10085)TelepathicWalrus
* Add LUFSAlbum DTO * Get loudest track for smallest gain * Move gain search to musicalbum use baseitem LUFS for album * Use .Max for enumerable * Update DTO to be consistent with other DTOs * Remove albumlufs, Move dto for all types
2023-08-03Disable AMD EFC feature since it's still unstable in upstreamnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-03Expand AMD VA-API Vulkan filtering support to Polaris/gfx8nyanmisaka
ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8. This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5 or newer versions. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-01Merge pull request #9875 from Shadowghost/fixesBond-009
2023-07-29Enable nullable for more filesBond_009
2023-07-29Only disable the global_header for AMD HEVC encoder (#10045)Nyanmisaka
2023-07-29Add ability to upload (and save) SDH subtitles (#10036)MBR-0001
2023-07-29Apply review suggestionsShadowghost
2023-07-15Apply review suggestionsShadowghost
2023-07-07Enforce permissions on websocket connectionsShadowghost
2023-07-07Add wrapper object for authentication event informationShadowghost
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-07-02Backport pull request #9928 from jellyfin/release-10.8.znyanmisaka
Disable global_header on AMD VA-API encoder Original-merge: a732a28229564a6da7db18bab07bcee75d6f2648 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-07-01Merge pull request #9920 from nielsvanvelzen/lyric-parserClaus Vium
2023-07-01Check for empty string in DefaultLyricProviderNiels van Velzen
2023-06-29Fix Websocket OpenApi (#9935)Cody Robibero
* Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review
2023-06-28Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollectionsJoshua M. Boniface
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-28Merge pull request #9890 from Shadowghost/videorange-reworkBond-009
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-28Migrate VideoRange and VideoRangeType to EnumShadowghost
2023-06-27Merge branch 'master' into network-rewriteShadowghost
2023-06-23Add support for lyric provider pluginsNiels van Velzen
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-21Merge branch 'master' into network-rewriteShadowghost
2023-06-20Refine SwDec and QSV encodingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-20Add AV1 hardware and software encodingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-19Merge pull request #8744 from DomiStyle/segment-deletionCody Robibero
2023-06-18Removed unused linesnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-18Fix #9642 backportnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-06-15Merge branch 'master' into network-rewriteShadowghost
2023-06-13Rearrage the Amd vaapi-vulkan pipeline for synchronizationnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-13Backport pull request #9671 from jellyfin/release-10.8.znyanmisaka
Fix the canvas size for DVBSUB and DVDSUB subtitles Original-merge: eba95cc7f0304ebc9c1a8c0fc11a29ffca6fc97d Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9642 from jellyfin/release-10.8.znyanmisaka
Fix the brightness of VPP tonemap and add the tonemap mode Original-merge: d5a8419bc52ba06c070012849ba166dd2fbff8b0 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9538 from jellyfin/release-10.8.zTheTyrius
Fix nvenc preset order Original-merge: 79bb7560dc7848608cfab538b3aaf56dea545d8f Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-10Add all websocket messages to generated openapi spec (#9682)Cody Robibero
* Add all websocket messages to generated openapi spec * Use oneOf * JsonIgnore ServerId * Oops * Add discriminators * Add WebSocketMessage container for Inbound and Outbound messages
2023-06-10Merge pull request #8203 from Shadowghost/nfo-season-namesCody Robibero
Implement NFO named season parsing
2023-06-07Merge branch 'master' into network-rewriteShadowghost