moonfire-nvr/src
Scott Lamb 2bdb2eca5d fix a couple time problems
* CameraDayKey::bounds (used to generate the start and end times of days in
  the returned JSON) returned UTC, not matching what recordings were mapped
  into that day. So fetching a day with its given bounds would return
  something different. Test and fix it.

* Several time-related tests weren't calling testutil::init(), so they weren't
  fixing the time zone to the expected America/Los_Angeles. If the machine
  time is set to something else, they would break.
2017-10-11 20:08:26 -07:00
..
cmds update deps (particularly hyper) + fix warnings 2017-09-21 21:51:58 -07:00
testdata serve 'video/mp4; codecs="avc1.xxxxxx"' mime type 2017-10-03 23:25:58 -07:00
clock.rs compilation fix for 32-bit arm 2016-12-30 06:35:10 -08:00
coding.rs extract varint/zigzag stuff to separate module 2017-01-03 10:33:53 -08:00
db.rs fix a couple time problems 2017-10-11 20:08:26 -07:00
dir.rs fix ClockAdjuster logic 2017-10-09 22:13:38 -07:00
error.rs use my own ffmpeg crate 2017-09-20 21:06:06 -07:00
h264.rs serve 'video/mp4; codecs="avc1.xxxxxx"' mime type 2017-10-03 23:25:58 -07:00
json.rs make json api more idiomatic 2017-10-09 21:58:44 -07:00
main.rs use my own ffmpeg crate 2017-09-20 21:06:06 -07:00
mp4.rs fix with-editlist hash 2017-10-09 21:00:45 -07:00
recording.rs fix a couple time problems 2017-10-11 20:08:26 -07:00
schema.sql benchmark camera page, fix broken schema 2017-02-12 20:37:03 -08:00
slices.rs support segmented mp4s 2017-10-01 15:29:22 -07:00
stream.rs work around #10 with advanced_editlist=false 2017-10-09 21:44:48 -07:00
streamer.rs serve 'video/mp4; codecs="avc1.xxxxxx"' mime type 2017-10-03 23:25:58 -07:00
strutil.rs support segmented mp4s 2017-10-01 15:29:22 -07:00
testutil.rs serve 'video/mp4; codecs="avc1.xxxxxx"' mime type 2017-10-03 23:25:58 -07:00
web.rs make json api more idiomatic 2017-10-09 21:58:44 -07:00