Commit Graph

496 Commits

Author SHA1 Message Date
Josh Coalson
8bd67f558b update the libtool library version number 2003-01-02 07:23:04 +00:00
Josh Coalson
afae69f0e3 Add 2003 to copyright notice 2003-01-02 07:03:16 +00:00
Josh Coalson
48cbe66f06 enable SSE versions of FLAC__lpc_compute_autocorrelation_asm_ia32 if FLAC__SSE_OS is defined 2002-12-30 23:38:14 +00:00
Josh Coalson
59d8450290 patch from Miroslav 2002-12-30 02:33:19 +00:00
Josh Coalson
dd190236c6 need release bitbuffer even in error cases in write_bitbuffer_() 2002-12-29 09:30:23 +00:00
Josh Coalson
f91251d1d6 add flushed fwrite in Valgrind mode 2002-12-28 07:04:49 +00:00
Josh Coalson
0a86a68606 enable 3dnow optimizations by default 2002-12-23 19:53:00 +00:00
Josh Coalson
8f0c71b877 add "is_cd" flag to CUESHEET everywhere 2002-12-05 06:37:46 +00:00
Josh Coalson
5e31be1500 #include config.h 2002-12-04 07:07:35 +00:00
Josh Coalson
4fa90599fe fix memory leaks found with valgrind 2002-12-04 07:01:37 +00:00
Josh Coalson
3a203828bb adjust CUESHEET reserved lengths 2002-12-03 06:31:41 +00:00
Josh Coalson
fcc7a6884d get Makefile.vc system working again with new debug/release dirs and static/dynamic targets 2002-11-22 07:50:26 +00:00
Josh Coalson
bfc8e319c2 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories 2002-11-21 09:00:25 +00:00
Josh Coalson
3f86cc7418 more checks in the cuesheet validator 2002-11-21 06:41:46 +00:00
Josh Coalson
3b026e8dd1 more cuesheet convenience functions 2002-11-21 06:41:01 +00:00
Josh Coalson
b74fc98b48 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files 2002-11-20 06:40:08 +00:00
Josh Coalson
dd723074af minor comments 2002-11-19 06:19:47 +00:00
Josh Coalson
e6abfdba4e remove debug printf's 2002-11-19 06:15:45 +00:00
Josh Coalson
df7240ac84 add more CUESHEET convenience functions 2002-11-16 06:32:30 +00:00
Josh Coalson
38162d5a65 add more reserved space to CUESHEET implementation 2002-11-16 06:31:54 +00:00
Josh Coalson
a0d5454fdc fix MSVC warning with explicit casts 2002-11-15 19:32:57 +00:00
Josh Coalson
e48693818d further implementation of new CUESHEET metadata block 2002-11-15 05:41:48 +00:00
Josh Coalson
16cf47e351 add FLAC__bitbuffer_skip_bits_no_crc() 2002-11-15 05:40:00 +00:00
Josh Coalson
8e9c4519e7 implement new CUESHEET metadata block 2002-11-14 05:00:24 +00:00
Josh Coalson
5f34956e5b reorganize metadata decoding in anticipation of new cuesheet block 2002-11-14 04:58:42 +00:00
Josh Coalson
cd1a4230b8 add FLAC__file_decoder_get_decode_position() 2002-11-08 22:13:49 +00:00
Josh Coalson
58350af879 add FLAC__seekable_stream_decoder_get_decode_position() 2002-11-08 22:13:21 +00:00
Josh Coalson
0295422716 add ..._get_resolved_state_string() convenience function 2002-11-08 06:16:31 +00:00
Josh Coalson
9c2a011d46 add ..._get_resolved_state_string() convenience function 2002-11-08 06:06:37 +00:00
Josh Coalson
d9b6e335ca fix bug in seekpoint calculation in the final frame 2002-11-08 06:05:23 +00:00
Josh Coalson
b4cf7b2953 fix unused function #ifdefs 2002-11-07 05:11:15 +00:00
Josh Coalson
5e3fcb2603 more strict typecasts 2002-11-06 07:11:26 +00:00
Josh Coalson
7424d2ffc0 fix bugs returning the wrong meaning from FLAC__stream_encoder_init() 2002-11-06 07:10:38 +00:00
Josh Coalson
58d6cf8e1d #ifdef out more unused routines 2002-11-06 07:09:57 +00:00
Josh Coalson
b667e70b82 constify first arg of FLAC__metadata_object_vorbiscomment_find_entry_from() 2002-11-05 07:24:33 +00:00
Josh Coalson
6ffe8dab71 update to match new default vorbis comment implementation (now with vendor string) 2002-10-26 04:35:00 +00:00
Josh Coalson
45bb9887e1 add more convenience for manipulating vorbis comments 2002-10-26 04:34:16 +00:00
Josh Coalson
725829176f #include bitmath.h 2002-10-26 04:33:49 +00:00
Josh Coalson
cd0e322d2d add notion of topdir to Makefile.lite build system 2002-10-23 22:08:13 +00:00
Josh Coalson
fb9d18fbe7 fix from Miroslav on the lpc datapath switching logic 2002-10-21 07:04:07 +00:00
Josh Coalson
2c718a26fc fix bug in free()ing of output arrays 2002-10-21 06:43:48 +00:00
Josh Coalson
1d25bb6a61 fixes for building static libs (new FLAC__NO_DLL #define) 2002-10-18 05:50:28 +00:00
Josh Coalson
ea7155f0ac switch malloc+memset(0) to calloc() 2002-10-18 05:49:19 +00:00
Josh Coalson
5dee3a641d add assert on the vendor string construction 2002-10-17 07:40:01 +00:00
Josh Coalson
6afed9fc7f tweaks to build libs as DLLs under windows 2002-10-16 22:29:47 +00:00
Josh Coalson
f420524fbb initial import 2002-10-16 22:21:33 +00:00
Josh Coalson
fc701471a4 changes for MSCV: added dsp file, rename any .cc files to .cpp 2002-10-16 22:06:04 +00:00
Matt Zimmerman
3960df1f78 Fix slightly botched search-and-replace which produced constructs like
"@ CFLAGS".
2002-10-15 01:41:11 +00:00
Josh Coalson
72695809f0 add verbatim catchall if no subframes are generated 2002-10-11 06:25:16 +00:00
Josh Coalson
f12edc643b fix assertion bug 2002-10-11 06:24:33 +00:00