bitmath: Finish up optimizations
[platform/upstream/flac.git] / src / libFLAC / bitwriter.c
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-05 Cristian Rodríguezremove unnecesary typedef in bitwriter.c
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-03-05 Erik de Castro LopoRename ENDSWAP_INT to ENDSWAP_32.
2012-02-05 Erik de Castro LopoImprove endswapping (especially purge ntohl).
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-02 Josh Coalsonfixes for windows builds (SF#1676822: https://sourcefor...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-07-31 Josh CoalsonSome MinGW fixes (SF#1684879: https://sourceforge.net...
2007-07-23 Josh Coalsonminor OPT tweaks
2007-07-16 Josh Coalsoncomment out some optimized branch
2007-07-07 Josh Coalsonfix optimization bug in FLAC__bitwriter_write_rice_sign...
2007-06-20 Josh Coalsonminor cosmetics
2007-04-04 Josh Coalsonoptimize special case in FLAC__bitwriter_write_rice_sig...
2007-04-04 Josh Coalsonminor optimizations to FLAC__bitwriter_write_rice_signe...
2007-02-17 Josh Coalsonfix MSVC check for ntohl()
2007-02-13 Josh CoalsonDarwin fix for ntohl()
2007-02-08 Josh Coalsonremove some debugging output
2007-02-04 Josh Coalsonuse inline byte-swapping function for MSVC
2007-02-03 Josh Coalsonminor asserts
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...