Commit Graph

28840 Commits

Author SHA1 Message Date
Anthony Minessale 1e808eee1c FS-7502: add patch level for media bugs to call them as needed 2015-05-28 11:32:55 -05:00
Anthony Minessale 4149ad1ae2 FS-7513: skip patching logo when video muted 2015-05-28 11:32:55 -05:00
Michael Jerris d8660f7da9 CID:1210582: remove logically dead code 2015-05-28 11:32:55 -05:00
Michael Jerris e5b42bf749 CID:1024555: remove logically dead code 2015-05-28 11:32:55 -05:00
Michael Jerris bb6385d2d4 CID:1294501: possible null deref 2015-05-28 11:32:54 -05:00
Michael Jerris 9a4ad91ce4 CID:1294424: remove redundant unused code 2015-05-28 11:32:54 -05:00
Michael Jerris e9b3f091bf CID:1024564: remove unnecessary check 2015-05-28 11:32:54 -05:00
Michael Jerris 645e927f17 CID:1294504: make sure to check for NULL frame 2015-05-28 11:32:54 -05:00
Michael Jerris cfb9bdb55e CID:1294431: make sure not to check uninitialized value 2015-05-28 11:32:54 -05:00
Michael Jerris e8c33db99a CID:1024241: clean up null checking on var that can never be null anyways 2015-05-28 11:32:54 -05:00
Michael Jerris 082a027dce CID:1023990: remove unused code 2015-05-28 11:32:54 -05:00
Seven Du dc3482c841 FS-7500: refactor and implemnt patch_rect
fix stride side when patching strided img
implement switch_img_patch_rect to patch partial of an img to a bigger IMG
refactor switch_img_copy_rect to support ARGB
2015-05-28 11:32:53 -05:00
Anthony Minessale bb18ba7afa FS-7519: avformat tweaks for broadcast 2015-05-28 11:32:49 -05:00
Anthony Minessale 6cacb670e5 FS-7513: add text to video logo in mod_conference 2015-05-28 11:32:49 -05:00
Michael Jerris bce3ca506d FS-7456: also more complete fix for FS-7440, handle sdp with m lines in any order 2015-05-28 11:32:49 -05:00
Seven Du 0a72d4f577 FS-7508: log vpx version 2015-05-28 11:32:48 -05:00
Anthony Minessale 143b98c664 FS-7519: support vb for video bitrate 2015-05-28 11:32:43 -05:00
Anthony Minessale 2a94eff507 FS-7500: make 15fps the min detected speed 2015-05-28 11:32:43 -05:00
Anthony Minessale 0ac0eb57d0 FS-7503: add vb param for vid bitrate 2015-05-28 11:32:42 -05:00
Anthony Minessale da932c6a6b FS-7508: this setting no longer needs to be mult by 4 in recent vpx 2015-05-28 11:32:42 -05:00
Anthony Minessale 38d9a6807c FS-7503: increase max 2015-05-28 11:32:42 -05:00
Anthony Minessale 5f42a32029 FS-7515: use negative x and y for ticker to avoid extra duplication 2015-05-28 11:32:42 -05:00
Anthony Minessale 0eaca64f78 FS-7513: prevent null layer img 2015-05-28 11:32:42 -05:00
Anthony Minessale a7c58b6e72 FS-7500: use abs value to compute width for img starting in negative space 2015-05-28 11:32:42 -05:00
Seven Du 03eb7fc12b FS-7500: allow patch to negative x,y 2015-05-28 11:32:42 -05:00
Anthony Minessale 74a333983f tabify
fix emacs tabs mode
2015-05-28 11:32:41 -05:00
Anthony Minessale c876b0c74a FS-7515: prevent unload when in use 2015-05-28 11:32:41 -05:00
Anthony Minessale fb5c0bf320 FS-7515: reset img on reset 2015-05-28 11:32:41 -05:00
Michael Jerris d484831368 FS-7506: make core specify default font instead of each place we use it 2015-05-28 11:32:41 -05:00
Anthony Minessale 3bfec66b88 FS-7515: add more cv features 2015-05-28 11:32:41 -05:00
Seven Du c819a172f0 FS-7515: some fixes
fix seg when passing NULL to strstr
use zstr to detect empty str
fix compiler warning about || and &&
2015-05-28 11:32:41 -05:00
Michael Jerris 7383dc1e75 FS-7507: install config files to the right directory 2015-05-28 11:32:41 -05:00
Anthony Minessale 4e29b1dbd5 FS-7515: tweak 2015-05-28 11:32:40 -05:00
Anthony Minessale df0108d12b FS-7515: add more features to mod_cv 2015-05-28 11:32:40 -05:00
Michael Jerris 7cdf1617ae FS-7440: handle m=video lines before m=audio 2015-05-28 11:32:40 -05:00
William King ccb8addddd CID: 1294434 fixing a sizeof statement that was working for so long because on 64bit boxes the pointer size would be 64bits and the uint8_t was expecting at least 32 2015-05-28 11:32:40 -05:00
William King 0daf3ec58b CID: 1294483 no need to check if an unsigned variable is less than 0 2015-05-28 11:32:40 -05:00
William King 9395ba6c4b CID: 1294489 missing break statement which would cause recvonly sdp to be treated as sendrecv 2015-05-28 11:32:40 -05:00
William King 12516b5c85 CID: 1294518 remove chance for divide by 0 2015-05-28 11:32:39 -05:00
William King d87155c419 CID: 1294524 variables not used in the function 2015-05-28 11:32:39 -05:00
William King a1c665386d CID: 1294548 adding a check for the return value 2015-05-28 11:32:39 -05:00
William King 0f2a348d6d CID: 1294549 comparison vs assignment 2015-05-28 11:32:39 -05:00
Brian a536779283 FS-7433 2015-05-28 11:32:39 -05:00
Michael Jerris 54d833af65 FS-7507: Add global vars fonts_dir, images_dir, data_dir, localstate_dir
change configure detection to do FHS layout if you specify a prefix, unless --disable-fhs is passed to configure
moved includes to be under /usr/include/freeswitch dir in fhs layout
install font files into fonts_dir
2015-05-28 11:32:39 -05:00
Anthony Minessale 6448c79428 FS-7515: refactor 2015-05-28 11:32:39 -05:00
Seven Du 029930a9eb FS-7517: fix openh264 packet loss logic and tweak some logs 2015-05-28 11:32:38 -05:00
Seven Du 822b63a178 FS-7513: break is safer than continue
when the encoder returns 0, it means no more data will come and we should not try again
2015-05-28 11:32:38 -05:00
Anthony Minessale 6b94376059 FS-7515: overlay refactor add zidx and abs position 2015-05-28 11:32:38 -05:00
Anthony Minessale a4b3f82bcd FS-7513: add some mutexes on video_read_callback code 2015-05-28 11:32:38 -05:00
Anthony Minessale d7c40b8b1e FS-7513: unlock vs lock 2015-05-28 11:32:38 -05:00