|
f82068334a
|
* #6629 : remove unused Algorithm interface
Update audio filters accordingly
|
2011-09-01 16:39:57 -04:00 |
|
|
dbd91c44da
|
* #6629 : use helper to call alsa functions and display error msgs
|
2011-09-01 15:53:47 -04:00 |
|
|
51325d428b
|
Remove unused type
|
2011-09-01 14:59:41 -04:00 |
|
|
e8779cdde2
|
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
|
2011-09-01 14:56:23 -04:00 |
|
|
135f50c5e2
|
* #6841: fix some error handling
|
2011-09-01 14:56:01 -04:00 |
|
|
68310c6b63
|
* #6629: simplify AlsaLayer::alsa_set_params()
remove unneeded class members
fix a bug with samplerate
|
2011-09-01 14:46:56 -04:00 |
|
|
cdf78f78f3
|
Get gdk key definition from header
|
2011-09-01 14:08:12 -04:00 |
|
|
99633f9833
|
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
|
2011-09-01 14:06:48 -04:00 |
|
|
811bd124d6
|
* #6828: Replace raw key codes by gdk defines
|
2011-09-01 12:57:06 -04:00 |
|
|
57c0747dc0
|
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
|
2011-09-01 11:53:50 -04:00 |
|
|
653a8a3b67
|
remove some debug, enhance some other
|
2011-09-01 11:31:27 -04:00 |
|
|
a892f0f8f4
|
mainbuffer: simplify
|
2011-09-01 11:30:43 -04:00 |
|
|
731d46cb91
|
* #6561 : fix phantom call after transfer
same fix than [1519fc4de4 ], for transfer button this time
|
2011-09-01 11:29:53 -04:00 |
|
|
41402c7523
|
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
|
2011-09-01 10:57:27 -04:00 |
|
|
cbb9b59414
|
Conference Participant set : simplify
|
2011-09-01 09:51:48 -04:00 |
|
|
dbc794ccac
|
SIPCall: remove unused functions, make invite session public
|
2011-09-01 09:51:19 -04:00 |
|
|
11b168e74a
|
* #6229 : remove malloc/free from pulse audio loop
use pa_stream_begin_write() when writing to speakers
|
2011-08-31 18:26:20 -04:00 |
|
|
fa186c4d49
|
* #6629 : simplify pulse callbacks
|
2011-08-31 16:07:17 -04:00 |
|
|
84ec8623f7
|
* #6629
simplify alsalayer xrun
split audio mainloop into smaller specific functions
simplify pulse audiostream
remove unused pulse functions
|
2011-08-31 15:24:53 -04:00 |
|
|
0a6e00b645
|
Simplify widgets
|
2011-08-31 15:24:41 -04:00 |
|
|
6f6b2c0cc4
|
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
|
2011-08-31 12:19:15 -04:00 |
|
|
41ac872d46
|
* #6629 : keep the correct audio module when frequency changes
|
2011-08-31 11:17:52 -04:00 |
|
|
0e4f3ef9dc
|
* #6751: fixed erroneous debug msgs
|
2011-08-30 16:48:22 -04:00 |
|
|
9b97c30436
|
callable_obj.h: removed unneeded pthread header
|
2011-08-30 16:48:22 -04:00 |
|
|
1756c278a4
|
alsalayer: cleanup
|
2011-08-30 15:02:32 -04:00 |
|
|
6fedd70771
|
* #6629: Always restart audio driver when changing parameters (ALSA only)
|
2011-08-30 15:02:31 -04:00 |
|
|
b4558a8840
|
gnome GUI: don't block in DBus signal errorAlert()
Fix a deadlock when closing the error dialog
Remove unused functions
|
2011-08-30 15:02:31 -04:00 |
|
|
e32ac62fbb
|
* #6629 : simplify AudioLayer creation
Move ALSA specific options to alsalayer only
|
2011-08-30 15:02:31 -04:00 |
|
|
073bfc0501
|
* #6629 : remove unused and unconfigurable frameSize from audiolayer
|
2011-08-30 15:00:50 -04:00 |
|
|
3ddc5dbd45
|
* #6629 : remove unused error message from audio layer
inline error signaling in the one alsa function using them
|
2011-08-30 14:59:17 -04:00 |
|
|
c5d8c3a9a1
|
Fix logic error when switching audio API
|
2011-08-30 14:58:45 -04:00 |
|
|
c9f1e9c7e8
|
Remove unused AudioProcessing class
|
2011-08-30 14:58:45 -04:00 |
|
|
4f86fc54c8
|
AudioRtpRecordHandler::initNoiseSuppress() : use noiseSuppress directly
|
2011-08-30 14:58:44 -04:00 |
|
|
90d9c09c01
|
* #6629 : use DC blocker directly in audio layers
|
2011-08-30 14:58:44 -04:00 |
|
|
0171ee72ed
|
* #6629 : clean AudioLayer
Don't store a pointer to ManagerImpl
Store a reference to audio preferences
Remove unused noisesuppression state
|
2011-08-30 14:58:44 -04:00 |
|
|
1f8534ffc7
|
* #6629 : don't store mainbuffer inside audiolayer
we're using one unique mainbuffer instance inside managerimpl
remove use of setErrorMessage(-1)
simplify audiodriver creation
|
2011-08-30 14:58:44 -04:00 |
|
|
fc906287d9
|
* #6629 : correct AudioLayer::notifyincomingCall()
move some code from managerimpl code
|
2011-08-30 14:58:44 -04:00 |
|
|
aa07e16e6f
|
* #6554: cleanup, refactoring in sipvoiplink
|
2011-08-29 18:27:51 -04:00 |
|
|
474b2d6c1c
|
* #6554: cleanup in iaxvoiplink
|
2011-08-29 17:50:58 -04:00 |
|
|
71920bb2d5
|
* #6554: throw exception in getSIPCall if pointer is NULL
Almost all the callers of this method we're doing so already, those that
weren't now have try catch blocks where they use getSIPCall().
|
2011-08-29 16:55:13 -04:00 |
|
|
e1392ddee4
|
* #6554: make some methods of sipvoiplink static
|
2011-08-29 16:55:13 -04:00 |
|
|
1055619b42
|
* #6655: cleanup in managerimpl
|
2011-08-29 16:55:13 -04:00 |
|
|
c5f31580bc
|
* #6554: refactoring, fix memleaks in sipvoiplink
|
2011-08-29 16:55:13 -04:00 |
|
|
5f9848854d
|
* #6478: remove throw specs, cleanup in voiplink
|
2011-08-29 16:55:13 -04:00 |
|
|
af96b3a904
|
* #6629 : remove unused AudioDevice
|
2011-08-29 11:39:57 -04:00 |
|
|
25dd0d2a36
|
* #6655: removed more dependencies from managerimpl
|
2011-08-26 19:07:58 -04:00 |
|
|
2270988d66
|
* #6744: simplified numbercleaner
|
2011-08-26 18:44:20 -04:00 |
|
|
154ceab253
|
conference : remove one prototype
|
2011-08-26 16:49:22 -04:00 |
|
|
640c9c642c
|
* #6743: fix ip2ip
|
2011-08-26 16:49:00 -04:00 |
|
|
5c49e5e936
|
Don't give glib warnings if icons are not found
|
2011-08-26 16:37:31 -04:00 |
|