| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick 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-26 | Refactor copy codec checks | xumix | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-29 | Merge pull request #2817 from ferferga/master | Vasily | |
| Remove unnecessary space in hardware decoders argument for ffmpeg | |||
| 2020-04-17 | Add back warning message when Skia encoder cannot be used | Mark Monteiro | |
| 2020-04-13 | Merge branch 'master' into register-services-correctly | Mark Monteiro | |
| 2020-04-12 | Merge pull request #2715 from nyanmisaka/libfdk-aac | Joshua M. Boniface | |
| Prefer to use libfdk_aac encoder for better audio quality when it is available | |||
| 2020-04-12 | update as per suggestions | Nyanmisaka | |
| 2020-04-12 | update as per suggestions | Nyanmisaka | |
| 2020-04-11 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-11 | probe Main/High 10 more specifically | Nyanmisaka | |
| 2020-04-10 | minor changes | Nyanmisaka | |
| 2020-04-10 | fix mpeg4 failed on vaapi | Nyanmisaka | |
| 2020-04-09 | Remove unnecessary space in hardware decoders argument for ffmpeg | ferferga | |
| 2020-04-07 | drop the unnecessary colorspace conversion | Nyanmisaka | |
| 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-07 | mpeg4 profile 15 is not supported by vaapi device | Nyanmisaka | |
| 2020-04-04 | Inject logger correctly into ActivityManager and ActivityRepository | Mark Monteiro | |
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-04-02 | update as per suggestion | Nyanmisaka | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-04-01 | update as per suggestion | Nyanmisaka | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-03-31 | Merge pull request #2503 from nyanmisaka/vaapi | Vasily | |
| Fix various bugs in HWA subtitle burn-in | |||
| 2020-04-01 | update as per suggestion | Nyanmisaka | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-03-31 | minor improvements | nyanmisaka | |
| 2020-03-30 | prefer to use libfdk_aac for better audio quality | nyanmisaka | |
| 2020-03-30 | fix graphical subtitle scaling for NVDEC | Nyanmisaka | |
| 2020-03-30 | fix QSV HWA failed when burning text subtitles | Nyanmisaka | |
| 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-30 | fix various bugs in VAAPI hardware acceleration | nyanmisaka | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-02-23 | Improve controls for deinterlace method; matches with jellyfin-web changes | Peter Maar | |
| 2020-02-22 | Add encoding option bobandweave, change back the EncodingHelper logic | Peter Maar | |
| 2020-02-09 | Temporary fix/change forcing yadif to "send_field" | Peter Maar | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2020-01-21 | Merge pull request #2184 from WiiPlayer2/bug/global-header-flag-support | dkanada | |
| Add check if output container supports "global_header" flag | |||
| 2020-01-21 | Remove configuration of global_header flag | Waldemar Tomme | |
| 2020-01-15 | remove useless comment | Nyanmisaka | |
| 2020-01-12 | add 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-22 | Add check if output container supports "global_header" flag | Waldemar Tomme | |
| 2019-12-18 | Merge pull request #1941 from Bond-009/mediaencoding | dkanada | |
| Make probesize and analyzeduration configurable and simplify circular dependencies | |||
| 2019-12-15 | Add space | cryptobank | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-14 | Use case insensitive contains (4) | cryptobank | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-14 | Use case insensitive contains (3) | cryptobank | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-14 | Use case insensitive contains (2) | cryptobank | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-14 | Use case insensitive contains (1) | cryptobank | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-12 | Use extension methods | Bond-009 | |
| 2019-12-10 | Merge branch 'master' into mediaencoding | Bond_009 | |
| 2019-12-07 | Remove newline | cryptobank | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2019-12-07 | Add space between if statement and boolean expression | cryptobank | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2019-12-06 | Add back code removed during testing/debugging | Petr Janda | |
| 2019-12-06 | QSV can hardware deinterlace too now | Petr Janda | |
| 2019-12-06 | Do not force original aspect ratio to decrease, it causes bitmap subtitles ↵ | Petr Janda | |
| to be off-centre | |||
