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