| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-12 | Only update if actively refreshing (#11341) | Cody Robibero | |
| 2024-04-12 | Enable more warnings as errors (#11288) | Bond-009 | |
| 2024-04-10 | Merge pull request #11220 from Shadowghost/add-playlist-acl-api | Joshua M. Boniface | |
| Add playlist ACL endpoints | |||
| 2024-04-08 | Merge pull request #11287 from Shadowghost/spelling | Bond-009 | |
| Fix some spelling mistakes | |||
| 2024-04-08 | Fix apple audio codecs (#11315) | gnattu | |
| 2024-04-05 | Only allow owner and admin to delete playlists | Shadowghost | |
| 2024-04-03 | Enforce permissions | Shadowghost | |
| 2024-04-03 | Fix some spelling mistakes | Shadowghost | |
| 2024-04-02 | Apply review suggestions | Shadowghost | |
| 2024-04-01 | Implement update endpoint | Shadowghost | |
| 2024-04-01 | Apply review suggestions | Shadowghost | |
| 2024-03-31 | Remove SessionInfo.FullNowPlayingItem from API responses (#11268) | Niels van Velzen | |
| 2024-03-30 | fix: use a reentrant lock when accessing active connections (#11256) | Claus Vium | |
| 2024-03-30 | fix: don't do empty hwupload for VT (#11235) | gnattu | |
| 2024-03-30 | fix: unset qmin and qmax for vt (#11246) | gnattu | |
| Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-28 | Fix the broken codecs shifting (#11243) | Nyanmisaka | |
| 2024-03-28 | fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228) | gnattu | |
| 2024-03-28 | fix: move trickplay specific option into TrickplayOptions (#11229) | gnattu | |
| 2024-03-26 | Apply review suggestions | Shadowghost | |
| 2024-03-26 | Add playlist ACL endpoints | Shadowghost | |
| 2024-03-26 | fix: remove legacy codecs (#11217) | gnattu | |
| 2024-03-25 | Check all tags for allow/block (#11206) | Cody Robibero | |
| 2024-03-24 | fix: use Metal tonemap instead of OpenCL (#11198) | gnattu | |
| 2024-03-24 | fix: map encoder preset to quality setting for VideoToolbox (#11205) | gnattu | |
| 2024-03-23 | Add new VideoRangeTypes to fully support DoVi on webOS (#10469) | vedant | |
| 2024-03-22 | feat(i18n): transliterate item name before sorting (#11172) | Gary Wang | |
| 2024-03-18 | refactor: use Channels as queueing mechanism for periodic websocket messages ↵ | Claus Vium | |
| (#11092) | |||
| 2024-03-18 | fix: skip library folders that are inaccessible or empty (#9291) | Claus Vium | |
| 2024-03-18 | Merge pull request #11161 from nyanmisaka/fix-segment-deletion | Cody Robibero | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2024-03-17 | Merge pull request #11163 from robert-hamilton36/lyrics | Bond-009 | |
| Add lyric files to supported extensions | |||
| 2024-03-17 | Merge pull request #11149 from Bond-009/nullable4 | Bond-009 | |
| Enable nullable for more files | |||
| 2024-03-17 | Add ability to enable/disable libraries (#11037) | btopherjohnson | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-03-17 | Bump the required minimum ffmpeg version to 4.4 | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-17 | Apply suggestions from code review | nyanmisaka | |
| Drop the unnecessary initial capacity from the list. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-17 | Apply suggestions from code review | nyanmisaka | |
| Drop excludeFilePaths and lower the log level to debug to avoid spamming in the log file. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-16 | Apply suggestions from code review | nyanmisaka | |
| Add excludeFilePaths to skip segment files in which IOException occurred. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-16 | Set input readrate for using SegmentDeletion with stream-copy | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-16 | Add sanity check for ThrottleDelaySeconds | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-16 | Add TranscodingSegmentCleaner to replace ffmpeg's hlsenc deletion | nyanmisaka | |
| FFmpeg deletes segments based on its own transcoding progress, but we need to delete segments based on client download progress. Since disk and GPU speeds vary, using hlsenc's built-in deletion will result in premature deletion of some segments. As a consequence, the server has to constantly respin new ffmpeg instances, resulting in choppy video playback. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-16 | add lyric files to supportedExtensions | robert-hamilton36 | |
| 2024-03-15 | chore: remove repetitive words | standstaff | |
| Signed-off-by: standstaff <zhengxingru@yeah.net> | |||
| 2024-03-13 | Enable nullable for more files | Bond_009 | |
| 2024-03-09 | Merge pull request #11014 from gnattu/vf-videotoolbox | Cody Robibero | |
| 2024-03-09 | fix: convert all non-yuv420 inputs to nv12 | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-09 | fix: force a pixel format for 10-bit inputs | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-09 | fix: no need to check filters prematurely | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-08 | fix: also check if we are doing scaling | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-08 | fix: code clean up | gnattu | |
| Co-authored-by: nyanmisaka <nst799610810@gmail.com> Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-03 | Precache livetv program images (#11083) | Cody Robibero | |
| * Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes | |||
| 2024-02-29 | fix: stack overflow | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
