17 Commits (1e6408a18ef4ca794d39ce3839c60ab1cf7dc925)

Author SHA1 Message Date
Michael Niedermayer a407baba85 g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible pointer type [enabled by default]" 13 years ago
Paul B Mahol 69d766daa0 lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_* 13 years ago
Michael Niedermayer eac5987c4f g723_1dec: update to new API 13 years ago
Michael Niedermayer 5174032953 g723.1: use memmove() where overlapping src and dst can happen. 13 years ago
Mohamed Naufal ef64c45c94 g723.1 encoder 13 years ago
Reimar Döffinger 812010c17e Remove unused variable. 13 years ago
Michael Niedermayer 04b4353f07 g723.1: very minor simplify of gen_acb_excitation() 13 years ago
Michael Niedermayer 631eee6e90 g723.1: use MULL(a,b,15) for MULL2() 13 years ago
Michael Niedermayer cb58adaaa3 g723.1: simplify scale_vector() 13 years ago
Michael Niedermayer 431f8af824 g723.1: replace loop of normalize_bits( by av_log2() 13 years ago
Vitor Sessak 6e505547f1 g723.1: cleanup square_root() 13 years ago
Michael Niedermayer c02c52f7b2 g723.1_ use skip_bits1() 13 years ago
Michael Niedermayer fac3ac3970 g723.1: use get_bits1() 13 years ago
Michael Niedermayer 11512367d3 celp_math: cleanup ff_dot_product() 13 years ago
Mohamed Naufal Basheer f990dc374e Add the G723.1 demuxer and decoder 13 years ago