aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Expand)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
2023-03-21Fix audio VBR calculationknackebrot
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
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
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
2023-03-09Backport pull request #9391 from jellyfin/release-10.8.znyanmisaka
2023-03-09Backport pull request #9355 from jellyfin/release-10.8.znyanmisaka
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 re...Shadowghost
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
2023-02-24Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.csCody Robibero
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
2023-02-09Change transcoderChannelLimit default to 8holow29
2023-02-08Implement hardware filters for videotoolbox, use Apple AAC encoder when avail...gnattu
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
2023-01-22Backport pull request #9050 from jellyfin/release-10.8.znyanmisaka
2023-01-21Fix PGS position issue in Vulkan pipelinenyanmisaka
2023-01-10Add stereo downmix algorithm selection.Shadowghost