Commit Graph

589 Commits

Author SHA1 Message Date
Josh Coalson
5f2b46d031 finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point 2004-11-09 01:34:01 +00:00
Josh Coalson
29a6a9df04 add float.c/h 2004-11-09 01:25:44 +00:00
Josh Coalson
f719813b0f add fixed-point functions 2004-11-09 01:25:14 +00:00
Josh Coalson
375810ebdd add FLAC__bitmath_ilog2_wide() 2004-11-09 01:22:35 +00:00
Josh Coalson
2757af6c1d get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage 2004-10-30 00:03:21 +00:00
Josh Coalson
f019c51a88 minor formatting 2004-10-29 23:57:30 +00:00
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
Josh Coalson
2a23c635df add float.h 2004-10-20 00:12:53 +00:00
Josh Coalson
f7d52214a0 initial import 2004-10-20 00:12:40 +00:00
Josh Coalson
5e8e733906 minor fixes to comply with C99's new pointer aliasing rules 2004-10-07 00:22:03 +00:00
Josh Coalson
91b4ce51ab fix #ifdef problems that existed when FLAC__NO_ASM is defined 2004-10-06 01:03:12 +00:00
Josh Coalson
607fc843e2 fix debian bug #274301: libflac4 segfaults on corrupt flac files 2004-10-06 00:56:51 +00:00
Josh Coalson
fa10dcf096 bump release date to 2004-Oct-01 2004-09-28 00:53:43 +00:00
Josh Coalson
51c8dd49e4 bump release date to 2004-09-18 2004-09-14 03:40:35 +00:00
Josh Coalson
69cfda7a20 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets 2004-09-10 00:38:21 +00:00
Josh Coalson
4d9780d4e4 remove %FLAC__NASM% environment variable requirement 2004-09-10 00:31:31 +00:00
Josh Coalson
3fbf64c110 bump libtool library version numbers 2004-09-10 00:20:59 +00:00
Josh Coalson
c28ec32289 bump version number to 1.1.1 2004-09-10 00:20:04 +00:00
Josh Coalson
9aac670eea fix bug: source file needs to be explicitly rewound before reading/writing in callback mode 2004-09-08 00:50:21 +00:00
Josh Coalson
748459cdac fix bug copying a null vorbis comment entry 2004-09-08 00:49:30 +00:00
Josh Coalson
edcde6fd78 add --tag=CC required by latest libtool 2004-09-02 04:43:12 +00:00
Josh Coalson
1aca6b114b add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() 2004-07-30 01:54:29 +00:00
Josh Coalson
9b32217c24 bump libtool version numbers for flac-1.1.1-beta1 2004-07-30 00:03:52 +00:00
Josh Coalson
b73eabd30e strip out bogus args passed to assembler by libtool 2004-07-29 06:46:26 +00:00
Josh Coalson
c2570659f2 rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new duties stripping other arguments for other assemblers 2004-07-29 06:43:23 +00:00
Josh Coalson
cce2f25a10 obsolete 2004-07-29 06:42:16 +00:00
Josh Coalson
49623ea2d0 be more precise in long long int literal specification for ANSI compilers (gcc3 requires an LL suffix on literals that do not fit in an int 2004-07-29 06:28:59 +00:00
Josh Coalson
ea050ba65d finish hooking up altivec asm routines 2004-07-28 01:33:57 +00:00
Josh Coalson
52f8f77844 dos2unix it, remove unmatched single quotes in comments (whatever way ProjectBuilder calls "as" chokes on them) 2004-07-28 01:32:59 +00:00
Josh Coalson
a7ffb0ce9c dos2unix it 2004-07-28 01:31:51 +00:00
Josh Coalson
3aadd10c67 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
Josh Coalson
63ee53d94d bump version number to 1.1.1-beta1, with a target date of 2004-07-31 2004-07-25 20:57:28 +00:00
Josh Coalson
31bdd7048a add brady's first round of altivec implementations 2004-07-25 20:34:40 +00:00
Josh Coalson
e04f0c424e fix erroneous assertion 2004-07-24 00:02:46 +00:00
Josh Coalson
3e7a96e460 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
Josh Coalson
527bdda738 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
Josh Coalson
63945ecad5 fix warnings exposed by MSVC 2004-07-23 05:13:43 +00:00
Josh Coalson
1cb2341298 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code 2004-07-22 01:32:00 +00:00
Josh Coalson
a9414544f0 fixes for autoconf 2004-07-20 01:24:48 +00:00
Josh Coalson
47f51b1c22 add method for skipping an audio frame, plus tests 2004-07-16 00:53:38 +00:00
Josh Coalson
b0be1e87bd remove unused variables 2004-07-16 00:18:11 +00:00
Josh Coalson
0e46bf5624 do not close any file handles in the callback-based chain reading/writing 2004-07-15 00:04:46 +00:00
Josh Coalson
028d97ee7b fix bug in FLAC__metadata_chain_check_if_tempfile_needed() 2004-07-14 00:49:56 +00:00
Josh Coalson
463a22cc3a add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() 2004-07-11 06:41:00 +00:00
Josh Coalson
91748beb86 add FLAC__metadata_chain_read_with_callbacks() 2004-07-10 22:28:03 +00:00
Josh Coalson
ea25cb3615 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based 2004-07-10 00:39:01 +00:00
Josh Coalson
6ebbabfd34 fix another possible seeking bug 2004-07-07 07:30:41 +00:00
Josh Coalson
be62f3b229 minor comments 2004-07-07 07:29:13 +00:00
Josh Coalson
ab5c1d15c1 fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore STREAMINFO or SEEKTABLE would also prevent the seekable stream decoder from getting the blocks later, which it needs to be able to seek 2004-07-07 00:36:45 +00:00
Josh Coalson
42a167fe20 use $libdir instead of $prefix/lib to find library dir 2004-05-26 20:20:22 +00:00