|
a33423eac5
|
* #28351: sfl_config: use range-based for loop
|
2013-08-13 16:30:47 -04:00 |
|
|
df8643fda4
|
* #28351: yamlparser: use range-based for loops
|
2013-08-13 16:27:59 -04:00 |
|
|
98a0687043
|
* #28351: conference: use range-based for loops
|
2013-08-13 16:26:35 -04:00 |
|
|
2a66642ac8
|
* #28351: network manager: use range-based for
|
2013-08-13 16:20:03 -04:00 |
|
|
0f69b02ca6
|
* #28351: im: use range-based for loops
|
2013-08-13 16:18:28 -04:00 |
|
|
63502022b1
|
* #28351: sipaccount: use range based for loops
|
2013-08-13 16:14:56 -04:00 |
|
|
cc871e6b51
|
* #28351: mainbuffer: use range-based for loops
|
2013-08-13 15:40:49 -04:00 |
|
|
db21bb42a6
|
* #28351: account: use range-based for loop
|
2013-08-13 14:43:12 -04:00 |
|
|
04ac126d9e
|
pulseaudio: cleanup
|
2013-08-12 18:23:33 -04:00 |
|
|
f308f54265
|
* #28351: sdp: use range based for loops
|
2013-08-12 18:19:29 -04:00 |
|
|
ba0f2f46a4
|
* #28351: sipvoiplink: use range-based for loops
|
2013-08-12 17:26:26 -04:00 |
|
|
3034e0a6b6
|
* #28351: manager: use range-based for loops
|
2013-08-12 16:55:09 -04:00 |
|
|
8398270255
|
* #28351: daemon: switch to C++11
|
2013-08-12 16:14:50 -04:00 |
|
|
42fac4e456
|
* #28344: audiofile: cleanup
|
2013-08-12 15:52:09 -04:00 |
|
|
25af87d0bf
|
* #28344: audiofile: add support for OGG Vorbis ringtones
|
2013-08-12 15:31:12 -04:00 |
|
|
fe84faa960
|
* #28344: audiofile: add support for FLAC ringtones
|
2013-08-12 15:27:24 -04:00 |
|
|
d8ee4e6f0b
|
* #28334: video: use &buffer[0] for string
This guarantees a pointer to the string's contiguous buffer.
The iterator interface for std::string does not guarantee this.
|
2013-08-12 15:18:55 -04:00 |
|
|
cec9631e4e
|
* #28334: video: use vector::data()
|
2013-08-12 15:05:02 -04:00 |
|
|
89c281cda0
|
* #28334: siputils: use vector<char> for direct character buffer writing
|
2013-08-12 15:00:45 -04:00 |
|
|
4715b65fc1
|
* #28334: test: use vector<char> where contiguous character buffer access is assumed
|
2013-08-12 14:44:33 -04:00 |
|
|
dd96fce5ec
|
alsa: cleanup
|
2013-08-12 14:10:37 -04:00 |
|
|
4474ad58a1
|
* #28334: audiosrtpsession: use vector::data()
|
2013-08-12 14:09:26 -04:00 |
|
|
ed3eaeb208
|
* #28334: audiocodec: use vector::data()
|
2013-08-12 14:07:23 -04:00 |
|
|
57093b46be
|
* #28334: audiocodec: remove unused dest offset argument
|
2013-08-12 14:03:19 -04:00 |
|
|
2e354ffcac
|
* #28334: audiocodec: use references rather than pointers
|
2013-08-12 13:52:08 -04:00 |
|
|
16c95aa655
|
* #28334: main: use vector::data()
|
2013-08-12 13:39:49 -04:00 |
|
|
a96131988f
|
* #28334: tone: use vector::data()
|
2013-08-12 13:39:10 -04:00 |
|
|
b18b1050e1
|
* #28334: sipaccount: use vector::data()
|
2013-08-12 13:36:32 -04:00 |
|
|
3aed238a0d
|
* #27819: audio: fix playback for stereo files that require resampling
|
2013-08-12 13:23:07 -04:00 |
|
|
272d6ac69d
|
* #27819: audio: cleanup
|
2013-08-09 18:29:34 -04:00 |
|
|
87793587df
|
* #27819: audiofile: fix stereo file playback for files that don't require resampling
Resampled stereo files are still broken
|
2013-08-09 18:20:43 -04:00 |
|
|
e2ce40dae3
|
* #27819: audiofile: fix variable name
|
2013-08-09 16:13:35 -04:00 |
|
|
1e69427b4b
|
* #27819: samplerateconverter: cleanup
|
2013-08-09 15:48:06 -04:00 |
|
|
a1f2a6f2ee
|
* #27819: audiofile: merge RawFile and WaveFile into AudioFile
|
2013-08-09 14:46:37 -04:00 |
|
|
c8ddbdcf77
|
* #27819: audiofile: use sndfile for .au, .al and .ul files
|
2013-08-09 14:21:11 -04:00 |
|
|
e384241388
|
Merge branch 'master' into multichannel
|
2013-08-09 11:12:22 -04:00 |
|
|
14c3a2ed0d
|
* #28215: sip: on incoming calls, go to TRYING before going to RINGING
|
2013-08-09 11:11:18 -04:00 |
|
|
1d76ecbe73
|
* #28047: audioloop: fix memory leak
|
2013-08-08 17:09:35 -04:00 |
|
|
df4c53a828
|
Revert "* #28047: audioloop: allocate buffer on stack and fix memory leak"
This reverts commit 4758553071 .
Conflicts:
daemon/src/audio/audioloop.cpp
|
2013-08-08 17:09:29 -04:00 |
|
|
08fe30e34a
|
Merge branch 'master' into multichannel
|
2013-08-08 16:45:43 -04:00 |
|
|
673b39681b
|
* #28212: manager: on configuration error, automatically restore last working configuration file backup
|
2013-08-08 16:44:04 -04:00 |
|
|
751b223512
|
* #28047: audio: cleanup
|
2013-08-08 15:56:38 -04:00 |
|
|
4758553071
|
* #28047: audioloop: allocate buffer on stack and fix memory leak
|
2013-08-08 15:21:00 -04:00 |
|
|
bce31082ea
|
* #28047: gnome: Fix continuous playback on ringtone update
If a ringtone is being played, and another one selected, the new one
should begin playing immediately.
|
2013-08-08 14:19:03 -04:00 |
|
|
aeb3c19c89
|
* #28047: gnome: update ringtone preview seek slider
Also guarantee that playback has stopped once we've destroyd the widget.
|
2013-08-08 11:51:20 -04:00 |
|
|
9728bddc59
|
* #28047: gnome: fix seekbar update
Now the seekbar will only be updated if the updates correspond to
its associated file.
|
2013-08-08 11:18:11 -04:00 |
|
|
b84f9e84d9
|
* #28047: gnome: fix ringtone preview slider layout
|
2013-08-07 17:21:53 -04:00 |
|
|
acc0f2fb5a
|
* #27819: audiobuffer: fix make check
|
2013-08-07 16:27:54 -04:00 |
|
|
cc6835028b
|
Revert "* #27819: audiobuffer: iterate more efficiently"
This reverts commit ce1d39f9fe .
|
2013-08-07 16:25:12 -04:00 |
|
|
66cd274523
|
* #28047: daemon: remove ringtone API from D-Bus
We now preview ringtones via recordedFile API.
|
2013-08-07 16:02:12 -04:00 |
|