Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include codec.h file from codec C files | Harald Welte | 2017-06-09 | 1 | -0/+1 |
| | | | | | | | failure to do so would prevent the compiler from catching inconsistencies between declaration and definition. Change-Id: I88617c97adcff328292e501fd5d254eeae96a660 | ||||
* | codec: make data tables constant. | Diego Elio Pettenò | 2012-06-30 | 1 | -1/+1 |
| | | | | | | | | When declaring them constant, they are written on the .rodata section instead of .data, which means that they can be mapped directly from disk to memory. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | codec: Add bit ordering tables from specs for HR,FR,EFR & AMR | Sylvain Munaut | 2010-10-15 | 1 | -0/+256 |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |