summaryrefslogtreecommitdiff
path: root/src/buffer
Commit message (Collapse)AuthorAge
* Changes that went uncommitted for too longAndrew Opalach 2026-04-13
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Smaller stuff that went uncommittedAndrew Opalach 2026-04-13
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Pass on atomic usageAndrew Opalach 2025-11-30
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Build cleanup and fixes from sink testingAndrew Opalach 2025-11-30
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fixes and cleanup around synced gaplessAndrew Opalach 2025-11-22
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Wip sink changes around errored/ended buffersAndrew Opalach 2025-10-30
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fixes from testing sink change, document thingsAndrew Opalach 2025-10-30
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Sink fixesAndrew Opalach 2025-09-08
| | | | | | | | - Invalidate sink entry IDs on reconnect. - Fix A/V latency calculations. - Fix reconnect_timer behavior and log reconnect attempts. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Runtime codec selection, Vulkan deconstructionAndrew Opalach 2025-08-12
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Twitter module work, various cleanupsAndrew Opalach 2025-08-05
| | | | | | and comment clarifications Signed-off-by: Andrew Opalach <andrew@akon.city>
* Improve FFmpeg hwaccel fallback, VR emulationAndrew Opalach 2025-06-23
| | | | | | | - Optimize sink seeking with single video frame. - Small cleanups. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Clarify and fix various sink behaviorsAndrew Opalach 2025-06-07
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Improve renderer api, misc cleanupAndrew Opalach 2025-06-02
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Prepare for cch_handle_write(), cue testingAndrew Opalach 2025-05-04
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Sink performance tweaks, cleanup and add notesAndrew Opalach 2025-04-26
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix user volume fade and relative seek below 0Andrew Opalach 2025-04-17
| | | | | | | - Fix sync issue in sink. - Update deps and android build. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Implement logging changes and cleanupAndrew Opalach 2025-04-17
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Highly wip waveform viewAndrew Opalach 2025-04-16
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix hold in local sink, improve seek behaviorAndrew Opalach 2025-04-07
| | | | | | - Make sure previous queue is ran on single frames. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Overall style change, small fixesAndrew Opalach 2025-03-31
| | | | | | - Tweak sink switch_to() order. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Change ended entry behavior in list and sinkAndrew Opalach 2025-03-19
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* CleanupAndrew Opalach 2025-03-18
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Sink refactor wipAndrew Opalach 2025-03-15
| | | | | | Dangling target won't stay around. I have a couple of ideas about how to massively simplify the handling of ended entries. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix vcr memory leak, subtitle upload/render syncAndrew Opalach 2025-03-03
| | | | | | | | - Some sink behavior fixes. - Fix clock sync when seeking. - Add relative seek bind. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Small fixes and update depsAndrew Opalach 2025-02-19
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Server resource unload, many tweaks and fixesAndrew Opalach 2025-02-19
| | | | | | | | - Initial liana client preferences. - Hook up libplacebo dx11 backend. - Make usage of FFmpeg hardware decoding api make some sense. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Audio buffer and sink fixes, unsigned width/heightAndrew Opalach 2025-02-04
| | | | | | | | - Screen feature testing - Older FFmpeg support - Build configuration fixes Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fixes and optimizations around seek and loopAndrew Opalach 2025-01-29
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Discard packet_stream queue on demoteAndrew Opalach 2025-01-25
| | | | | | - Cleanup some comments. Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix multiple bugs encountered during stress testAndrew Opalach 2025-01-24
| | | | | | - Basic server resource cleanup Signed-off-by: Andrew Opalach <andrew@akon.city>
* Big build updateAndrew Opalach 2025-01-23
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Add DVD boilerplateAndrew Opalach 2025-01-19
| | | | | | | | - Work on FFmpeg hwframes context support - Raspberry Pi testing - Update color_palette Signed-off-by: Andrew Opalach <andrew@akon.city>
* Account for dependency changes, platform testingAndrew Opalach 2025-01-17
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix sink local pauseAndrew Opalach 2025-01-05
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Audio buffer, mixer and sink improvementsAndrew Opalach 2025-01-03
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* 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>
* Finish server reuse connection, move loop to listAndrew Opalach 2024-12-27
| | | | Signed-off-by: Andrew Opalach <andrew@akon.city>
* Fix some configurations, add sink loop modeAndrew Opalach 2024-12-27
| | | | 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>
* Work on pause and seekAndrew Opalach 2024-12-14
| | | | 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>
* Improve audio/video_buffer_push() logicAndrew Opalach 2024-12-05
| | | | 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>
* 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>
* Add user volume, simple client add cliAndrew Opalach 2024-11-12
| | | | 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>