Isaac Connor
|
4528a043c5
|
fixtypo
|
2018-09-14 11:04:52 -04:00 |
Isaac Connor
|
ca3fd5ddf8
|
get rid of deleteEventFiles function. People should use the object method
|
2018-09-14 10:08:35 -04:00 |
Isaac Connor
|
11137d271e
|
Create utility functions in event for creating linkPath and idPath. Replace the code in Generate::createEventPath with using these nice new functions
|
2018-09-14 10:06:36 -04:00 |
Isaac Connor
|
63bed3af10
|
replace all uses of getEventPath with object function event->Path(). Remove getEventPath
|
2018-09-14 09:23:09 -04:00 |
Andrew Bauer
|
7ef9cf4231
|
typo
|
2018-09-13 20:13:06 -05:00 |
Isaac Connor
|
60b952ab86
|
Merge branch 'master' into storageareas
|
2018-09-13 16:20:36 -04:00 |
Isaac Connor
|
1e00034b4c
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2018-09-13 16:19:47 -04:00 |
Isaac Connor
|
a23e4c7676
|
merge zoneminder.postinst changes
|
2018-09-13 16:19:29 -04:00 |
Isaac Connor
|
0ec391354c
|
Merge branch 'fix_zms_from_mp4' into h265
|
2018-09-13 16:18:28 -04:00 |
Andrew Bauer
|
4b2d4d3871
|
fix rpm specfile changelog
|
2018-09-12 12:44:36 -05:00 |
Jonathan Lassoff
|
7bcf9d59e1
|
Use named regex capture groups.
|
2018-09-12 12:55:31 +00:00 |
Andrew Bauer
|
2f7c9a406a
|
bump sql to 1.32.0
|
2018-09-12 07:27:45 -05:00 |
Andrew Bauer
|
002bb67ccc
|
bump version to 1.32.0 release
|
2018-09-12 07:09:25 -05:00 |
Andrew Bauer
|
014202c41e
|
bump rpm specfile to 1.32.0
|
2018-09-12 07:08:58 -05:00 |
Andrew Bauer
|
b3565fb983
|
remove file that should not be there
|
2018-09-12 07:02:57 -05:00 |
Andrew Bauer
|
c66dd25ebb
|
implement collapsible headers (#2203)
|
2018-09-11 17:39:40 -04:00 |
Isaac Connor
|
eef928a742
|
fix find_all => find
|
2018-09-11 14:31:03 -04:00 |
Isaac Connor
|
684f48979a
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2018-09-11 14:30:19 -04:00 |
Isaac Connor
|
f972df167b
|
Merge branch 'master' into fix_zms_from_mp4
|
2018-09-11 13:22:42 -04:00 |
Isaac Connor
|
498435886f
|
improve debug message
|
2018-09-11 13:22:35 -04:00 |
Isaac Connor
|
b3ef347fd5
|
slight optimisations in frame skipping
|
2018-09-11 13:22:01 -04:00 |
Isaac Connor
|
e98603885d
|
Show # of frames, not the # of frames decoded already
|
2018-09-11 13:21:42 -04:00 |
Isaac Connor
|
0efc45fa93
|
implement a getFrame function that takes a timestamp and will seek to the appropriate time in the mp4 before getting a frame
|
2018-09-11 13:21:12 -04:00 |
Isaac Connor
|
ec6317bd66
|
change how frame data is stored to be more useful, pass frame time offset to getFrame to tell ffmpeg which frame to get
|
2018-09-11 13:20:41 -04:00 |
Isaac Connor
|
cc417cf3e7
|
reverse order of tests to be more efficient
|
2018-09-11 13:19:33 -04:00 |
Isaac Connor
|
b545528bb0
|
If DefaultVideo is set, use the passthrough mp4 instead of generating and mp4 from jpegs
|
2018-09-11 08:49:42 -04:00 |
Isaac Connor
|
6fcf65459f
|
show video tag version if codec set to auto and DefaultVIdeo exists
|
2018-09-11 08:43:42 -04:00 |
Isaac Connor
|
c70fb2f195
|
When signal loss occurs, trigger an event close so that the event stops because we are no longer writing to the mp4
|
2018-09-10 17:11:16 -04:00 |
Isaac Connor
|
0bb672b86b
|
dick around reverting ffmpeg 3.4 deprecations to try to get fps correct
|
2018-09-10 17:10:39 -04:00 |
Isaac Connor
|
bf1fbd169c
|
return uninformative debug statement
|
2018-09-10 15:12:19 -04:00 |
Isaac Connor
|
8608fc97be
|
fix trms=>terms
|
2018-09-10 15:11:57 -04:00 |
Isaac Connor
|
0ee261fae3
|
get rid of code that hid the close/back button on events if there was no history.
|
2018-09-10 15:11:41 -04:00 |
Isaac Connor
|
93bec93d4a
|
Fix DefaultCodec in monitor
|
2018-09-10 15:09:27 -04:00 |
Isaac Connor
|
884ba078c7
|
Store codec in session for monitor
|
2018-09-10 15:09:08 -04:00 |
Isaac Connor
|
03f769eacc
|
Rough in codec specification for Events
|
2018-09-10 12:22:55 -04:00 |
Isaac Connor
|
042d4c3099
|
Default to auditing all Storage Areas. Add a Server flag to audit only areas on a specific server.
|
2018-09-09 18:32:00 -04:00 |
Isaac Connor
|
978e332e3a
|
Merge branch 'master' into storageareas
|
2018-09-09 16:36:31 -04:00 |
Isaac Connor
|
534aebb21f
|
When loading previous and subsequent log lines, merge the fields in the filters instead of replacing
|
2018-09-09 16:36:09 -04:00 |
Isaac Connor
|
5eec7e00c5
|
Merge branch 'master' into storageareas
|
2018-09-09 14:09:52 -04:00 |
Isaac Connor
|
a296b2b777
|
fix crash when savind audio on ffmpeg 2.8
|
2018-09-09 14:01:03 -04:00 |
Isaac Connor
|
55dcb161ae
|
find should always return an array
|
2018-09-09 13:59:10 -04:00 |
Isaac Connor
|
b4f80fbe11
|
Always return an array from find
|
2018-09-09 13:56:29 -04:00 |
Isaac Connor
|
882e47c9ab
|
Fix deleting empty directories
|
2018-09-09 13:28:24 -04:00 |
Isaac Connor
|
9e8a876101
|
Fix finding Storage by ServerId
|
2018-09-09 13:28:11 -04:00 |
Isaac Connor
|
b8f6617db3
|
fix another instance of find_all
|
2018-09-09 12:15:06 -04:00 |
Isaac Connor
|
e4c87ce256
|
Merge branch 'master' into storageareas
|
2018-09-09 11:36:52 -04:00 |
Isaac Connor
|
1a2232734c
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2018-09-09 11:35:12 -04:00 |
Isaac Connor
|
d945e2ba54
|
Fix context allocation on ffmpeg 2.8. Fixes #41 on connorTechnology fork.
|
2018-09-09 11:34:12 -04:00 |
Vitaly Saversky
|
b778fd782c
|
Misspelling - non-recordable (#2200)
|
2018-09-09 09:39:30 -04:00 |
Isaac Connor
|
dfdac2ed70
|
make find and find_one functions consistent across Objects
|
2018-09-07 16:31:11 -04:00 |