summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2011-04-20FS#12072 Improved and updated translation of Romaneste by Sergiu Rotaru.Nils Wallménius
2011-04-19Optimization to latest aac decoder changes. Significantly reduce loop count i...Andree Buschmann
2011-04-18Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann
2011-04-17Move declaration of global function cfg_string_to_int to header file settings.hBertrik Sikken
2011-04-16Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder...Andree Buschmann
2011-04-16Since r29700 changed the way the backdrop setting works, the default needs to...Frank Gevaerts
2011-04-16Fix yellow.Andree Buschmann
2011-04-16Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...Andree Buschmann
2011-04-15Do not attempt to remove the temporary database twice during a database update.Michael Hohmuth
2011-04-14Fix missing printfstyle formatting in simplified Chinese.Nils Wallménius
2011-04-13Fix the Xing header parser to have reliable gapless playback. Closes FS#12062.Andree Buschmann
2011-04-11Do not show IRMax/IWMax in the disk info debug screen for sd cards with CSD v...Bertrik Sikken
2011-04-11FS#12061 - April update of Czech language by Marek SalabaBertrik Sikken
2011-04-10Deprecate strings that are unused since r29700Frank Gevaerts
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts
2011-04-09Playlists forget to set playlist.started when creating new playlist on SWCODE...Michael Sevakis
2011-04-08Whitespace and cosmetics consistency cleanup in playlist_viewer.c, no functio...Nils Wallménius
2011-04-08Voice filenames in the playlist viewer, closes FS#11951Nils Wallménius
2011-04-07Fix residual red. Keep index in mp3entry for HWCODEC.Andree Buschmann
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann
2011-04-07Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann
2011-04-06Removed some dead code identified by clang-analyzer.Björn Stenberg
2011-04-06Fix FS#12043. Next track was resumed when pausing and shutting down the playe...Andree Buschmann
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann
2011-03-31Cosmetic change of a comment.Andree Buschmann
2011-03-31Changing convert_gain() also implicitly changed get_replaygain_int() which co...Andree Buschmann
2011-03-31Fix for replaygain: Ensure fallback to track gain in case of missing album gain.Andree Buschmann
2011-03-31Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034.Björn Stenberg
2011-03-29Revert accidental commit of apps/plugins/SOURCESBertrik Sikken
2011-03-29AMSv2 sd: do not try to switch sd cards into high-speed mode.Bertrik Sikken
2011-03-28remove set but unused variableRafaël Carré
2011-03-28maze: fix warning spotted by gcc 4.6.0Rafaël Carré
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon
2011-03-27Fix redJonathan Gordon
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon
2011-03-25Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.Andree Buschmann
2011-03-24Fix FS#12024. Scroll acceleration did not work -- at least reported for iRive...Andree Buschmann
2011-03-22Scroll speed is increased every N seconds, not every N half seconds.Andree Buschmann
2011-03-22Submit parts of FS#12024. Describe the settings 'List Acceleration Start Dela...Andree Buschmann
2011-03-22Make repeat mode/shuffle work in the sbs alsoJonathan Gordon
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon
2011-03-21Buffering should truncate if read() returns 0 since it's not a valid return t...Michael Sevakis
2011-03-20Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...Andree Buschmann
2011-03-19FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.Nils Wallménius
2011-03-19FS#12016 - Update Chinese Translation by Purling NayukiBertrik Sikken
2011-03-18Optimize memory consumption in the mp3data parser. The vbr-header parser will...Andree Buschmann
2011-03-17Local implementation of read_uint32be() in mp3data.c needs a major correction.Andree Buschmann
2011-03-16Avoid magic numbers. Use the available defines to set up the bit mask to comp...Andree Buschmann
2011-03-16Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann
2011-03-16Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.Andree Buschmann