summaryrefslogtreecommitdiff
path: root/modules/mpa/encode.c
Commit message (Collapse)AuthorAge
* Aucodec sample format (#352)Alfred E. Heggestad2018-02-03
| | | | | | | | | | | | | | | | * aucodec: merge s16 and fmt encode/decode into one having 2 different encode functions for s16 and other formats turned out to be a bit impractical. better to have 1 function where the sample format (fmt) can be specified. * update some aucodec modules * update test * update codec2 * update g7221 module
* use warning() instead of error()Alfred E. Heggestad2017-09-10
| | | | ref https://github.com/alfredh/baresip/issues/295
* Bug with reinit of codec structsChristian Hoene2016-05-25
|
* ccheck warnings fixedChristian Hoene2016-05-19
|
* Bug at stereo wih 16 and 24kChristian Hoene2016-05-19
|
* Merged with master and added proper RTP time stamp handlingChristian Hoene2016-05-14
|\
| * minor nicifyChristian Hoene2016-05-14
| |
| * Considered ccheck hintsChristian Hoene2016-05-12
| |
| * debug output pretty printChristian Hoene2016-05-12
| |
| * Fixed bug of sending empty packetsChristian Hoene2016-05-12
| |
| * Rewrote decoding, fixed memory leaks, add cr to print outsChristian Hoene2016-05-11
| |
* | mpa: fix warnings on OSXAlfred E. Heggestad2016-04-24
| |
* | fix some ccheck warningsAlfred E. Heggestad2016-04-24
|/
* Addressed code review and added start mute because of sync problemsChristian Hoene2016-04-24
|
* Tested encoder and cleanupChristian Hoene2016-04-23
|
* Added resampler to decodeChristian Hoene2016-04-22
|
* First version with MPA codingChristian Hoene2016-04-22