make hard limiter off by default
[platform/upstream/flac.git] / src / libFLAC /
2003-02-20 Josh Coalsonfix bug where seeking past the end of the stream could...
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-26 Josh Coalsonmove "...skip_bits_..." down because of inline ordering
2003-01-25 Josh Coalsonbump the libtool version numbers
2003-01-25 Josh Coalsonadd /D FLAC__USE_3DNOW
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-25 Josh Coalsonbump version number to 1.1.0
2003-01-15 Josh Coalsonbump the libtool revision number only
2003-01-15 Josh Coalsonfix release date on vendor string
2003-01-15 Josh Coalsonadd some asserts
2003-01-15 Josh Coalsonminor comments
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-14 Josh Coalsonminor syntax
2003-01-14 Josh Coalsonminor formatting
2003-01-13 Josh Coalsonfix bug with some assertions
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonminor syntax
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-08 Josh Coalsonworking 64-bit literals for MSVC
2003-01-02 Josh Coalsonupdate the version number from 1.0.4 to 1.0.5-beta1
2003-01-02 Josh Coalsonupdate the libtool library version number
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-30 Josh Coalsonenable SSE versions of FLAC__lpc_compute_autocorrelatio...
2002-12-30 Josh Coalsonpatch from Miroslav
2002-12-29 Josh Coalsonneed release bitbuffer even in error cases in write_bit...
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-23 Josh Coalsonenable 3dnow optimizations by default
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-12-04 Josh Coalson#include config.h
2002-12-04 Josh Coalsonfix memory leaks found with valgrind
2002-12-03 Josh Coalsonadjust CUESHEET reserved lengths
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-21 Josh Coalsonmore checks in the cuesheet validator
2002-11-21 Josh Coalsonmore cuesheet convenience functions
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-19 Josh Coalsonminor comments
2002-11-19 Josh Coalsonremove debug printf's
2002-11-16 Josh Coalsonadd more CUESHEET convenience functions
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonfix MSVC warning with explicit casts
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-15 Josh Coalsonadd FLAC__bitbuffer_skip_bits_no_crc()
2002-11-14 Josh Coalsonimplement new CUESHEET metadata block
2002-11-14 Josh Coalsonreorganize metadata decoding in anticipation of new...
2002-11-08 Josh Coalsonadd FLAC__file_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd FLAC__seekable_stream_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-11-08 Josh Coalsonfix bug in seekpoint calculation in the final frame
2002-11-07 Josh Coalsonfix unused function #ifdefs
2002-11-06 Josh Coalsonmore strict typecasts
2002-11-06 Josh Coalsonfix bugs returning the wrong meaning from FLAC__stream_...
2002-11-06 Josh Coalson#ifdef out more unused routines
2002-11-05 Josh Coalsonconstify first arg of FLAC__metadata_object_vorbiscomme...
2002-10-26 Josh Coalsonupdate to match new default vorbis comment implementati...
2002-10-26 Josh Coalsonadd more convenience for manipulating vorbis comments
2002-10-26 Josh Coalson#include bitmath.h
2002-10-23 Josh Coalsonadd notion of topdir to Makefile.lite build system
2002-10-21 Josh Coalsonfix from Miroslav on the lpc datapath switching logic
2002-10-21 Josh Coalsonfix bug in free()ing of output arrays
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-17 Josh Coalsonadd assert on the vendor string construction
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-16 Josh Coalsoninitial import
2002-10-16 Josh Coalsonchanges for MSCV: added dsp file, rename any .cc files...
2002-10-15 Matt ZimmermanFix slightly botched search-and-replace which produced...
2002-10-11 Josh Coalsonadd verbatim catchall if no subframes are generated
2002-10-11 Josh Coalsonfix assertion bug
2002-10-11 Josh Coalsonminor cosmetics
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-10-08 Josh Coalsonadd functions/switches for disabling certain subframe...
2002-10-04 Josh Coalsonadd support for 64bit datapath through FIR filter,...
2002-10-04 Josh Coalsonadd support for 64bit datapath through inverse filter
2002-10-04 Josh Coalsonadd wide (64-bit) versions of the FIR filter and invers...
2002-10-04 Josh Coalsonadd wide version of silog2
2002-09-26 Josh Coalsonnew #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-25 Josh Coalsonbump the version number from 1.0.4_beta to 1.0.4
2002-09-25 Josh Coalsonminor cosmetics
2002-09-25 Josh Coalsonbump the libtool version number
2002-09-19 Josh Coalsoncheck in Miroslav's speedup patch
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-09 Josh Coalsonbump library version number
2002-09-09 Josh Coalsonstring hack for msvc6
2002-09-06 Josh Coalsonfix bug where seek table functionality was being called...
2002-09-04 Josh Coalsonremove bogus return in FLAC__bitbuffer_dump
2002-09-04 Josh Coalsonincorporate miroslav's speedup for little-endian 16bps...
2002-09-04 Josh Coalsoncomments
2002-08-30 Josh Coalsonrestrict subset to max blocksize of 16384 and max resid...
2002-08-30 Josh Coalsonadd read_only argument to simple iterator initializer
2002-08-27 Josh Coalsonminor formatting
2002-08-27 Josh Coalsonstreamline the residual energy calculation
2002-08-25 Josh Coalsonadd vendor string to encoding
2002-08-21 Josh Coalsonfixes based on Windows testing
2002-08-20 Josh Coalsonminor formatting
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
next