aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec
AgeCommit message (Expand)AuthorFilesLines
2016-09-11General copyright notice updateSylvain Munaut8-8/+8
2016-03-08codec: Make sure to use float and not doubleSylvain Munaut2-2/+2
2016-03-08codec: Fix comments in tone codeSylvain Munaut1-2/+2
2014-10-05build: Add src/codec/private.h to noinst_HEADERS to fix buildSylvain Munaut1-0/+1
2014-10-04codec: Add the spectral magnitude enhancementSylvain Munaut3-0/+73
2014-10-04codec: Synthesis rewrite [2/2] - New synthesizer codeSylvain Munaut5-1/+381
2014-10-04codec: Synthesis rewrite [1/2] - Remove mbelibSylvain Munaut5-604/+1
2014-10-04codec: ambe_frame_decode_params has no return valuesSylvain Munaut2-4/+2
2014-10-04codec/math: Whitespace fixSylvain Munaut1-1/+0
2014-10-04codec/math: Import new function fo DWT float<->complexSylvain Munaut2-2/+66
2014-10-03codec/math: Add a sinf_fast functionSylvain Munaut2-1/+12
2013-12-17codec: Remove externSylvain Munaut1-13/+13
2013-12-17codec: Tweak the L generation formula to match DSP implementationSylvain Munaut1-1/+1
2013-12-17codec: DocumentationSylvain Munaut7-39/+116
2013-12-17codec: Fix tone generationSylvain Munaut2-6/+4
2013-12-17codec: Implement proper 10 ms subframe synthesisSylvain Munaut4-71/+73
2013-12-17codec: Cleanup + Interpolate subframe 0 parametersSylvain Munaut3-75/+184
2013-12-17codec: First code importSylvain Munaut10-0/+2609