summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-09Fix a warningMichael Hohmuth
2011-05-09FS#11931 part 1: Make fade in/out behavior more consistent across theMichael Hohmuth
2011-05-09unplug_change: Precede call to audio_ff_rewind withMichael Hohmuth
2011-05-08Remove tabs.Andree Buschmann
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-05-08More tab fixesBertrik Sikken
2011-05-08Move implementation of codec_get_buffer() to codec.c, make related variables ...Andree Buschmann
2011-05-08Use CACHEALIGN_SIZE in codec_malloc for optimal alignment.Andree Buschmann
2011-05-08Minor loop optimization in libfaad's is/ms decoding.Andree Buschmann
2011-05-08Fix BUILDID getting appended even if not set.Dominik Riebeling
2011-05-08Rockbox Utility: bump version to 1.2.10.Dominik Riebeling
2011-05-08Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.Andree Buschmann
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken
2011-05-08codeclib: Declare several variables static and remove unused variables.Andree Buschmann
2011-05-07SAPI voice creating: add slovak to languages.Dominik Riebeling
2011-05-07Rockbox Utility: Add some more cases to version check test.Dominik Riebeling
2011-05-07Fix FS#12098 by ignoring battery update events in the yesno screen.Nils Wallménius
2011-05-06Better version reporting for git-tracked repositories: Include the gitMichael Hohmuth
2011-05-05Fix whitespace errors aka tabs.Dominik Riebeling
2011-05-05deploy.py: support adding a build id.Dominik Riebeling
2011-05-04Rockbox Utility: add build id to version string.Dominik Riebeling
2011-05-04Avoid false warnings of full dirs when the number of visible entries in a dir...Magnus Holmgren
2011-05-04fuze+: move defines from .c to .h; implement button reading for volume up/dow...Amaury Pouly
2011-05-04Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field len...Michael Giacomelli
2011-05-04Fix last known 'variable set but not used' warning reported from GCC 4.6.0.Andree Buschmann
2011-05-03Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-05-03AMSv2 USB: Write usb_delay() in assemblyRafaël Carré
2011-05-02sbtools: generate a unique name for each sectionAmaury Pouly
2011-05-02fuze+: use mdelay and not udelay in lcd sequencesAmaury Pouly
2011-05-02iap: pass length and data pointer to iap_handlepkt functions, this prepares f...Bertrik Sikken
2011-05-01Display the correct sign of replaygain for levels from -0.99 to -0.01 dB.Andree Buschmann
2011-05-01Remove tabs.Andree Buschmann
2011-05-01Correct manual: rockbox support APEv2 metadata tags.Andree Buschmann
2011-05-01Work around another 'set but not used' warning.Nils Wallménius
2011-05-01Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-05-01Sansa Fuze+: initial commit (bootloader only, LCD basically working)Amaury Pouly
2011-05-01Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recov...Amaury Pouly
2011-05-01sbtools: do not rely on the ELF flags and always assume the entry point is validAmaury Pouly
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-05-01Clean up speex a bit after the playback changes in r29785. Haven't found any ...Michael Sevakis
2011-04-30Rockbox Utility: fix some names missing from the CREDITS.Dominik Riebeling
2011-04-30Rockbox Utility: bump version to 1.2.9.Dominik Riebeling
2011-04-30Rockbox Utility deployment: insert revision into OS X' Info.plist too.Dominik Riebeling
2011-04-30iap: introduce functions (put_u32 and get_u32) to convert a uint32_t to a byt...Bertrik Sikken
2011-04-30Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren
2011-04-30iap: update handling of IdentifyDeviceLingoes command and fix RF tuner detect...Bertrik Sikken
2011-04-30FS#12085 - Correction of iap.c to avoid sending useless data to an accessory,...Bertrik Sikken
2011-04-29Add missing strings to German Rockbox Utility translation.Dominik Riebeling
2011-04-28Remove unneeded update of ci->id3->frequency in aac and raac codec.Andree Buschmann