| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-25 | Backport pull request #11790 from jellyfin/release-10.9.z | NotSaifA | |
| Trickplay: kill ffmpeg when task is cancelled Original-merge: 4a344bebc08303edf888000bf52e64b1a4e8036f Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-25 | Backport pull request #11781 from jellyfin/release-10.9.z | Bond-009 | |
| Retain order blu-ray segments Original-merge: 2ddf2a7866a9010191de1057f7c7bbbc3cb6e93d Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-25 | Backport pull request #11754 from jellyfin/release-10.9.z | Shadowghost | |
| Fix BD/DVD folder chapter image extraction Original-merge: 52be8be28fa27c0c7b4f53dc32e00ec0543616a9 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-17 | Backport pull request #11675 from jellyfin/release-10.9.z | gnattu | |
| Fix quality parameter for vaapi_mjpeg Original-merge: ddd5c302b4fb7b07a5a46aa6d0026d9b37aa9b2c Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-07 | Fix broken hardware encoder and filter for trickplay (#11506) | gnattu | |
| 2024-04-02 | fix: rtsp live stream ffprobe timeout (#11279) | Caidy | |
| 2024-03-28 | fix: move trickplay specific option into TrickplayOptions (#11229) | gnattu | |
| 2024-03-26 | fix: prefer cli ffmpeg path over config file (#11219) | gnattu | |
| 2024-03-25 | Fix sar->dar typo in #11185 (#11210) | Nyanmisaka | |
| 2024-03-19 | fix: make sure the dimension is divisible by two for zscale (#11185) | gnattu | |
| 2024-02-10 | Order files before creating concat config | Shadowghost | |
| 2024-02-03 | Merge changes | Mark Cilia Vincenti | |
| 2024-01-14 | Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports ↵ | Mark Cilia Vincenti | |
| non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker. | |||
| 2023-10-26 | Extract the MediaEncoder probing command arguments builder | Vincent Lark | |
| 2023-10-21 | Forward user_agent config to ffprobe | Vincent Lark | |
| 2023-10-18 | Fix for new WaitForExitAsync method | Nick | |
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-10 | Merge pull request #10378 from Bond-009/waitforexitasync | Claus Vium | |
| Use Process.WaitForExitAsync added in .NET 5 | |||
| 2023-10-10 | Use Process.WaitForExitAsync added in .NET 5 | Bond_009 | |
| 2023-10-08 | Jellyfin.Drawing minor improvements | Bond_009 | |
| Reduce duplicate/dead code | |||
| 2023-10-08 | Merge pull request #10348 from Bond-009/strings | Bond-009 | |
| 2023-10-08 | Remove redundant ToString call for value types | Stepan Goremykin | |
| 2023-10-08 | Join declaration and assignment | Stepan Goremykin | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-08 | Remove redundant verbatim string prefixes | Stepan Goremykin | |
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-09-29 | I think this is better | Thomas Johansen | |
| 2023-09-04 | Minor code review changes (cvium) | Nick | |
| 2023-08-20 | fix: accessing Standard* of a Process requires manually disposing them ↵ | Claus Vium | |
| afterwards (#10125) | |||
| 2023-08-03 | Expand AMD VA-API Vulkan filtering support to Polaris/gfx8 | nyanmisaka | |
| ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8. This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5 or newer versions. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-22 | crobibero styling, format, code suggestions | Nick | |
| 2023-06-22 | Move fps filter to GetVideoProcessingFilterParam | Nick | |
| 2023-06-22 | Use config values | nicknsy | |
| 2023-06-22 | Options | nicknsy | |
| 2023-06-22 | Trickplay generation, manager, storage | nicknsy | |
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-03-10 | Apply review suggestions | Shadowghost | |
| 2023-03-10 | Add more comments and logging, streamline code | Shadowghost | |
| 2023-03-10 | Apply review suggestions | Shadowghost | |
| 2023-02-04 | Apply review suggestions | Shadowghost | |
| 2023-02-04 | Fix BD ISO playback | Shadowghost | |
| 2023-02-04 | Use FFmpeg concat for DVD and BD folder playback | Shadowghost | |
| 2023-02-04 | Fix BD and DVD folder probing and playback | Shadowghost | |
| 2023-02-04 | Revert "Remove DvdLib (#9068)" | Shadowghost | |
| This reverts commit db1913b08fac0749133634efebd1ee7a7876147a. | |||
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2023-01-20 | Remove DvdLib (#9068) | Patrick Barron | |
| * Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-01-11 | Fix all warnings in MediaBrowser.MediaEncoding (#9073) | Bond-009 | |
| 2022-12-07 | Merge pull request #8866 from Bond-009/mediaencoder | Claus Vium | |
| Always log when starting ffprobe | |||
