January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
September 3, 2008
View f544a5f

Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific CONFIG_FOO_ENCODER conditionals where appropriate.

Diego Biurrun authored on 2008/09/03 21:33:21
View bd10f6e

Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. patch by Laurent Aimar, fenrir via.ecp fr

Laurent Aimar authored on 2008/09/03 08:09:14
July 31, 2008
View fd76c37

Modify all codecs to report their supported input and output sample format(s).

Peter Ross authored on 2008/07/31 19:47:31
June 19, 2008
View 74d9441

Do not shift F[I] twice, it is also clearer and smaller now.

Michael Niedermayer authored on 2008/06/19 20:04:31
View 50c52d2

Factorize c->ap += (-c->ap) >> 4 out

Michael Niedermayer authored on 2008/06/19 20:00:17
View 0e0d6cf

Get rid of G726Tables.bits.

Michael Niedermayer authored on 2008/06/19 19:52:47
View 05c9f35

Copy 4 pointers to avid dozends of ptr dereferences.

Michael Niedermayer authored on 2008/06/19 19:49:30
View fc23425

Does not need to be int16.

Michael Niedermayer authored on 2008/06/19 19:38:20
View cb26c9d

Factorize I >> (c->tbls->bits - 1) out.

Michael Niedermayer authored on 2008/06/19 19:29:36
View 73ff4f8

1 abs() less

Michael Niedermayer authored on 2008/06/19 19:02:39
View 4714776

simplify

Michael Niedermayer authored on 2008/06/19 06:09:36
View 673a64b

useless ()

Michael Niedermayer authored on 2008/06/19 06:05:07
View 428c82c

remove unneeded tr == 0

Michael Niedermayer authored on 2008/06/19 06:00:44