update copyright date to include 2002
[platform/upstream/flac.git] / src / libFLAC / bitbuffer.c
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-07-20 Josh Coalsontweak the FLAC__INLINE macro to FLaC__INLINE to avoid...
2001-07-18 Josh Coalsonforce compiler inlining of some routines
2001-07-16 Josh Coalsonagain, in more places, fix bug when reading a zero...
2001-07-12 Josh Coalsonfix bug when reading a zero-bit-long value
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-01 Josh Coalsonminor comment fixes
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-27 Josh Coalsonmake the parallel fix to FLAC__bitbuffer_read_raw_int64()
2001-05-26 Josh Coalsonfix bug in inlined version of FLAC__bitbuffer_read_raw_...
2001-05-16 Josh Coalsonfix bug where gcc gets shifting wrong
2001-05-03 Josh Coalsonminor improvement with byte_bit_to_mask_
2001-05-03 Josh Coalsonminor improvement in FLAC__bitbuffer_write_raw_uint32
2001-04-27 Josh Coalsonfix bug in inlined version of ...read_unary...()
2001-04-26 Josh Coalsonminor optimization
2001-04-26 Josh Coalsonremove statement that can't be reached
2001-04-25 Josh Coalsonadd some more read optimizations
2001-04-24 Josh Coalsonstart some read optimizations
2001-03-30 Josh Coalsonchange to use new bitmath routines
2001-03-29 Josh Coalsondelete bad assert()
2001-03-28 Josh Coalsonremove buggy bug comment/printout
2001-03-27 Josh Coalsonadd unary methods, read CRC-16 support, get rid of...
2001-03-21 Josh Coalsonfinal version of symmetric-rice/escape-code experiment...
2001-03-21 Josh Coalsontemporary commit
2001-03-17 Josh Coalsonadd symmetric rice coding back in
2001-02-23 Josh Coalsonrewind back to better FLAC__BITBUFFER_DEFAULT_CAPACITY
2001-02-12 Josh Coalsonset large default size for bug 131976 workaround
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalson*** empty log message ***
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-06 Josh Coalsonchange to sign-folded rice coding, add golomb coder
2000-12-10 Josh CoalsonInitial revision