- 15 Aug, 2011 14 commits
-
-
Rafaël Carré authored
Instead it is part of Manager which is already itself a singleton When the client requests termination of the daemon, the DBusManager instance is not destructed, so we avoid using already freed memory make Manager::(un)serialize static functions, they don't depend on the instance state No need to check for the NULLity of _dbus anymore Remove a useless argument to initConfigFile
-
Tristan Matthews authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
use dlerror() correctly
-
Rafaël Carré authored
remove a few messages
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
-
- 12 Aug, 2011 14 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Move all the code in a single .h file
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
It calls strdup on its parameters internally.
-
Rafaël Carré authored
decoder takes the size of encoded buffer and returns number of samples encoder takes the maximum size of output buffer and returns compressed size (it assumes we will encode only one frame at a time)
-
Rafaël Carré authored
fix a use after free
-
Rafaël Carré authored
Try to avoid confusion between size in bytes and number of samples Use statically allocated buffers for decoders / encoders / filters / resamplers We assume we won't be processing more than 20ms of audio mono at 44.1kHz
-
Rafaël Carré authored
-
- 11 Aug, 2011 12 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
This reverts commit f0a7fe36.
-
Tristan Matthews authored
-
Tristan Matthews authored
That way we're guaranteed that it is safe to delete it after.
-
Tristan Matthews authored
-
Tristan Matthews authored
don't call methods on deleted objects!
-
Tristan Matthews authored
Also the memory pool for the SDP must be deallocated after we've destroyed the SDP.
-