aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2022-01-10Suggestions from reviewCody Robibero
2022-01-09Also seek the external audio streamnyanmisaka
2022-01-08Fix the wrong logic in HEVC VP9 10bit hwdec boxesnyanmisaka
2022-01-08Make identify flag describe purpose, not sourceJoe Rogers
2022-01-07Keep from serializing trailers into databaseJoe Rogers
2022-01-07Implement trakt episode links using the implementation from Series.csadavier
The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links. The trakt url for episodes is `https://trakt.tv/episodes/{0}`.
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-06ADd more null checkCody Robibero
2022-01-04Clean upCody Robibero
2022-01-04Add missing xml docDavid Ullmer
2022-01-04Remove darkening filter from SplashscreenDavid Ullmer
Using the foregroundLayer parameter has the same effect
2022-01-04Remove splashscreen generation from IImageEncoder and add IImageGeneratorDavid Ullmer
2022-01-04Always use 1080p, add max parental ratingDavid Ullmer
2022-01-04Add splashscreen builderDavid Ullmer
2022-01-03Remove existing images when applying identifyJoe Rogers
2022-01-02Add refresh flag to remove existing data/imagesJoe Rogers
Fixes #7040
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-26Fix analysis issuesCody Robibero
2021-12-26Merge pull request #6934 from nyanmisaka/hwaCody Robibero
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
2021-12-24Update StyleCopBond_009
2021-12-25Merge remote-tracking branch 'origin/master' into hwanyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-12-24Merge pull request #7042 from crobibero/fix-buildClaus Vium
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-23Fix build from PR mergingCody Robibero
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-22Merge pull request #7028 from cvium/everything_went_wrongCody Robibero
2021-12-21Don't cache special feature idscvium
2021-12-20Don't skip extras refresh when replacing metadata or doing a full refreshcvium
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix extras folderscvium
2021-12-19Merge pull request #7021 from cvium/baseitem_closureCody Robibero
2021-12-19Use == instead of Object.Equals to avoid closure allocationcvium
2021-12-19Use static lambdascvium
2021-12-17Merge pull request #6956 from cvium/what_could_go_wrongCody Robibero
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-14Cache BaseItemKindCody Robibero
2021-12-12Folder can't have extrascvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-08Fix wrong ffmpeg map argument due to wrong calculationJonas Resch
2021-12-07Refactor extras parsingcvium
2021-12-03Merge branch 'support-external-audio-files' of ↵Jonas Resch
github.com:jonas-resch/jellyfin into support-external-audio-files
2021-12-03Optimize calculation of external audio stream index in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-03Replace escaped quote string with quote character in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-01Prevent crashes in specific scenariosJonas Resch
2021-11-30Implement coding standards from 2nd code feedbackJonas Resch
2021-11-30Implement code feedbackJonas Resch
- Rewrite AudioResolver - Use async & await instead of .Result - Add support for audio containers with multiple audio streams (e.g. mka) - Fix bug when using external subtitle and external audio streams at the same time