Anthony Minessale
|
e84d7b8c89
|
FS-7513: banner control and layout bgcolor param
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
4afc59370a
|
FS-7513: do banner with set rect so we don't have to keep patching it in
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
47cb08c491
|
FS-7513: don't attach when you don't have video
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
a8e8f2e149
|
FS-7513: factor conditional back out and use fixed 30FPS timer
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
6f39539308
|
FS-7513: comment demo code and set bg color with new anti-alias
|
2015-05-28 12:47:00 -05:00 |
|
Seven Du
|
90ea86bc95
|
FS-7506 FS-7513: refactor with rgb color space to support anti aliasing
|
2015-05-28 12:47:00 -05:00 |
|
Seven Du
|
a446d8411e
|
FS-7513: clean white spaces
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
0b496715f9
|
FS-7513: dup sring before chopping it up
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
0115fa192e
|
FS-7513: keyframe every 10 on conf
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
b2fa835a0a
|
FS-7513: only use timer when needed
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
0ca774e4cf
|
FS-7513: don't need to free that
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
d7127764e8
|
FS-7506 FS-7513: banner update
|
2015-05-28 12:47:00 -05:00 |
|
Anthony Minessale
|
0697db4fb4
|
FS-7506 FS-7513: set banner with video_banner_text variable set before calling in, NEEDS DOCS params are parsable inside a {} string
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
9d7eef28e6
|
FS-7500 FS-7513: add and use switch_img_fill
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
c857be4547
|
FS-7506: improve draw_text with minimum anti aliasing
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
ff076afaae
|
FS-7506: utf8 support of draw text
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
0f28311b17
|
FS-7506 FS-7513: refactor switch color and implement draw_text in mod_conference
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
0a015f4c76
|
FS-7517: fix hardcoded width and height on video reset
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
ba9c2f38a7
|
FS-7513: round screen size to even numbers to prevent green lines on edge with 1up_top_left+5 and 6x6 layouts
|
2015-05-28 12:46:59 -05:00 |
|
Seven Du
|
af034b2713
|
FS-7513: fix compile w/o openal
|
2015-05-28 12:46:59 -05:00 |
|
Anthony Minessale
|
39253d9fd2
|
FS-7513: revert
|
2015-05-28 12:46:59 -05:00 |
|
Anthony Minessale
|
c9e0a389bd
|
FS-7513: remove locking
|
2015-05-28 12:46:59 -05:00 |
|
Anthony Minessale
|
1deca68e37
|
FS-7513: fix math on image resizing
|
2015-05-28 12:46:59 -05:00 |
|
Anthony Minessale
|
1aa66ef30a
|
FS-7513: do layers in order and reset when attaching
|
2015-05-28 12:46:58 -05:00 |
|
Anthony Minessale
|
fcf32fd53d
|
FS-7500 FS-7513: add video bandwidth control function and use it in mod_conference
|
2015-05-28 12:46:58 -05:00 |
|
Anthony Minessale
|
8be96b106e
|
FS-7513: refactor some screen switching and layout stuff
|
2015-05-28 12:46:58 -05:00 |
|
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
|
78067a890c
|
FS-7517: update to openh264 commit 3f19534dd6118b96ce73073ae1e047490c71b6e6
|
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
|
8915516c13
|
FS-7513: here's a story....... of a lovely feature
|
2015-05-28 12:46:56 -05:00 |
|
Seven Du
|
7bdd80499d
|
FS-7513: fix assert
|
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
|
ac140fb6dd
|
FS-7500: codec tweaks
|
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 |
|
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 |
|
Anthony Minessale
|
d87cfae0c9
|
FS-7513: more conf vid WIP
|
2015-05-28 12:46:55 -05:00 |
|