This website requires JavaScript.
Explore
Help
Sign In
claunia
/
flac
Watch
1
Star
0
Fork
0
You've already forked flac
mirror of
https://github.com/claunia/flac.git
synced
2025-12-16 18:54:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0975843beda582c1a5ddf1f5fe17f3cbb3c306a3
flac
/
src
/
libFLAC
/
include
/
private
History
Josh Coalson
0975843bed
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
2004-10-20 00:21:50 +00:00
..
all.h
add float.h
2004-10-20 00:12:53 +00:00
bitbuffer.h
update copyright to 2004
2004-01-17 04:14:43 +00:00
bitmath.h
update copyright to 2004
2004-01-17 04:14:43 +00:00
cpu.h
check in Brady's second altivec-related patch that hooks up the asm routines and does the requisite configure-related stuff
2004-07-27 01:13:16 +00:00
crc.h
update copyright to 2004
2004-01-17 04:14:43 +00:00
fixed.h
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
2004-10-20 00:21:50 +00:00
float.h
initial import
2004-10-20 00:12:40 +00:00
format.h
update copyright to 2004
2004-01-17 04:14:43 +00:00
lpc.h
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
2004-10-20 00:21:50 +00:00
Makefile.am
add float.h
2004-10-20 00:12:53 +00:00
md5.h
tweaks to the MD5 routines; they need to be exported when building a windows DLL since the seekable stream decoder in libOggFLAC secretly uses them
2004-07-23 05:18:22 +00:00
memory.h
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
2004-10-20 00:21:50 +00:00
metadata.h
update copyright to 2004
2004-01-17 04:14:43 +00:00
stream_encoder_framing.h
make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not
2004-07-23 05:15:20 +00:00