Daniel Richard G 3c0a22ad1e Various fixes to Motion's interaction with FFmpeg vis-a-vis RTSP
* Added <assert.h> to motion.h, so we can do assertions

* Changed the return-code semantics of rtsp_decode_video() and
  rtsp_decode_packet() to a tristate: negative on error, zero if no
  output is currently available, positive if output was successfully
  obtained

* Assert that avcodec_send_packet() never returns AVERROR(EAGAIN)
  (i.e. we never overfill the codec with packets)

* Treat AVERROR(EAGAIN) from avcodec_receive_frame() as a no-output,
  non-error condition (it means we need to send more packets before we
  can get a frame)

* Changed netcam_read_rtsp_image() to handle the case where the codec
  has a frame ready for output without needing any new packets

* Simplified the logic in the netcam_read_rtsp_image() packet-read loop

* Improved wording of some log messages

* Removed needless variable initializations
2017-04-23 16:31:31 -04:00
2016-11-11 21:47:37 +01:00
2016-11-13 13:02:33 +00:00
2017-03-04 12:54:27 -07:00
2017-02-12 18:25:43 -07:00
2016-10-14 22:30:56 -06:00
2017-03-04 20:36:27 -07:00
2017-02-12 16:20:27 -07:00
2017-03-09 21:47:13 -07:00
2017-01-16 18:16:03 -07:00
2005-12-27 08:54:39 +00:00
2017-02-12 18:25:43 -07:00
2017-03-04 20:36:27 -07:00
2016-08-25 22:16:47 -06:00
2017-03-09 21:47:13 -07:00
2017-03-04 12:37:04 -07:00
2017-02-12 15:17:42 -07:00
2017-02-12 18:25:43 -07:00
2017-04-10 17:01:36 -04:00
2017-04-10 17:01:36 -04:00
2017-02-12 16:20:27 -07: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
2017-02-12 18:25:43 -07:00
2008-07-16 20:34:23 +00:00
2017-03-04 20:36:27 -07:00
2017-02-12 18:25:43 -07:00
2015-09-21 08:23:04 -06:00
2017-02-12 18:25:43 -07:00
2017-02-12 18:25:43 -07:00
2017-02-12 18:25:43 -07: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
2017-03-04 20:36:27 -07:00
2017-02-12 18:25:43 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 15:17:42 -07:00
2016-10-02 21:09:09 -06:00
2016-12-12 02:14:20 +01:00
2017-02-12 18:25:43 -07:00
2017-02-12 18:25:43 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 16:20:27 -07:00
2016-10-24 21:39:54 -06:00
2017-02-12 16:20:27 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 18:25:43 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 16:20:27 -07:00
2017-02-12 18:25:43 -07:00
2017-02-12 18:25:43 -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 is within the master branch and 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 25 MiB
Languages
C++ 97.5%
M4 1.9%
Makefile 0.6%