Commit Graph

94 Commits

Author SHA1 Message Date
MrDave
e953b5d14b Timelapse fps and regression fixes 2016-09-03 08:48:38 -06:00
MrDave
145374680f PTS refinements, add test and remove ogg options 2016-08-31 18:25:35 -06:00
MrDave
9e4245a3df PTS fixes 2016-08-27 21:08:51 -06:00
MrDave
fbba7b8f7d Timelapse revision of swf to mpg 2016-08-25 19:29:09 -06:00
MrDave
8044d3cc86 Timelapse Container Fix 2016-08-24 22:06:00 -06:00
MrDave
9af23e8121 ffmpeg log messages and init 2016-08-22 19:57:39 -06:00
MrDave
8b2dd73713 Report versions used and revise log levels 2016-08-21 21:28:32 -06:00
MrDave
ec83f0fbda Scale movie quality/crf values based upon ffmpeg_variable_bitrate values from 0 to 100 2016-08-21 21:00:25 -06:00
MrDave
1ffcbe296c ffmpeg 3.0 fixes 2016-08-20 19:36:18 -06:00
Mr-DaveDev
3c4ab02d0f Merge branch 'master' of https://github.com/ccrisan/motion into ffmpeg-fixes 2016-08-20 10:23:19 -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
Calin Crisan
675b4befb3 ffmpeg/h264: actually pass the crf value to the options 2016-07-17 16:51:27 +03:00
Calin Crisan
b4138ee0dd h264 codec: fixed crf from vbr: the vbr range is actually 1 to 32767 2016-07-06 16:58:09 +03:00
Calin Crisan
e65ea2454d h264 codec: set crf option based on configured vbr 2016-07-03 19:49:06 +03:00
Mr Dave
0badf12210 Remove ffmpeg coded_frame 2015-09-30 20:25:24 -06:00
Mr Dave
fa569b178a HEVC Revision for old ffmpeg 2015-09-30 20:21:29 -06:00
momo-i
e6bc27c012 HEVC testing 2015-09-25 16:17:19 +09: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
a02eb47860 Add additional container options 2015-09-04 12:16:15 -06:00
Mr Dave
4750579af2 ffmpeg.c fix GOP size 2015-08-26 19:09:12 -06:00
Mr Dave
f3d36d4fce Fix compile without ffmpeg and older versions 2014-10-18 12:47:02 -07:00
Alfred Klomp
f7e0830978 mymalloc sets allocated memory to zero; no need for extra memset 2014-10-15 21:59:46 +02: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
Mr Dave
c37ac34175 Add support to ffmpeg.c for libav10 2014-09-25 19:16:27 -07:00
tosiara
7a55468d01 Whitespace fix 2014-07-23 18:04:44 +03:00
Dave
05f915c261 Merge branch 'master' into unstable
Conflicts:
	configure
	netcam.c
	netcam_rtsp.c
2014-06-27 22:27:27 -06:00
Dave
7c3164c6cb Isolate RTSP and revise configure 2014-06-27 21:54:22 -06: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
Dave
0ba3f6caf9 Undo changes from code editor and other unnecessary changes 2014-06-14 20:02:38 -06:00
Dave
976fe425a5 Removed compiler warnings and small bug fix for webhttpd.c 2014-06-13 20:47:13 -06:00
Angel Carpintero
ad7e243fca Fix configure libavformat / libavcodec
Improve #ifdef for not i386 / x86_64 for emms
2014-03-18 03:32:29 +01:00
Angel Carpintero
0fb31d66c9 - Improvement of configure adding new location to autodetect mysql and ffmpeg ( added --with-ffmpeg-headers ).
- Added support for ffmpeg 0.11 new API.
2012-07-17 12:31:33 +02:00
Angel Carpintero
2f5dbf273b - Added codec Ogg/Theora as new output format for regular movies
- Fixed leak in vloopback
2012-06-02 03:28:32 +02:00
Angel Carpintero
5dd9ed44ec Better detection of av_register_protocol2() and av_register_protocol() 2011-10-27 01:02:53 +02:00
Angel Carpintero
734155f358 Fix http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2011x10x05x071936
Improve Git hash for configure.in
2011-10-22 18:59:01 +02:00
Angel Carpintero
58627b05aa Improve detection of av_register_protocol() for ffmpeg , real commit. 2011-10-22 17:42:04 +02:00
Angel Carpintero
5273773777 Remove warning for guess_format() deprecated in ffmpeg 2010-11-07 19:14:52 +01:00
Angel Carpintero
d8063fb1df - Change default log level to 6 / NTC
- Reviewed log levels to make motion less verbose and move most of them to NTC level.
2010-05-23 00:01:05 +02:00
AngelCarpintero
16de00f550 www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2010x04x13x032553 and little change in logger to allow type TYPE_ALL 2010-04-15 20:56:17 +00:00
AngelCarpintero
3e53086a81 fix spelling and code standard compliant 2010-04-05 18:35:19 +00:00
AngelCarpintero
f7469950d0 Added a macro MOTION_LOG , no need to add __FUNCTION__ anymore. 2010-04-04 21:50:50 +00:00
AngelCarpintero
79cf297cd4 Implemented http://www.lavrsen.dk/foswiki/bin/view/Motion/MotionLog 2010-04-03 19:34:23 +00: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
8de231568b FfmpegDeinterlaceStatic and AtomOptimizations 2009-09-21 13:28:04 +00:00
AngelCarpintero
314a4ee004 http://www.lavrsen.dk/foswiki/bin/view/Motion/MotionWriteBuffersPatch 2009-07-08 07:11:19 +00:00