22 Commits (ae85ee093252720b749ac07b61933b51a609511c)

Author SHA1 Message Date
Dean Lee c5f73a748e
replay: support for setting a custom playback speed (#30462) 1 year ago
Dean Lee da95fd3019
replay: simplify the code for allow/block list (#30449) 1 year ago
Dean Lee 26a82e70d5
replay: make `speed_` atomic (#30429) 1 year ago
Dean Lee e287a5f164
cabana: remove the qlog parsing thread (#30319) 2 years ago
Dean Lee 2d99521e75
cpplint: `build/include_what_you_use` (#29556) 2 years ago
Dean Lee 363740a497
cpplint: add `readability/braces` filter (#29554) 2 years ago
Shane Smiskol acc732efbb
replay: new demo route (#29215) 2 years ago
Dean Lee 059529cae2
cabana: improve timeline (#28801) 2 years ago
Dean Lee 67b27b7496
replay: fixed incorrect totalSeconds when there are invalid segments in route (#28388) 2 years ago
Kacper Rączy 26ad9b32f3
replay: lock uiDebug and userFlag messages behind all flag (#28349) 2 years ago
Dean Lee 74db5a4b42
cabana: group CAN events by message id to reduce the time complex from O(N) to O(1) (#27601) 2 years ago
Dean Lee 2c7df6efc8
replay: show absolute time (#26869) 2 years ago
Dean Lee f49520db0f
Cabana: display all logs in log view (#26659) 2 years ago
Dean Lee b31932382d
cabana: increase replay's segment cache limit & add setting dialog (#26019) 3 years ago
Dean Lee 0fa1588f6c
Cabana: stable initial release (#26004) 3 years ago
Dean Lee 750b96aaed
cabana: improve time control (#25985) 3 years ago
Dean Lee a6ba073231
canbana: complete basic functions (#25965) 3 years ago
Dean Lee 1b8324af87
c++ cabana: Initial version (#25946) 3 years ago
Dean Lee 75c434bde7
replay: add shortcuts for seeking to the next info, warning, and critical alerts (#25576) 3 years ago
Adeeb Shihadeh 6590fb2b93
pre-commit: add codespell (#25571) 3 years ago
Cameron Clough b3cfe962cf
user event flagging (#25517) 3 years ago
Dean Lee fd5b3d7603
move replay from selfdrive/ui/replay to tools/replay (#24971) 3 years ago
Joost Wooning 43f43b1c64
UI: use YUV stream instead of RGB (#24317) 3 years ago
Adeeb Shihadeh 13e1c0b339 Revert "UI: remove RGB buffer usage (#24298)" 3 years ago
Joost Wooning b9907e86b2
UI: remove RGB buffer usage (#24298) 3 years ago
Willem Melching dc7de79dc9
replay: use VideoToolbox HW decoder on Mac (#23832) 3 years ago
Dean Lee 786152f0f1
remove trailing whitespaces (#23716) 3 years ago
Dean Lee 2f91441382
replay: cleanup functions (#23655) 3 years ago
Dean Lee 3ca8e3653b
replay: ncurses GUI (#23608) 3 years ago
Dean Lee 86d730774d
replay: handle abort in getRemoteFileSize (#23427) 3 years ago
Cameron Clough 64caee88eb
replay: add missing import for std::optional (#23416) 3 years ago
Dean Lee d2948f250b
replay: Add next engagement / disengagement jump capabilities (#23248) 3 years ago
Dean Lee 1e309a51f5
replay: add flag to disable video (#23353) 3 years ago
Dean Lee de6126ba06
replay: add flag REPLAY_FLAG_FULL_SPEED to play at full speed (#23324) 3 years ago
Dean Lee c9da1403bc
replay: fix segfault or hanging on quit (#23323) 3 years ago
Dean Lee 8a84263c2d
replay: use std::unique_ptr to manage memory, reuse events buffer. (#23049) 3 years ago
Dean Lee 20d3cf1fcb
framereader: support hardware decoding (#22906) 3 years ago
Dean Lee fb8ba34f31
replay: add qcam and YUV flags (#22788) 4 years ago
Dean Lee 2b4a477fbc
replay: improve segment download and merge (#22654) 4 years ago
Dean Lee af7dba9250
replay: use an enum for flags (#22635) 4 years ago
Dean Lee 317deeae84
replay: improve seeking, queuing segments (#22625) 4 years ago
Dean Lee f6de10b55a
replay: start streaming after segment loaded (#22575) 4 years ago
Dean Lee acc52ece20
replay: refactor Route and Segment (#22531) 4 years ago
Dean Lee 43a846843f
c++ replay: support local routes (#22288) 4 years ago
Dean Lee 5527736df6
replay: simplify seek&merge (#22463) 4 years ago
Dean Lee 2253cba98b
c++ replay: graceful shutdown (#22280) 4 years ago
Dean Lee 1eb79d7a59
c++ replay: publish all frames in CameraServer (#22378) 4 years ago
Dean Lee fd801c454a
c++ replay: get socket name from capnp::Schema (#22367) 4 years ago
Dean Lee fa8ddd992d
c++ replay: more robust seek (#22375) 4 years ago
Willem Melching 6881688af2
replay: send frames based on encodeIdx packet (#22361) 4 years ago