summaryrefslogtreecommitdiff
path: root/modules/mpa/decode.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
* Merge pull request #132 from choene/origin/aucodec_split_srateAlfred E. Heggestad2016-05-25
|\ | | | | Bug with reinit of codec structs
| * obeyed ccheckChristian Hoene2016-05-25
| |
| * Bug with reinit of codec structsChristian Hoene2016-05-25
| |
* | mpa: fix warning on osxAlfred E. Heggestad2016-05-17
| |
* | mpa: fix 2 warnings on OSXAlfred E. Heggestad2016-05-15
| |
* | mpa: fix 1 ccheck warningAlfred E. Heggestad2016-05-14
|/
* 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
| |
| * Rewrote decoding, fixed memory leaks, add cr to print outsChristian Hoene2016-05-11
| |
| * Some minor issuesChristian Hoene2016-05-06
| |
* | mpa: fix warning about unused variableAlfred E. Heggestad2016-04-27
| |
* | mpa: fix warnings on OSXAlfred 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