fix bug in free()ing of output arrays
[platform/upstream/flac.git] / src / libFLAC / include /
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-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-17 Josh Coalsonadd utility routines related to entropy coding
2002-08-17 Josh Coalsonadd format.h
2002-08-03 Josh Coalsonadd verify mode to all encoders
2002-07-31 Josh Coalsonnew seekable stream encoder and file encoder layers...
2002-06-10 Josh Coalsonadd all.h
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-01 Josh Coalsonnew more flexible way of passing metadata to stream...
2002-05-30 Josh Coalsonadd metadata.h
2002-05-17 Josh Coalsonupdate with new semantics for padding block creation
2002-05-07 Josh Coalsonadd FLAC__bitbuffer_read_byte_block_aligned()
2002-05-04 Josh Coalsonadd ...write_byte_block, 2 little-endian routines
2002-04-25 Josh Coalsonadd FLAC__bitbuffer_read_rice_signed_block()
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder
2001-08-13 Josh CoalsonMiroslav's patch to add run-time detection of operating...
2001-07-18 Josh Coalsonadd a dummy function for determining OS support of...
2001-07-16 Josh Coalsonadd 3DNOW stuff from Miroslav
2001-07-16 Josh Coalsonadd method for uint64 type
2001-07-12 Josh Coalsonadd option for escape coding
2001-07-12 Josh Coalsonrename _slow to _wide
2001-07-03 Josh Coalsonuse double instead of FLAC__real in some places internally
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-14 Josh Coalsoninitial import
2001-06-13 Josh Coalsonrename i386 to ia32 everywhere
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-13 Josh Coalsonrename encoder_framing.h to stream_encoder_framing.h
2001-06-08 Josh Coalsonadd/update copyright and license notices
2001-06-01 Josh Coalsonfix names of SSE routines
2001-05-31 Josh Coalsonintegrate mdz's patch so 'make dist' will work as expected
2001-05-31 Josh Coalsonadd several SSE versions of FLAC__lpc_compute_autocorre...
2001-05-29 Josh Coalsoninclude miroslav's patch for asm versions of FLAC__lpc_...
2001-05-25 Josh Coalsonremove config.h
2001-05-24 Josh Coalsonadd FLAC__lpc_compute_expected_bits_per_residual_sample...
2001-05-23 Josh Coalsonupdate to use new asm routine naming
2001-05-23 Josh Coalsonadd cpu.h
2001-05-23 Josh Coalsoninitial import
2001-05-13 Josh Coalsonadd type-specific allocators
2001-05-11 Josh Coalsonadd memory.h
2001-05-11 Josh Coalsoninitial import
2001-05-03 Josh Coalsonadd asm version of lpc routines
2001-04-25 Josh Coalsonconst-ize some args
2001-04-25 Josh Coalsonparenthesize macro arguments
2001-03-30 Josh Coalsoninitial import
2001-03-30 Josh Coalsonadd 64-bit versions of some functions
2001-03-30 Josh Coalsonadd new .h files
2001-03-28 Josh Coalsonrewrite wasted_bits and subframe_bps stuff to be more...
2001-03-27 Josh Coalsonadd support for new "wasted bits" field
2001-03-27 Josh Coalsonadd unary methods, read CRC-16 support
2001-03-27 Josh Coalsonadd CRC-16 code, more methods
2001-03-21 Josh Coalsoncleanup whitespace
2001-03-21 Josh Coalsonadd prototype for escape-code function
2001-03-17 Josh Coalsonadd symmetric rice coding back in
2001-02-28 Josh Coalsonrework LPC coefficient quantizer
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-12 Josh Coalsonadd MD5 implementation
2001-01-06 Josh Coalsonchange to sign-folded rice coding, add golomb coder
2000-12-10 Josh CoalsonInitial revision