| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-12 | Merge pull request #9001 from Shadowghost/stereo-downmix | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/1986 | |||
| 2023-01-10 | Add stereo downmix algorithm selection. | Shadowghost | |
| 2023-01-07 | Add dts to list of audio codecs which require strict -2 | David Fairbrother | |
| Adds dts to the list of audio codecs where ffmpeg will throw asking us to opt into experimental support. This is seen when the original content is based on dts and we don't acopy using ffmpeg. | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-15 | Do not delete segments when seeking | Dominik | |
| 2022-11-14 | Simplify HLS file deletion | Dominik | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-11-14 | Remove segment wrapping | Dominik | |
| 2022-11-14 | Add support for ffmpeg's segment deletion and segment wrapping | Dominik | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-08-01 | Backport pull request #8174 from jellyfin/release-10.8.z | Joshua Boniface | |
| Disable auto inserted SW scaler for HW decoders Authored-by: nyanmisaka <nst799610810@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7297431f23a0fa1ab5aa15df93d91096a09c4f21 | |||
| 2022-06-29 | Merge pull request #7994 from nyanmisaka/fix-throttler | Joshua M. Boniface | |
| (cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-14 | Merge pull request #7911 from cvium/fix_keyframe_transcode | Cody Robibero | |
| (cherry picked from commit 07b39655ebe2e96388ffbbecebeebb5284c26baf) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-10 | Merge pull request #7828 from nyanmisaka/fix-dovi-tonemap | Bond-009 | |
| Fix Dolby Vision profile 5 and 8 to SDR HW tone-mapping (cherry picked from commit 8595a979a872c05d0d06f9b87ed1b56c693c267d) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7718 from jellyfin/dovi-hevc-remux | Bond-009 | |
| (cherry picked from commit f7ef7d9eda71d42dce46c91f1398eccc0b4b1b6c) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-09 | Fix the fMP4 HLS audio sync issue on Safari | nyanmisaka | |
| 2022-03-05 | Merge pull request #7137 from SenorSmartyPants/master | Bond-009 | |
| 2022-01-20 | Merge pull request #6600 from cvium/keyframe_extraction_v1 | Cody Robibero | |
| 2022-01-16 | Fix maximum video resolution for dynamic HLS controller | Dmitry Lyzo | |
| 2022-01-11 | Refactor and add scheduled task | cvium | |
| 2022-01-08 | Remove unused httpContext parameter | SenorSmartyPants | |
| 2022-01-07 | Remove isHeadRequest from GetStaticFile method signatures | SenorSmartyPants | |
| 2022-01-07 | Merge branch 'master' into keyframe_extraction_v1 | cvium | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | |||
| 2021-12-24 | Merge DynamicHlsController and VideoHlsController (#119) | Claus Vium | |
| * Merge DynamicHlsController and VideoHlsController Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2021-12-24 | EncodingHelper hwaccel pipelines refactor | nyanmisaka | |
| separate the HW pipeline according to HWA method for maintainability. | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-08 | Fix and disable new dotnet6 warnings | Cody Robibero | |
| 2021-10-03 | Fix warning: The nullable warning suppression expression is redundant (#2149) | KonH | |
| 2021-09-23 | Add first draft of keyframe extraction for Matroska | cvium | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-04 | Disambiguate vpx to vp8 or vp9 | Chris Tam | |
| 2021-07-23 | Merge pull request #6296 from Bond-009/oscheck | Claus Vium | |
| Improve platform checks | |||
| 2021-07-12 | Improve platform checks | Bond_009 | |
| 2021-07-10 | [CA1801] Parameter is never used. Remove the parameter or use it in the ↵ | Cody Robibero | |
| method body. | |||
| 2021-06-04 | Don't dispose managed CancellationTokenSource (#6139) | Cody Robibero | |
| 2021-05-21 | Merge pull request #6083 from Bond-009/nullable4 | Bond-009 | |
| Enable nullable reference types for Emby.Server.Implementations | |||
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-08 | Minor improvements | Bond_009 | |
| * properly dispose CancellationTokenSource * rewrite DynamicHlsController.GetSegmentLengths * remove dead code | |||
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-03-22 | change HLS endpoint defaults to false | cvium | |
| 2021-03-04 | Specify defaults or set query parameter to nullable | crobibero | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2020-11-30 | fix trascodeReasons report | nyanmisaka | |
| 2020-11-20 | Merge remote-tracking branch 'upstream/master' into split-api | crobibero | |
| 2020-11-20 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-20 | rename | nyanmisaka | |
| 2020-11-19 | Merge remote-tracking branch 'upstream/master' into no-scaling | Fernando Fernández | |
| 2020-11-19 | Review suggestions | Fernando Fernández | |
