Commit Graph

2158 Commits

Author SHA1 Message Date
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
Josh Coalson
f8ecddeb7d fix typos, remove obsolete $(ORDINALS_H) 2004-12-30 03:56:08 +00:00
Josh Coalson
2a9ae6a8bd fix typos 2004-12-30 03:55:29 +00:00
Josh Coalson
2c75bd8b80 minor comments 2004-12-30 03:55:00 +00:00
Josh Coalson
720216ac0b add latest rice partition order limit restriction to subset definition 2004-12-30 03:54:37 +00:00
Josh Coalson
01fb720434 add docs for metaflac 2004-12-30 03:53:56 +00:00
Josh Coalson
dad6ad4fdb add test for 'flac --input-size' 2004-12-30 03:49:46 +00:00
Josh Coalson
f3becfd4db add a default BUILD target 2004-12-30 03:49:15 +00:00
Josh Coalson
4926250883 minor comments 2004-12-30 03:48:42 +00:00
Josh Coalson
28306cc97e don't build dynamic libs on OS X 2004-12-30 03:48:25 +00:00
Josh Coalson
c549f0f17e in stream encoder, only allocate and calculate real signal if max lpc order > 0 2004-12-30 03:47:49 +00:00
Josh Coalson
2de1124e36 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces 2004-12-30 03:41:19 +00:00
Josh Coalson
e40480d300 revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format 2004-12-30 03:38:37 +00:00
Josh Coalson
b990022c95 fix libFLAC to build PPC asm properly, conditionalized for gas or as 2004-12-30 01:13:03 +00:00
Josh Coalson
d4b2955854 conditionalized linking with libOggFLAC 2004-12-30 01:12:41 +00:00
Josh Coalson
81b3cae6d5 revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format 2004-12-30 01:09:53 +00:00
Josh Coalson
d56ac59518 define socklen_t if it doesn't exist 2004-12-30 01:09:10 +00:00
Josh Coalson
def597ee59 additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere 2004-12-30 00:59:30 +00:00
Josh Coalson
8ddf7fb278 fix typo in comment 2004-12-30 00:58:50 +00:00
Josh Coalson
37954328b2 obsolete 2004-12-30 00:55:48 +00:00
Josh Coalson
07e00486d1 minor error message fix 2004-11-12 07:26:00 +00:00
Josh Coalson
47faab80d7 split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas' 2004-11-09 01:50:35 +00:00
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
8f64899d97 fix comment typos 2004-11-09 01:29:16 +00:00
Josh Coalson
b43d3cbd9e fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts 2004-11-09 01:28:05 +00:00
Josh Coalson
b42b0ee5f5 initial import 2004-11-09 01:27:12 +00:00
Josh Coalson
1637d93297 fix path to local libog dirs 2004-11-09 01:26:37 +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
4f4d9675de add copyright notice 2004-10-29 23:57:50 +00:00
Josh Coalson
f019c51a88 minor formatting 2004-10-29 23:57:30 +00:00