- Aug 12, 2011
-
-
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
-
- Aug 11, 2011
-
-
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.
-
- Aug 10, 2011
-
-
Tristan Matthews authored
Resolved Conflicts: sflphone-common/src/audio/algorithm.h sflphone-common/src/audio/audiortp/AudioRtpRecordHandler.cpp
-
Tristan Matthews authored
-
Tristan Matthews authored
This lead to a dead-lock in its destructor. Instead, AudioRtpFactory must delete it.
-
Rafaël Carré authored
also fix wrong assertion about the final number of samples
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
The GUI lets user choose .ul (ULAW) or .au files (GSM) However RawFile class assumes ULAW only so we reject GSM files
-
Rafaël Carré authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- Aug 09, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Also resample the whole sample buffer given
-