summaryrefslogtreecommitdiff
path: root/src/libFLAC/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC 7 case fall through warningsErik de Castro Lopo2017-06-261-76/+76
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-2/+2
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-22/+22
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-091-16/+16
* libFLAC/lpc.c: Fix commentsErik de Castro Lopo2016-01-241-2/+2
* Cleanup FLAC__bitmath_silog2()Thomas Zander2016-01-041-5/+5
* libFLAC: Tweak MSVC supportErik de Castro Lopo2016-01-041-7/+6
* Whitespace onlyErik de Castro Lopo2015-12-251-1/+1
* src/libFLAC/lpc.c : Restore missing conditional.Erik de Castro Lopo2015-03-311-0/+1
* Improve LPC order guessMartijn van Beurden2014-12-051-2/+2
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Update URLs as nedeed.Erik de Castro Lopo2014-06-281-1/+1
* Correections for comments.Erik de Castro Lopo2014-06-281-1/+1
* Suppress MSVS warnings when compiling for x86-64.Erik de Castro Lopo2014-04-111-0/+9
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Revert "Attempt to fix differences between x86 FPU and SSE calculations."Erik de Castro Lopo2014-03-231-9/+5
* Attempt to fix differences between x86 FPU and SSE calculations.Erik de Castro Lopo2014-03-211-5/+9
* Adds use of restrict keyword to improve encoding speed.Erik de Castro Lopo2013-10-101-4/+4
* src/libFLAC/lpc.c : Fix compiler warning.Erik de Castro Lopo2013-09-151-1/+1
* Move defintion of M_LN2 to include/share/compat.h.Erik de Castro Lopo2013-09-071-4/+0
* 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
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-5/+5
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-061-1/+2
* Revert parts of 96d081c1 that touched source code or autotools files.Erik de Castro Lopo2013-01-031-1/+1
* Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build systemHendricks2662013-01-021-1/+1
* Fix a regression that severely impacted compression levels.Erik de Castro Lopo2012-10-121-0/+1
* src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works.Erik de Castro Lopo2012-05-081-0/+1
* Update and improve autotools buildCristian Rodríguez2012-04-081-14/+14
* Fix more printf formatting issues and remove un-necessary casts.Erik de Castro Lopo2012-02-011-33/+6
* Fix compiler warnings.Erik de Castro Lopo2012-02-011-2/+1
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, ...Josh Coalson2009-01-071-3/+3
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* 64-bit fixes (SF#1790872: https://sourceforge.net/tracker/index.php?func=deta...Josh Coalson2007-09-081-28/+28
* add #define FLAC__LPC_UNROLLED_FILTER_LOOPS for easier selection of filter im...Josh Coalson2007-07-111-4/+8
* fix bug with negative indexingJosh Coalson2007-06-141-28/+28
* window the integer_signal instead of real_signal, remove unused real_signal f...Josh Coalson2007-04-041-1/+1
* unroll loops in filter and inverse filter routinesJosh Coalson2007-03-131-16/+892
* stop using lround() for nowJosh Coalson2007-02-091-6/+6
* MSVC workaroundsJosh Coalson2007-02-041-0/+16
* in FLAC__lpc_quantize_coefficients(), clip shift to max_shiftlimitJosh Coalson2007-02-041-12/+4
* add workaround for lack of lround() on MSVCJosh Coalson2007-02-041-2/+16
* minor syntaxJosh Coalson2007-02-031-2/+2
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* add dithering to lp coeff quantizationJosh Coalson2007-02-021-24/+44
* minor commentsJosh Coalson2007-01-281-1/+1
* quick fix for SF#1601812 where an error of exactly 0 (very rare) in FLAC__lpc...Josh Coalson2006-11-271-4/+11
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-201-6/+6
* fixes from 64-bit compileJosh Coalson2006-11-171-6/+6