aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Collapse)Author
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-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
2020-03-24Remove unused usingsBond_009
2020-02-23Improve controls for deinterlace method; matches with jellyfin-web changesPeter Maar
2020-02-22Add encoding option bobandweave, change back the EncodingHelper logicPeter Maar
2020-02-09Temporary fix/change forcing yadif to "send_field"Peter Maar
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-21Merge pull request #2184 from WiiPlayer2/bug/global-header-flag-supportdkanada
Add check if output container supports "global_header" flag
2020-01-21Remove configuration of global_header flagWaldemar Tomme
2020-01-15remove useless commentNyanmisaka
2020-01-12add support for AMF hardware encoding on Linux.Nyanmisaka
1) h264_amf is now supported on linux with 'amdgpu-pro' installed and '--enable-amf' when compiling ffmpeg. 2) Using vaapi decode and h264_amf encode on linux platform can avoid some weird transcoding errors in h264_vaapi with amd gpu.
2019-12-22Add check if output container supports "global_header" flagWaldemar Tomme
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-15Add spacecryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (4)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (2)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (1)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-12Use extension methodsBond-009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-07Remove newlinecryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-07Add space between if statement and boolean expressioncryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-06Add back code removed during testing/debuggingPetr Janda
2019-12-06QSV can hardware deinterlace too nowPetr Janda
2019-12-06Do not force original aspect ratio to decrease, it causes bitmap subtitles ↵Petr Janda
to be off-centre