]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2015-05-28  Brian WestFS-7494: default avatar and mute images for video MCU
2015-05-28  Anthony MinessaleFS-7509: add some vid test js functions
2015-05-28  Anthony MinessaleFS-7500: fix stat checking logic on video packets
2015-05-28  Michael JerrisFS-7488: [mod_managed] fix build error and enable on...
2015-05-28  Brian WestFS-7482 --resolve
2015-05-28  Anthony MinessaleFS-7513: add fps returned when one is not specified...
2015-05-28  Anthony MinessaleFS-7509: add userVariables parser to initial connection...
2015-05-28  BrianFS-7471 improve configs for video
2015-05-28  Anthony MinessaleFS-7500: set default bandwidth to 1mb
2015-05-28  Michael Jerrisfix clang build
2015-05-28  Anthony MinessaleFS-7513: fix placement of overlay banner on letterbox...
2015-05-28  Michael Jerrisadd modules.conf.most
2015-05-28  Michael Jerriscleanup default modules.conf
2015-05-28  Michael JerrisFS-7508: remove mod_vp8 which has been replaced by...
2015-05-28  Michael Jerrisfix error building with newer compilers
2015-05-28  Anthony MinessaleFS-7509: comment audio params
2015-05-28  Michael JerrisCID:1271537: error check for malformed json better
2015-05-28  Michael JerrisCID:1222597: silence incorrect coverity warning about...
2015-05-28  Michael JerrisCID:1294463,1294540: clean up duplicate error checking...
2015-05-28  Michael JerrisCID-1294436: handle null file paths to switch_is_file_p...
2015-05-28  Michael JerrisFS-7338: remove libsndfile from tree, use system lib...
2015-05-28  BrianFS-7297 Not sure anyone tested this
2015-05-28  William KingBuild fix: updated to better support new video changes
2015-05-28  Anthony MinessaleFS-7513: turn avatar on and off if video is added mid...
2015-05-28  Anthony MinessaleFS-7502: add patch level for media bugs to call them...
2015-05-28  Anthony MinessaleFS-7513: skip patching logo when video muted
2015-05-28  Michael JerrisCID:1210582: remove logically dead code
2015-05-28  Michael JerrisCID:1024555: remove logically dead code
2015-05-28  Michael JerrisCID:1294501: possible null deref
2015-05-28  Michael JerrisCID:1294424: remove redundant unused code
2015-05-28  Michael JerrisCID:1024564: remove unnecessary check
2015-05-28  Michael JerrisCID:1294504: make sure to check for NULL frame
2015-05-28  Michael JerrisCID:1294431: make sure not to check uninitialized value
2015-05-28  Michael JerrisCID:1024241: clean up null checking on var that can...
2015-05-28  Michael JerrisCID:1023990: remove unused code
2015-05-28  Seven DuFS-7500: refactor and implemnt patch_rect
2015-05-28  Anthony MinessaleFS-7519: avformat tweaks for broadcast
2015-05-28  Anthony MinessaleFS-7513: add text to video logo in mod_conference
2015-05-28  Michael JerrisFS-7456: also more complete fix for FS-7440, handle...
2015-05-28  Seven DuFS-7508: log vpx version
2015-05-28  Anthony MinessaleFS-7519: support vb for video bitrate
2015-05-28  Anthony MinessaleFS-7500: make 15fps the min detected speed
2015-05-28  Anthony MinessaleFS-7503: add vb param for vid bitrate
2015-05-28  Anthony MinessaleFS-7508: this setting no longer needs to be mult by...
2015-05-28  Anthony MinessaleFS-7503: increase max
2015-05-28  Anthony MinessaleFS-7515: use negative x and y for ticker to avoid extra...
2015-05-28  Anthony MinessaleFS-7513: prevent null layer img
2015-05-28  Anthony MinessaleFS-7500: use abs value to compute width for img startin...
2015-05-28  Seven DuFS-7500: allow patch to negative x,y
2015-05-28  Anthony Minessaletabify
2015-05-28  Anthony MinessaleFS-7515: prevent unload when in use
2015-05-28  Anthony MinessaleFS-7515: reset img on reset
2015-05-28  Michael JerrisFS-7506: make core specify default font instead of...
2015-05-28  Anthony MinessaleFS-7515: add more cv features
2015-05-28  Seven DuFS-7515: some fixes
2015-05-28  Michael JerrisFS-7507: install config files to the right directory
2015-05-28  Anthony MinessaleFS-7515: tweak
2015-05-28  Anthony MinessaleFS-7515: add more features to mod_cv
2015-05-28  Michael JerrisFS-7440: handle m=video lines before m=audio
2015-05-28  William KingCID: 1294434 fixing a sizeof statement that was working...
2015-05-28  William KingCID: 1294483 no need to check if an unsigned variable...
2015-05-28  William KingCID: 1294489 missing break statement which would cause...
2015-05-28  William KingCID: 1294518 remove chance for divide by 0
2015-05-28  William KingCID: 1294524 variables not used in the function
2015-05-28  William KingCID: 1294548 adding a check for the return value
2015-05-28  William KingCID: 1294549 comparison vs assignment
2015-05-28  BrianFS-7433
2015-05-28  Michael JerrisFS-7507: Add global vars fonts_dir, images_dir, data_di...
2015-05-28  Anthony MinessaleFS-7515: refactor
2015-05-28  Seven DuFS-7517: fix openh264 packet loss logic and tweak some...
2015-05-28  Seven DuFS-7513: break is safer than continue
2015-05-28  Anthony MinessaleFS-7515: overlay refactor add zidx and abs position
2015-05-28  Anthony MinessaleFS-7513: add some mutexes on video_read_callback code
2015-05-28  Anthony MinessaleFS-7513: unlock vs lock
2015-05-28  Anthony MinessaleFS-7519: increase default video buffer to 2mb in avform...
2015-05-28  Anthony MinessaleFS-7515: expand on overlays
2015-05-28  Seven DuFS-7513: don't write 0 data, openh264 might return 0
2015-05-28  Anthony MinessaleFS-7513: missing some logic for those with video to...
2015-05-28  Anthony MinessaleFS-7513: add overlap param
2015-05-28  Anthony MinessaleFS-7515: update cv to use new alpha supported switch_im...
2015-05-28  Seven DuFS-7517: trival treak openh264 logs
2015-05-28  Michael JerrisFS-7500: use pkg-config to check for libyuv location
2015-05-28  Anthony MinessaleFS-7499: juggle log lines
2015-05-28  Seven DuFS-7500: refactor to support Alpha channel on core...
2015-05-28  Brian WestClang-3.5 warnings fixed
2015-05-28  Anthony MinessaleFS-7515: add missing parse code
2015-05-28  Anthony MinessaleFS-7515: debounce
2015-05-28  Anthony MinessaleFS-7513: protect layout hash
2015-05-28  Anthony MinessaleFS-7515: add opaque container for png to pass around...
2015-05-28  BrianFS-7506: Add default fonts to tree
2015-05-28  Seven DuFS-7516: add mod_imagick
2015-05-28  Anthony MinessaleFS-7509: don't need this change revert it
2015-05-28  Anthony MinessaleFS-7501: add auto sync of jb and fps detection
2015-05-28  Anthony MinessaleFS-7499: demote log line
2015-05-28  Anthony Minessalemove nested condition parsing to only happen if main...
2015-05-28  Anthony MinessaleFS-7509: fix layout select menu
2015-05-28  Anthony MinessaleFS-7513: favor callers with video to take spaces in...
2015-05-28  Anthony MinessaleFS-7513: add auto-3d-position attr to <layout> and...
2015-05-28  Anthony MinessaleFS-7500 FS-7508: move debug logging to DEBUG1
2015-05-28  Anthony MinessaleFS-7500: drop flags on recover
next