Commit Graph

838 Commits

Author SHA1 Message Date
Josh Coalson
df59845d04 fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_coeff_prec_search; account for qlp coeff overhead in guessing the best lpc order; default to hann instead of rectangular window on assertion failure 2006-04-28 00:13:34 +00:00
Josh Coalson
6e2b5659c1 fix a calcuation bug in FLAC__lpc_compute_best_order() 2006-04-28 00:11:31 +00:00
Josh Coalson
0395dac13f add 2206 to copyright notice 2006-04-25 06:59:33 +00:00
Josh Coalson
bf0f52c21e add support for specifying which apodization functions to use to window data before lpc analysis 2006-04-25 06:38:43 +00:00
Josh Coalson
c8dc7a43ec bump version to intermediate CVS 2006-04-25 06:36:48 +00:00
Josh Coalson
b4c13d9c85 *** empty log message *** 2006-04-25 06:35:03 +00:00
Josh Coalson
7cfac0b146 add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() 2006-04-10 05:37:34 +00:00
Josh Coalson
e9a638d004 add support for building on os/2 with emx 2005-09-03 03:54:16 +00:00
Josh Coalson
d9264962d5 fix bug in return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() (sf #1235005: https://sourceforge.net/tracker/index.php?func=detail&aid=1235005&group_id=13478&atid=113478) 2005-09-03 01:41:11 +00:00
Josh Coalson
3889287097 remove spurious semicolon 2005-08-31 00:18:18 +00:00
Josh Coalson
c6e53da21b fix bug in utf8len() 2005-08-25 00:22:06 +00:00
Josh Coalson
b4de1692f3 fixes to remove warnings from gcc-4.0.0 2005-08-24 07:39:25 +00:00
Josh Coalson
f2a8e069d7 disallow non-shortest-form encodings in utf-8 checking 2005-08-24 07:37:11 +00:00
Josh Coalson
fe1d311369 slightly more precise error message in CDDA cuesheet checking 2005-08-24 00:14:23 +00:00
Josh Coalson
ce0b3452e5 remove FLAC__SYMMETRIC_RICE code 2005-05-05 00:42:31 +00:00
Josh Coalson
a02b73f5ea check in more fixes from Luca to build properly on linux-ppc (asm-related again) 2005-03-02 05:21:06 +00:00
Josh Coalson
2f7293b09f add patch: on freebsd, detect via sysctl whether OS supports SSE 2005-02-12 16:55:39 +00:00
Josh Coalson
66142c9b5b bump version to 1.1.2 2005-02-04 06:42:38 +00:00
Josh Coalson
17bdc0068e reinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles 2005-02-04 06:41:13 +00:00
Josh Coalson
f81b6df7d5 minor comments 2005-02-04 01:34:35 +00:00
Josh Coalson
16eded53e4 fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED 2005-02-03 04:29:52 +00:00
Josh Coalson
e68328ea01 bump version number to 1.1.2-beta 2005-02-02 01:54:03 +00:00
Josh Coalson
a3448128bc bump the libtool number 2005-02-02 01:51:25 +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
77d8e7fe28 minor casting fixes 2005-01-30 18:17:11 +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
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
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
7446e18663 fix ANSI C violation w.r.t. const arrays 2005-01-26 04:04:38 +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
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
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
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
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
b990022c95 fix libFLAC to build PPC asm properly, conditionalized for gas or as 2004-12-30 01:13:03 +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
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