- 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 19 years ago
- beeee71 add window.c/window.h by Josh Coalson · 19 years ago
- df59845 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 by Josh Coalson · 19 years ago
- 6e2b565 fix a calcuation bug in FLAC__lpc_compute_best_order() by Josh Coalson · 19 years ago
- 0395dac add 2206 to copyright notice by Josh Coalson · 19 years ago
- bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 19 years ago
- c8dc7a4 bump version to intermediate CVS by Josh Coalson · 19 years ago
- b4c13d9 *** empty log message *** by Josh Coalson · 19 years ago
- 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 19 years ago
- e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
- d926496 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) by Josh Coalson · 19 years ago
- 3889287 remove spurious semicolon by Josh Coalson · 19 years ago
- c6e53da fix bug in utf8len() by Josh Coalson · 19 years ago
- b4de169 fixes to remove warnings from gcc-4.0.0 by Josh Coalson · 19 years ago
- f2a8e06 disallow non-shortest-form encodings in utf-8 checking by Josh Coalson · 19 years ago
- fe1d311 slightly more precise error message in CDDA cuesheet checking by Josh Coalson · 19 years ago
- ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 20 years ago
- a02b73f check in more fixes from Luca to build properly on linux-ppc (asm-related again) by Josh Coalson · 20 years ago
- 2f7293b add patch: on freebsd, detect via sysctl whether OS supports SSE by Josh Coalson · 20 years ago
- 66142c9 bump version to 1.1.2 by Josh Coalson · 20 years ago
- 17bdc00 reinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles by Josh Coalson · 20 years ago
- f81b6df minor comments by Josh Coalson · 20 years ago
- 16eded5 fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED by Josh Coalson · 20 years ago
- e68328e bump version number to 1.1.2-beta by Josh Coalson · 20 years ago
- a344812 bump the libtool number by Josh Coalson · 20 years ago
- 2499c56 only use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC by Josh Coalson · 20 years ago
- 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
- 77d8e7f minor casting fixes by Josh Coalson · 20 years ago
- 4462311 fix constness in some functions by Josh Coalson · 20 years ago
- 63d489a temporary disable ppc asm optimizations by Josh Coalson · 20 years ago
- 47c7b14 add FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compiling with new asm optimzations by Josh Coalson · 20 years ago
- b1b4f59 minor fixes by Josh Coalson · 20 years ago
- c4cb493 minor comments by Josh Coalson · 20 years ago
- 0d3da77 fix typo in solaris defines by Josh Coalson · 20 years ago
- 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
- a47e20f fix another seeking bug that can happen rarely when seeking past the end of the stream by Josh Coalson · 20 years ago
- e94ad4f minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-January/001703.html by Josh Coalson · 20 years ago
- a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
- 59ebafb memmove/memset patch from Eric Wong by Josh Coalson · 20 years ago
- 5b60d02 patch from Eric Wong, slight improvement on Miroslav's work by Josh Coalson · 20 years ago
- 5750b36 check in miroslav's long-lost bitbuffer optimizations by Josh Coalson · 20 years ago
- ba05608 again fix logic around deciphering frame/sample number from frame header by Josh Coalson · 20 years ago
- 663c599 merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc by Josh Coalson · 20 years ago
- 80171dc fix all bare malloc() realloc() etc calls to have a proper cast in front by Josh Coalson · 20 years ago
- 4926250 minor comments by Josh Coalson · 20 years ago
- c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
- 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 20 years ago
- b990022 fix libFLAC to build PPC asm properly, conditionalized for gas or as by Josh Coalson · 20 years ago
- def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
- 8ddf7fb fix typo in comment by Josh Coalson · 20 years ago
- 47faab8 split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas' by Josh Coalson · 20 years ago
- 5f2b46d finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point by Josh Coalson · 20 years ago
- 29a6a9d add float.c/h by Josh Coalson · 20 years ago
- f719813 add fixed-point functions by Josh Coalson · 20 years ago
- 375810e add FLAC__bitmath_ilog2_wide() by Josh Coalson · 20 years ago
- 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
- f019c51 minor formatting by Josh Coalson · 20 years ago
- 0975843 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. by Josh Coalson · 20 years ago
- 2a23c63 add float.h by Josh Coalson · 20 years ago
- f7d5221 initial import by Josh Coalson · 20 years ago
- 5e8e733 minor fixes to comply with C99's new pointer aliasing rules by Josh Coalson · 20 years ago
- 91b4ce5 fix #ifdef problems that existed when FLAC__NO_ASM is defined by Josh Coalson · 20 years ago
- 607fc84 fix debian bug #274301: libflac4 segfaults on corrupt flac files by Josh Coalson · 20 years ago
- fa10dcf bump release date to 2004-Oct-01 by Josh Coalson · 20 years ago
- 51c8dd4 bump release date to 2004-09-18 by Josh Coalson · 20 years ago
- 69cfda7 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets by Josh Coalson · 20 years ago
- 4d9780d remove %FLAC__NASM% environment variable requirement by Josh Coalson · 20 years ago
- 3fbf64c bump libtool library version numbers by Josh Coalson · 20 years ago
- c28ec32 bump version number to 1.1.1 by Josh Coalson · 20 years ago
- 9aac670 fix bug: source file needs to be explicitly rewound before reading/writing in callback mode by Josh Coalson · 20 years ago
- 748459c fix bug copying a null vorbis comment entry by Josh Coalson · 20 years ago
- edcde6f add --tag=CC required by latest libtool by Josh Coalson · 20 years ago
- 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
- 9b32217 bump libtool version numbers for flac-1.1.1-beta1 by Josh Coalson · 20 years ago
- b73eabd strip out bogus args passed to assembler by libtool by Josh Coalson · 20 years ago
- c257065 rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new duties stripping other arguments for other assemblers by Josh Coalson · 20 years ago
- cce2f25 obsolete by Josh Coalson · 20 years ago
- 49623ea be more precise in long long int literal specification for ANSI compilers (gcc3 requires an LL suffix on literals that do not fit in an int by Josh Coalson · 20 years ago
- ea050ba finish hooking up altivec asm routines by Josh Coalson · 20 years ago
- 52f8f77 dos2unix it, remove unmatched single quotes in comments (whatever way ProjectBuilder calls "as" chokes on them) by Josh Coalson · 20 years ago
- a7ffb0c dos2unix it by Josh Coalson · 20 years ago
- 3aadd10 check in Brady's second altivec-related patch that hooks up the asm routines and does the requisite configure-related stuff by Josh Coalson · 20 years ago
- 63ee53d bump version number to 1.1.1-beta1, with a target date of 2004-07-31 by Josh Coalson · 20 years ago
- 31bdd70 add brady's first round of altivec implementations by Josh Coalson · 20 years ago
- e04f0c4 fix erroneous assertion by Josh Coalson · 20 years ago
- 3e7a96e tweaks to the MD5 routines; they need to be exported when building a windows DLL since the seekable stream decoder in libOggFLAC secretly uses them by Josh Coalson · 20 years ago
- 527bdda make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not by Josh Coalson · 20 years ago
- 63945ec fix warnings exposed by MSVC by Josh Coalson · 20 years ago
- 1cb2341 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code by Josh Coalson · 20 years ago
- a941454 fixes for autoconf by Josh Coalson · 20 years ago
- 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
- b0be1e8 remove unused variables by Josh Coalson · 20 years ago
- 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
- 028d97e fix bug in FLAC__metadata_chain_check_if_tempfile_needed() by Josh Coalson · 20 years ago
- 463a22c add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() by Josh Coalson · 20 years ago
- 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
- ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
- 6ebbabf fix another possible seeking bug by Josh Coalson · 20 years ago
- be62f3b minor comments by Josh Coalson · 20 years ago
- ab5c1d1 fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore STREAMINFO or SEEKTABLE would also prevent the seekable stream decoder from getting the blocks later, which it needs to be able to seek by Josh Coalson · 20 years ago