Mercurial > libavcodec.hg
log g726.c @ 8520:a0164882aa38 libavcodec
age | author | description |
---|---|---|
Wed, 03 Sep 2008 12:33:21 +0000 | diego | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec |
Tue, 02 Sep 2008 23:09:14 +0000 | diego | Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodec |
Thu, 31 Jul 2008 10:47:31 +0000 | pross | Modify all codecs to report their supported input and output sample format(s). libavcodec |
Thu, 19 Jun 2008 11:04:31 +0000 | michael | Do not shift F[I] twice, it is also clearer and smaller now. libavcodec |
Thu, 19 Jun 2008 11:00:17 +0000 | michael | Factorize c->ap += (-c->ap) >> 4 out libavcodec |
Thu, 19 Jun 2008 10:52:47 +0000 | michael | Get rid of G726Tables.bits. libavcodec |
Thu, 19 Jun 2008 10:49:30 +0000 | michael | Copy 4 pointers to avid dozends of ptr dereferences. libavcodec |