Previous 199869 Revisions Next

r15108 Sunday 22nd January, 2012 at 18:38:22 UTC by R. Belmont
Added FLAC (lossless audio) codec support plus experimental hooks in samples and chdman.  Bumped up CHD-CD hunk size to get better compression ratios on both zlib and flac. [David Haywood, R. Belmont]
[/trunk]makefile
[src/emu/sound]samples.c
[src/lib]lib.mak
[src/lib/libflac]libflac++* libflac++.mak* libflac.mak*
[src/lib/libflac/include]flac++*
[src/lib/libflac/include/flac]all.h* assert.h* callback.h* export.h* format.h* metadata.h* ordinals.h* stream_decoder.h* stream_encoder.h*
[src/lib/libflac/include/flac++]all.h* decoder.h* encoder.h* export.h* metadata.h*
[src/lib/libflac/include/private]all.h* bitmath.h* bitreader.h* bitwriter.h* cpu.h* crc.h* fixed.h* float.h* format.h* lpc.h* md5.h* memory.h* metadata.h* stream_encoder_framing.h* window.h*
[src/lib/libflac/include/protected]all.h* stream_decoder.h* stream_encoder.h*
[src/lib/libflac/include/share]alloc.h* utf8.h*
[src/lib/libflac/libflac]bitmath.c* bitreader.c* bitwriter.c* cpu.c* crc.c* fixed.c* float.c* format.c* lpc.c* md5.c* memory.c* metadata_iterators.c* metadata_object.c* stream_decoder.c* stream_encoder.c* stream_encoder_framing.c* window.c*
[src/lib/libflac/libflac++]metadata.cpp* stream_decoder.cpp* stream_encoder.cpp*
[src/tools]chdman.c tools.mak

Previous 199869 Revisions Next


© 1997-2024 The MAME Team