c348f25eb2
* #26839 : audiolayer: more constness, fix copy constructor
2013-07-15 11:32:41 -04:00
53dd0efa42
* #26839 : android: buffer should reset itself
2013-07-15 11:26:38 -04:00
72374159af
* #26839 : android: cosmetics
2013-07-15 11:19:47 -04:00
f5b76d0599
Revert "* #27232 : android: remove unused BUILD_ALSA"
...
This reverts commit fcb0b0f05a
.
2013-07-15 11:11:22 -04:00
fcb0b0f05a
* #27232 : android: remove unused BUILD_ALSA
2013-07-15 11:09:28 -04:00
ddc8b59594
* #27232 : android: Add configure script
2013-07-15 10:58:03 -04:00
6b4e1640a2
* #26839 : android: delete unused header
2013-07-15 10:35:25 -04:00
7189fff0a5
* #26839 : android: fix paths for jni files
2013-07-15 10:34:54 -04:00
092e821fae
* #26839 : daemon: load history limit at startup
2013-07-12 17:56:11 -04:00
a171957a74
* #26839 : daemon: ensure that HAVE_DBUS is defined
2013-07-12 17:55:50 -04:00
879f8a1f5b
* #26839 : audiolayer: fix warnings
2013-07-12 17:31:11 -04:00
098de34346
* #26839 : daemon: fix build after android merge
2013-07-12 17:30:28 -04:00
c9608aba8c
Merge branch 'master' into merge-dbus
2013-07-12 15:50:21 -04:00
efc00ce71c
Merge branch 'master' into multichannel
2013-07-12 15:03:49 -04:00
a969ebaee9
* #27201 : libiax: avoid out of bounds read in a more obvious way
2013-07-12 15:02:27 -04:00
3e1545b41a
* #27201 : libiax: fix memory leak
2013-07-12 14:58:40 -04:00
415d9db368
* #27196 : audiofile: fix mismatched delete
2013-07-12 14:55:56 -04:00
114910fd2e
Merge branch 'master' into multichannel
2013-07-12 14:33:01 -04:00
708b194e9d
* #27201 : libiax: removed dead code
...
prev is always NULL.
2013-07-12 14:26:24 -04:00
5fc3fa8f99
* #27201 : libiax: remove redundant NULL check
2013-07-12 14:04:44 -04:00
a4730d145e
* #27201 : libiax: remove redundant NULL check
...
fr has already been checked at this point in the code, or it's pointing
to a buffer allocated on the heap.
2013-07-12 13:16:17 -04:00
5cba4aeff5
* #27201 : libiax: guarantee that buffer is NULL-terminated
2013-07-12 12:57:15 -04:00
62fcac17d6
* #27232 Modified build process and organisation of JNI layer
2013-07-12 12:08:48 -04:00
35b825601b
* #27201 : libiax: guarantee that buffer is NULL-terminated
2013-07-12 11:10:45 -04:00
0a88b25c43
* #27201 : libiax: fix out of bounds memory access
2013-07-12 10:22:09 -04:00
afa65a06f1
* #27201 : libiax: remove dead code
2013-07-12 10:22:03 -04:00
0b00589a16
* #27201 : libiax: don't pass out of bounds pointer to memmove (minbuf)
2013-07-12 10:21:46 -04:00
4a33c93ed8
* #27201 : don't pass out of bounds pointer to memmove
...
While it might be safe to call memmove(out_of_bounds_dest, y, 0),
we can't assume that memmove won't dereference it's first parameter
even if the last argument is 0.
2013-07-11 18:02:01 -04:00
38cc468293
* #27201 : iax: fix memory leak
2013-07-11 17:24:45 -04:00
16e2fe3950
* #27201 : iax: fix uninitialized value
2013-07-11 17:22:28 -04:00
cea07778db
Merge branch 'master' into merge-dbus
...
Conflicts:
daemon/src/account.cpp
daemon/src/audio/audioloop.cpp
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
daemon/src/managerimpl.cpp
daemon/src/managerimpl.h
daemon/src/sip/sipaccount.cpp
daemon/src/sip/siptransport.cpp
daemon/src/sip/sipvoiplink.cpp
2013-07-11 17:21:33 -04:00
872c154dc6
* #27196 : pulse: pass structs by const reference
2013-07-11 17:11:03 -04:00
ea83d8c3ca
* #27196 : audiofile: fix illegal delete []
2013-07-11 17:03:27 -04:00
46550cd947
* #27196 : audiofile: fix memory leak
2013-07-11 17:00:52 -04:00
c560e82f1d
* #26839 : iax: fix warnings
2013-07-11 15:16:25 -04:00
6d7080d59f
Merge branch 'master' into multichannel
2013-07-11 14:59:14 -04:00
df05f0880f
sdp: fix warning if compiling without video support
2013-07-11 14:58:45 -04:00
9c661cdc06
* #26839 : audio: fix formatting
2013-07-11 14:48:32 -04:00
c7fe1262c4
* #26839 : audio: fix warnings
2013-07-11 14:48:10 -04:00
d2252d26cc
* #26839 : audiobuffer: fix warnings
2013-07-11 14:46:44 -04:00
478049e97c
* #26839 : audio: fix warning
2013-07-11 14:39:43 -04:00
0ae2105bdf
* #26839 : pulse: fix TODO
...
You don't need C++11 for uint32_t. C++11 just guarantees a cstdint header
instead of stdint.h
2013-07-11 14:31:08 -04:00
4c995137b6
* #26839 : pulselayer: fix formatting with astyle
2013-07-11 14:29:45 -04:00
bb1e4873c5
* #26839 : ringbuffer: fix formatting
2013-07-11 14:28:53 -04:00
111b3a15e5
* #26839 : ringbuffer: fix warnings
2013-07-11 14:27:53 -04:00
f8c3dba551
* #26839 : nameComparator: don't inherit from deprecated unary_function
...
We are using neither nameComparator::argument_type nor
nameComparator::result_type so there's no need to inherit. This
fixes -Weffc++ warnings.
2013-07-11 14:22:39 -04:00
34b93aee19
* #26839 : audiofile: fix formatting, delete commented code, add FIXME
2013-07-11 13:48:43 -04:00
f93bb13142
* #26839 : audiofile: fix warnings
2013-07-11 13:31:58 -04:00
2873e76c8e
* #26839 : audiortp: fix warnings, formatting
2013-07-11 13:29:36 -04:00
5bb9d4cbf7
* #26839 : opus: fix warnings, formatting
2013-07-11 12:00:19 -04:00