aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2022-02-14Fix option to disable server discoveryBond_009
2022-02-10Add option to change unix socket permissionsknackebrot
There is probably no way to do it when creating the socket
2022-02-10add extracting attachments for ffmpeg to burn subsNils Fürniß
2022-02-07Fix h264_v4l2m2m acceleration in Raspberry Pi 4Ace Olszowka
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-28Remove some allocations (#7246)Claus Vium
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-21Merge pull request #7225 from crobibero/query-resultBond-009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-20Properly populate QueryResultCody Robibero
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-14Ignore JSON serialization for special features of movie.Dmitry Lyzo
When refreshing the metadata of the video with a local trailer, the server gets stuck trying to read the database and save the item at the same time.
2022-01-14Fix build and clean upCody Robibero
2022-01-14Add FullNowPlayingQueue propertyFernando Fernández
2022-01-13Fix comment typoJoe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-01-11Merge pull request #7134 from adavier/trakt-episode-linksCody Robibero
2022-01-10Fix release buildCody Robibero
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