| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-29 | fix: code style | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-28 | feat: fully support videotoolbox hardware filters | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-16 | fix: use hardware videotoolbox filter even only scale is available | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-16 | fix: use hardware filter option name explicitly | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-16 | fix: correctly set the supported formats of videotoolbox tone mapping | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-16 | fix: typo | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-16 | feat: separate videotoolbox tone mapping option | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-15 | fix: code style | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-15 | feat: add tone mapping for videotoolbox | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-15 | feat: add hw scale filter for videotoolbox | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-10 | Fix file extension based on container | Shadowghost | |
| 2024-02-07 | Remove IServerEntryPoint | Patrick Barron | |
| 2024-02-07 | Use IHostApplicationLifetime to start library monitor | Patrick Barron | |
| 2024-02-07 | Merge pull request #10969 from barronpm/progress-cleanup | Bond-009 | |
| Progress cleanup | |||
| 2024-02-06 | Fix tests | Patrick Barron | |
| 2024-02-06 | Remove some unused drawing code | Patrick Barron | |
| 2024-02-06 | Remove some unused media encoding code | Patrick Barron | |
| 2024-02-06 | Remove ActionableProgress | Patrick Barron | |
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2024-02-05 | Add EqualsAny for VideoCodecTag condition | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-02-03 | Merge pull request #10951 from barronpm/livetv-di | Cody Robibero | |
| Live TV DI | |||
| 2024-02-03 | Merge changes | Mark Cilia Vincenti | |
| 2024-02-02 | Use DI for ILiveTvService | Patrick Barron | |
| 2024-02-02 | Use DI for IListingsProvider | Patrick Barron | |
| 2024-02-02 | Merge pull request #10878 from barronpm/livetv-guidemanager | Cody Robibero | |
| Add IGuideManager service | |||
| 2024-02-01 | Add full HWA transcoding pipeline for RKMPP | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-28 | Use video framerate for ASS subtitle HW burn-in | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-28 | Fix the display aspect ratio of PGSSUB subtitle burn-in | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-17 | Merge branch 'master' into livetv-guidemanager | Patrick Barron | |
| # Conflicts: # src/Jellyfin.LiveTv/LiveTvManager.cs | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-17 | Add IGuideManager service | Patrick Barron | |
| 2024-01-17 | Merge pull request #10858 from barronpm/livetv-tunerhostmanager | Bond-009 | |
| Add ITunerHostManager service and minor LiveTv cleanup | |||
| 2024-01-15 | Remove unused Live TV code | Patrick Barron | |
| 2024-01-15 | Remove unnecessary allocations in TunerHostManager | Patrick Barron | |
| 2024-01-14 | Fixed disposable not being called (#10613) | JPVenson | |
| * Fixed disposable not being called * PulledUp usage of IAsyncDisposable for sessioninfo Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 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. | |||
| 2024-01-14 | Merge branch 'master' into AsyncKeyedLock-migration | Mark Cilia Vincenti | |
| 2024-01-12 | Add ITunerHostManager service | Patrick Barron | |
| 2024-01-09 | Move GetRecordingStreamMediaSources to IMediaSourceManager | Patrick Barron | |
| 2024-01-06 | Fix More Live TV Warnings (#10818) | Patrick Barron | |
| * Fix CA1819 in LiveTvManager * Call ConfigureAwait in ChannelManager | |||
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2024-01-04 | Use -noauto{scale,rotate} for disabling auto filters (#10810) | Nyanmisaka | |
| `-auto{scale,rotate} 0` has been dropped in upstream FFmpeg. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-03 | AsyncKeyedLock migration | Mark Cilia Vincenti | |
| 2023-12-21 | Move ProgressiveFileStream to Controller | Patrick Barron | |
| 2023-12-21 | Add ITranscodeManager service | Patrick Barron | |
| 2023-12-21 | Rename and clean up TranscodingJob | Patrick Barron | |
| 2023-12-21 | Move TranscodingJobDto and TranscodingThrottler to Controller | Patrick Barron | |
| 2023-12-18 | Merge pull request #10682 from barronpm/livetv-warnings | Bond-009 | |
| Fix some warnings in LiveTV | |||
| 2023-12-18 | Merge pull request #10702 from crobibero/collection-type-lowercase | Bond-009 | |
| Convert CollectionType to use lowercase enum names | |||
| 2023-12-15 | Merge pull request #10573 from arabcoders/master | Bond-009 | |
| Add new API endpoint to view/update Item UserData | |||
