summaryrefslogtreecommitdiff
path: root/src/libFLAC/fixed.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Revert "Enable encoder to use INT32_MIN as residual value" (#389)Martijn van Beurden2022-07-131-37/+38
* Enable encoder to use INT32_MIN as residual valueMartijn van Beurden2022-07-011-38/+37
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-121-0/+180
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-121-0/+68
* Only locally disable signed integer sanitizing on decoder fuzzersMartijn van Beurden2022-05-281-1/+1
* Rewrite of fixed_compute_best_predictor functionsMartijn van Beurden2022-05-081-21/+30
* Add API functions to limit minimum bitrateMartijn van Beurden2022-05-021-8/+10
* Silence oss-fuzz integer overflow warnings in audio data pathMartijn van Beurden2022-04-301-0/+8
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-13/+13
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-091-13/+13
* libFLAC/fixed.c: Fix undefined behaviourErik de Castro Lopo2015-08-291-24/+0
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-041-9/+0
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Move defintion of M_LN2 to include/share/compat.h.Erik de Castro Lopo2013-09-071-4/+1
* MSVS : Define _USE_MATH_DEFINES.Erik de Castro Lopo2013-09-071-1/+0
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-061-11/+7
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* minor optimizationsJosh Coalson2007-01-241-28/+37
* complete largefile supportJosh Coalson2006-05-241-0/+4
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* minor commentsJosh Coalson2004-12-301-1/+1
* finished integerized flavor of library; sections with floating point are eith...Josh Coalson2004-11-091-0/+191
* first pass at making an integer-only flavor of the libraries. move FLAC__rea...Josh Coalson2004-10-201-17/+17
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* minor cosmeticsJosh Coalson2002-10-111-1/+2
* streamline the residual energy calculationJosh Coalson2002-08-271-15/+28
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
* commit patch for compiling on mingw32Josh Coalson2001-11-131-1/+1
* rename _slow to _wideJosh Coalson2001-07-121-1/+1
* revamp the ordinal typesJosh Coalson2001-06-231-31/+31
* minor FP tweaksJosh Coalson2001-06-051-15/+15
* put a FLAC__ASSERT wrapper around assert()Josh Coalson2001-05-311-3/+3
* patch in the total_error_ fix that somehow didn't make it inJosh Coalson2001-05-261-5/+5
* fix compiler warnings about comparing signed with unsignedJosh Coalson2001-05-211-12/+12
* fix syntax error in FLAC__fixed_compute_best_predictor_slow()Josh Coalson2001-05-211-1/+1
* incorporate mdz patches to fix log(0) and unsigned-goes-negative bugsJosh Coalson2001-05-211-12/+12
* streamline FLAC__fixed_compute_best_predictor_slow()Josh Coalson2001-05-181-11/+6
* streamline FLAC__fixed_compute_best_predictor()Josh Coalson2001-05-181-23/+6
* revert to original FLAC__fixed_compute_residual()Josh Coalson2001-05-161-27/+0
* don't try and outsmart the compiler on constant multpliesJosh Coalson2001-05-141-0/+27
* add crutch for VC++Josh Coalson2001-04-011-0/+18
* add 64-bit versions of some functionsJosh Coalson2001-03-301-5/+49