minor comments
[platform/upstream/flac.git] / src / libFLAC /
2002-05-29 Josh Coalsonminor comments
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-25 Josh Coalsonadd support for id3v2 tags to levels 1 and 2, better...
2002-05-22 Josh Coalsonfix null pointer handling in metadata object routines
2002-05-20 Josh Coalsonreplace a bunch of magic numbers
2002-05-20 Josh Coalsonminor changes to some defines/globals
2002-05-17 Josh Coalsonallow setting data pointers to 0 for metadata objects
2002-05-17 Josh Coalsonupdate with new semantics for padding block creation
2002-05-17 Josh Coalsondifferentiate between format max bits per sample and...
2002-05-17 Josh Coalsonconditionalize #include of stdio.h
2002-05-17 Josh Coalsonminor cosmetics
2002-05-14 Josh Coalsonmore fixes for level 2 functions exposed by unit tests
2002-05-11 Josh Coalsonmore bug fixes from unit tests; level 1 looks good
2002-05-10 Josh Coalsonfix bugs exposed by latest tests
2002-05-09 Josh Coalsonremove unused code, fix several bugs (WARNING: there...
2002-05-09 Josh Coalsonfix _new / _init / _finish / _delete sequence to be...
2002-05-09 Josh Coalsonfix bug where decoder was not reading APPLICATION id...
2002-05-09 Josh Coalsonfix up comments, remove faulty assert
2002-05-07 Josh Coalsonfixes for padding length calculation, vorbis comment...
2002-05-07 Josh Coalsonadd FLAC__bitbuffer_read_byte_block_aligned()
2002-05-07 Josh Coalsonadd functionality to specify which metadata blocks...
2002-05-04 Josh Coalsonadd vorbis comment block handling, update max sample...
2002-05-04 Josh Coalsonupdate max sample rate checking
2002-05-04 Josh Coalsonminor wording
2002-05-04 Josh Coalsonadd metadata.c, remove utility.c
2002-05-04 Josh Coalsonadd FLAC__format_is_valid_sample_rate()
2002-05-04 Josh Coalsonfunctionality moved to metadata.c
2002-05-04 Josh Coalsoninitial import
2002-05-04 Josh Coalsonadd ...write_byte_block, 2 little-endian routines
2002-04-25 Josh Coalsonadd VORBIS_COMMENT metadata block
2002-04-25 Josh Coalsonadd FLAC__bitbuffer_read_rice_signed_block()
2002-04-25 Josh Coalsonadd tweaks for a Solaris build
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-03-12 Josh Coalsonfix bug found by gcc3
2002-03-01 Josh Coalsonfix memory leak, tiny speedup, add some asserts
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-02-12 Josh Coalsonminor fix
2002-02-12 Josh Coalsonfix typo in assertion
2002-01-29 Josh Coalsonfix bug when seeking a file that is already at END_OF_FILE
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-07 Josh Coalsonadd support for Darwin builds
2001-12-05 Matt ZimmermanPass -i option to nasm so that VPATH builds work correctly
2001-12-04 Josh Coalsoncheck in Miroslav's PIC patch
2001-12-04 Josh Coalsonupdate library version
2001-12-04 Josh Coalsonfix bug with filename setting; fix possible bug with...
2001-11-16 Josh Coalson#include string.h
2001-11-15 Josh Coalsonun-disable 3dnow routines
2001-11-13 Josh Coalsonremove SSE OS detection (shouldn't fork in a library...
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-11-13 Josh Coalsonminor compile flag change (define _LIB)
2001-11-11 Josh Coalsonupdate library version
2001-11-09 Josh Coalsonchange back to unix-format line endings
2001-11-09 Josh Coalsonminor changes to linkage
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder
2001-11-01 Josh Coalsonfix ..._process_metadata() to return correctly from...
2001-11-01 Josh Coalsonset state to SEARCH_FOR_FRAME_SYNC after flush
2001-11-01 Josh Coalsonchanges to reduce the stack requirements of the encoder
2001-10-31 Josh Coalsonfix tiny bug with filename setting
2001-10-19 Josh Coalsonpatch from Matt for automake 1.5
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-08-13 Josh Coalsonreplace LOCAL_FABS() with fabs()
2001-08-13 Josh CoalsonMiroslav's patch to add run-time detection of operating...
2001-07-22 Josh Coalsonmore autoconf/automake patches from Matt
2001-07-22 Josh Coalsonrevert to using libtool to generate the convenience...
2001-07-20 Josh Coalsonchange to make libFLAC-asm a static, non-libtool library
2001-07-20 Josh Coalsontweak the FLAC__INLINE macro to FLaC__INLINE to avoid...
2001-07-19 Josh Coalsonswitch to better method for getting floor(log2(double))
2001-07-18 Josh Coalsonfix another possible bug in the quantizer
2001-07-18 Josh Coalsonforce compiler inlining of some routines
2001-07-18 Josh Coalsonchange some debug printouts
2001-07-18 Josh Coalsonremove a bad assert on cpuinfo struct
2001-07-18 Josh Coalsonadd a dummy function for determining OS support of...
2001-07-18 Josh Coalsonfix bug in SSE routines
2001-07-16 Josh Coalsonadd 3DNOW stuff from Miroslav
2001-07-16 Josh Coalsonagain, in more places, fix bug when reading a zero...
2001-07-16 Josh Coalsonadd -version-info to libFLAC_la_LDFLAGS
2001-07-16 Josh Coalsonadd checking based on number_type in the frame header
2001-07-16 Josh Coalsonadd FLAC__FrameNumberTypeString
2001-07-16 Josh Coalsoncompute partition sums in 64-bits, move max partition...
2001-07-16 Josh Coalsonadd method for uint64 type
2001-07-16 Josh Coalsonpatch from collver at linuxfreemail.com
2001-07-16 Josh Coalsonadd comments
2001-07-12 Josh Coalsonindenting fix
2001-07-12 Josh Coalsonremove some obsolete defines
2001-07-12 Josh Coalsonadd comments
2001-07-12 Josh Coalsonrename _slow to _wide
2001-07-12 Josh Coalson#ifdef DEBUG some printouts
2001-07-12 Josh Coalsonfix bug with implicit assumption in ia32 mmx routines...
2001-07-12 Josh Coalsonmany bug fixes, added escape coding option, fixed resid...
2001-07-12 Josh Coalsonadd warnings about implicit assumptions in some routines
2001-07-12 Josh Coalsonadd option for escape coding
2001-07-12 Josh Coalsonrename _slow to _wide
2001-07-12 Josh Coalsonfix bug when reading a zero-bit-long value
2001-07-09 Josh Coalsonminor tweaks in the overflow checking for VC++
2001-07-06 Josh Coalsonfix the case in the coeff quantizer where the coeffs...
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
2001-07-03 Josh Coalsonuse double instead of FLAC__real in some places internally
2001-07-03 Josh Coalsonuse double instead of FLAC__real in some places interna...
2001-07-03 Josh Coalsonadd target for building ordinals.h
next