aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2023-03-08Allow webp for local imagesBond_009
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
2023-03-06Remove some BaseItem references to make ItemResolveArgs more usable for testing.Joe Rogers
2023-03-05Adapt vulkan filtering to 6.0nyanmisaka
2023-03-03Merge branch 'master' into network-rewriteShadowghost
2023-03-02Use source audio bitrate if requested codec is losslessShadowghost
2023-03-02Merge pull request #9416 from Bond-009/listBond-009
2023-03-01Add SeasonProviderIds to EpisodeInfo (#9407)Nils Fürniß
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-01Allocate less ListsBond_009
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-25Merge pull request #9326 from ipitio/objdispexBond-009
2023-02-25Merge pull request #9389 from crobibero/remove-switchBond-009
2023-02-24Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.csipitio
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-02-24Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.csCody Robibero
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-02-24Merge pull request #9381 from Bond-009/nullableCody Robibero
2023-02-24Simplify audio transcode channel lookupCody Robibero
2023-02-24Copy IsAutomated option when making MetadataRefreshOptions copy. (#9385)Nick
2023-02-23Enable nullable for more filesBond_009
2023-02-20Merge branch 'master' into network-rewriteShadowghost
2023-02-20Fix playlist parental control and no parental control skipping forbidden ↵Shadowghost
unrated items
2023-02-20Recursively update ratingShadowghost
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-15Catch Exception when disposing connectionipitio
2023-02-15Enable nullable for more filesBond_009
2023-02-15Merge branch 'master' into network-rewriteShadowghost
2023-02-13Add permission for collection managementShadowghost
2023-02-12Merge pull request #9253 from Bond-009/nullrefBond-009
2023-02-11Merge pull request #9139 from Jpuc1143/tag-whitelistBond-009
2023-02-09Reduced number of calls to GetPreference()Jpuc1143
Co-authored-by: Cody Robibero <cody@robibe.ro>
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-05Merge pull request #9249 from jmshrv/fix-m4a-moovClaus Vium
Specify required movflags when encoding M4A audio
2023-02-04Apply review suggestionsShadowghost
2023-02-04Return NotFound when itemId isn't foundBond_009
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-04Revert "Remove DvdLib (#9068)"Shadowghost
This reverts commit db1913b08fac0749133634efebd1ee7a7876147a.
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
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