Anthony Minessale
|
d8ce20e6bf
|
FS-7513: clear group when switching to standard layout
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
e14ad07a26
|
FS-7500: move function to core
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
8f00bd1173
|
FS-7513: make group change sticky when done from cli command
|
2015-05-28 12:46:58 -05:00 |
Seven Du
|
7764b4ea32
|
FS-7513: cleanup white spaces
|
2015-05-28 12:46:58 -05:00 |
Seven Du
|
10824c0eca
|
FS-7513: add 1x2, 2x1 and an overlaps layout
|
2015-05-28 12:46:58 -05:00 |
Seven Du
|
78067a890c
|
FS-7517: update to openh264 commit 3f19534dd6118b96ce73073ae1e047490c71b6e6
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
f7fb5fbff3
|
FS-7500: forgot one
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
1bb8c0a8fc
|
FS-7500: fix signed error
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
3e323e3b09
|
FS-7513: add auto layout advance based on group
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
a56e65bace
|
FS-7513: add flag to choose between encoding each frame and using central encoder per codec, add parsing for floor fields and reservation fields in layouts, add param to control bandwidth for consolidated codecs, add audio-position attr to images in layout to sync with virtual HRTF
|
2015-05-28 12:46:58 -05:00 |
Anthony Minessale
|
fa5d6af2cd
|
FS-7513: refactor conference video muxing to create one distinct encoder per codec used and only create one encoded frame per distinct codec, store current image used by layer on the layer so it is not destroyed before the canvas is written, refactor and rearrange some functions
|
2015-05-28 12:46:57 -05:00 |
Anthony Minessale
|
8d3f93152e
|
FS-7508: parse both bw vars the same
|
2015-05-28 12:46:57 -05:00 |
Seven Du
|
58a8d5daa6
|
FS-7513: remove extra memset since it's already garanteed in switch_core_alloc
|
2015-05-28 12:46:57 -05:00 |
Seven Du
|
93ee6158ff
|
FS-7514: make vlc endpoint works with originate in addition to bridge
|
2015-05-28 12:46:57 -05:00 |
Anthony Minessale
|
7400d73c93
|
FS-7513: refactor thread
|
2015-05-28 12:46:57 -05:00 |
Anthony Minessale
|
b600b0b6ee
|
FS-7508: add avg duration into codec
|
2015-05-28 12:46:57 -05:00 |
Anthony Minessale
|
d8241a12ea
|
FS-7499: comment out sip based picture update
|
2015-05-28 12:46:57 -05:00 |
Seven Du
|
74f4b1800b
|
FS-7513: fix copy and paste error
|
2015-05-28 12:46:57 -05:00 |
Seven Du
|
4b1979a119
|
FS-7513: fix compiler warning about uninitialized var and make sure allocated memory is filled with 0
|
2015-05-28 12:46:57 -05:00 |
Anthony Minessale
|
a6dbc2c6f8
|
FS-7513: fix overlap
|
2015-05-28 12:46:57 -05:00 |
Anthony Minessale
|
e919592905
|
FS-7513: add 1x1
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
8915516c13
|
FS-7513: here's a story....... of a lovely feature
|
2015-05-28 12:46:56 -05:00 |
Michael Jerris
|
5f03f213a5
|
FS-7513: add 2-up and 3-up layouts for mcu config
|
2015-05-28 12:46:56 -05:00 |
Michael Jerris
|
eecea01bc3
|
FS-7513: add 1up_top_left mcu layouts with floor holder flag
|
2015-05-28 12:46:56 -05:00 |
Michael Jerris
|
d4a8a92090
|
FS-7513: add conference_layouts.conf.xml file which defines the different layouts for the video mcu
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
1061aef9fa
|
FS-7500: convert more to typedef to avoid warnings and build problems
|
2015-05-28 12:46:56 -05:00 |
Seven Du
|
7bdd80499d
|
FS-7513: fix assert
|
2015-05-28 12:46:56 -05:00 |
Seven Du
|
d93f304b25
|
FS-7501: comment out unused function to shut warning on Mac
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
91c20769ed
|
FS-7513: conf WIP
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
1422158271
|
FS-7500: add to last commit
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
ac140fb6dd
|
FS-7500: codec tweaks
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
13c3f053ab
|
FS-7500: use the vpx_image_t from the installed header file to prevent mismatch
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
260e277f36
|
FS-7513: conf WIP hard code 4x4 squares in 720p more to come
|
2015-05-28 12:46:56 -05:00 |
Anthony Minessale
|
7ccbf44725
|
FS-7500: fix missing division
|
2015-05-28 12:46:55 -05:00 |
Seven Du
|
bc4e9704b8
|
FS-7513: refactor mcu code, put everyone on a canvas and send out using a dedicated thread with a constant FPS
|
2015-05-28 12:46:55 -05:00 |
Seven Du
|
7c0237c142
|
FS-7500: really fix image copy
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
d87cfae0c9
|
FS-7513: more conf vid WIP
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
2f5989c453
|
FS-7500: fix compile err
|
2015-05-28 12:46:55 -05:00 |
Seven Du
|
89c02eada9
|
FS-7500: fix image copy
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
387cbc9dda
|
FS-7513: WIP CONF STUFF
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
d6ef34a725
|
FS-7508: trying to mitigate chrome going crazy on reload
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
d6e5bb7a42
|
FS-7509: update verto js for local video
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
4d100bc2e8
|
FS-7509: stop media on verto detach
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
59fa1b9ac7
|
FS-7499: mod vid refresh stuff
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
982d05c30c
|
FS-7501: fix vid buffer reset
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
e00fbe5aad
|
FS-7508: reduce error freq
|
2015-05-28 12:46:55 -05:00 |
Anthony Minessale
|
e79a24ed2b
|
FS-7513: more floor stuff
|
2015-05-28 12:46:54 -05:00 |
Anthony Minessale
|
deca70c270
|
FS-7513: adjust floor change code
|
2015-05-28 12:46:54 -05:00 |
Anthony Minessale
|
955dd099ca
|
FS-7166 #resolve
|
2015-05-28 12:46:54 -05:00 |
Anthony Minessale
|
6789f37b39
|
# This is a combination of 2 commits.
# The first commit's message is:
FS-7166 #resolve
# This is the 2nd commit message:
revert
|
2015-05-28 12:46:54 -05:00 |