aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding
AgeCommit message (Collapse)Author
2020-07-17enhance platform check and 10bit detectNyanmisaka
2020-07-17fix indentNyanmisaka
2020-07-17Match the size of subtitle stream and video streamNyanmisaka
2020-07-16Fix QSV subtitle burn-in on windows and P010 detectNyanmisaka
2020-07-15Simplify name of IsCopyDocMax Git
2020-07-15Move videostream null check to start of GetHardwareAcceleratedVideoDecoderMax Git
2020-07-04solve the green line issue on QSVnyanmisaka
2020-06-20newlines after bracestelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15Merge branch 'master' into hwacceldkanada
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-15fix SA1510telans
2020-06-08fix opencl10bitartiume
2020-06-08Split VP9 HEVC 10bit button. MacOS Decoder fixed to openclartiume
2020-06-08Merge remote-tracking branch 'upstream/master' into hwaccelVasily
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-26More cleanupVasily
2020-05-26Some simple cleanupVasily
2020-05-26Clean GetHwaccelType Windows handling a tiny bitVasily
2020-05-26Fix missing commas and merge defectsVasily
2020-05-26Update EncodingHelper.csartiume
2020-05-26add videotoolboxartiume
2020-05-26Update IMediaEncoder.csartiume
2020-05-26Commentsartiume
2020-05-26drop 'force_original_aspect_ratio'Nyanmisaka
graphical subtitles can be off-center in some cases
2020-05-26minor changesNyanmisaka
2020-05-26probe Main/High 10 more specificallyNyanmisaka
2020-05-26minor changesNyanmisaka
2020-05-26resolve conflictsnyanmisaka
2020-05-26add more separate hw decoding togglesnyanmisaka
2020-05-26Refactor copy codec checksxumix
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-29Merge pull request #2817 from ferferga/masterVasily
Remove unnecessary space in hardware decoders argument for ffmpeg
2020-04-17Add back warning message when Skia encoder cannot be usedMark Monteiro
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-12Merge pull request #2715 from nyanmisaka/libfdk-aacJoshua M. Boniface
Prefer to use libfdk_aac encoder for better audio quality when it is available
2020-04-12update as per suggestionsNyanmisaka
2020-04-12update as per suggestionsNyanmisaka
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11probe Main/High 10 more specificallyNyanmisaka
2020-04-10minor changesNyanmisaka
2020-04-10fix mpeg4 failed on vaapiNyanmisaka
2020-04-09Remove unnecessary space in hardware decoders argument for ffmpegferferga
2020-04-07drop the unnecessary colorspace conversionNyanmisaka
Since 'hwdownload, format = nv12' has completed the conversion of colorspace. 'format = p010le' is redundant and will reduce the speed by almost half under the premise of unchanged cpu usage.
2020-04-07mpeg4 profile 15 is not supported by vaapi deviceNyanmisaka