gzdoom-gles/FLAC
Randy Heit 90b5130db0 - Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample
data enough (2 bits instead of 8), so it was super loud and aliased.
- Fixes for GCC 4.1: Several type-punned pointer warnings, but more
  importantly, declaring a friend function inside a class body is no longer
  enough to declare that function globally; you must declare it again outside
  the class.
- Upgraded FArchive::SerializePointer so that it can store 32-bit indices.
- ACS printing pcodes now build their string in an FSttring instead of a fixed
  sized buffer on the stack.


SVN r145 (trunk)
2006-05-26 04:38:22 +00:00
..
FLAC Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
FLAC++ Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
ia32 Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
private SVN r44 (trunk) 2006-04-14 12:58:52 +00:00
protected Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
FLAC.dsp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
FLAC.vcproj Added Jim's latest Makefile.linux and default.cbd and added options for no RTTI and function level linking to FLAC.vcproj and zlib.vcproj. 2006-05-24 20:25:02 +00:00
Makefile.mgw - Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample 2006-05-26 04:38:22 +00:00
ReadMe.txt Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
bitbuffer.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
bitmath.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
cpu.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
crc.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
fixed.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
format.c - Fixed: The new sound pausing on menu open interrupted Strife conversations. 2006-05-23 04:25:49 +00:00
lpc.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
memory.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
stream_decoder.c Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00
stream_decoder_pp.cpp Updated FLAC code to version 1.1.2. 2006-04-13 22:18:41 +00:00

ReadMe.txt

This is not the complete FLAC distribution. It contains only what
ZDoom needs to decode compressed FLAC streams. For the complete
distribution, please visit <http://flac.sourceforge.net/>.

Of course, under Linux, you are encouraged to ignore this source
here and dynamically link to the full libraries.