index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-08
Rockbox Utility: bump version to 1.2.10.
rbutil_1.2.10
Dominik Riebeling
2
-2
/
+2
2011-05-08
Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.
Andree Buschmann
1
-7
/
+6
2011-05-08
Fix tabs in .c and .h files in firmware/
Bertrik Sikken
6
-18
/
+18
2011-05-08
codeclib: Declare several variables static and remove unused variables.
Andree Buschmann
2
-10
/
+5
2011-05-07
SAPI voice creating: add slovak to languages.
Dominik Riebeling
2
-1
/
+4
2011-05-07
Rockbox Utility: Add some more cases to version check test.
Dominik Riebeling
1
-0
/
+4
2011-05-07
Fix FS#12098 by ignoring battery update events in the yesno screen.
Nils Wallménius
1
-0
/
+1
2011-05-06
Better version reporting for git-tracked repositories: Include the git
Michael Hohmuth
1
-9
/
+8
2011-05-05
Fix whitespace errors aka tabs.
Dominik Riebeling
1
-2
/
+2
2011-05-05
deploy.py: support adding a build id.
Dominik Riebeling
3
-23
/
+40
2011-05-04
Rockbox Utility: add build id to version string.
Dominik Riebeling
1
-1
/
+5
2011-05-04
Avoid false warnings of full dirs when the number of visible entries in a dir...
Magnus Holmgren
2
-13
/
+13
2011-05-04
fuze+: move defines from .c to .h; implement button reading for volume up/dow...
Amaury Pouly
4
-26
/
+45
2011-05-04
Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field len...
Michael Giacomelli
2
-2
/
+3
2011-05-04
Fix last known 'variable set but not used' warning reported from GCC 4.6.0.
Andree Buschmann
1
-2
/
+2
2011-05-03
Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
4
-6
/
+11
2011-05-03
AMSv2 USB: Write usb_delay() in assembly
Rafaël Carré
1
-6
/
+8
2011-05-02
sbtools: generate a unique name for each section
Amaury Pouly
1
-10
/
+25
2011-05-02
fuze+: use mdelay and not udelay in lcd sequences
Amaury Pouly
1
-34
/
+35
2011-05-02
iap: pass length and data pointer to iap_handlepkt functions, this prepares f...
Bertrik Sikken
3
-64
/
+76
2011-05-01
Display the correct sign of replaygain for levels from -0.99 to -0.01 dB.
Andree Buschmann
1
-1
/
+1
2011-05-01
Remove tabs.
Andree Buschmann
1
-23
/
+23
2011-05-01
Correct manual: rockbox support APEv2 metadata tags.
Andree Buschmann
1
-2
/
+0
2011-05-01
Work around another 'set but not used' warning.
Nils Wallménius
1
-1
/
+3
2011-05-01
Fix nearly all residual 'variable set but not used' warnings reported from GC...
Andree Buschmann
11
-11
/
+63
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
17
-358
/
+347
2011-05-01
Sansa Fuze+: initial commit (bootloader only, LCD basically working)
Amaury Pouly
30
-11
/
+2187
2011-05-01
Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recov...
Amaury Pouly
2
-0
/
+159
2011-05-01
sbtools: do not rely on the ELF flags and always assume the entry point is valid
Amaury Pouly
2
-5
/
+4
2011-05-01
Fix several 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
12
-42
/
+36
2011-05-01
Clean up speex a bit after the playback changes in r29785. Haven't found any ...
Michael Sevakis
1
-10
/
+10
2011-04-30
Rockbox Utility: fix some names missing from the CREDITS.
Dominik Riebeling
1
-1
/
+1
2011-04-30
Rockbox Utility: bump version to 1.2.9.
rbutil_1.2.9
Dominik Riebeling
2
-2
/
+2
2011-04-30
Rockbox Utility deployment: insert revision into OS X' Info.plist too.
Dominik Riebeling
1
-1
/
+2
2011-04-30
iap: introduce functions (put_u32 and get_u32) to convert a uint32_t to a byt...
Bertrik Sikken
1
-40
/
+27
2011-04-30
Don't (partially) apply changes to max entries in the file browser immediatel...
Magnus Holmgren
5
-14
/
+12
2011-04-30
iap: update handling of IdentifyDeviceLingoes command and fix RF tuner detect...
Bertrik Sikken
1
-3
/
+7
2011-04-30
FS#12085 - Correction of iap.c to avoid sending useless data to an accessory,...
Bertrik Sikken
1
-6
/
+7
2011-04-29
Add missing strings to German Rockbox Utility translation.
Dominik Riebeling
16
-4839
/
+3688
2011-04-28
Remove unneeded update of ci->id3->frequency in aac and raac codec.
Andree Buschmann
2
-4
/
+0
2011-04-28
Get the NSF internal playlists working again. Fix a few wrongdoings in the me...
Michael Sevakis
2
-53
/
+85
2011-04-27
Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.
Andree Buschmann
2
-13
/
+6
2011-04-27
Fix r29790 yellow. Need 'string-extra.h' for strlcpy().
Michael Sevakis
1
-0
/
+1
2011-04-27
Get NSF fixed up a bit and parse metadata in the core.
Michael Sevakis
2
-44
/
+209
2011-04-27
Having a default weak codec_main symbol doesn't seem to be working out for co...
Michael Sevakis
6
-10
/
+40
2011-04-27
FS#12079 - Support for new commands in iap.c, by Ophir Lojkine
Bertrik Sikken
1
-2
/
+115
2011-04-27
Get rid of a committed #define from kernel.h that didn't make the final cut. ...
Michael Sevakis
4
-2
/
+4
2011-04-27
Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.
Michael Sevakis
1
-0
/
+2
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
62
-3733
/
+5559
2011-04-26
Submit FS#12081. Check validity of channel configuration, comment unneeded co...
Andree Buschmann
1
-1
/
+20
[next]