Commit Graph

48 Commits

Author SHA1 Message Date
Martin Pulec
60cd29c693 Resize cap filter compile fixes (OCV 2.4.9) 2015-02-18 16:54:41 +01:00
Martin Pulec
e6583622cc Some functions' rename 2014-10-15 16:01:45 +02:00
Martin Pulec
32f7932a25 Capture filters: switched to universal library 2014-10-15 15:54:44 +02:00
Martin Pulec
00ce812db3 Couple of small fixes (mainly leaks) 2014-10-08 17:39:04 +02:00
Martin Pulec
06affa3248 Value initialize class with () not {}
Fixes problems with GCC 4.6
2014-09-17 10:12:42 +02:00
Martin Pulec
d8886e7c81 Fixed another Coverity bugs 2014-09-12 16:07:43 +02:00
Martin Pulec
8ea0043ed8 Merge branch 'trunk'
Conflicts:
	src/rtp/rtpenc_h264.c
2014-09-09 14:42:33 +02:00
Martin Pulec
f11dbbe62c Logo cap. filter: support for RGB logos 2014-09-08 17:49:54 +02:00
Martin Pulec
06d89598fa Fixed some Coverity reported errors
These Coverity errors should be fixed (mostly classified as High
Impact Outstanding by Coverity):
53922, 53923, 53935, 53938, 53945, 53963, 53974, 53976, 53978, 53979,
53980, 53981, 53982, 53988, 53990, 53991, 53993, 53994, 53995, 53998,
54000, 54002, 54004, 54008, 54010, 54013, 54016, 54018, 54020, 54022,
54024, 54025, 54027, 54028, 54030, 54031, 54032, 54033, 54034, 54035,
54036, 54038, 54039, 54041, 54043, 54047, 54048, 54050, 54053, 54054,
54055, 54056, 54062, 54064, 54065, 54067, 54071, 54072, 54074, 54075,
54076, 54081, 54087, 54088, 54089, 54091, 54093, 54096, 54097, 54103,
54104, 54106, 54109, 54111, 54112, 54114, 54117, 54119, 54120, 54121,
54125, 54126, 54129, 54130, 54132, 54133, 54136, 54137, 54140, 54145,
54146, 54149, 54150, 54151, 54153, 54154, 54156, 54157
2014-09-08 15:29:02 +02:00
Martin Pulec
0107917c25 Use -Werror in debug mode for most warnings
+ silence some warnings
2014-08-18 12:37:19 +02:00
Martin Pulec
cbd3ecc5ce Fixed frame disposing in 'every' capture filter 2014-08-14 18:38:20 +02:00
Martin Pulec
a68fca8258 Fixed name of module register functions 2014-08-13 13:36:25 +02:00
Martin Pulec
c31a61d1a0 Post merge fixes 2014-08-08 16:39:38 +02:00
Castillo, Gerard
5ba5803461 merge and improvements: resize filter refactor and YUYV color scheme resize support, control socket port refactor for setting any possible port when connection type is server, double free corruption when flushing many capture filters solved in video frame data deleter 2014-08-07 21:55:32 +02:00
Martin Pulec
cd698268d5 Move resize capture filter into separate libarary 2014-07-25 12:40:24 +02:00
Martin Pulec
d8dff46f72 Merge remote-tracking branch 'seth/trunk' into trunk 2014-05-12 11:37:37 +02:00
Martin Pulec
47670793bf Logo capture filter compile fix 2014-04-24 13:16:17 +02:00
Gerard CL
882ef5b415 merge from resize filter branch 2014-04-23 13:10:08 +02:00
Martin Pulec
99d5ca248c Support for arbitrary PAM overlay logo 2014-04-15 09:15:52 +02:00
Gerard CL
d5fe4fd281 some improvement due to division factor, maybe required port to opencv with cuda or opengl 2014-04-10 16:19:56 +02:00
Gerard CL
e1d788699a todo YUVY,RGBA and BGR 2014-04-10 16:05:32 +02:00
Gerard CL
6b5ab22771 resize filter for UYVY and RGB 2014-04-10 15:03:29 +02:00
Gerard CL
a34a0ee23d capture filter 1rst release: todo with other color specs... 2014-04-10 14:37:56 +02:00
Martin Pulec
6a2cfaaab0 Added scale capture filter - initial 2014-04-02 17:17:59 +02:00
Castillo, Gerard
4612405744 wokring with incorrect cast uchar to char 2014-03-25 15:57:20 +01:00
Castillo, Gerard
fe718f6224 to test resizing flag from opencv api 2014-03-18 09:45:53 +01:00
Castillo, Gerard
b25d0e2147 resize with no proper colors, test bench implemented,todo 2014-03-14 14:49:22 +01:00
Castillo, Gerard
feb248b627 resizing 2014-03-14 14:37:00 +01:00
Castillo, Gerard
7914b60d72 compiling, now need to not destroy mat objects 2014-03-14 13:47:26 +01:00
Castillo, Gerard
f8f81934c3 name space defs 2014-03-13 18:13:07 +01:00
Castillo, Gerard
bb0aa882c0 static const problems cpp to c 2014-03-13 18:07:31 +01:00
Castillo, Gerard
7666e3eb30 solved c to cpp translates 2014-03-13 17:52:00 +01:00
Castillo, Gerard
88757f1e16 add resize cpp file 2014-03-13 17:46:01 +01:00
Castillo, Gerard
1a89b2d615 extern c issues 2014-03-13 17:44:01 +01:00
Castillo, Gerard
1f18127072 add cpp utils for resize 2014-03-13 17:05:54 +01:00
Castillo, Gerard
3ea2b7f65a add configure and haves for resize dependencies 2014-03-13 17:03:38 +01:00
Palau
fba8a2b69e Resize filter (OpenCV module) implemented 2014-03-13 15:56:11 +01:00
Castillo, Gerard
bbaf59340e input and output buffers for resize 2014-03-13 15:32:11 +01:00
Castillo, Gerard
7af2ba5d99 resize struct additions 2014-03-13 14:36:33 +01:00
Castillo, Gerard
c4d82c9343 resize capture filter ready to implement frame resize by external API 2014-03-13 12:20:18 +01:00
Martin Pulec
c25dc14883 Capture filter fix 2014-03-11 10:26:45 +01:00
Martin Pulec
969da316b5 Added new capture filter: logo 2013-09-19 18:18:31 +02:00
Martin Pulec
2840523710 Added item for capture filter to config file 2013-08-21 10:35:05 +02:00
Martin Pulec
ef7e9a0ee4 Miscellaneous fixes 2013-08-16 12:41:34 +02:00
Martin Pulec
d9a6672472 Blank capture filter: input also in percents 2013-08-16 12:37:10 +02:00
Martin Pulec
c3ead7852f Added control to capture filters 2013-08-16 12:37:10 +02:00
Martin Pulec
569c8b7dd3 Capture filter blank: added outline parameter 2013-08-16 12:37:01 +02:00
Martin Pulec
fd8571192d Added video capture filters - blanking and dropping 2013-05-17 11:16:16 +02:00