aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Expand)Author
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
2022-12-30Add support for .sup subtitle (#8808)Cody Robibero
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8...Bond-009
2022-12-01Add delay_moov flag for progressive mp4 transcodingBill Thornton