Commit Graph

  • fa4be8326d FS-7515: use negative x and y for ticker to avoid extra duplication Anthony Minessale 2015-04-20 11:04:55 -05:00
  • e5dae7e602 FS-7513: prevent null layer img Anthony Minessale 2015-04-20 11:04:36 -05:00
  • 70198e0d28 FS-7500: use abs value to compute width for img starting in negative space Anthony Minessale 2015-04-20 11:04:13 -05:00
  • 6afe079946 FS-7500: allow patch to negative x,y Seven Du 2015-04-19 08:34:21 +08:00
  • d697acb281 tabify fix emacs tabs mode Anthony Minessale 2015-04-17 18:00:19 -05:00
  • 48c21b6998 FS-7515: prevent unload when in use Anthony Minessale 2015-04-17 17:59:14 -05:00
  • d51d4e3c8d FS-7515: reset img on reset Anthony Minessale 2015-04-17 17:30:16 -05:00
  • 34b3804413 FS-7506: make core specify default font instead of each place we use it Michael Jerris 2015-04-17 17:42:24 -04:00
  • 810a5d5831 FS-7515: add more cv features Anthony Minessale 2015-04-17 16:10:48 -05:00
  • 7447977674 FS-7515: some fixes Seven Du 2015-04-17 14:02:44 +08:00
  • 00214a5e2b FS-7507: install config files to the right directory Michael Jerris 2015-04-16 23:54:00 -04:00
  • 779c042ed2 FS-7515: tweak Anthony Minessale 2015-04-16 15:43:01 -05:00
  • 93c841d9e8 FS-7515: add more features to mod_cv Anthony Minessale 2015-04-16 15:38:49 -05:00
  • 40d0e1fdd7 FS-7440: handle m=video lines before m=audio Michael Jerris 2015-04-16 14:24:35 -05:00
  • caee0a3119 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 William King 2015-04-16 11:48:04 -07:00
  • 4f468b14e9 CID: 1294483 no need to check if an unsigned variable is less than 0 William King 2015-04-16 11:37:34 -07:00
  • f09dad317f CID: 1294489 missing break statement which would cause recvonly sdp to be treated as sendrecv William King 2015-04-16 11:33:03 -07:00
  • acec23d8c8 CID: 1294518 remove chance for divide by 0 William King 2015-04-16 11:24:38 -07:00
  • b39c3058ee CID: 1294524 variables not used in the function William King 2015-04-16 09:52:19 -07:00
  • 5e35f27cb1 CID: 1294548 adding a check for the return value William King 2015-04-16 08:32:52 -07:00
  • 99f61f7ab8 CID: 1294549 comparison vs assignment William King 2015-04-16 08:29:33 -07:00
  • 2e4385f640 FS-7433 Brian 2015-04-16 11:19:12 -05:00
  • 857a61318e 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 Michael Jerris 2015-04-16 10:37:27 -04:00
  • d0bd11f7bc FS-7515: refactor Anthony Minessale 2015-04-15 23:30:07 -05:00
  • 06acde23a1 FS-7517: fix openh264 packet loss logic and tweak some logs Seven Du 2015-04-16 11:32:00 +08:00
  • 30463bfc1e FS-7513: break is safer than continue Seven Du 2015-04-16 10:15:56 +08:00
  • f6886b05d1 FS-7515: overlay refactor add zidx and abs position Anthony Minessale 2015-04-15 18:25:11 -05:00
  • d8e5334a05 FS-7513: add some mutexes on video_read_callback code Anthony Minessale 2015-04-15 14:49:01 -05:00
  • 1fb0dcd61d FS-7513: unlock vs lock Anthony Minessale 2015-04-15 14:38:34 -05:00
  • dd3d6cbe76 FS-7519: increase default video buffer to 2mb in avformat and add vbuf file param to change it per file using a number of bytes with k or m modifier for kilobytes and megabytes Anthony Minessale 2015-04-15 12:56:07 -05:00
  • cbe4f10ba3 FS-7515: expand on overlays Anthony Minessale 2015-04-15 11:19:30 -05:00
  • 046798a057 FS-7513: don't write 0 data, openh264 might return 0 Seven Du 2015-04-15 20:28:53 +08:00
  • 7d60e6e868 FS-7513: missing some logic for those with video to take layers from those with avatars Anthony Minessale 2015-04-14 20:47:18 -05:00
  • a988ec5743 FS-7513: add overlap param Anthony Minessale 2015-04-14 17:40:24 -05:00
  • c312b50da7 FS-7515: update cv to use new alpha supported switch_image_t Anthony Minessale 2015-04-14 17:08:59 -05:00
  • cc27c51eb7 FS-7517: trival treak openh264 logs Seven Du 2015-04-14 09:24:22 +08:00
  • cd0b7248c1 FS-7500: use pkg-config to check for libyuv location Michael Jerris 2015-04-13 12:52:23 -05:00
  • c6bd6aea4e FS-7499: juggle log lines Anthony Minessale 2015-04-13 10:14:55 -05:00
  • 0ddfea1d1b FS-7500: refactor to support Alpha channel on core image, only ARGB & I420 are supported Seven Du 2015-04-12 14:20:52 +08:00
  • 8f361ab00b Clang-3.5 warnings fixed Brian West 2015-04-11 11:13:07 -05:00
  • eb86d65cde FS-7515: add missing parse code Anthony Minessale 2015-04-10 17:57:03 -05:00
  • e20ddd3818 FS-7515: debounce Anthony Minessale 2015-04-10 17:41:18 -05:00
  • 8fddf6b99d FS-7513: protect layout hash Anthony Minessale 2015-04-10 16:51:10 -05:00
  • 9cf804d4d0 FS-7515: add opaque container for png to pass around and save width and height Anthony Minessale 2015-04-10 16:39:03 -05:00
  • dc9452e737 FS-7506: Add default fonts to tree Brian 2015-04-10 11:51:43 -05:00
  • ecab16ed88 FS-7516: add mod_imagick Seven Du 2015-04-10 20:40:24 +08:00
  • f364a4190b FS-7509: don't need this change revert it Anthony Minessale 2015-04-09 23:53:16 -05:00
  • 3e24ac5e6b FS-7501: add auto sync of jb and fps detection Anthony Minessale 2015-04-09 18:18:45 -05:00
  • c8a189a433 FS-7499: demote log line Anthony Minessale 2015-04-09 15:52:18 -05:00
  • fc0bf67219 move nested condition parsing to only happen if main condition was satisfied may alter behaviour see docs and FS-4935 Anthony Minessale 2015-04-09 15:08:52 -05:00
  • d1a21c8dd2 FS-7509: fix layout select menu Anthony Minessale 2015-04-09 14:29:23 -05:00
  • d10ea7f943 FS-7513: favor callers with video to take spaces in the layouts over callers with avatars Anthony Minessale 2015-04-09 14:09:50 -05:00
  • 5d9e4752a5 FS-7513: add auto-3d-position attr to <layout> and the auto as a valid value in existingaudio-position in <image> to auto-arrage the 3d openal positioning to either set it for the whole layout or an individual image Anthony Minessale 2015-04-09 11:04:37 -05:00
  • 42e7b81b1e FS-7500 FS-7508: move debug logging to DEBUG1 Anthony Minessale 2015-04-08 14:16:10 -05:00
  • 6901329760 FS-7500: drop flags on recover Anthony Minessale 2015-04-08 14:10:24 -05:00
  • 01c0a1d44d FS-7500: don't send blank vid on sleep unless there is nothing else going on Anthony Minessale 2015-04-08 11:33:10 -05:00
  • 6522dbdffb FS-7500: wait for video ready on answer Anthony Minessale 2015-04-07 18:23:59 -05:00
  • d293e9bd1b FS-7500: check for uninit srtp Anthony Minessale 2015-04-07 18:02:24 -05:00
  • 62c3ddfab3 FS-7500: fix sleep sending blank img too fast Anthony Minessale 2015-04-07 17:52:34 -05:00
  • 272541f423 FS-7509: fix mozilla full screen Anthony Minessale 2015-04-07 17:52:04 -05:00
  • d5e48302e6 FS-7501: improve linked list algorithm in a few places to help performance Anthony Minessale 2015-04-07 15:39:04 -05:00
  • 8e417c4566 add Seven Du to AUTHORS Seven Du 2015-04-08 01:25:04 +08:00
  • 70953c868b FS-7512: add audio to png Seven Du 2015-04-08 01:16:26 +08:00
  • 8c56410d7f FS-7512: slow down in block mod Seven Du 2015-04-08 00:12:47 +08:00
  • 74cff6a744 FS-7513: fix queued video playbacks Anthony Minessale 2015-04-07 11:43:19 -05:00
  • 8a0b95115f FS-7513: have one way video calls also use blank avatar system Anthony Minessale 2015-04-07 11:01:57 -05:00
  • 828b6a553e FS-7508: improve vpx err msg Seven Du 2015-04-07 11:03:39 +08:00
  • cfc8dc5b47 FS-7500: fix buffer too small in fsv Brian West 2015-04-06 15:34:24 -05:00
  • f8287d0617 FS-7513: add profile param video-no-video-avatar and variable video_avatar_png to set video replacement avatar images add also video_no_video_avatar_png to only check the var on no-video situations Anthony Minessale 2015-04-06 15:23:11 -05:00
  • 755a0c0549 FS-7512: add mod_png to play a png as video defaults to 10 sec add {png_ms=N} to change (negative number is forever) Anthony Minessale 2015-04-06 14:17:31 -05:00
  • 07b9600130 FS-7513: play files in layers Anthony Minessale 2015-04-06 13:11:29 -05:00
  • c128d0c850 FS-7515: fix copy & paste err Seven Du 2015-04-06 21:54:24 +08:00
  • 384c595c31 FS-7515: fix compiler warnings on Mac Seven Du 2015-04-06 08:31:20 +08:00
  • 379950f523 FS-7500: video introp tweaks Brian West 2015-04-03 18:39:43 -05:00
  • 0f3b3752d2 FS-7513: support simo vid recording of conference Brian West 2015-04-03 13:42:18 -05:00
  • abd9867cf9 FS-7514: tweak vlc to ask for aac in mp4 don't start playing until the first read in vlc vid handles use correct buffer len Fixing typo. memset should zero out the whole struct add some mutexes fix locking issue on bad formatted input string Anthony Minessale 2015-04-03 12:08:06 -05:00
  • c07513ea55 FS-7506: make freetype optional Anthony Minessale 2015-04-02 14:59:05 -05:00
  • 83b72513f6 FS-7515: reset stats in a few places Anthony Minessale 2015-04-02 14:31:48 -05:00
  • 74737983be FS-7515: automake and pkg-config detection for mod_cv/opencv Anthony Minessale 2015-04-02 14:26:44 -05:00
  • c13d4bcbbb FS-7514: add pkg-config checks for vlc Anthony Minessale 2015-04-02 13:57:45 -05:00
  • cb2bf7269a FS-7515: promote debug message Anthony Minessale 2015-04-02 13:46:32 -05:00
  • b21406e4c0 FS-7515: add mod_cv Anthony Minessale 2015-04-01 19:39:39 -05:00
  • ee81167996 FS-7502: add some changes for video media bug Anthony Minessale 2015-04-01 19:37:25 -05:00
  • 026ae6945e FS-7519: cleanup on mod_avformat Anthony Minessale 2015-04-01 19:36:18 -05:00
  • 1cbc3c58a5 FS-7502: add record_concat_video=true to show split video recordings with session record Anthony Minessale 2015-03-30 11:52:47 -05:00
  • 96d4318964 FS-7508: add debug logs Seven Du 2015-03-29 22:13:28 +08:00
  • dc17932a81 FS-7508: restart on ts mismatch and add some logs to track packet loss Seven Du 2015-03-29 20:32:12 +08:00
  • 216850c1a0 FS-7502: set video flag on record session Anthony Minessale 2015-03-27 15:59:51 -05:00
  • dc7608fb9e FS-7501: add mutex to vid buf and fix regression from last regression fix Anthony Minessale 2015-03-27 15:04:54 -05:00
  • 84ca513353 FS-7500: fix some regressions regarding passthru video Anthony Minessale 2015-03-27 14:02:07 -05:00
  • 0fc2c54b11 FS-7513: Add new conference profile param video-mode (mux,transcode,passthrough) with passthrough as default remove transcode-video, decode-video, mix-video flags Michael Jerris 2015-03-27 14:27:11 -04:00
  • 93debc5ae1 FS-7501: remove debug Michael Jerris 2015-03-27 14:03:40 -04:00
  • 8b9f8748a2 FS-7500: fix syntax Anthony Minessale 2015-03-26 15:18:50 -05:00
  • fa7695847a FS-7499: improve generic nack and vpx framing Anthony Minessale 2015-03-26 15:00:55 -05:00
  • 7fc019a979 FS-7513: fix segfault on conference hangup Brian West 2015-03-24 14:16:04 -05:00
  • d34c85aeb7 FS-7509: add local mute to verto Anthony Minessale 2015-03-24 13:39:51 -05:00
  • 30a11959fa FS-7509: fail call on stream error Anthony Minessale 2015-03-24 12:49:06 -05:00
  • eb819b51b5 FS-7509: WIP media reneg stuff Anthony Minessale 2015-03-23 19:56:19 -05:00
  • 13205e49af FS-7513: Add 8x8 grid layout Brian West 2015-03-20 14:39:59 -05:00
  • 6d5590a76a FS-7513: don't seg when you have a mute png defined that can not be read Michael Jerris 2015-03-20 19:03:33 -04:00