Replace broken str* functions with safe versions.
[platform/upstream/flac.git] / src / libFLAC / bitreader.c
2013-03-12 Erik de Castro LopoMS VS inline/extern fix from Ben Alison plus comments.
2012-08-28 Miroslav LichvarOptimize FLAC__bitreader_read_rice_signed_block.
2012-06-22 Erik de Castro LopoMove all definitions of FLAC__U64L to one place.
2012-06-08 Cristian Rodríguezbitmath: Finish up optimizations
2012-05-07 Miroslav LichvarOptimize COUNT_ZERO_MSBS macro
2012-04-07 Cristian RodríguezUpdate and improve autotools build
2012-04-05 Cristian RodríguezV2: Use a single definition of MIN and MAX in sources
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-03-30 Erik de Castro LopoRemove unnecessary typedef.
2012-03-30 Erik de Castro LopoAdd GCC specific optimisation for log base 2 operations.
2012-03-05 Erik de Castro LopoRename ENDSWAP_INT to ENDSWAP_32.
2012-02-05 Erik de Castro LopoImprove endswapping (especially purge ntohl).
2012-02-01 Erik de Castro LopoFix a couple of -Winline warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-06 Josh CoalsonFix bug in bitreader handling of read callback returnin...
2009-01-03 Josh Coalsonremove some inlining directives
2009-01-02 Josh Coalsonfixes for windows builds (SF#1676822: https://sourcefor...
2008-06-03 Josh Coalsonwin64 fixes
2008-06-03 Josh Coalsonwin64 fixes
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-07-31 Josh CoalsonSome MinGW fixes (SF#1684879: https://sourceforge.net...
2007-07-23 Josh Coalsonminor comments
2007-03-23 Josh Coalsonfork FLAC__bitreader_read_rice_signed_block() into...
2007-03-22 Josh Coalsonminor optimizations to FLAC__bitreader_read_rice_signed...
2007-03-22 Josh Coalsonminor optimizations to FLAC__bitreader_read_rice_signed...
2007-03-22 Josh Coalsonminor optimizations to FLAC__bitreader_read_rice_signed...
2007-03-17 Josh Coalsonminor optimizations to FLAC__bitbuffer_read_rice_signed...
2007-03-13 Josh Coalsonpass cpu info into bitreader, use it to turn on use...
2007-02-17 Josh Coalsonfix MSVC check for ntohl()
2007-02-13 Josh CoalsonDarwin fix for ntohl()
2007-02-04 Josh Coalsonuse inline byte-swapping function for MSVC
2007-02-03 Josh Coalsonminor asserts
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...