summaryrefslogtreecommitdiff
path: root/src/fruits/cmsrv
Commit message (Collapse)AuthorAge
* Optimizations based on video loop performanceAndrew Opalach 2025-01-01
| | | | | | | | | - Support nn_packet_stream direct mode - Hook up FFmpeg hardware accelerated decoding - Refactor VCR - Reduce locking when returning packets to a packet pool Signed-off-by: Andrew Opalach <andrew@akon.city>
* Incomplete buffer errored and sink queuedAndrew Opalach 2024-12-26
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Bring in line with dependency changesAndrew Opalach 2024-12-24
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Extend server resource loading, work on clientAndrew Opalach 2024-12-18
| | | | | | Also, cleanup in preparation for changing code style. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Synced list reference 1Andrew Opalach 2024-12-07
| | | | | | | | This marks a point where the list behavior is at least moderately robust for the skip operation. It includes fixes for multiple deep-rooted issues found by testing with input simulation. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Explicitly track sink-side entry ended stateAndrew Opalach 2024-12-02
| | | | | | | The server/list-side of this change is not done so there are likely bugs in the set command logic. It works mostly fine for now though. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Add install targetsAndrew Opalach 2024-11-27
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Sink fixes, update for dependency changesAndrew Opalach 2024-11-27
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Rough subtitles implementation, improve buffersAndrew Opalach 2024-11-17
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Cleanup buildAndrew Opalach 2024-11-13
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Make list entry name a wide stringAndrew Opalach 2024-11-10
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Command queue for portal and list, work on serverAndrew Opalach 2024-11-08
| | | | | | | Most of the server stuff can undoubtedly be simplified. I'm still working that out. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Everything before initial synced listAndrew Opalach 2024-10-21
Signed-off-by: Andrew Opalach <andrew@akon.city>