Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
ac6ee9f8996cc452bb6f63f23739651f09d1efcc
/
lib
7a7d7a2
Improve seeking in opus, tested on Sansa; not tested on a target with a disk.
by Frederik M.J. Vestre
· 12 years ago
823d090
opus: arm asm for C_MULC
by Andree Buschmann
· 12 years ago
2326f15
opus: cf asm for C_MULC
by Nils Wallménius
· 12 years ago
0ae8d16
opus: replace copy loops with calls to memcpy
by Andree Buschmann
· 12 years ago
c7840e7
opus: speed up mdct overlap add and copying
by Andree Buschmann
· 12 years ago
3ac0fc7
opus: cf inline asm for MULT32_32_Q31
by Nils Wallménius
· 12 years ago
2119f75
opus: full precision MULT32_32_Q31 (32*32=64>>31) multiplication
by Andree Buschmann
· 12 years ago
da67f66
opus: slight speedup of deemphasis
by Andree Buschmann
· 12 years ago
dceec09
opus: speed up comb_filter
by Andree Buschmann
· 12 years ago
6d2ad50
opus: put arrays frequently used by pulse decoding on the stack
by Nils Wallménius
· 12 years ago
8687b98
opus: speed up arm asm MULT16_32_Q15
by Nils Wallménius
· 12 years ago
d7799aa
opus: allocate mdct f2 buffer in iram
by Andree Buschmann
· 12 years ago
b6bcb13
opus: allocate buffers for X and freq in iram
by Andree Buschmann
· 12 years ago
341e2c4
Support technically invalid image/jpg mimetype in tags.
by Frank Gevaerts
· 12 years ago
270d9ea
opus: statically allocate decoder state in iram
by Andree Buschmann
· 12 years ago
082cd01
opus: speed up deemphasis
by Nils Wallménius
· 12 years ago
f49785c
opus: build with -fno-strict-aliasing for mips to fix warnings
by Nils Wallménius
· 12 years ago
f636aa0
opus: put frequently used mdct buffer on the real stack which is in iram
by Nils Wallménius
· 12 years ago
425725e
opus: improve cf MULT16_32_Q15 by giving the compiler more freedom
by Nils Wallménius
· 12 years ago
5f60590
opus: put some const tables and structs in iram
by Nils Wallménius
· 12 years ago
afc6b3f
opus: asm MULT16_32_Q15 for arm and cf
by Nils Wallménius
· 12 years ago
06fc6fd
opus: #if 0 out some more unused code, delete unused file
by Nils Wallménius
· 12 years ago
f498142
opus: #if 0 out some unused code
by Nils Wallménius
· 12 years ago
e3cd7ec
Remove unused include path for opus
by Bertrik Sikken
· 12 years ago
1b8e380
Initial opus codec support
by Frederik M J Vestre
· 13 years ago
a46e0b0
unwarminder: make SP and PC visible on smaller screens
by Marcin Bukat
· 13 years ago
9dd2eb4
skin_engine: Support percentages for viewport positioning
by Jonathan Gordon
· 13 years ago
132fcca
Make codec_realloc retain the contents when resizing a memory segment
by Bertrik Sikken
· 13 years ago
65f9df3
skin_engine: Allow the %St() (setting) skin tag be used as a bar
by Jonathan Gordon
· 13 years ago
4c94b98
skin_engine: Fix a obscure parser bug
by Jonathan Gordon
· 13 years ago
3d0459d
Expand the range of the WPA Pro quant table. Fixes FS#12704.
by Michael Giacomelli
· 13 years ago
fbe33e0
Fix libmad compilation on MIPS with newer gcc. FS#12013
by Huan Zhang
· 13 years ago
1a4fa16
unwarminder: fix data_abort_handler (wrong address to UIE)
by Amaury Pouly
· 13 years ago
afc9608
New crossfeed algorithm for Rockbox: "Meier" crossfeed
by Bertrik Sikken
· 13 years ago
08f5224
Use shorter lines to show an ARM backtrace (so address fit on the clip zip screen)
by Bertrik Sikken
· 13 years ago
29cfd29
Stop timestretch freezing things during format changes.
by Michael Sevakis
· 13 years ago
dd61978
Expand the range of the inverse quant table in WMA Pro.
by Michael Giacomelli
· 13 years ago
b154e51
Revert "Work in progress hermite resampler."
by Michael Giacomelli
· 13 years ago
f8d5446
support decoding of files that contain the number of vector coded coefficients in their bitstream
by Michael Giacomelli
· 13 years ago
f358228
Work in progress hermite resampler.
by Michael Giacomelli
· 13 years ago
c9d082f
dsp_arm: Fix up some .section directives to fix crash on app targets.
by Thomas Martitz
· 13 years ago
2202ed3
TDSpeed: Fix crackling on some systems
by Nils Wallménius
· 13 years ago
fbe9ccc
TDSpeed settings to setup call need to be recorded, always.
by Michael Sevakis
· 13 years ago
dd59e1d
TDSpeed: Minor assembly optimization to frame fade on Coldfire.
by Michael Sevakis
· 13 years ago
0e5dd0a
TDSpeed: Fix up samples consumed return (FS#12666) + other stuff like...
by Michael Sevakis
· 13 years ago
d29a11b
Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL
by Nils Wallménius
· 13 years ago
d26a35d
Tweak dsp_format_change_process (default format handler).
by Michael Sevakis
· 13 years ago
87a9951
Consolidate some sample input code.
by Michael Sevakis
· 13 years ago
2dda258
Remove STATICIRAM hack
by Nils Wallménius
· 13 years ago
3f61caa
rbcodec: abstract tdspeed buffer allocation
by Nils Wallménius
· 13 years ago
dfeab52
remove extraneous parens
by Rafaël Carré
· 13 years ago
5aadf87
asap codec: remove invalid memset
by Rafaël Carré
· 13 years ago
06c8ab8
Don't use function in a function
by Rafaël Carré
· 13 years ago
6fd4780
Correct comments in lin_resample re: what is actually used by asm.
by Michael Sevakis
· 13 years ago
88aeef9
Remove pointless IRAM allocation from voice DSP.
by Michael Sevakis
· 13 years ago
dbe5e5f
rbcodec: Hooks for target specific functions in dsp_process loop
by Michael Sevakis
· 13 years ago
cadb362
Add rbcodecplatform.h and rbcodecconfig.h.
by Sean Bartell
· 13 years ago
26e5e60
Delete unused stub functions.
by Nils Wallménius
· 13 years ago
45c5b1f
Delete autoconf.h file in the warble source, one less headache.
by Nils Wallménius
· 13 years ago
4bef502
rbcodec refactoring: autoresumable
by Sean Bartell
· 14 years ago
0dd200b
Fix audio corruption when sequentially playing low bitrate WMA files
by Michael Giacomelli
· 13 years ago
b4eec0d
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
by Michael Sevakis
· 13 years ago
87d3dde
Fix corrupt when repeatidly playing very low bitrate WMA files.
by Michael Giacomelli
· 13 years ago
f5d9a45
Should've had dsp_replaygain_set_gains as static for now...
by Michael Sevakis
· 13 years ago
8f9e3b1
Still need settings.h in dsp_misc.c for now for software volume.
by Michael Sevakis
· 13 years ago
57a20d2
Make DSP's replaygain independent of global_settings.
by Michael Sevakis
· 13 years ago
5f37840
Warble must have a call to dsp_init before setting options or using it.
by Michael Sevakis
· 13 years ago
ae5656a
Put the <string.h> channel_mode.c for memcpy.
by Michael Sevakis
· 13 years ago
56f17c4
Make rbcodec/dsp includes more specific.
by Michael Sevakis
· 13 years ago
23b5f3e
Make compressor_update static.
by Michael Sevakis
· 13 years ago
230f6f4
Lower IRAM footprint on ARM.
by Michael Sevakis
· 13 years ago
3b578f0
Fix 3g warning in dsp_arm.S (which showed as an error).
by Michael Sevakis
· 13 years ago
d8f3e3d
Get warble building again.
by Michael Sevakis
· 13 years ago
7cc8bbd
Fix no newline at end warning.
by Michael Sevakis
· 13 years ago
c9bcbe2
Fundamentally rewrite much of the audio DSP.
by Michael Sevakis
· 13 years ago
fe3d580
rbcodec refactoring: get_audio_base_data_type
by Sean Bartell
· 14 years ago
0048e5b
Some whitespace correction in dsp_*.S
by Michael Sevakis
· 13 years ago
a6dea9e
rbcodec refactoring: dsp_set_eq_coefs
by Sean Bartell
· 14 years ago
0842d7f
Consolidate compressor settings into a struct.
by Michael Sevakis
· 13 years ago
e5c3327
Add a more correct absolute difference function to dsp-util.
by Michael Sevakis
· 13 years ago
f40bfc9
Add codecs to librbcodec.
by Sean Bartell
· 14 years ago
2d3c43d
skin_engine: rework the parser to be closer to the langauge grammar.
by Jonathan Gordon
· 13 years ago
728db21
Revert "skin_engine: rework the parser to be closer to the langauge grammar."
by Thomas Martitz
· 13 years ago
e43b856
skin_engine: rework the parser to be closer to the langauge grammar.
by Jonathan Gordon
· 13 years ago
d4674ed
arm: implement safe reads by intercepting the data abort handler.
by Amaury Pouly
· 13 years ago
a54072e
arm: fix get_sp (missing return)
by Amaury Pouly
· 13 years ago
c56950e
tlsf: move to /lib (it's also used by plugins).
by Thomas Martitz
· 13 years ago
83cb2e5
Fix warble and clean up/refactor Makefile.
by Thomas Martitz
· 13 years ago
f269aa0
build system: unify/simplify library handling a bit.
by Thomas Martitz
· 13 years ago
b5716df
Build librbcodec with DSP and metadata.
by Sean Bartell
· 14 years ago
5edae54
skin_engine: Reenable skin debugging in the sim (use --debugwps)
by Jonathan Gordon
· 13 years ago
014a08c
skin_engine: New tag to draw a rectangle (optionally with a gradient)
by Jonathan Gordon
· 13 years ago
534117d
Re-add -DDEBUG to the warble makefile
by Frank Gevaerts
· 13 years ago
0cc6ba0
Remove standalone makefile. Use configure to build
by Frank Gevaerts
· 13 years ago
8d41b23
Move includes of other makefiles around to make GCCFLAGS work properly.
by Frank Gevaerts
· 13 years ago
466a7c6
Integrate the warble tool in the regular build system.
by Frank Gevaerts
· 13 years ago
26fc31a
Add the warble test program.
by Sean Bartell
· 14 years ago
9476883
Fix sanity check in UnwStartThumb() using the wrong register
by Thomas Jarosch
· 13 years ago
b9bf6cd
Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false
by Frank Gevaerts
· 13 years ago
1c1e1c0
skin_engine: ease the restrictions on %x/%xl
by Jonathan Gordon
· 13 years ago
Next »