Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | g723_1: add CODEC_CAP_DR1 | Paul B Mahol | 2012-07-08 | 1 | -1/+1 |
* | g723_1: change to encode2() | Michael Niedermayer | 2012-05-08 | 1 | -6/+12 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+2 |
* | g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible... | Michael Niedermayer | 2012-01-08 | 1 | -1/+1 |
* | lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_* | Paul B Mahol | 2012-01-03 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
* | g723_1dec: update to new API | Michael Niedermayer | 2011-12-03 | 1 | -7/+21 |
* | g723.1: use memmove() where overlapping src and dst can happen. | Michael Niedermayer | 2011-10-11 | 1 | -1/+1 |
* | g723.1 encoder | Mohamed Naufal | 2011-10-10 | 1 | -0/+1146 |
* | Remove unused variable. | Reimar Döffinger | 2011-09-30 | 1 | -1/+0 |
* | g723.1: very minor simplify of gen_acb_excitation() | Michael Niedermayer | 2011-09-29 | 1 | -2/+2 |
* | g723.1: use MULL(a,b,15) for MULL2() | Michael Niedermayer | 2011-09-29 | 1 | -1/+1 |
* | g723.1: simplify scale_vector() | Michael Niedermayer | 2011-09-29 | 1 | -1/+1 |
* | g723.1: replace loop of normalize_bits( by av_log2() | Michael Niedermayer | 2011-09-29 | 1 | -2/+2 |
* | g723.1: cleanup square_root() | Vitor Sessak | 2011-09-29 | 1 | -11/+1 |
* | g723.1_ use skip_bits1() | Michael Niedermayer | 2011-09-29 | 1 | -1/+1 |
* | g723.1: use get_bits1() | Michael Niedermayer | 2011-09-29 | 1 | -4/+4 |
* | celp_math: cleanup ff_dot_product() | Michael Niedermayer | 2011-09-29 | 1 | -9/+9 |
* | Add the G723.1 demuxer and decoder | Mohamed Naufal Basheer | 2011-09-29 | 1 | -0/+1081 |