index
:
Project-1CE/frameworks_av
lineage-18.1
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2020-05-26
Update repo hooks for media mainline repos
Ray Essick
2019-12-10
Add a repo upload hook for checking the mainline code change.
Dongwon Kang
2019-11-25
Remove obsolete directory tools/resampler_tools/
Glenn Kasten
2019-05-08
Convert fir to Android.bp
Dan Willemsen
2017-08-08
Update OWNERS to be more specific
Glenn Kasten
2017-06-06
Add OWNERS in frameworks/av
Chih-Hung Hsieh
2016-03-30
Revert "Revert "Make build warnings be errors""
Glenn Kasten
2016-03-28
Revert "Make build warnings be errors"
Glenn Kasten
2016-03-23
Make build warnings be errors
Glenn Kasten
2015-03-02
Minor fixes to fir generator
Glenn Kasten
2015-02-27
Revert "Indent by 8 spaces to match existing code"
Glenn Kasten
2015-02-27
Remove spaces at end of line to match existing code
Glenn Kasten
2015-02-27
Indent by 8 spaces to match existing code
Glenn Kasten
2015-02-27
Command line display now includes name of program
Glenn Kasten
2015-02-27
Add -D option to generate extra declarations
Glenn Kasten
2015-02-27
FIx typo in help for -f option
Glenn Kasten
2015-01-02
Cleanup annoying whitespace that causes red markers
Glenn Kasten
2014-03-10
Fix build warnings in fir
Glenn Kasten
2013-12-30
Fix for Change 396851
Andy Hung
2013-12-27
Audio resampler update to add S16 filters
Andy Hung
2012-11-05
change how we store the FIR coefficients
Mathias Agopian
2012-10-30
fix another issue with generating FIR coefficients
Mathias Agopian
2012-10-29
fir a typo that caused up-sampling coefficiens to be wrong
Mathias Agopian
2012-10-26
improve fir tool: cleanup, better default, bug fixes
Pixelflinger
2012-10-17
Manually merge change #111620 from tc3 to mainline, to keep the
Dan Bornstein
2012-10-17
Rename "Makefile" to "Android.mk" throughout the tree.
Dave Bort
2012-10-17
Rename "TARGET" to "MODULE" in the build system.
Dave Bort
2012-10-17
Tweak the SINC resampler parameters and double the performance. It's using ab...
Mathias Agopian
2012-10-17
A sinc resampler for Audioflinger. It's not enabled yet, but fully functional...
Mathias Agopian
2012-10-17
fix a few small typos in the FIR computation
Mathias Agopian
2012-10-17
This is a tool to compute the the reconstruction filter coefficients for a si...
Mathias Agopian