Isaac Connor
|
9b447bde8e
|
remove extra {
|
2020-07-07 18:56:51 -04:00 |
Isaac Connor
|
c79c65e72e
|
spacing fixes
|
2020-07-07 16:14:57 -04:00 |
Isaac Connor
|
3dd5ac8146
|
shrink buffers for writing timestamp into. Don't need 64 when 28 will do. Quiets compiler warnings
|
2020-04-24 16:43:27 -04:00 |
Isaac Connor
|
ecde0a7ae0
|
Add a string_toupper function
|
2019-09-17 11:11:22 -04:00 |
Isaac Connor
|
34224a957b
|
cleanup error string
|
2019-01-15 11:36:13 -05:00 |
Isaac Connor
|
f61a1b7ebd
|
implement a touch() utility function
|
2018-09-21 15:57:48 -04:00 |
Isaac Connor
|
945825cdcb
|
Google code style, fix join() in that we weren't using the delimitere parameter
|
2018-05-12 14:37:41 -07:00 |
Isaac Connor
|
8518278476
|
coverity scan fixes/cleanups
|
2018-04-12 11:29:35 -04:00 |
Isaac Connor
|
64816aa005
|
fixes from cppcheck.
|
2017-11-18 16:00:10 -05:00 |
Isaac Connor
|
22ff831859
|
more cppcheck recommendations
|
2017-11-16 21:21:56 -05:00 |
Isaac Connor
|
71f13a7c9a
|
optimisations/fixes from cppcheck
|
2017-11-12 10:27:47 -05:00 |
Isaac Connor
|
9bd6c99586
|
Merge branch 'master' into storageareas
|
2017-05-15 12:52:35 -04:00 |
Kfir Itzhak
|
773ad363be
|
Enable neon (Advanced SIMD) in hwcaps_detect() on AArch64
|
2017-05-12 22:43:30 +03:00 |
Andrew Bauer
|
ccc2cc832f
|
Merge branch 'armv7_neon' of https://github.com/mastertheknife/ZoneMinder into mastertheknife-armv7_neon
|
2017-05-10 07:45:58 -05:00 |
Isaac Connor
|
83219d3e34
|
define av_frame_free to av_freep on older ffmpeg. Undo c++11 requirements.
|
2017-04-13 09:47:19 -04:00 |
Isaac Connor
|
51d5bfc8d5
|
introduce a helper function to print out a timeval
|
2017-04-12 13:40:38 -04:00 |
Andrew Bauer
|
b609b9ad4c
|
Merge pull request #1826 from connortechnology/uri_decode_in_zms
Uri decode in zms
|
2017-04-03 20:13:30 -05:00 |
Isaac Connor
|
f2dcd18297
|
Merge branch 'armv7_neon' of https://github.com/mastertheknife/ZoneMinder into storageareas
|
2017-03-30 13:46:30 -04:00 |
Kfir Itzhak
|
5f6332f313
|
Fixed the assembly in hwcaps_detect() to compile with -fpic & -fPIC and added SSE4.1, SSE4.2 and AVX detection
|
2017-03-30 20:35:31 +03:00 |
Isaac Connor
|
a33a8402ef
|
Merge branch 'armv7_neon' of https://github.com/mastertheknife/ZoneMinder into neon
Conflicts:
src/zmf.cpp
src/zms.cpp
|
2017-03-24 12:14:16 -04:00 |
Isaac Connor
|
a546c9e37f
|
merge uri_decode in zms
|
2017-03-20 12:00:14 -04:00 |
Isaac Connor
|
3b15ba91d1
|
Rough in a CURL based UriDecode
|
2017-03-20 11:16:21 -04:00 |
Kfir Itzhak
|
ca99d84995
|
Only include sys/auxv.h on ARM systems. That way the code can compile with glibc < 2.16
|
2017-03-20 15:12:28 +02:00 |
Kfir Itzhak
|
8b593b701b
|
Fixed hwcaps_detect() failing to compile on x86-64
|
2017-03-19 15:11:06 +02:00 |
Kfir Itzhak
|
e02e033cc8
|
Renamed ssedetect() to hwcaps_detect() and added ARM Neon and AVX2 detection
|
2017-03-19 02:05:01 +02:00 |
Andy Bauer
|
254fcbcef7
|
update gpl 2 mailing address in source files
|
2016-12-26 09:23:16 -06:00 |
Isaac Connor
|
03b1ced568
|
tabs to spaces and use 2space indenting
|
2016-04-04 10:11:48 -04:00 |
Isaac Connor
|
a88ce80716
|
Add a stringVector join function for future use
|
2014-11-05 14:01:48 -05:00 |
m-bene
|
ceff5a98ea
|
add generic Option field to ffmpeg and libvlc cameras
|
2014-05-05 13:29:12 +02:00 |
Andrew Bauer
|
69f6af93d1
|
Patch for Debian bug 736516 - FTBFS on powerpc arch.
|
2014-03-16 10:51:54 -05:00 |
Andrew Bauer
|
11fde73be1
|
This fixes a compile issue on i386 plaforms with the PIC compiler flag set
|
2014-03-15 11:38:10 -05:00 |
Kfir Itzhak
|
21f7ec12eb
|
Added useful string functions that will be used later on for rtsp digest authentication
|
2014-01-08 15:57:17 +02:00 |
nextime
|
33cbd89212
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |