projects
/
platform
/
upstream
/
flac.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
update copyright to 2004
[platform/upstream/flac.git]
/
src
/
libFLAC
/
bitbuffer.c
2004-01-17
Josh Coalson
update copyright to 2004
blob
|
commitdiff
|
raw
2003-01-31
Josh Coalson
change license verbiage to Xiph's
blob
|
commitdiff
|
raw
|
diff to current
2003-01-26
Josh Coalson
move "...skip_bits_..." down because of inline ordering
blob
|
commitdiff
|
raw
|
diff to current
2003-01-02
Josh Coalson
Add 2003 to copyright notice
blob
|
commitdiff
|
raw
|
diff to current
2002-11-15
Josh Coalson
add FLAC__bitbuffer_skip_bits_no_crc()
blob
|
commitdiff
|
raw
|
diff to current
2002-11-07
Josh Coalson
fix unused function #ifdefs
blob
|
commitdiff
|
raw
|
diff to current
2002-11-06
Josh Coalson
#ifdef out more unused routines
blob
|
commitdiff
|
raw
|
diff to current
2002-10-18
Josh Coalson
switch malloc+memset(0) to calloc()
blob
|
commitdiff
|
raw
|
diff to current
2002-09-04
Josh Coalson
remove bogus return in FLAC__bitbuffer_dump
blob
|
commitdiff
|
raw
|
diff to current
2002-08-27
Josh Coalson
minor formatting
blob
|
commitdiff
|
raw
|
diff to current
2002-08-03
Josh Coalson
zero allocated class memory
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Josh Coalson
minor formatting
blob
|
commitdiff
|
raw
|
diff to current
2002-06-14
Josh Coalson
minor changes in anticipation of release
blob
|
commitdiff
|
raw
|
diff to current
2002-05-09
Josh Coalson
fix up comments, remove faulty assert
blob
|
commitdiff
|
raw
|
diff to current
2002-05-07
Josh Coalson
add FLAC__bitbuffer_read_byte_block_aligned()
blob
|
commitdiff
|
raw
|
diff to current
2002-05-04
Josh Coalson
add ...write_byte_block, 2 little-endian routines
blob
|
commitdiff
|
raw
|
diff to current
2002-04-25
Josh Coalson
add FLAC__bitbuffer_read_rice_signed_block()
blob
|
commitdiff
|
raw
|
diff to current
2002-03-12
Josh Coalson
new blurb-based bitbuffer design changes
blob
|
commitdiff
|
raw
|
diff to current
2002-03-01
Josh Coalson
fix memory leak, tiny speedup, add some asserts
blob
|
commitdiff
|
raw
|
diff to current
2002-01-26
Josh Coalson
update copyright date to include 2002
blob
|
commitdiff
|
raw
|
diff to current
2001-07-20
Josh Coalson
tweak the FLAC__INLINE macro to FLaC__INLINE to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-18
Josh Coalson
force compiler inlining of some routines
blob
|
commitdiff
|
raw
|
diff to current
2001-07-16
Josh Coalson
again, in more places, fix bug when reading a zero...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-12
Josh Coalson
fix bug when reading a zero-bit-long value
blob
|
commitdiff
|
raw
|
diff to current
2001-07-03
Josh Coalson
add explicit casts for some implicit conversions
blob
|
commitdiff
|
raw
|
diff to current
2001-06-23
Josh Coalson
revamp the ordinal types
blob
|
commitdiff
|
raw
|
diff to current
2001-06-01
Josh Coalson
minor comment fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-05-31
Josh Coalson
put a FLAC__ASSERT wrapper around assert()
blob
|
commitdiff
|
raw
|
diff to current
2001-05-27
Josh Coalson
make the parallel fix to FLAC__bitbuffer_read_raw_int64()
blob
|
commitdiff
|
raw
|
diff to current
2001-05-26
Josh Coalson
fix bug in inlined version of FLAC__bitbuffer_read_raw_...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-16
Josh Coalson
fix bug where gcc gets shifting wrong
blob
|
commitdiff
|
raw
|
diff to current
2001-05-03
Josh Coalson
minor improvement with byte_bit_to_mask_
blob
|
commitdiff
|
raw
|
diff to current
2001-05-03
Josh Coalson
minor improvement in FLAC__bitbuffer_write_raw_uint32
blob
|
commitdiff
|
raw
|
diff to current
2001-04-27
Josh Coalson
fix bug in inlined version of ...read_unary...()
blob
|
commitdiff
|
raw
|
diff to current
2001-04-26
Josh Coalson
minor optimization
blob
|
commitdiff
|
raw
|
diff to current
2001-04-26
Josh Coalson
remove statement that can't be reached
blob
|
commitdiff
|
raw
|
diff to current
2001-04-25
Josh Coalson
add some more read optimizations
blob
|
commitdiff
|
raw
|
diff to current
2001-04-24
Josh Coalson
start some read optimizations
blob
|
commitdiff
|
raw
|
diff to current
2001-03-30
Josh Coalson
change to use new bitmath routines
blob
|
commitdiff
|
raw
|
diff to current
2001-03-29
Josh Coalson
delete bad assert()
blob
|
commitdiff
|
raw
|
diff to current
2001-03-28
Josh Coalson
remove buggy bug comment/printout
blob
|
commitdiff
|
raw
|
diff to current
2001-03-27
Josh Coalson
add unary methods, read CRC-16 support, get rid of...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-21
Josh Coalson
final version of symmetric-rice/escape-code experiment...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-21
Josh Coalson
temporary commit
blob
|
commitdiff
|
raw
|
diff to current
2001-03-17
Josh Coalson
add symmetric rice coding back in
blob
|
commitdiff
|
raw
|
diff to current
2001-02-23
Josh Coalson
rewind back to better FLAC__BITBUFFER_DEFAULT_CAPACITY
blob
|
commitdiff
|
raw
|
diff to current
2001-02-12
Josh Coalson
set large default size for bug 131976 workaround
blob
|
commitdiff
|
raw
|
diff to current
2001-02-08
Josh Coalson
change Coder to Codec everywhere
blob
|
commitdiff
|
raw
|
diff to current
2001-02-08
Josh Coalson
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2001-01-16
Josh Coalson
update copyright for 2001
blob
|
commitdiff
|
raw
|
diff to current
2001-01-06
Josh Coalson
change to sign-folded rice coding, add golomb coder
blob
|
commitdiff
|
raw
|
diff to current
2000-12-10
Josh Coalson
Initial revision
blob
|
commitdiff
|
raw
|
diff to current