summaryrefslogtreecommitdiff
path: root/src/libFLAC/bitwriter.c
Commit message (Expand)AuthorAgeFilesLines
* libFLAC/bitwrite.c: Add sanity check to prevent DOS attacktopic/oss-fuzzErik de Castro Lopo2019-10-101-0/+4
* libFLAC/bitwriter.c: Add sanity check to prevent excessive allocationErik de Castro Lopo2019-10-101-0/+4
* Speed up FLAC__bitwriter_write_byte_block (metadata writing)Robert Kausch2019-03-081-0/+4
* Fix cppcheck warningsRosen Penev2017-01-191-2/+2
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-58/+58
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* bitwrite.c: TweaksErik de Castro Lopo2016-05-011-5/+4
* bitwriter: Add overflow checkErik de Castro Lopo2016-01-091-62/+73
* configure.ac: Add --enable-64-bit-words optionErik de Castro Lopo2016-01-041-1/+1
* libFLAC: Support 64bit brword/bwwordErik de Castro Lopo2016-01-041-16/+35
* bitwriter.c: Cleanups and fixupsErik de Castro Lopo2015-12-311-13/+14
* bitwriter.c: Fix undefined behaviourErik de Castro Lopo2015-12-201-2/+6
* libFLAC: Fix an out-of-bounds heap readErik de Castro Lopo2015-09-281-3/+5
* libFLAC/bitwriter.c: Fix undefined behaviourErik de Castro Lopo2015-08-311-1/+1
* libFLAC/bitwriter.c: Fix undefined behaviourErik de Castro Lopo2015-08-231-1/+3
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Fix typos in comments.Erik de Castro Lopo2014-02-241-2/+2
* src/libFLAC/bitwriter.c : Remove dead code.Erik de Castro Lopo2013-07-171-25/+0
* Sun Studio can not include static function from extern inlineDagobert Michelsen2013-05-271-1/+4
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* bitwriter.c : Add missing "extern" declarationRobert Kausch2013-05-261-0/+1
* MS VS inline/extern fix from Ben Alison plus comments.Erik de Castro Lopo2013-03-121-0/+13
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-221-7/+1
* Update and improve autotools buildCristian Rodríguez2012-04-081-10/+6
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-061-6/+2
* remove unnecesary typedef in bitwriter.cCristian Rodríguez2012-04-061-16/+15
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-3/+3
* Rename ENDSWAP_INT to ENDSWAP_32.Erik de Castro Lopo2012-03-051-1/+1
* Improve endswapping (especially purge ntohl).Erik de Castro Lopo2012-02-051-31/+4
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-021-4/+7
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-1/+2
* Some MinGW fixes (SF#1684879: https://sourceforge.net/tracker/index.php?func=...Josh Coalson2007-07-311-0/+2
* minor OPT tweaksJosh Coalson2007-07-231-2/+2
* comment out some optimized branchJosh Coalson2007-07-161-2/+2
* fix optimization bug in FLAC__bitwriter_write_rice_signed_block()Josh Coalson2007-07-071-2/+4
* minor cosmeticsJosh Coalson2007-06-201-1/+1
* optimize special case in FLAC__bitwriter_write_rice_signed_block()Josh Coalson2007-04-041-47/+80
* minor optimizations to FLAC__bitwriter_write_rice_signed_block()Josh Coalson2007-04-041-9/+11
* fix MSVC check for ntohl()Josh Coalson2007-02-171-1/+1
* Darwin fix for ntohl()Josh Coalson2007-02-131-0/+2
* remove some debugging outputJosh Coalson2007-02-081-6/+0
* use inline byte-swapping function for MSVCJosh Coalson2007-02-041-0/+13
* minor assertsJosh Coalson2007-02-031-7/+2
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-1/+1
* several speed improvements: completely rewritten bitbuffer which uses native ...Josh Coalson2007-01-281-0/+845