| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-11-19 | changes per suggestions | nyanmisaka | |
| 2020-11-18 | Fixes spelling. | Greenback | |
| 2020-11-18 | Fix build and thread detection logic | Fernando Fernández | |
| 2020-11-16 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-15 | Remove api client generator errors | crobibero | |
| 2020-11-16 | remove unused segment option | nyanmisaka | |
| 2020-11-14 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-14 | minor changes | nyanmisaka | |
| 2020-11-14 | add aac_adtstoasc bitstream filter for mpegts to mp4 conversion | nyanmisaka | |
| 2020-11-13 | Updated based on review feedback | crobibero | |
| 2020-11-14 | switch ffmpeg to hls muxer for live streaming | nyanmisaka | |
| segment muxer cannot make fMP4 init file. '-strict -2' option doesn't work with segment muxer for flac remuxing. | |||
| 2020-11-13 | Use null coalescing when possible | crobibero | |
