aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Collapse)Author
2023-04-16fix: dead link (#9626)Brett Petch
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-04-06Use TryGetValueStepan Goremykin
2023-04-02Fix vaapi-vulkan subtitle tearing issuenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-03-21Fix audio VBR calculationknackebrot
Pass encoder, not codec
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-17Fix condition in CanStreamCopyAudioShadowghost
2023-03-15Prefer other codecs over DTS and TrueHD on transcodeShadowghost
2023-03-14Backport pull request #9485 from jellyfin/release-10.8.zShadowghost
Fix the bitrate scale factor for h264-to-hevc transcoding Original-merge: 173a963dbf6072897b1086abf3f378ddfa7fda5a Merged-by: Nyanmisaka <nst799610810@gmail.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Apply review suggestionsShadowghost
2023-03-10Add more comments and logging, streamline codeShadowghost
2023-03-10Apply review suggestionsShadowghost
2023-03-09Backport pull request #9430 from jellyfin/release-10.8.znyanmisaka
Fix Live TV hardware decoding Original-merge: efc79295decce252e03978814fc09505bbb47956 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
Fix stream map when using filter_complex with unlabeled output Original-merge: 6821a2ab358761282a0030c42c837b39bad089e1 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9391 from jellyfin/release-10.8.znyanmisaka
Fix H.264 baseline hwaccel and enable enhanced Nvdec by default Original-merge: 22a8283a9e3425da0496c28e6737dfadf9c67b33 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9355 from jellyfin/release-10.8.znyanmisaka
Some VAAPI VPP and OpenCL fixes Original-merge: c8077122463c7b984f706b5f1b79abd30461ab40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-05Adapt vulkan filtering to 6.0nyanmisaka
2023-03-02Use source audio bitrate if requested codec is losslessShadowghost
2023-02-27Apply review suggestionsShadowghost
2023-02-26Add DTS and TrueHD bitrate limits, enforce bitrate limits if no bitrate is ↵Shadowghost
requested
2023-02-26Fix encoder checks for DTS and TrueHDShadowghost
2023-02-26Take channels into account when calculating fallback audio bitrateShadowghost
2023-02-26Add audio vbr calculationknackebrot
2023-02-26Calculate output bitrate from output channel countknackebrot
2023-02-26Improve the Vulkan based subtitle burn-in performance (#9402)Nyanmisaka
https://gitlab.freedesktop.org/mesa/mesa/-/issues/850 Currently Mesa RADV does not support a dedicated transfer queue. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-02-24Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.csCody Robibero
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-02-24Simplify audio transcode channel lookupCody Robibero
2023-02-20Merge pull request #9356 from Bond-009/tryparseBond-009
2023-02-20Merge pull request #9266 from holow29/increase-transcoding-ac-maxBond-009
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-09Change transcoderChannelLimit default to 8holow29
Change transcoderChannelLimit default to 8 from 6 Switch to querying for encoder and added more cases to transcoderChannelLimit Refactor GetNumAudioChannelsParam
2023-02-08Implement hardware filters for videotoolbox, use Apple AAC encoder when ↵gnattu
available (#7807)
2023-02-04Apply review suggestionsShadowghost
2023-02-04Move mp4 container names to class and use StringComparer.OrdinalIgnoreCaseJames Harvey
2023-02-04Use FFmpeg concat for DVD and BD folder playbackShadowghost
2023-02-04Fix BD and DVD folder probing and playbackShadowghost
2023-02-04Remove frag_keyframe on audio, not videoJames Harvey
2023-02-04Fix Use built-in type aliasJames Harvey
2023-02-04Fix Braces for multi-line statements should not share lineJames Harvey
2023-02-04Remove frag_keyframe as it is not relevant for audioJames Harvey
2023-02-04Fill in issue/PR commentJames Harvey
2023-02-04Add movflags to mp4 audio encodingJames Harvey
2023-02-02Fix audio codec not being used in UniversalAudio (#9192)James Harvey
2023-01-24Merge pull request #9146 from nyanmisaka/fix-pgs-vulkanBond-009
2023-01-22Backport pull request #9145 from jellyfin/release-10.8.znyanmisaka
Fix PGS position issue in sw decoding #8602 Original-merge: fbb9acf58b4b4dc805fa95c60e625d4ca4ff90ae Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22Backport pull request #9050 from jellyfin/release-10.8.znyanmisaka
Update workaround for i915 hang in linux 5.18 to 6.1.3 Original-merge: 464136cfc9113d33ed4698904a31249f1ed893bf Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-21Fix PGS position issue in Vulkan pipelinenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-01-10Add stereo downmix algorithm selection.Shadowghost