summaryrefslogtreecommitdiff
path: root/src/share/replaygain_synthesis/replaygain_synthesis.c
Commit message (Expand)AuthorAgeFilesLines
* replaygain_synthesis.c: Fix compile issue in MSVSJeffrey Espiritu2018-04-091-0/+1
* replaygain_synthesis.c: Fix a cppcheck warningErik de Castro Lopo2017-07-211-13/+18
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-12/+12
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Makefile.ams : Drop passing of include/share as an include directory.Erik de Castro Lopo2014-06-161-1/+1
* replaygain_synthesis.c : Replace an int64_t/int32_t operation with a shift.Erik de Castro Lopo2014-05-181-37/+2
* src/share/replaygain_synthesis/ : Remove old fast float math hack.Erik de Castro Lopo2014-05-181-1/+0
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Remove _MSC_VER specific FLAC__I64L definition.Erik de Castro Lopo2014-03-141-5/+0
* replaygain_synthesis.c : Replace float literal with double literal.Erik de Castro Lopo2013-09-251-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-5/+5
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* remove some inlining directivesJosh Coalson2009-01-031-5/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* unify inlining method in prep for inline testsJosh Coalson2007-03-121-5/+3
* 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
* final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_...Josh Coalson2006-11-201-10/+10
* 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
* fix comment typosJosh Coalson2004-11-091-1/+1
* minor fixes to comply with C99's new pointer aliasing rulesJosh Coalson2004-10-071-2/+6
* minor commentsJosh Coalson2004-09-101-1/+1
* be more precise in long long int literal specification for ANSI compilers (gc...Josh Coalson2004-07-291-1/+8
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* use double for scale factor instead of floatJosh Coalson2003-12-181-1/+1
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-171-0/+454