| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-11-19 | Backport pull request #13030 from jellyfin/release-10.10.z | gnattu | |
| Always cleanup trickplay temp for ffmpeg failures Original-merge: 9e61a6fd729b2980832014ae42bd4f7d1f3afb69 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2024-10-25 | Fix check for format option in scale_cuda filter (#12874) | Nyanmisaka | |
| 2024-10-04 | Extract DoVi thumbnail at 4000nit (#12771) | gnattu | |
| 2024-10-03 | Clean up deprecated -vsync option (#12765) | Nyanmisaka | |
| 2024-09-29 | Add perf tradeoff mode to image extractor (#12744) | gnattu | |
| 2024-09-23 | Escape quotes in the subtitle path (#12690) | Dmitry Lyzo | |
| 2024-09-20 | Enable key-frame only decoding for RKMPP trickplay | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-09-12 | Enable BWDIF VideoToolbox deint filter when available (#12634) | gnattu | |
| 2024-09-11 | Solve CodeQL issue | oxixes | |
| 2024-09-11 | Use subtitle cache when burning-in subs | jaina heartles | |
| 2024-09-09 | Enable Rockchip MJPEG encoder for Trickplay (#12610) | Nyanmisaka | |
| 2024-09-09 | Use enums for encoding options (#12561) | Tim Eisele | |
| 2024-09-08 | Fix FormattingStreamWriter type | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-09-07 | Backport pull request #12575 from jellyfin/release-10.9.z | dmitrylyzo | |
| Fix subtitle and attachment extraction when input path contains quotes Original-merge: 3c3ebe834462bbb7630ca4fc0c106cc51ca80e50 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-07 | Backport pull request #12550 from jellyfin/release-10.9.z | Bond-009 | |
| Create and use FormattingStreamWriter Original-merge: cd2f2ca17800f71c8d94a6e043b49b7c4200e254 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-07 | Backport pull request #12531 from jellyfin/release-10.9.z | gnattu | |
| Don't apply chapter image settings to music Original-merge: 2fe13f54eaf87eefefd27f4ccb2ace1371f5e886 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-06 | Merge pull request #12590 from nyanmisaka/bwdif-cuda-deint | Bond-009 | |
| Enable the new BWDIF CUDA deint filter when available | |||
| 2024-09-06 | Add subtitle parser errors to log if available (#12479) | Ćukasz | |
| 2024-09-05 | Enable the new BWDIF CUDA deint filter when available | nyanmisaka | |
| this requires jellyfin-ffmpeg7 Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-09-04 | Adapting AMD VAAPI-Vulkan pipeline to FFmpeg 7.0 (#12577) | Nyanmisaka | |
| 2024-09-03 | Enable software tonemap for dolby vision | gnattu | |
| This applies software tonemapx filter for dolby vision videos that have no compatability fallback. Due to the complexity of the reshaping process, this is quite CPU-intensive. For real-time transcoding and tonemapping of 4K 60fps content, a CPU with 16 cores of Zen3-level performance is recommended. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-28 | Improve error message when image extraction times out | Bond_009 | |
| The exception will get logged higher up the call stack. | |||
| 2024-08-28 | Prevent server from starting if the ffmpeg path is invalid (#12463) | gnattu | |
| 2024-08-27 | Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation | Bond-009 | |
| Fix the broken video orientation (+-90/180) | |||
| 2024-08-28 | Apply suggestions from code review | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-08-25 | Backport pull request #12443 from jellyfin/release-10.9.z | gnattu | |
| Check attachment path for null before use Original-merge: 122da8f4473483353767e325539737f05a044527 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-08-11 | Remove legacy encoders | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-11 | Remove VPx encoders | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-05 | Backport pull request #12390 from jellyfin/release-10.9.z | justinkb | |
| fix SA1201 issue Original-merge: 3f3145600c4335aee24da8c5ee5f064f85b5821b Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Backport pull request #12374 from jellyfin/release-10.9.z | nyanmisaka | |
| Fix compatibility between TranscodingThrottler and FFmpeg 7.0 Original-merge: ee0094d889fe99cc3e27b556d5470e94b2521a3e Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-29 | Merge pull request #12295 from Bond-009/trysetproviderid | Bond-009 | |
| Add TrySetProviderId extension | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-22 | Merge pull request #12310 from Bond-009/fixbdmvstreamindex | Bond-009 | |
| Fix BDMV stream indexes | |||
| 2024-07-21 | Backport pull request #12296 from jellyfin/release-10.9.z | Bond-009 | |
| Properly escape paths in concat file for BDMV Original-merge: 4afa6db108e2071a335e7f6f7bb3fa7b50d9b7f7 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-07-21 | Backport pull request #12278 from jellyfin/release-10.9.z | Bond-009 | |
| Fix localization of audio title Original-merge: f7a90b6383aed557c0c2d3a824fc00340f72fe40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-07-20 | Fix switch expression | Bond_009 | |
| 2024-07-20 | Fix DTS codec name | Bond_009 | |
| 2024-07-20 | Fix more codec names | Bond_009 | |
| 2024-07-20 | Fix BDMV stream indexes | Bond_009 | |
| Also fixes the subtitle codec for PGS subtitles from PGS to PGSSUB | |||
| 2024-07-18 | Merge pull request #11399 from jellyfin/audio-remux | Cody Robibero | |
| 2024-07-17 | Enable hardware Trickplay processing pipeline for VideoToolbox (#11510) | gnattu | |
| 2024-07-17 | Enable Dolby AC-4 decoder (#11486) | gnattu | |
| 2024-07-17 | Merge pull request #11511 from jellyfin/trickplay-keyframe-only | Cody Robibero | |
| 2024-07-17 | Simply AMF Windows checking | gnattu | |
| Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2024-07-17 | Add TrySetProviderId extension | Bond_009 | |
| 2024-07-17 | Simplify condition check | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | feat: add audio remux to UniversalAudioController | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
