summaryrefslogtreecommitdiff
path: root/src/libFLAC/bitreader.c
Commit message (Expand)AuthorAgeFilesLines
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-241-2/+3
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-221-2/+3
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-191-3/+4
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-11-111-1/+1
* libFLAC/bitreader.c: Fix out-of-bounds readErik de Castro Lopo2019-10-081-1/+1
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-09-161-2/+4
* libFLAC/bitreader.c: Fix shift invoking undefined behaviourErik de Castro Lopo2019-09-161-1/+1
* libFLAC/bitreader.c: Fix OOB readErik de Castro Lopo2019-09-161-5/+8
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* Fix CRC calculation for small blocks.Robert Kausch2018-05-211-1/+1
* Update CRC16 for larger data blocks when decoding.Robert Kausch2018-05-211-28/+33
* Fix GCC 7 case fall through warningsErik de Castro Lopo2017-06-261-11/+11
* Fix cppcheck warningsRosen Penev2017-01-191-2/+2
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-62/+62
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* 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-35/+61
* libFLAC/bitreader.c: Fix undefined behaviourErik de Castro Lopo2015-08-231-4/+6
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* libFLAC/bitreader.c : Remove redundant/incorrect comment.Erik de Castro Lopo2014-07-271-1/+0
* libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.Erik de Castro Lopo2014-07-271-3/+1
* libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().Erik de Castro Lopo2014-07-061-2/+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
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* MS VS inline/extern fix from Ben Alison plus comments.Erik de Castro Lopo2013-03-121-0/+13
* Optimize FLAC__bitreader_read_rice_signed_block.Miroslav Lichvar2012-08-281-340/+105
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-221-7/+1
* bitmath: Finish up optimizationsCristian Rodríguez2012-06-081-47/+7
* Optimize COUNT_ZERO_MSBS macroMiroslav Lichvar2012-05-071-3/+5
* Update and improve autotools buildCristian Rodríguez2012-04-081-9/+5
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-061-10/+2
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-2/+2
* Remove unnecessary typedef.Erik de Castro Lopo2012-03-301-21/+20
* Add GCC specific optimisation for log base 2 operations.Erik de Castro Lopo2012-03-301-2/+12
* 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-56/+4
* Fix a couple of -Winline warnings.Erik de Castro Lopo2012-02-011-1/+1
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* Fix bug in bitreader handling of read callback returning a short count (SF#24...Josh Coalson2009-01-061-6/+6
* remove some inlining directivesJosh Coalson2009-01-031-1/+1
* fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-021-4/+7
* win64 fixesJosh Coalson2008-06-031-0/+1
* win64 fixesJosh Coalson2008-06-031-1/+4
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* Some MinGW fixes (SF#1684879: https://sourceforge.net/tracker/index.php?func=...Josh Coalson2007-07-311-0/+2
* minor commentsJosh Coalson2007-07-231-0/+1
* fork FLAC__bitreader_read_rice_signed_block() into MSVC and non-MSVC versions...Josh Coalson2007-03-231-41/+211
* minor optimizations to FLAC__bitreader_read_rice_signed_block()Josh Coalson2007-03-221-14/+10
* minor optimizations to FLAC__bitreader_read_rice_signed_block()Josh Coalson2007-03-221-22/+20