Commit Graph

1291 Commits

Author SHA1 Message Date
Unknown f91c5f2c97 Debugging 2017-12-13 17:22:18 +10:30
Unknown 037e7a4154 Created testing file. Everything seems to be working at this point, but I'll need to test with video 2017-12-13 10:33:37 +10:30
Unknown b25765d59b Just updating repos 2017-12-12 17:10:32 +10:30
Saxon Milton bfd0313776 Just updating remote 2017-12-12 09:40:30 +10:30
Unknown 42b53917b9 Wrote boolToUint func 2017-12-11 17:18:46 +10:30
Unknown b1771483ce Working out how to convert to byte slice 2017-12-11 17:08:09 +10:30
Unknown 4118d27769 Added licensing stuff and started to fill the MpegTsPacket.go file 2017-12-11 15:50:24 +10:30
Unknown 24658ed1aa Creating the files I need for repacketisation 2017-12-11 15:24:49 +10:30
Unknown bc7962b240 Getting started with repacketisation 2017-12-11 14:23:06 +10:30
Unknown ae6b07ec96 Fixed linux ffmpeg path to make more general 2017-12-07 16:14:49 +10:30
richardsonjack faafee482d Add tuneable parameter to improve motion detect picture quality 2017-12-07 15:58:53 +10:30
Unknown 5e2f968938 Cleaned up revid with motion detection capabilities. 2017-12-07 15:10:45 +10:30
richardsonjack 84057782d4 Add configurable threshold 2017-12-07 14:03:55 +10:30
richardsonjack d3b67e26c3 Fix motion detect stdout issues 2017-12-07 13:48:30 +10:30
richardsonjack 57cf50d9f1 Recommit for debugging 2017-12-07 13:15:02 +10:30
richardsonjack ebb9ad0114 Push for motion detect debugging 2017-12-07 13:12:17 +10:30
richardsonjack e9fb26d624 Add 3 different options: no motion, edge detect, motion detect 2017-12-07 11:54:15 +10:30
saxon.milton@gmail.com 4a865c0364 Merged in BitrateCalculatorPackage (pull request #7)
BitrateCalculatorPackage

Approved-by: Alan Noble <anoble@gmail.com>
2017-12-06 11:03:59 +00:00
Unknown bb6130d5ca Just made correction to comment 2017-12-06 13:45:39 +10:30
Unknown 93ad5ed247 Fixed up comments 2017-12-06 13:41:32 +10:30
Unknown 94f8ffb361 Test file is complete and appears to chose that the library works. 2017-12-06 13:37:52 +10:30
Unknown 742f92b56b testing file in progress 2017-12-06 12:53:22 +10:30
Saxon Milton f013a3e1f3 Think I've finished the actual code, just need to write some testing utilities 2017-12-06 08:54:20 +10:30
saxon.milton@gmail.com a1ee79886c Merged in SimplifyRingBufferTesting (pull request #6)
SimplifyRingBufferTesting

Approved-by: Alan Noble <anoble@gmail.com>
2017-12-05 21:17:48 +00:00
Saxon Milton ca48e4a9d4 Heading top bed soon 2017-12-05 20:46:26 +10:30
Saxon Milton 4561378a78 Heading to bed soon 2017-12-05 20:45:36 +10:30
Saxon Milton e1e38bcafc Cleaned up some comments 2017-12-05 20:22:34 +10:30
Saxon Milton 508dc6536a Simplified testing file 2017-12-05 20:18:48 +10:30
Saxon1 429ee0b5b1 just testing 2017-12-05 10:07:28 +10:30
Saxon1 f8aa535ec7 started writing BitrateCalculatorStruct 2017-12-04 17:07:39 +10:30
Alan Noble 6c0f923480 Use full path to import ringbuffer. 2017-12-04 16:20:40 +10:30
Alan Noble bb2a593dc1 Fixed typo. 2017-12-04 16:08:02 +10:30
saxon.milton@gmail.com 4997c561a1 Merged in IncorperatingRingBufferIntoRevid (pull request #5)
IncorperatingRingBufferIntoRevid

Approved-by: Alan Noble <anoble@gmail.com>
2017-12-04 05:31:12 +00:00
Alan Noble 726d360a31 Resolved conflict. 2017-12-04 15:59:41 +10:30
Saxon1 47a7a3b757 ran gofmt 2017-12-04 14:36:23 +10:30
Saxon1 ada834dc2c made small changes to revid and ringbuffer to allow for use of ringbuffer in revid 2017-12-04 14:31:54 +10:30
saxon.milton@gmail.com 60e69bc51b Merged in RingBufferFileAdded (pull request #3)
Add ringbuffer files to av dir

Approved-by: Alan Noble <anoble@gmail.com>
2017-12-04 02:57:32 +00:00
Saxon1 382d83c701 Created IsWritable function and also changed name of CanRead() to IsReadable() 2017-12-04 13:07:37 +10:30
Saxon1 13c6bd531b Improved function description 2017-12-04 12:57:35 +10:30
Saxon1 4783f39400 Corrected typo in comment and also improved comment 2017-12-04 12:55:19 +10:30
Saxon1 cdde22b2d6 Removed sizeChannel field 2017-12-04 12:54:01 +10:30
Saxon Milton 7387792f73 fix an error and ran go fmt 2017-12-03 20:07:45 +10:30
Saxon Milton 7da19e1f89 Corrected syntax error in RingBuffer and also improved testing file. 2017-12-03 20:05:46 +10:30
Saxon Milton 3a5a9f51fc Fixed some var names 2017-12-03 19:44:24 +10:30
Saxon Milton 89b4468f6c used size ring buffer rather than channel 2017-12-03 19:13:29 +10:30
Saxon Milton 1b6a2ae8ea Changed things such that the access to the ringBuffer struct is private, i.e. it is required that the constructor be used to obtain access to an object of this type. I have also edited the test file such that it abides by the new code. 2017-12-03 18:07:15 +10:30
Alan Noble 2f81769b00 Initial revision. 2017-12-03 10:10:28 +10:30
Alan Noble 4536ec5358 Changed RTPEncapsulate to rtpEncapsulate since it is not exported. 2017-12-03 10:01:56 +10:30
Saxon1 df64b89587 currently creating constructor for RingBuffer 2017-12-03 09:31:19 +10:30
Saxon1 091c740cd5 Fixed case of RingBuffer fields 2017-12-03 09:17:08 +10:30