113 Commits (49c35a70b51f1eaf1b15a48715d02745d8771541)

Author SHA1 Message Date
Dean Lee 20c50f8f51 framereader: use the same alignement as visionbuf (#23208) 3 years ago
Dean Lee 066528dc2b replay: use std::unique_ptr to manage memory, reuse events buffer. (#23049) 4 years ago
Dean Lee 9b0fcaeb84 rename yuv streams (#23071) 4 years ago
Dean Lee 71c282d42a logreader: support reading from corrupt log (#23050) 4 years ago
Dean Lee c6ae32ecb3 framereader: refactor seeking (#22926) 4 years ago
Dean Lee 67c748d62a refactor httprequest: emit single signals (#23039) 4 years ago
Dean Lee 43812ae898 replay: refactor http download (#23052) 4 years ago
Dean Lee 4ac4b61272 framereader: fix crash after fallback to cpu decoding (#23055) 4 years ago
Dean Lee e308bc0a3f framereader: replace swscale with libyuv, reduce cpu usage by half (#22992) 4 years ago
Dean Lee 8f9ca8d3f6 replay: add test to check dcam and ecam (#22993) 4 years ago
Dean Lee 2d8780e5c6 logreader: fix memory leak in Event (#22987) 4 years ago
Dean Lee 816fbec7ab replay: fix swsscale crash on nv12->yuv conversion (#22961) 4 years ago
Dean Lee e72feb1263 framereader: remove memory copy overhead for AVIO (#22894) 4 years ago
Dean Lee 0c26c21c9c framereader: support hardware decoding (#22906) 4 years ago
Dean Lee e0fa9b7909 framereader: remove deprecated ffmpeg functions (#22895) 4 years ago
Dean Lee 1e67fc25f1 replay: add qcam and YUV flags (#22788) 4 years ago
Dean Lee 7ff2217c8b util: remove function to_hex (#22792) 4 years ago
Mayfield 43e1903073 enable wshadow (#22756) 4 years ago
Dean Lee 5f454307fc replay: fix qcam download error (#22777) 4 years ago
Dean Lee 526cfdd0fb replay: print colored text (#22771) 4 years ago
Dean Lee 07ffd9c095 replay: fix frame lag when replaying to the next segment (#22773) 4 years ago
Willem Melching 86e72f88c3 framereader.cc: better avformat_open_input error printing 4 years ago
Dean Lee 993aa64067 replay: fix hanging on exit if stream thread has not been started yet (#22770) 4 years ago
Dean Lee a031b938b0 replay: improve segment download and merge (#22654) 4 years ago
Dean Lee 15ed1a50a3 replay: fixed the alignment issue when replaying from C3 qcamera (#22734) 4 years ago
Dean Lee af7c9ccf6f replay: build on devices (#22632) 4 years ago
Dean Lee c742e81f3e framereader: use swscale to handle the YUV conversion (#22710) 4 years ago
Dean Lee 6e0853986f replay: use an enum for flags (#22635) 4 years ago
Dean Lee c35975072e replay: improve seeking, queuing segments (#22625) 4 years ago
Dean Lee 3542dfeacd replay: fix replay looping (#22618) 4 years ago
Dean Lee ea6ee497e5 replay: parse route string, replay from the specified segment (#22503) 4 years ago
Dean Lee ed5bd9719b replay/camera: publish each camera in a separate thread (#22591) 4 years ago
Willem Melching 03ed20610b replay: improve download prints 4 years ago
Dean Lee e7aa4f16e5 replay: improve segment downloading (#22504) 4 years ago
Dean Lee 4f44e47aa1 replay: refactor FrameReader (#22438) 4 years ago
Dean Lee 26d7db6649 replay: just load one segment to start replaying (#22598) 4 years ago
Dean Lee e88d98223b replay: allocate events in contiguous memory pool (#22535) 4 years ago
Dean Lee 5afb4b9731 replay: start streaming after segment loaded (#22575) 4 years ago
Dean Lee c39afc1b7a replay: fix hanging on shutdown while downloading (#22592) 4 years ago
Dean Lee 5873c32178 framereader: remove swscale (#22578) 4 years ago
Dean Lee 37212cdd24 Replay/framereader: fix c3 qcamera padding problem (#22572) 4 years ago
Dean Lee 4e2be9ccda replay: added a missing #include <array> on Mac (#22573) 4 years ago
Dean Lee 50cf6fd948 replay: fix possible segfault in CameraServer (#22556) 4 years ago
Dean Lee f5335bd42d replay: refactor Route and Segment (#22531) 4 years ago
Dean Lee 06a1dd7598 c++ replay: support local routes (#22288) 4 years ago
Adeeb Shihadeh 6472b5b6c9 replay: support old, pre-pandaStates routes (#22525) 4 years ago
Dean Lee f0d16395b7 replay: get EncoderIndex from capnp::AnyStruct (#22518) 4 years ago
Dean Lee 3f5c7afba3 replay/camera: fix incorrect console output (#22491) 4 years ago
Dean Lee 0f49ecbff7 replay: simplify seek&merge (#22463) 4 years ago
Greg Hogan 95843a6754 replay: print current time when paused (#22468) 4 years ago