50 recent changes in Motion Web retrieved at 09:20 (GMT)

FfmpegFrameRatePatch
FFMpeg Frame Rate Patch Introduction As of build 4754 of FFMpeg, the fields frame_rate and frame_rate_base have been removed from struct AVCodecContext. They hav...
ErrorLoggingEnhancementPatch
Enhanced error / information / debug message logging Introduction Throughout the different source modules, the logging of messages has quite a lot of different i...
DrawTextnImprovement
draw_textn Improvement Introduction This patch should give a small speed boost to the function draw_textn. Description of Patch Since draw_textn is a heavily ca...
ConvertSignalToSigaction
Convert signal to sigaction Introduction Replace use of signal function by sigaction. Description of Patch Currently, motion is using signal() function. There i...
AvoidCleanupSegfault
Avoid Cleanup Segfault Introduction There're some variable that are not allocated so when motion exits the cleanup process segfaults , also it's not safe to chan...
NetcamErrorImprovementPatch
Changes to the "new" netcam code to improve error handling Introduction Discussion and ideas for improving the error handling in the netcam module are continuing...
MotionCMaintenancePatch
Motion.c Maintenance and Bugfix Patch Introduction This patch does not add any functionality to Motion. It simply cleans up motion.c by adding function documenta...
FixStandardFunctionsParameters
Fix Standard Function Parameters Introduction Rigth now no all functions in motion follow the same standard in parameter order , i.ex most of functions that us...
FfmpegCodecPatch
FFMpeg Codec Compilation Patch Introduction First, see the following bug report: BugReport2005x08x05x210647 The problem is that the codec field in struct AVStrea...
ReleaseNoteMotion3x2x2
Motion Release Release Notes Motion release 13 Aug 2005 Summary of changes since 3.2.1 Features * New completely rewritten netcam code. * Proxy serv...
BugReport2005x02x19x175939
BUG: motion has been running fine. got a segmentation fault this am. discovered it some hours later. re ran motion. almost instant seg fault. and again, sim...
BugReport2005x03x30x095935
BUG: When curl was ditched, so was the support for proxies. I can no longer connect to netcams outside my intranet! Test case Environment Motion version:...
BugReport2005x03x06x023010
BUG: I can run motion with 4 network cameras on 3.1.17 with no problems (other than a buildup defunct processes). My camera models are the Panasonic KX HCM280 Pa...
BugReport2005x08x05x210647
BUG: So the ffmpeg guys have AGAIN change the API email from ML When I try and compile Motion I get the following errors: ffmpeg.c:315: error: request for membe...
BugReport2005x08x05x173526
BUG: I have motion 3.2.2_snap9. The bug seems to happen when motion is killed, and what seems to happen is that motion will create a duplicate of the last image ...
SupportQuestion2005x07x01x074738
Question I have installed Motion on 3.2.1. on a Suse92 server. The webcam is logitich and works very well with PWC10. The only thing is that by default it sends o...
SupportQuestion2005x08x10x134348
Question I have 2 AXIS cameras setup, a 2100 and a 210, each with its own thread file. I am having a weird problem that sometimes I will get notified of motion ( ...
MotionRelease3x1x18snap10
Motion Snapshot Release 3.1.18_snap10 Release Notes 3.1.18 snap10 15 Jan 2005 Development Release not recommended for normal use We are very interested in ge...
MotionGuideInstallation
Motion Guide Installation This topic consists of the following subtopics: MotionOverview, KnownProblems, InstallOverview, PrepareInstall, ConfigureScript, MakeI...
NetcamWithoutLocking
NetcamWithoutLocking Introduction Current netcam uses locking (mutex) to protect buffers. I found now a way to eliminate this locks using an atomic function (xch...
r14 - 13 Aug 2005 - 08:25 by PeterHolik
MemoryLeaksInMotion
Find Memory Leaks in Motion Why that is important ? Any program that use dynamic allocation of memory ( malloc , calloc , etc ... ) , should free it when that m...
MotionControl
MotionControl Description It is very similar to the motion control program that used the old XmlRpcApi. The difference is that it uses the new MotionHttpAPI. Th...
r6 - 11 Aug 2005 - 10:53 by EmilB
SupportQuestion2005x08x09x110945
Question I have installed my motion with the webcam port 8081 active. I am using the cambozola applet.My problem is that I think that is insecure to have opened t...
SupportQuestion2005x06x02x143352
Question I installed Fedora Core 3 with 2.6.11 1.27_FC3 kernel, installed all the various RPM associated including Motion 3.2.1. Using a WinTV PVR 150 with ivtv...
SupportQuestion2005x08x10x004803
Question I have a PTZ camera..and am looking to talk direct to it using Pelco D protocol. Does anyone know how I can do this? I'm just using a Presario PC Enviro...
FeatureRequest2005x07x25x143052
Feature Request: Description i have ivc 200 capture card. This card working incorrect with VIDEO_PALETTE_YUV420P, but working fine wich VIDEO_PALETTE_YUV422. Pl...
MotionRelease3x2x2snap11
Motion Snapshot Release This release is not a release candidate but a developers code baseline sync release. Netcam recovery is known to be broken! Release Not...
SupportQuestion2005x08x05x094340
Question Hey, I've got my camera set up (using ov51x driver) and I'm able to get motion to work, saving images, detecting motion and creating an mpeg. To do that ...
NetcamRetryErrorDiscussion
Netcam and the Retry Scheme when having errors Discussion When should the netcam code give up? When should it retry? How often? How long? What messages should it ...
r16 - 09 Aug 2005 - 04:30 by BillBrack
SupportQuestion2005x08x08x033734
Question During compilation of 3.2.1 I kept getting a compilation error: ffmpeg.c line 426 __av_freep not defined... There were about ten of these errors on diffe...
MotionRelease3x2x2snap10
Motion Snapshot Release Release Notes 05 Aug 2005 Development Release Changes since 3.2.1 snap1 * Pthread deadlock in motion 3.2.1 fixed (Angel Carpinte...
BugReport2005x08x02x070017
BUG: From email on mailing list from Bill Maidment ./configure and ./configure with mysql=/usr/lib64 and ./configure with mysql=/usr/lib64/mysql all give me: c...
MotionRelease3x2x2snap9
Motion Snapshot Release Release Notes 03 Aug 2005 Development Release Changes since 3.2.1 snap1 * Pthread deadlock in motion 3.2.1 fixed (Angel Carpinte...
r2 - 02 Aug 2005 - 23:27 by AngelCarpintero
FeatureRequest2005x05x31x083439
Feature Request: Description add the line openlog("motion", LOG_PID LOG_NDELAY, LOG_DAEMON); ( works well in motion.c in function motion_loop(), right before...
FeatureRequest2005x06x30x020826
Feature Request: Description I like to use the text feature to put a timestamp on my videos and stills from motion. When capturing at 640x480, the text tends t...
BugReport2005x08x01x150922
BUG: Motion Restart Mon Aug 1 09:14:33 EDT 2005 Motion running as daemon process Thread 1 is from thread1.conf Thread 2 is from thread2.conf Thread 1 started Thr...
BugReport2005x07x14x212356
BUG: Bug BugReport2005x02x11x170019 included a patch to resolve the issue. This was included in motion 3.1.19_snap2. It appears this bug was reintroduced with ...
BugReport2005x05x26x125712
BUG: When running with 3 netcams, there are 7 threads/processus, main and 2 threads per netcam (1 3*2=7, no http control, no webcam). When hitting Ctrl C, most o...
NewDrawTextMethod
New Draw Text Method Introduction This patch is a new method for drawing characters on Motion frames. Description of Patch Previously, the function draw_textn h...
SupportQuestion2005x07x27x094302
Question hi to all, i'm working with motion version 3.0.4 and before I upgrade to latest version, i need work with that..... The problem is with mask... I have cr...
MotionRelease3x2x2snap8
Motion Snapshot Release Release Notes 01 Aug 2005 Development Release Changes since 3.2.1 snap1 * Pthread deadlock in motion 3.2.1 fixed (Angel Carpinte...
SupportQuestion2005x07x17x092359
Question I'm having a problem with frames being recorded out of sequence in both the ffmpeg generated video files and the jpeg snapshots. Timestamps go in order,...
BugReport2005x05x09x004056
BUG: if you set first thread to 640x480 and second to 320x240 server don't works and crash with * glibc detected * free(): invalid pointer: 0xb4658008 * device: ...
BugReport2005x03x23x203016
BUG: Motion.BugReport2005x01x30x190907 did not fix the compilation issue on certain VIA processors. When compiling for VIA Samuel 2, Ezra, Ezra T architectures ...
MotionRelease3x2x2snap7
Motion Snapshot Release Release Notes 17 Jul 2005 Development Release Changes since 3.2.1 snap1 * Pthread deadlock in motion 3.2.1 fixed (Angel Carpinte...
MotionConfAddition
Motion Conf Addition Patch Introduction adds conf options to bind to a single IP address, an another config option to create a PID file Description of Patch Fo...
r9 - 16 Jul 2005 - 13:34 by EvilPete
SupportQuestion2005x07x14x150232
Question i'm planning to get a computer that dedicates on capturing from video for a security system. I'm planning on 4 leadtek tv tuner cards and each of them ha...
SignedUnsignedCharsInMotion
Signed and Unsigned Chars in Motion Safe means that the function works with both signed and unsigned. This topic was created to figure out what needed to be chang...
MotionRelease3x2x2snap6
Motion Snapshot Release Release Notes 13 Jul 2005 Development Release Changes since 3.2.1 snap1 * Pthread deadlock in motion 3.2.1 fixed (Angel Carpinte...
WebcamCodeOverview
Webcam Code Overview Webcam Defined in webcam.h The webcam_buffer struct references the picture that gets streamed struct webcam_buffer ^ unsigned char ...
Number of topics: 50
< Previous Page 35 of 41 Next >

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

This topic: Motion > WebHome > WebChanges
Topic revision: 27 Oct 2010, KennethLavrsen
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Please do not email Kenneth for support questions (read why). Use the Support Requests page or join the Mailing List.
This website only use harmless session cookies. See Cookie Policy for details. By using this website you accept the use of these cookies.