revamp the ordinal types
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 23 Jun 2001 03:03:24 +0000 (03:03 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 23 Jun 2001 03:03:24 +0000 (03:03 +0000)
commit77e3f319a561894960a3667244df630f8468e60f
treefc9efc45a9b54fd86198e0b6a102354b7fc3f531
parent3d094cd0977cebe902d48086ade1928b35686ba9
revamp the ordinal types
44 files changed:
include/FLAC/file_decoder.h
include/FLAC/format.h
include/FLAC/ordinals.h
include/FLAC/seek_table.h
include/FLAC/stream_decoder.h
include/FLAC/stream_encoder.h
src/flac/analyze.c
src/flac/analyze.h
src/flac/decode.c
src/flac/decode.h
src/flac/encode.c
src/flac/encode.h
src/flac/main.c
src/libFLAC/bitbuffer.c
src/libFLAC/crc.c
src/libFLAC/file_decoder.c
src/libFLAC/fixed.c
src/libFLAC/format.c
src/libFLAC/ia32/fixed_asm.nasm
src/libFLAC/ia32/lpc_asm-unrolled.nasm
src/libFLAC/ia32/lpc_asm.nasm
src/libFLAC/include/private/bitbuffer.h
src/libFLAC/include/private/cpu.h
src/libFLAC/include/private/crc.h
src/libFLAC/include/private/fixed.h
src/libFLAC/include/private/lpc.h
src/libFLAC/include/private/md5.h
src/libFLAC/include/private/memory.h
src/libFLAC/include/private/stream_encoder_framing.h
src/libFLAC/include/protected/file_decoder.h
src/libFLAC/include/protected/stream_encoder.h
src/libFLAC/lpc.c
src/libFLAC/md5.c
src/libFLAC/memory.c
src/libFLAC/seek_table.c
src/libFLAC/stream_decoder.c
src/libFLAC/stream_encoder.c
src/libFLAC/stream_encoder_framing.c
src/metaflac/main.c
src/plugin_winamp2/in_flac.c
src/plugin_winamp3/in_flac.cpp
src/plugin_xmms/plugin.c
src/test_streams/main.c
src/test_unit/bitbuffer.c