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
path:
root
/
apps
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-08
Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.
Andree Buschmann
1
-7
/
+6
2011-05-08
codeclib: Declare several variables static and remove unused variables.
Andree Buschmann
2
-10
/
+5
2011-05-07
Fix FS#12098 by ignoring battery update events in the yesno screen.
Nils Wallménius
1
-0
/
+1
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
Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field len...
Michael Giacomelli
1
-2
/
+2
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-02
iap: pass length and data pointer to iap_handlepkt functions, this prepares f...
Bertrik Sikken
1
-53
/
+62
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
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
16
-355
/
+347
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
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
4
-12
/
+9
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-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
3
-1
/
+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
60
-3691
/
+5376
2011-04-26
Submit FS#12081. Check validity of channel configuration, comment unneeded co...
Andree Buschmann
1
-1
/
+20
2011-04-25
iap: fix shutdown of logitech Pure-Fi Elite dock, by Ophir Lojkine
Bertrik Sikken
1
-0
/
+8
2011-04-24
Commit FS#12056 by Noe Lojkinse. Fixes a bug in Xobox where old key presses ...
Michael Giacomelli
1
-0
/
+1
2011-04-24
iap: add more comments to iap command and responses
Bertrik Sikken
1
-37
/
+68
2011-04-24
Rework of libfaad in several areas. Allow removal of malloc with a new define...
Andree Buschmann
26
-688
/
+262
2011-04-24
Fix yellow.
Andree Buschmann
1
-1
/
+1
2011-04-24
iap: order lingo 0x00 commands by id and add comments
Bertrik Sikken
1
-71
/
+82
2011-04-24
Use dedicated function to internally reset aac decoder synthesis after seek.
Andree Buschmann
2
-0
/
+3
2011-04-24
Ensure proper termination of m4a lookup table.
Andree Buschmann
1
-0
/
+3
2011-04-24
Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...
Andree Buschmann
8
-29
/
+62
2011-04-24
invert the quickscreen setting direction on wheel targets for settings which ...
Jonathan Gordon
3
-7
/
+14
2011-04-23
get_sample_info() has been removed.
Andree Buschmann
1
-2
/
+0
2011-04-23
Minor speed optimization to m4a lookup table build up.
Andree Buschmann
1
-12
/
+19
2011-04-21
iap: introduce cmd_ok_mode0 and cmd_ok_mode4 functions to reduce code duplica...
Bertrik Sikken
1
-24
/
+25
2011-04-21
iap: split iap_handlepkt into a function per mode
Bertrik Sikken
1
-563
/
+578
2011-04-20
FS#12072 Improved and updated translation of Romaneste by Sergiu Rotaru.
Nils Wallménius
1
-860
/
+1813
2011-04-19
Optimization to latest aac decoder changes. Significantly reduce loop count i...
Andree Buschmann
3
-7
/
+14
2011-04-18
Major rework of the m4a parser for aac/alac playback, seek and resume support...
Andree Buschmann
5
-241
/
+133
2011-04-17
Move declaration of global function cfg_string_to_int to header file settings.h
Bertrik Sikken
2
-1
/
+1
2011-04-16
Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder...
Andree Buschmann
1
-33
/
+6
2011-04-16
Since r29700 changed the way the backdrop setting works, the default needs to...
Frank Gevaerts
1
-1
/
+1
[next]