Commit Graph

2488 Commits

Author SHA1 Message Date
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
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
a78fac662c add 2005 to copyright notices 2005-01-25 04:17:55 +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
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
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
2a9ae6a8bd fix typos 2004-12-30 03:55:29 +00:00
Josh Coalson
4926250883 minor comments 2004-12-30 03:48:42 +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
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
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
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
5899bcb73e fix bug in handling of --input-size 2004-10-20 00:13:34 +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
07be2916e1 fix leak: chain was not being freed in one error case 2004-10-19 04:23:57 +00:00
Josh Coalson
ed1db1f6a0 add --input-size option to flac 2004-10-14 05:00:59 +00:00
Josh Coalson
c99aa82edf patch from Steven Richman: adds support for streaming http transport to xmms plugin 2004-10-07 00:23:51 +00:00
Josh Coalson
076adb0334 fix uninitialized variable 2004-10-07 00:22:43 +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