tosiara 10aa98b4fa jpeg code cleanup (#851)
* Changed how jpeg is written to file
Removed redundant code, put jpeg to memory and then write to file using fwrite

* Similar reuse of function put_jpeg_grey_memory

* Add jpeg error handler to put_jpeg_yuv420p_memory
Handlers copied from jpegutils.c

* Too much copied, removing extra line

* Similar changes to grey jpeg code

* Moved jpeg related functions from picture.c to jpegutils.c

* Fix for travis: unused parameter

* Few more unnecessary code removed from picture.c

* Fix for travis: no previous prototype

* Adjust function names and headers
2019-09-20 11:40:07 -06:00
2018-10-14 12:01:47 -06:00
2018-03-25 16:39:57 -06:00
2018-10-11 21:04:41 -06:00
2019-02-03 11:51:34 -07:00
2019-02-03 10:16:59 -07:00
2018-10-11 18:15:55 -06:00
2005-12-27 08:54:39 +00:00
2018-08-05 19:26:31 -06:00
2018-08-01 20:20:15 -06:00
2016-08-25 22:16:47 -06:00
2018-08-17 21:00:45 -06:00
2018-08-01 20:20:15 -06:00
2018-01-07 18:37:01 -07:00
2019-09-20 11:40:07 -06:00
2019-09-20 11:40:07 -06:00
2018-06-09 14:17:02 -06:00
2018-06-09 14:17:02 -06:00
2018-08-01 20:20:15 -06:00
2016-08-25 22:16:47 -06:00
2010-05-23 00:01:05 +02:00
2010-05-23 00:01:05 +02:00
2018-08-22 06:50:31 -06:00
2017-10-28 17:29:16 -06:00
2008-07-16 20:34:23 +00:00
2018-11-27 18:34:55 -07:00
2018-01-07 18:37:01 -07:00
2018-11-14 21:31:10 -07:00
2019-08-11 20:41:10 -06:00
2017-10-28 17:29:16 -06:00
2018-10-22 21:03:39 -06:00
2019-08-17 16:34:27 -06:00
2017-02-12 18:25:43 -07:00
2017-02-12 18:25:43 -07:00
2018-10-11 18:12:55 -06:00
2018-10-22 21:03:39 -06:00
2016-08-25 22:16:47 -06:00
2016-08-25 22:16:47 -06:00
2016-08-25 22:16:47 -06:00
2019-09-20 11:40:07 -06:00
2019-09-20 11:40:07 -06:00
2017-02-12 16:20:27 -07:00
2018-01-07 18:37:01 -07:00
2018-08-17 21:00:45 -06:00
2017-10-28 17:29:16 -06:00
2018-10-11 18:13:46 -06:00
2018-08-17 21:00:45 -06:00
2018-06-09 14:17:02 -06:00
2018-06-09 14:17:02 -06:00
2019-02-03 11:51:34 -07:00
2018-07-09 17:33:22 -06:00
2017-10-28 17:29:16 -06:00
2019-02-03 10:16:59 -07:00
2018-07-09 17:33:22 -06:00
2017-02-12 16:20:27 -07:00
2019-02-03 10:16:59 -07:00
2018-08-01 20:20:15 -06:00
2019-01-19 20:39:13 -07:00
2018-08-01 20:20:15 -06:00
2019-02-03 10:16:59 -07:00
2018-10-11 18:14:37 -06:00
2019-01-19 20:39:13 -07:00

Motion

Status

The build status from travis-ci for the master branch is: Build Status

Description

Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed. Or in other words, it can detect motion.

Documentation

The documentation for Motion is contained within the file motion_guide.html.

The offline version of this file is available in the doc/motion directory. The online version of the motion_guide.html file can be viewed here

In addition to the detailed building instructions included within the guide, the INSTALL file contains abbreviated building instructions.

Resources

Please join the mailing list here

We prefer support through the mailing list because more people will have the benefit from the answers. A archive of mailing list discussions can be viewed here

License

Motion is mainly distributed under the GNU GENERAL PUBLIC LICENSE (GPL) version 2 or later. See the copyright file for a list of all the licensing terms of the various components of Motion.

The file CREDITS lists the many people who have contributed to Motion over the years.

Contributing

Issues and Patches should be submitted via github and include detail descriptions of the issue being addressed as well as any documentation updates that would be needed with the change.

Description
No description provided
Readme GPL-3.0 26 MiB
Languages
C++ 97.5%
M4 1.9%
Makefile 0.6%