gapk/libgsmhr
Sylvain Munaut c0f0342596 libgsmhr: Make it safe to decode/encode different streams at once
Basically the reference code has a bunch of global state.
With some minimal patchihg (previous commit) we can ensure that all
that state is within .bss

So what we do it to save/restore the bss section between calls of the
reference code so we can process several in // and we don't have to
completely fix all reference to global state in the reference codec.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2015-12-30 11:55:03 +01:00
..
patches libgsmhr: Add some code cleanup / speedup patches for reference codec 2015-12-30 11:55:03 +01:00
Makefile.am libgsmhr: Make it safe to decode/encode different streams at once 2015-12-30 11:55:03 +01:00
fetch_sources.py libgsmhr/fetch_sources: Only use the filename and not any path 2015-12-30 11:44:37 +01:00
libgsmhr.c libgsmhr: Make it safe to decode/encode different streams at once 2015-12-30 11:55:03 +01:00