Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
277d358eda7f7571450e09c615c8aaf67d7b4693
/
lib
d4061a4
Silence some (harmless) warnings.
by Frank Gevaerts
· 11 years ago
b6ddbc4
Fix id3v2 album art if more than one image is present.
by Dominik Riebeling
· 11 years ago
46688a6
Missed removing a couple unwanted includes in previous commit.
by Michael Sevakis
· 12 years ago
b5a6517
Remove explicit config.h and system.h includes from DSP code.
by Michael Sevakis
· 12 years ago
30fe6eb
SPC Codec ARMv5: I didn't have fast gauss quite right.
by Michael Sevakis
· 12 years ago
4077eac
Fix return address when data_abort_handler skips faulting instruction.
by Boris Gjenero
· 12 years ago
6e211ab
Remove dsp_callback because DSP is now library code, not app code.
by Michael Sevakis
· 12 years ago
33f3af2
SPC Codec: Add ARMv5 optimized code. Easy peasy.
by Michael Sevakis
· 12 years ago
9b43f14
SPC Codec: Simplify configuration and assume nothing need be disabled.
by Michael Sevakis
· 12 years ago
ed24e62
SPC Codec: Have metadata parser fill in frequency and bitrate.
by Michael Sevakis
· 12 years ago
1f76eda
SPC Codec: Need to restore a bit more data from cached waves.
by Michael Sevakis
· 12 years ago
de86b4a
Opus: fix glitch caused by 2e9aa3d
by Nils Wallménius
· 12 years ago
71b9685
Fix FS#9577 - SNES player missing tracks on certain SPCs
by Michael Sevakis
· 12 years ago
00e55d0
Fix 87021f7 errors. There is no this->echo_pos when SPC_NOECHO != 0.
by Michael Sevakis
· 12 years ago
87021f7
SPC Codec: Refactor for CPU and clean up some things.
by Michael Sevakis
· 12 years ago
a17d6de
Opus: fix seeking to start of track
by Nils Wallménius
· 12 years ago
2e9aa3d
Opus: avoid allocating space for comment packets
by Nils Wallménius
· 12 years ago
c7124b5
Fix opus craches with large embedded album art
by Nils Wallménius
· 12 years ago
a7dee7f
Introduce new hermite polynomial resampler.
by Michael Sevakis
· 13 years ago
fce81a8
Rename all the "lin_resample..." stuff to simply "resample_...".
by Michael Sevakis
· 12 years ago
3fd25dc
Purge the usage of DSP_SWITCH_FREQUENCY.
by Michael Sevakis
· 12 years ago
d566fd5
Revert "Don't set CORE_GCSECTIONS in fixedpoint.make."
by Dominik Riebeling
· 12 years ago
1a4acc9
Fix missed optimization opportunity in dsp_process.
by Michael Sevakis
· 12 years ago
78a45b4
Cleanup and simplify latest DSP code incarnation.
by Michael Sevakis
· 12 years ago
850491a
Don't set CORE_GCSECTIONS in fixedpoint.make.
by Dominik Riebeling
· 12 years ago
370ed6d
Properly seek to next id3v2 frame for unsynced tags.
by Dominik Riebeling
· 12 years ago
a2d8d42
Properly implement volume in warble. dB cut only.
by Michael Sevakis
· 12 years ago
5314fb2
Add $(SHARED_CFLAGS) to fixedpoint.make to quash amd64 errors in 95e23de.
by Michael Sevakis
· 12 years ago
95e23de
Make fixepoint.c as a shared library (libfixedpoint.a).
by Michael Sevakis
· 12 years ago
0c7b787
Straighten out the mad twisted state of sound.c and related areas.
by Michael Sevakis
· 12 years ago
f5a5b94
Implement universal in-PCM-driver software volume control.
by Michael Sevakis
· 12 years ago
f49e750
Move fixedpoint.h to be accessible in /firmware.
by Michael Sevakis
· 12 years ago
c738942
VGM Codec: Improve time and fade behavior. Tweak minor misc.
by Michael Sevakis
· 12 years ago
2febee5
more error handling for checkwps
by Jonathan Gordon
· 12 years ago
d76dca1
checkwps: show a helpful error if the parser callback errors out
by Jonathan Gordon
· 12 years ago
36a9990
Build libtlsf for all systems
by Frank Gevaerts
· 12 years ago
66acb39
Fix FSB#12826 - Mini-sound burp between track skips [with WMA].
by Michael Sevakis
· 12 years ago
1eb17dc
EQ settings: Rework the settings to clean up the config file.
by Jonathan Gordon
· 12 years ago
e98e64b
Fix Theme Editor build.
by Dominik Riebeling
· 12 years ago
d73c209
10 Band EQ w/Presets
by Hayden Pearce
· 12 years ago
1501df0
Deprecate the EXTRA_LIBS variable.
by Björn Stenberg
· 12 years ago
a2ab22e
ARMv5 optimized complex multiply function for libopus.
by Michael Giacomelli
· 12 years ago
362ade3
Fix FS#12794 - new EQ code does not compile for the Nokia N8x0
by Michael Sevakis
· 12 years ago
685cf59
9 segment bitmap drawing:
by Jonathan Gordon
· 12 years ago
d594b36
Add support for 16 bit 'half float' format PCM.
by Michael Giacomelli
· 12 years ago
54ef306
flac: use 64 bit math to calculate the elapsed time
by Nils Wallménius
· 12 years ago
41b6ac6
libgme: fix badly written cpp conditions spotted by gcc 4.6.3
by Marcin Bukat
· 12 years ago
bc6c08c
opus: only put the mdct function in iram for cf,
by Nils Wallménius
· 12 years ago
aa55bc2
opus: don't rely on stride being 1<<shift
by Nils Wallménius
· 12 years ago
091619b
opus: use two pointers for mdct pre and post rotation
by Andree Buschmann
· 12 years ago
c8e7dae
opus: put hot code in iram
by Nils Wallménius
· 12 years ago
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
· 12 years ago
a46e0b0
unwarminder: make SP and PC visible on smaller screens
by Marcin Bukat
· 12 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
· 12 years ago
65f9df3
skin_engine: Allow the %St() (setting) skin tag be used as a bar
by Jonathan Gordon
· 12 years ago
4c94b98
skin_engine: Fix a obscure parser bug
by Jonathan Gordon
· 12 years ago
3d0459d
Expand the range of the WPA Pro quant table. Fixes FS#12704.
by Michael Giacomelli
· 12 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
Next »