Commit Graph

  • 2c316263c5 found another tab that needed spaces jdodgen 2015-05-16 16:10:38 -07:00
  • cc3cafdce5 Another tab to space change jdodgen 2015-05-16 16:08:29 -07:00
  • 899ce50ce9 whoops did one wrong now tab to space conversion :) jdodgen 2015-05-16 15:43:50 -07:00
  • 0cb7a049e1 more spaces to tabs jdodgen 2015-05-16 15:42:28 -07:00
  • 06e4f3bc1f replacing spaces with tabs jdodgen 2015-05-16 15:39:36 -07:00
  • 5a31c0b449 moved declarations up jdodgen 2015-05-16 15:32:54 -07:00
  • ea0d11eb8f lastsnap allow path information when doing a singelton lastsnap picture jdodgen 2015-05-12 15:52:00 -07:00
  • 2f43f947b6 V4L2 missing a #include jdodgen 2015-05-12 12:24:09 -07:00
  • cc49c75d22 Sqlite3 changes - use local sqlite3.c if found. new option to set busy_timeout (wait on locked condition) jdodgen 2015-05-11 16:20:38 -07:00
  • ae4cdb7b45 Merge pull request #61 from tosiara/logging-typo Mr-Dave 2015-04-05 09:07:38 -06:00
  • c5d39b1c03 Bump configure Mr Dave 2015-03-20 00:14:42 -06:00
  • d71cebf8e8 Fix FTP option Mr Dave 2015-03-20 00:12:51 -06:00
  • e433706bb7 Typo fix. ERR was mentioned twice, while it should have been INF tosiara 2015-03-16 14:25:55 +02:00
  • e81e3e726e Typo fix, was build break tosiara 2015-02-04 12:24:36 +02:00
  • 003a666af2 Moved #define events to an enum and added a to string option Mike Terzo 2014-10-28 04:35:09 -04:00
  • cb6a300882 Fix for ftp_send_type - was missing type param Author: mterzo 2dbff19b9d tosiara 2015-02-04 12:17:38 +02:00
  • 5c6f4be9e6 Bump Configure Mr Dave 2015-01-25 17:12:50 -07:00
  • a5b5f13e13 Merge branch 'tosiara-mrdave-fix-typo' into unstable Mr Dave 2015-01-25 17:06:30 -07:00
  • c0757d4fa9 Fix typo. EMR is not a valid log level. Should be EMG tosiara 2015-01-25 19:00:09 +02:00
  • c3b21b11b6 bump configure Mr Dave 2014-10-27 19:03:54 -07:00
  • 93ca6f8f27 Lock thread for ffmpeg/libav init Mr Dave 2014-10-27 19:03:02 -07:00
  • c943a67b1c Bump configure script Mr Dave 2014-10-23 20:24:33 -07:00
  • fb9befa241 Revise version script Mr Dave 2014-10-23 20:23:46 -07:00
  • 120cc4bb65 Update changelog Mr Dave 2014-10-23 20:20:59 -07:00
  • 375e5f0266 Merge branch 'sthen-openbsd_v4l' into unstable Mr Dave 2014-10-23 20:19:29 -07:00
  • 43f9e569bb add comment to config file, need to use input 0 on OpenBSD Stuart Henderson 2014-10-23 12:57:30 +01:00
  • ec580999d0 don't detect any *BSD as FreeBSD Stuart Henderson 2014-10-23 12:57:12 +01:00
  • 570faea249 ioctl(2) "request" is an unsigned long on OpenBSD Stuart Henderson 2014-10-23 12:56:50 +01:00
  • eef23f02b5 check for V4L2 header in sys/videoio.h as well as linux/videodev.h Stuart Henderson 2014-10-23 12:56:30 +01:00
  • 80633f222b include rotate.h (for pthread.h) before netcam_rtsp.h Stuart Henderson 2014-10-23 12:55:53 +01:00
  • dcbd514147 forward definition for setup_signals(), needed on OpenBSD Stuart Henderson 2014-10-23 12:55:15 +01:00
  • 54518cf349 Merge pull request #51 from tosiara/unstable Mr-Dave 2014-10-21 19:35:50 -07:00
  • bfbfebadcc Allow netcams with modulo 8 dimensions Mr Dave 2014-10-21 19:26:45 -07:00
  • 8d99f2815a Optimization of function mjpegtoyuv420p Patch proposed by Github user aklomp Link: https://github.com/Mr-Dave/motion/issues/49 tosiara 2014-10-14 10:54:19 +03:00
  • 9479d910f2 Updated configure script Mr Dave 2014-10-18 12:53:11 -07:00
  • 78ba2dae71 Merge unstable with master Mr Dave 2014-10-18 12:49:21 -07:00
  • f3d36d4fce Fix compile without ffmpeg and older versions Mr Dave 2014-10-18 12:47:02 -07:00
  • f38c5a876f Update CHANGELOG Mr Dave 2014-10-18 12:40:33 -07:00
  • 54a70f0bb3 Merge pull request #50 from aklomp/mymalloc Mr-Dave 2014-10-18 12:30:25 -07:00
  • 37a55626ce Merge pull request #48 from sthen/master Mr-Dave 2014-10-18 12:29:53 -07:00
  • a36801e6dd free(): remove unnecessary NULL pointer checks Alfred Klomp 2014-10-15 23:46:37 +02:00
  • 8f5bf18c48 netcam.c: tfile_context(): simplify function Alfred Klomp 2014-10-15 21:56:08 +02:00
  • f7e0830978 mymalloc sets allocated memory to zero; no need for extra memset Alfred Klomp 2014-10-15 18:31:32 +02:00
  • ccdeee0073 mymalloc(): don't cast return value; void* is always promoted Alfred Klomp 2014-10-15 18:24:48 +02:00
  • 8619b48d3a support -b to force running in background Stuart Henderson 2014-10-11 12:10:54 +01:00
  • bee218956f Merge pull request #41 from aklomp/mrdave-sizeof Mr-Dave 2014-10-06 22:43:49 -07:00
  • 5cc0358144 Test that svn checkin works release-3.2.12 3.2 KennethLavrsen 2014-10-06 23:01:33 +00:00
  • 32c9b58a9c Test checkin to verify that password access KennethLavrsen 2014-10-06 22:59:03 +00:00
  • d0cc56c733 bugfix: motion.c: calculate proper allocation size Alfred Klomp 2014-05-02 10:49:50 +02:00
  • 95c6a9fd29 Bugfix: calculate proper size for memset() Alfred Klomp 2014-05-02 12:31:36 +02:00
  • b6f73ffccb Timelapse fixes and bump version Mr Dave 2014-10-05 05:31:47 -07:00
  • 90c2adc764 Merge pull request #38 from tosiara/mrdave-motion-3.4 Mr-Dave 2014-10-03 16:54:20 -07:00
  • 6894861024 Add copyright to the 3.4 branch Mr Dave 2014-10-02 20:41:31 -07:00
  • d35a11e109 Merge pull request #37 from tosiara/mrdave-unstable Mr-Dave 2014-10-02 19:58:13 -07:00
  • 80c2759726 Added 3.4 to CHANGELOG tosiara 2014-10-02 13:33:08 +03:00
  • bb8f34abbd Release 3.4.0 tosiara 2014-10-02 12:52:29 +03:00
  • 0961ece7ab Add copyright file for added features since version 3.2.12 Mr Dave 2014-09-25 19:21:11 -07:00
  • f880807aea Clean up ffmpeg.c and plug memory leak Mr Dave 2014-09-25 19:18:45 -07:00
  • c37ac34175 Add support to ffmpeg.c for libav10 Mr Dave 2014-09-25 19:16:27 -07:00
  • 6c5dacbb1d Additional packaging fixes Mr Dave 2014-09-25 19:11:46 -07:00
  • 45a523ca43 packaging fixes from infinity0 Ximin Luo 2014-09-25 19:09:21 -07:00
  • 7cfdf13cd6 Move debian to new repo Dave 2014-09-09 20:53:41 -06:00
  • 6ef7c903bf Depoyed to ppa as 3.2.12-4ppa01~trusty Mr Dave 2014-09-06 17:24:27 -07:00
  • 4579bbb726 Depoyed to ppa as 3.2.12-4ppa01~precise Mr Dave 2014-09-06 17:22:29 -07:00
  • 9b42f85c04 Change some defaults for config file Mr Dave 2014-09-06 14:18:16 -07:00
  • 7d5537c2ae Add debian packaging files from 14.04. Mr Dave 2014-09-06 14:03:03 -07:00
  • bd730643ef Implement modulo 16 for netcams to avoid seg fault in stream MrDave 2014-09-06 09:39:55 -07:00
  • a869057374 Recommit changes from tosiara commit 9ebee031 MrDave 2014-09-06 08:51:43 -07:00
  • fbabd5d5fb Rollback memset to allow for formal pull. MrDave 2014-09-06 07:48:36 -07:00
  • 815923d8bb Add git commit number to version number MrDave 2014-09-03 21:59:18 -07:00
  • de77c45abc RTSP rotate/resize/non YUV420/MJPEG. Now requires libswscale-dev Mr Dave 2014-08-10 20:47:11 -07:00
  • de38cbce31 Merge pull request #18 from tosiara/rtsp-mr-dave Mr-Dave 2014-07-23 13:51:02 -06:00
  • 3aeaef7e26 Whitespace fix tosiara 2014-07-23 18:18:25 +03:00
  • 8f4d2cc6fa Whitespace fix tosiara 2014-07-23 18:14:58 +03:00
  • 646fb10b8b Whitespace fix tosiara 2014-07-23 18:11:53 +03:00
  • 02ff965474 Whitespace fix tosiara 2014-07-23 18:06:47 +03:00
  • 7a55468d01 Whitespace fix tosiara 2014-07-23 18:04:44 +03:00
  • 0dfdbec0ec Whitespace fix tosiara 2014-07-23 17:49:34 +03:00
  • 3528e659aa Whitespace fix tosiara 2014-07-23 17:43:27 +03:00
  • 250b2e41be Whitespace fix (finnaly INSTALL is done) tosiara 2014-07-23 17:24:25 +03:00
  • 1184a9c3f4 Whitespace fix tosiara 2014-07-23 17:16:07 +03:00
  • 259f959e0d Whitespace fix tosiara 2014-07-23 17:14:46 +03:00
  • c6a7bae0a0 Removed motion-dist.conf, it is autogenerated upon configure tosiara 2014-07-23 16:02:58 +03:00
  • eb8e2e2ce2 Merge pull request #4 from tosiara/mr-dave-pull-request tosiara 2014-07-23 14:33:20 +03:00
  • e9abd61a92 Revised motion-dist Mr-Dave 2014-07-12 16:08:24 -06:00
  • e85feb01e9 Add config option for transport from Hyberbolic2346 commit 423ef7bb Mr-Dave 2014-07-08 21:46:46 -06:00
  • eeafdf7cf3 Add grey picture on rtsp disconnect by Mr-Dave 8b12669747 root 2014-07-08 14:13:57 +03:00
  • 8b12669747 Gray image upon disconnection Mr-Dave 2014-07-07 16:52:30 -06:00
  • b993616a56 Merge with unstable Mr Dave 2014-07-05 15:56:18 -07:00
  • 546727ba90 Implement init of AV libraries from bcl fork and clean up Xubuntu 12.04 2014-07-05 15:35:45 -07:00
  • 42403e6c8c Merge Mr-Dave ustable branch into local rtsp-mr-dave tosiara 2014-07-04 19:00:45 +08:00
  • 4d8b57ffde Additional validations on rtsp start Xubuntu 12.04 2014-07-03 20:50:36 -07:00
  • 51aa406c6c Merge pull request #1 from Mr-Dave/unstable tosiara 2014-06-30 14:15:40 +03:00
  • b9b4ef6b4d New configure and isolation of RTSP Dave 2014-06-27 22:36:47 -06:00
  • 05f915c261 Merge branch 'master' into unstable Dave 2014-06-27 22:27:27 -06:00
  • 7c3164c6cb Isolate RTSP and revise configure Dave 2014-06-27 21:54:22 -06:00
  • cdfcdc2a74 Additional validations for successful connection and clean up messages Dave 2014-06-26 21:56:45 -06:00
  • e459e30064 Merge pull request #9 from tosiara/rtsp-mr-dave Mr-Dave 2014-06-24 18:10:59 -06:00
  • 6c8ab87835 Updated CHANGELOG with credits for some previous commits tos 2014-06-24 21:50:55 +03:00
  • 68cb3fee6d Restored 0644 permissions for some files CHANGELOG INSTALL ffmpeg.c ffmpeg.h netcam.c netcam_rtsp.c tos 2014-06-24 21:38:28 +03:00