about summary refs log tree commit
path: root/src
DateCommit message (Expand)
2006-09-09src/libFLAC/arm/Makefile.am: oops, missed this HEAD master
2006-09-09libOggFLAC/ogg_helper.c: disable CRC checking by default
2006-09-09libFLAC/stream_decoder.c: attempt array index overhead reduction
2006-09-09Add ARM assembly optimizations
2006-09-09Branch optimizations to bitbuffer_read_rice_signed_block
2006-09-06relicense under LGPL 2.1
2006-08-29bump version to 1.1.3
2006-08-29bump version number to 1.1.3
2006-08-28add support for encoding from FLAC to FLAC while preserving metadata
2006-08-28fix #include for off_t
2006-08-28minor typo
2006-07-09minor EMX fix
2006-07-07MD5 comparison failures on decoding are now an error instead of a warning and...
2006-07-06change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODE...
2006-07-06change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODE...
2006-06-14improve behavior of -F to decode even if there is no metadata
2006-06-14turn off do_md5_checking if there is no STREAMINFO block
2006-06-13fix largefile bug
2006-06-12minor comments
2006-05-25only build plugin_common if FLaC__HAVE_XMMS
2006-05-25minro syntax
2006-05-24complete largefile support
2006-05-19use flac file name instead of dummy.wav for --export-cuesheet-to (sf request ...
2006-05-18add new options: --tag-from-file for flac and --set-tag-from-file for metaflac
2006-05-18add window.[ch]
2006-05-18update iconv settings
2006-05-18minor comments
2006-05-03minor syntax
2006-05-03#define M_PI for MSVC6
2006-05-03minor fixes
2006-05-01turn off window profiling
2006-05-01default window to tukey(0.5) instead of hann
2006-05-01add set_apodization() to oggflac layers
2006-04-28add docs for -A, additional docs for --cue
2006-04-28add window.c/window.h
2006-04-28fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_...
2006-04-28fix a calcuation bug in FLAC__lpc_compute_best_order()
2006-04-25fix comment typos
2006-04-25add 2206 to copyright notice
2006-04-25add support for specifying which apodization functions to use to window data ...
2006-04-25bump version to intermediate CVS
2006-04-25*** empty log message ***
2006-04-22reuse fskip_ahead() in flac__encode_wav()
2006-04-10fix compiler warnings
2006-04-10add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...
2005-09-09fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC
2005-09-03add support for building on os/2 with emx
2005-09-03fix bug in return value for FLAC__stream_decoder_set_metadata_respond_applica...
2005-09-03fix bug: -a and -t were not prevented from being used together (sf #1229481: ...
2005-09-02fix "redefinition of socklen_t" problem on freebsd