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