| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor fixes to fir generator | Glenn Kasten | 2015-03-02 | 1 | -3/+3 |
* | Revert "Indent by 8 spaces to match existing code" | Glenn Kasten | 2015-02-27 | 1 | -1/+1 |
* | Remove spaces at end of line to match existing code | Glenn Kasten | 2015-02-27 | 1 | -3/+6 |
* | Indent by 8 spaces to match existing code | Glenn Kasten | 2015-02-27 | 1 | -1/+1 |
* | Command line display now includes name of program | Glenn Kasten | 2015-02-27 | 1 | -1/+1 |
* | Add -D option to generate extra declarations | Glenn Kasten | 2015-02-27 | 1 | -23/+29 |
* | FIx typo in help for -f option | Glenn Kasten | 2015-02-27 | 1 | -1/+1 |
* | Cleanup annoying whitespace that causes red markers | Glenn Kasten | 2015-01-02 | 1 | -1/+1 |
* | Fix build warnings in fir | Glenn Kasten | 2014-03-10 | 1 | -19/+19 |
* | Fix for Change 396851 | Andy Hung | 2013-12-30 | 1 | -1/+1 |
* | Audio resampler update to add S16 filters | Andy Hung | 2013-12-27 | 1 | -28/+56 |
* | change how we store the FIR coefficients | Mathias Agopian | 2012-11-05 | 1 | -20/+19 |
* | fix another issue with generating FIR coefficients | Mathias Agopian | 2012-10-30 | 1 | -2/+2 |
* | fir a typo that caused up-sampling coefficiens to be wrong | Mathias Agopian | 2012-10-29 | 1 | -1/+1 |
* | improve fir tool: cleanup, better default, bug fixes | Pixelflinger | 2012-10-26 | 1 | -51/+212 |
* | Manually merge change #111620 from tc3 to mainline, to keep the | Dan Bornstein | 2012-10-17 | 2 | -3/+3 |
* | Rename "Makefile" to "Android.mk" throughout the tree. | Dave Bort | 2012-10-17 | 1 | -1/+1 |
* | Rename "TARGET" to "MODULE" in the build system. | Dave Bort | 2012-10-17 | 1 | -1/+1 |
* | Tweak the SINC resampler parameters and double the performance. It's using ab... | Mathias Agopian | 2012-10-17 | 1 | -3/+3 |
* | A sinc resampler for Audioflinger. It's not enabled yet, but fully functional... | Mathias Agopian | 2012-10-17 | 1 | -13/+29 |
* | fix a few small typos in the FIR computation | Mathias Agopian | 2012-10-17 | 1 | -6/+2 |
* | This is a tool to compute the the reconstruction filter coefficients for a si... | Mathias Agopian | 2012-10-17 | 2 | -0/+126 |