Commit Graph

2190 Commits

Author SHA1 Message Date
Josh Coalson
16ece0ada4 need /D "FLAC__HAS_OGG" for ogg seek tests to work 2005-02-01 01:47:24 +00:00
Josh Coalson
2499c5694c only use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC 2005-01-31 04:35:26 +00:00
Josh Coalson
05a3984002 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS 2005-01-30 18:44:46 +00:00
Josh Coalson
3c8d2973cb remove explicit call to AC_CANONICAL_HOST since it is called implicitly by who-knows-what; disable as/gas on PPC 2005-01-30 18:44:04 +00:00
Josh Coalson
c2a9bbb0dc fixes to get winamp2 plugin to build on win32 again 2005-01-30 18:18:08 +00:00
Josh Coalson
77d8e7fe28 minor casting fixes 2005-01-30 18:17:11 +00:00
Josh Coalson
95bf677e3e define HAVE_SOCKLEN_T 2005-01-30 18:15:48 +00:00
Josh Coalson
4462311644 fix constness in some functions 2005-01-30 18:15:36 +00:00
Josh Coalson
63d489ae31 temporary disable ppc asm optimizations 2005-01-29 06:10:58 +00:00
Josh Coalson
cd96b51d3b minor comments 2005-01-29 06:10:04 +00:00
Josh Coalson
47c7b14079 add FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compiling with new asm optimzations 2005-01-29 06:08:58 +00:00
Josh Coalson
cc12687afe fix script invocation in valgrind mode 2005-01-28 16:24:02 +00:00
Josh Coalson
dc3fd3596c update link to sf logo 2005-01-28 16:23:43 +00:00
Josh Coalson
7bc3a10067 link update for MC plugin 2005-01-28 16:23:32 +00:00
Josh Coalson
9ce060e4ad add missing decoder finish calls 2005-01-27 04:00:36 +00:00
Josh Coalson
27ae348596 fix recently-broken host- and system-checking logic 2005-01-27 03:59:55 +00:00
Josh Coalson
dc16d4c67d add note about xmms bug to http streaming entry 2005-01-27 03:59:15 +00:00
Josh Coalson
b1b4f59c16 minor fixes 2005-01-27 03:58:00 +00:00
Josh Coalson
c4cb493caf minor comments 2005-01-27 03:57:35 +00:00
Josh Coalson
0d3da77d72 fix typo in solaris defines 2005-01-27 03:57:14 +00:00
Josh Coalson
f4c1a8e8ef fixes for compiling with SunPro 2005-01-27 03:55:35 +00:00
Josh Coalson
7446e18663 fix ANSI C violation w.r.t. const arrays 2005-01-26 04:04:38 +00:00
Josh Coalson
f30426a75b minor formatting 2005-01-26 03:58:04 +00:00
Josh Coalson
450572f666 add test_seeking runs for native FLAC files with total_samples=0 in the STREAMINFO 2005-01-26 03:48:06 +00:00
Josh Coalson
7b3808bfee improve to test seeking beyond end-of-stream 2005-01-26 03:47:44 +00:00
Josh Coalson
d2e010e704 improve resolution stream-length-in-millisecond calculation 2005-01-26 03:19:29 +00:00
Josh Coalson
08ccb1f132 remove unnecessary #includes 2005-01-26 03:18:17 +00:00
Josh Coalson
a47e20f02d fix another seeking bug that can happen rarely when seeking past the end of the stream 2005-01-26 03:17:28 +00:00
Josh Coalson
65dc12a57b add link to project page on sourceforge 2005-01-26 03:16:01 +00:00
Josh Coalson
3e412505c6 tag new changelog entry as version 1.1.2 2005-01-26 03:15:08 +00:00
Josh Coalson
e94ad4f0dc minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-January/001703.html 2005-01-25 16:18:41 +00:00
Josh Coalson
7ba64127f4 merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK)) 2005-01-25 05:03:48 +00:00
Josh Coalson
03197fa78e add items: html metaflac docs, improved vorbis comment handling in API 2005-01-25 04:39:12 +00:00
Josh Coalson
a78fac662c add 2005 to copyright notices 2005-01-25 04:17:55 +00:00
Josh Coalson
3923e10c9b add items for speedups and bug fixes 2005-01-25 03:35:02 +00:00
Josh Coalson
59ebafb433 memmove/memset patch from Eric Wong 2005-01-25 02:53:04 +00:00
Josh Coalson
5b60d02640 patch from Eric Wong, slight improvement on Miroslav's work 2005-01-25 02:37:08 +00:00
Josh Coalson
5750b36e3c check in miroslav's long-lost bitbuffer optimizations 2005-01-25 02:29:29 +00:00
Josh Coalson
c71bfe953c remove superfluous semicolon after namespace closures 2005-01-25 02:27:20 +00:00
Josh Coalson
ba056083bb again fix logic around deciphering frame/sample number from frame header 2005-01-24 00:20:49 +00:00
Josh Coalson
663c599b0a merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc 2005-01-21 01:53:02 +00:00
Josh Coalson
fd218cf3cf add host checks to try and divine whether we're on a darwin or linux system 2005-01-21 01:51:09 +00:00
Josh Coalson
a1e923ba93 add test for new form of get_tags() 2005-01-21 01:27:04 +00:00
Josh Coalson
cd18cdcd08 add tests for constructors with copy control and assign() 2005-01-21 01:26:36 +00:00
Josh Coalson
df8e732371 fix required nasm version 2005-01-21 01:25:43 +00:00
Josh Coalson
42372b9aed libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() 2005-01-07 01:09:07 +00:00
Josh Coalson
1518d94101 better verbiage in bug-report lingo 2005-01-07 01:03:45 +00:00
Josh Coalson
a11870ba04 fix typos 2005-01-07 01:03:19 +00:00
Josh Coalson
b54ce2e4f9 improved handling of libiconv 2005-01-07 01:02:30 +00:00
Josh Coalson
80171dc3ac fix all bare malloc() realloc() etc calls to have a proper cast in front 2004-12-30 03:57:13 +00:00