aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Collapse)Author
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-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-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-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
2020-04-04Inject logger correctly into ActivityManager and ActivityRepositoryMark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-02update as per suggestionNyanmisaka
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-01update as per suggestionNyanmisaka
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
Fix various bugs in HWA subtitle burn-in
2020-04-01update as per suggestionNyanmisaka
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-31minor improvementsnyanmisaka
2020-03-30prefer to use libfdk_aac for better audio qualitynyanmisaka
2020-03-30fix graphical subtitle scaling for NVDECNyanmisaka
2020-03-30fix QSV HWA failed when burning text subtitlesNyanmisaka
ffmpeg 4.3+ is required for better transcoding speed(more than twice increase). Using qsv on Linux also requires a fix in ffmpeg 4.3+. See https://github.com/FFmpeg/FFmpeg/commit/74007dd86a87289a075926704fae5bd8ef313bb5
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka