Commit Graph

31 Commits

Author SHA1 Message Date
MrDave
9e4245a3df PTS fixes 2016-08-27 21:08:51 -06:00
MrDave
4042a40081 Eliminate developer-flags warnings 2016-08-20 19:53:16 -06:00
MrDave
1ffcbe296c ffmpeg 3.0 fixes 2016-08-20 19:36:18 -06:00
Joseph Heenan
ad5013bbba Fix stack corruption in event_ffmpeg_timelapse
The current definitions (char codec_swf[3] = "swf" etc) are declared
one character too short resulting in stack corruption or crashes in
some cases.

To avoid the possibility of an error at all, we change ffmpeg_open to
take a const char * as it doesn't need to alter the string.

Closes https://github.com/Mr-Dave/motion/issues/109
2016-08-09 07:38:24 +01:00
Mr Dave
21994e4b40 PIX change for older ffmpeg 2015-09-21 10:30:40 -06:00
Mr Dave
392f826f81 Fix PIX format 2015-09-21 09:04:31 -06:00
Rex Feany
74fbda2bf0 compile against ffmpeg from github@58fe57d5a05ad8d15c320b2bd163debbc412bdd3
fix minor compilation issues
use pkg-config
2015-09-18 00:33:04 -07:00
Mr Dave
90a97c05eb Ffmpeg container fixes 2015-09-04 16:49:38 -06:00
Mr Dave
f3d36d4fce Fix compile without ffmpeg and older versions 2014-10-18 12:47:02 -07:00
Mr Dave
b6f73ffccb Timelapse fixes and bump version 2014-10-05 05:31:47 -07:00
Mr Dave
f880807aea Clean up ffmpeg.c and plug memory leak 2014-09-25 19:18:45 -07:00
Xubuntu 12.04
546727ba90 Implement init of AV libraries from bcl fork and clean up 2014-07-05 15:35:45 -07:00
tos
68cb3fee6d Restored 0644 permissions for some files
CHANGELOG INSTALL ffmpeg.c ffmpeg.h netcam.c netcam_rtsp.c
2014-06-24 21:38:28 +03:00
Dave
ca413db53c Added support for libav V53 2014-06-19 20:17:20 -06:00
AngelCarpintero
6d35a01104 Make cosmetic changes in comments, description of functions and fix some code to be compliant with CODE STANDARD 2010-03-29 19:24:57 +00:00
AngelCarpintero
623085d49c Apply new code standard ( chuck 1 ) 2008-07-16 20:15:27 +00:00
AngelCarpintero
9f743c80e2 More changes in option names from http://www.lavrsen.dk/twiki/bin/view/Motion/IntuitiveOptionNamesDiscussion 2008-06-15 16:32:13 +00:00
AngelCarpintero
99e9ebbed3 Patch watchdow according to http://www.lavrsen.dk/twiki/bin/view/Motion/WatchdogAndThreadPatch and thread-quit-ffmpeg-error-on-no-space-left.diff 2008-05-06 12:26:28 +00:00
AngelCarpintero
a109cdbe9f Define AVERROR for ffmpeg 0.4.8 & 0.4.9-pre1 and add a missing motion_log() 2008-01-18 03:23:33 +00:00
AngelCarpintero
1e5918bb28 Comment out includes, previously commented that breaks compilation 2008-01-16 12:28:44 +00:00
AngelCarpintero
f007525762 Fix problem to create new ffmpeg file for new versions of ffmpeg including errno.h to allow define propely AVERROR macro from avcodec.h 2008-01-15 02:30:26 +00:00
AngelCarpintero
b6c1a012df Fix logging level in track.c , added some more unsigned short int and comment some duplicated includes 2008-01-13 08:43:05 +00:00
KennethLavrsen
3c8476d692 Fix in ffmpeg_avcodec_log received by email from Alain Guidez
I have not tested it but Alain seems to know the ffmpeg code well
2007-03-25 07:54:02 +00:00
KennethLavrsen
fd1259175f Fixing more problems with ffmpeg logging (Peter Smith) 2006-06-01 01:23:15 +00:00
KennethLavrsen
952790e955 ffmpeg logging improvement (Peter Smith)
Logging now only happens in debug mode.
Fixed prototype definition of logging funtion
http://www.lavrsen.dk/twiki/bin/view/Motion/FfmpegAvicodecLogging
2006-05-31 23:03:08 +00:00
KennethLavrsen
9c9fd3e2fd Redoing the SVN74 with fixes.
Ffmpeg code mutex locking fix (Peter Smith)
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654
Ffmpeg avicodec logging improved (Peter Smith and improved by Kenneth Lavrsen)
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654
2006-05-22 23:57:01 +00:00
KennethLavrsen
6b5936cfdb Reverting SVN 74. There were severe error in the ffmpeg logging code. 2006-05-22 22:42:22 +00:00
KennethLavrsen
70806c12c2 Ffmpeg code mutex locking fix (Peter Smith)
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654
Ffmpeg avicodec logging improved (Peter Smith)
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654
2006-05-22 22:07:48 +00:00
AngelCarpintero
09c436b68a * fix many typos in comments ( i ran aspell against the code ).
http://www.lavrsen.dk/twiki/bin/view/Motion/FixTypoInComments
2006-01-21 03:14:32 +00:00
KennethLavrsen
f498fc18f8 Integrated the ffmpeg_interlace feature (Alexey Belyaev/Andrew Hamilton)
http://www.lavrsen.dk/twiki/bin/view/Motion/MotionffmpegDeinterlace

Enhanced the help text in motion.conf that heads the ffmpeg section
Renamed the option ffmpeg_filename to movie_filename to prepare for
future plugin architecture (Kenneth Lavrsen)
2005-12-29 23:32:52 +00:00
root
5221670f09 Initial import 2005-12-27 08:54:39 +00:00