AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 4.4.0: * Fixes + Use default for non ASCII characters in drawing + Maximum movie time + Guide updates * Enhancements + Updated translations + Lockout on failed authentications + Hardware decoding for some network cameras + User specification of ffmpeg options for network cameras + Change default processing for http cameras. * New Configuration Options + watchdog_tmo + watchdog_kill + pause + webcontrol_lock_minutes + webcontrol_lock_attempts + webcontrol_lock_max_ips * Renamed Configuration Options + vid_control_params -> video_params + mmalcam_control_params -> mmalcam_params * Changed Configuration Options + v4l2_palette use video_params + input use video_params + norm use video_params + frequency use video_params + netcam_highres use netcam_high_params + netcam_keepalive use netcam_params + netcam_proxy use netcam_params + netcam_tolerant_check use netcam_params + netcam_use_tcp use netcam_params + netcam_decoder use netcam_params + webcontrol_cors_header use webcontrol_header_params + stream_cors_header use stream_header_params
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_motion.service.patch
- update to 4.3.2: * Revise to use MHD function for url decode * Update travis distribution testing * Eliminate compiler warnings on unsigned comparisons * Eliminate compiler warnings on MHD return codes
- Update to 4.3.1 * Fixes + Compiler errors with GCC 10 + Overrides to CFLAGS + Add maintainer mode + Segfault when invalid camera directory specified + MariaDB initializations + Updated guide - Update to 4.3.0 * Fixes + Use default for non ASCII characters in drawing + Removed poll requirement for MHD + Implement revised configure and automake + Updated testing for travis + Revise MMAL to handle revisions from upstream. + Fix movie start times + Set the FPS on v4l2 devices + Consolidate the JPEG code processing + Fix substream processing for non modulo 16 + Ignore invalid data sent from rtsp cameras. + Adjust the netcam handler wait and processing + Answer incorrect web requests. + Implement a delay upon excessive reconnect attempts + Fix filetype specified for snapshots + Guide updates + Fix vbr calculation for high frame rates * Enhancements + Updated translations + Implement revised directory structure + Implement optional decoder and encoders + Allow for distros that use videoio.h + Revise and enhance the sample service file + Output to the log the resulting ext pipe command * New Configuration Options + netcam_decoder - Update to 4.2.2 * Fixes + Webcontrol quit/end + Add stream_motion option + Generic tracking option + Delay stream when starting + Hostname for IPV6 + Multiple source streams when using passthrough + Guide update - Cleanup spec file
- No longer force ffmpeg 3 versions of pkgconfig(libav*).
- Update to 4.2.1 Fixes: - Stream rate calculations - Static library linking - Eliminate updates to movie_passthrough via webcontrol - Thread locking for movie_passthrough - NULL terminator for EXIF - Revised logging messages - Guide update for mobile
- Use ffmpeg3 versions of pkgconfig(libav*)
- explicitly require ffmpeg3-devel , as we currently do not build against ffmpeg4.
- Update to 4.1.1: https://motion-project.github.io/motion_news.html Fixes: - Build on musl based systems - jpeg decompression error processing - image saving when using highres option - filename for debug movie correction
- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
- Use pkgconfig to refer to ffmpeg because ffmpeg-devel does not exist - Use pkgconfig to refer to webp - Remove unused zlib
- Merged things from packman. - Use an own motion user, in group video - sysconfig script for options in systemd service
- updated to 4.1 from github site. https://github.com/Motion-Project/motion/wiki/News - New or revised configuration options: - flip_axis (mirrors the image) - mask_privacy (blocks out areas of image) - netcam_highres (dual stream processing) - on_camera_found (script execution) - substream_port (low resolution output stream) - webcontrol_parms (Control what parameters are included on webcontrol) - ffmpeg_timelapse renamed to timelapse_interval - ffmpeg_timelapse_mode renamed to timelapse_mode - timelapse_fps (fps for the resulting video) - timelapse_codec (container/codec for timelapse) - sdl_threadnr removed - Revised functionality - Removed v4l1 functionality - Added support for RTMP and additional v4l2 palette options - Added support for network cameras on macOSX - Added additional conversion specifiers - Added flood control for Motion log - Revised INF/DBG message logging - Log IP of failed authentication attempts - Fixes - Movie playback issues - ffmpeg 3.1 warnings - v4l2 mjpg image corruptions - various other bug fixes/refactoring - Known Issues: - Recovery for sqlite from watchdog time out (#521) - Timing on images for round-robin devices (#363) - Unresponsive thread killing (#366) - Updates to documentation - Additional building instructions - Links to configuration options at top of documentation - Multiple rewrites for configuration options - Updates to required libraries - Added requirement for libavdevice - Removed requirement for libsdl - Removed requirement for libv4l
- imported from fedora specfile - some cleanups