Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Aucodec sample format (#352) | Alfred E. Heggestad | 2018-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. Heggestad | 2017-09-10 |
| | | | | ref https://github.com/alfredh/baresip/issues/295 | ||
* | Merge pull request #132 from choene/origin/aucodec_split_srate | Alfred E. Heggestad | 2016-05-25 |
|\ | | | | | Bug with reinit of codec structs | ||
| * | obeyed ccheck | Christian Hoene | 2016-05-25 |
| | | |||
| * | Bug with reinit of codec structs | Christian Hoene | 2016-05-25 |
| | | |||
* | | mpa: fix warning on osx | Alfred E. Heggestad | 2016-05-17 |
| | | |||
* | | mpa: fix 2 warnings on OSX | Alfred E. Heggestad | 2016-05-15 |
| | | |||
* | | mpa: fix 1 ccheck warning | Alfred E. Heggestad | 2016-05-14 |
|/ | |||
* | Merged with master and added proper RTP time stamp handling | Christian Hoene | 2016-05-14 |
|\ | |||
| * | minor nicify | Christian Hoene | 2016-05-14 |
| | | |||
| * | Considered ccheck hints | Christian Hoene | 2016-05-12 |
| | | |||
| * | debug output pretty print | Christian Hoene | 2016-05-12 |
| | | |||
| * | Rewrote decoding, fixed memory leaks, add cr to print outs | Christian Hoene | 2016-05-11 |
| | | |||
| * | Some minor issues | Christian Hoene | 2016-05-06 |
| | | |||
* | | mpa: fix warning about unused variable | Alfred E. Heggestad | 2016-04-27 |
| | | |||
* | | mpa: fix warnings on OSX | Alfred E. Heggestad | 2016-04-24 |
|/ | |||
* | Addressed code review and added start mute because of sync problems | Christian Hoene | 2016-04-24 |
| | |||
* | Tested encoder and cleanup | Christian Hoene | 2016-04-23 |
| | |||
* | Added resampler to decode | Christian Hoene | 2016-04-22 |
| | |||
* | First version with MPA coding | Christian Hoene | 2016-04-22 |