summaryrefslogtreecommitdiff
path: root/src/libFLAC/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-191-0/+29
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Fix rolled up version of lpc_restore_signal_wideMartijn van Beurden2022-07-171-1/+1
* Revert "Enable encoder to use INT32_MIN as residual value" (#389)Martijn van Beurden2022-07-131-2/+4
* Enable encoder to use INT32_MIN as residual valueMartijn van Beurden2022-07-011-4/+2
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-121-17/+128
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-121-29/+108
* Only locally disable signed integer sanitizing on decoder fuzzersMartijn van Beurden2022-05-281-1/+2
* Improve compute_residual_from_qlp_coefficients datapath selectionMartijn van Beurden2022-05-281-0/+26
* Silence oss-fuzz integer overflow warnings in audio data pathMartijn van Beurden2022-04-301-1/+9
* Switch to autoc[] as doubleMartijn van Beurden2022-04-191-5/+5
* libFLAC/lpc.c: Fix signed integer overflowErik de Castro Lopo2019-09-161-12/+12
* 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