Commit Graph

21 Commits

Author SHA1 Message Date
AngelCarpintero
962d1ee9c2 Added a fix related to new ffmpeg versions : http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x10x05x220640 and avoid break compilation for old ffmpeg versions. 2007-10-07 14:30:30 +00:00
AngelCarpintero
1f49c28544 Adapted patch from http://www.lavrsen.dk/twiki/bin/view/Motion/MjpegToYUV420pPatch to fix MJPEG color issue, now configure checks for mjpegtools. 2007-08-09 03:18:58 +00:00
AngelCarpintero
897650bc47 Change version to 3.2.9 2007-08-05 16:44:39 +00:00
AngelCarpintero
63ebe2da3e Fix compilation issue when DWITHOUT_V4L flag is used by passing --without-v4l to configure 2007-04-29 13:55:59 +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
AngelCarpintero
9b9494f52d Fixed autodetection for VIA cpu , no needed to use --without-optimizecpu. Added many others ( http://gentoo-wiki.com/Safe_Cflags ) . 2007-01-21 13:00:53 +00:00
AngelCarpintero
18c981e665 Big commit for V4L2, many things won't work but that's the only way to test them. Added experimental MJPEG support for V4L2 using libavcodec. Change the order of palettes, use V4L2_PIX_FMT_SBGGR8 ( bayer ) before than V4L2_PIX_FMT_SN9C10X ( that is compressed ). Add video standard support for bttv cards (VIDIOC_G_STD). Increased the number of buffers to use and the minumun for V4L2. Change the HAVE_V4L2 by MOTION_V4L2 as Kenneth reported .Add a info message in V4L to show the palette used that will made easier to add support for more palettes and handle problems. Increase the size of cnt->imgs.common_buffer that was only used by despeckle , now is used by MJPEG ( it will be reviewed ). 2007-01-18 02:35:34 +00:00
AngelCarpintero
a9f8986bda Fix a previous error in V4L2 detection, not yet happy with all systems :-( 2007-01-16 06:21:28 +00:00
AngelCarpintero
7cb09296e4 Update configure.in with autoupdate to fix some potencial problems in the future. 2007-01-16 06:05:10 +00:00
AngelCarpintero
e9e223f9a7 change the way configure search mysql headers and libs, added 3 parameters to configure --without-mysql to disable support, --with-mysql-include directory of mysql.h and --with-mysql-lib directory of libmysqlclient.a or libmysqlclient.so 2007-01-16 05:53:31 +00:00
AngelCarpintero
f96f60a996 A second approach to detect videodev2.h for V4L2 support. Added a xioclt function like V4L2 API explain. Implemente vid_close for V4L2 as separate function to implement stop capturing as V4L2 explain. 2007-01-15 04:01:07 +00:00
AngelCarpintero
c5e0ee9022 Change configure to detect V4L2 when videodev.h doesn't include videodev2.h, also included in video2.c with a conditional define HAVE_V4L2_OLD 2007-01-14 14:50:40 +00:00
AngelCarpintero
6daec25e7c First approach to fix the problem to compile motion if v4l2 is not supported 2007-01-11 00:51:43 +00:00
AngelCarpintero
efe789b089 Update configure running autoconf, that will avoid some support question for those people that forget to run autoconf. V4L2_CAP_RADIO is not checked because break motion compilation because is not included in some kernel versions in videodev2.h 2007-01-10 02:51:43 +00:00
KennethLavrsen
ca0d8b1678 Missing thread parameter in webhttpd code
Ran autoconf making a fresh configure for 3.2.8 version
2006-11-12 16:06:45 +00:00
KennethLavrsen
e9852c3a0a Ran autoconf and changed some tabs to spaces 2006-10-19 23:02:05 +00:00
KennethLavrsen
4807b42181 Bumped up revision number to 3.2.7 and reran autoconf. Still open issues before release of 3.2.7 can be made. RPMs seems to be
broken with current specfile.
2006-04-16 07:14:19 +00:00
KennethLavrsen
0ae04d572e Updated version number for next release
Added CHANGELOG and CREDITS entries for Angels
fix for http://www.lavrsen.dk/twiki/bin/view/Motion/WebHttpManyThreads
2006-03-13 07:15:26 +00:00
KennethLavrsen
ecedaf9360 Grrr. Forgot the movie_filename change in change history, in Motion Guide, in manpages, everywhere.
I am making a quick micro release called 3.2.5.1. Sorry Sack extra work for you.
2006-03-07 21:52:04 +00:00
KennethLavrsen
2ec717122b Ran autoconf 2006-03-06 01:16:16 +00:00
root
5221670f09 Initial import 2005-12-27 08:54:39 +00:00