summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré
Introduce STORAGE_ALIGN_DOWN, STORAGE_PAD (using new CACHE_PAD) and STORAGE_OVERLAP (using new CACHE_OVERLAP), make them useful only when PROC_NEEDS_CACHEALIGN and STORAGE_NEEDS_ALIGN are defined Modify PP and nano2g system-target.h accordingly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25336 a1c6a512-1295-4272-9138-f99709370657
2010-03-25mpegplayer: align video output data structure only on multicoreRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25330 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Stats plugin: Add 3 missing types to count.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25327 a1c6a512-1295-4272-9138-f99709370657
2010-03-23revert r25271 which caused more problems than it tried to fixJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25296 a1c6a512-1295-4272-9138-f99709370657
2010-03-22Clip+: arbitrary combo (home+select) for button lockRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25293 a1c6a512-1295-4272-9138-f99709370657
2010-03-22fix yellowYoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25291 a1c6a512-1295-4272-9138-f99709370657
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida
Not only WAV but also Sun audio, SMAF, vox and WAV64 can resume. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25289 a1c6a512-1295-4272-9138-f99709370657
2010-03-21Fix red.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25276 a1c6a512-1295-4272-9138-f99709370657
2010-03-21Only show PP502x GPIOx_ENABLE on displays with appropriate height.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25275 a1c6a512-1295-4272-9138-f99709370657
2010-03-21Add GPIOx_ENABLE to debug screen for PP502x.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25272 a1c6a512-1295-4272-9138-f99709370657
2010-03-21there is a difference between viewports which shouldnt be cleared (the ↵Jonathan Gordon
default viewport in the sbs) and viewports which should never be shown (%Vi viewport). so do this properly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25271 a1c6a512-1295-4272-9138-f99709370657
2010-03-21Update the french translation.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25263 a1c6a512-1295-4272-9138-f99709370657
2010-03-20Prevent accidental skipping to beginning/end of file in text viewer.Torne Wuff
When the text viewer is not in wide mode, the buttons mapped to move the screen left and right instead jump to the top and bottom of the file. This is very easy to do by accident on most targets, causing you to lose your place. This change requires that the button be held for a long press before it jumps to the top/bottom; short presses simply trigger paging up and down by one page. There is no change in behaviour when wide mode is enabled. Based on an idea from FS#2648 but implemented differently. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25262 a1c6a512-1295-4272-9138-f99709370657
2010-03-20Add german translation for line-out.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25259 a1c6a512-1295-4272-9138-f99709370657
2010-03-20Use consistent wording for line-in and -out.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25258 a1c6a512-1295-4272-9138-f99709370657
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the ↵Andree Buschmann
Line-out. For now only implemented on iPod Video. This allows to save power if the user does not use the player's Line-out. On iPod 5G the saving is ~0.5 mA. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25257 a1c6a512-1295-4272-9138-f99709370657
2010-03-19Revert r22171 (+r22186) for pacbox, given that it doesn't work, and causes ↵Dave Hooper
crashes on COP targets, and we in fact already had an open unresolved issue against this app (FS#8226) that would need to be resolved before being able to do this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25251 a1c6a512-1295-4272-9138-f99709370657
2010-03-19Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not ↵Andree Buschmann
resetting the time position. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25249 a1c6a512-1295-4272-9138-f99709370657
2010-03-18woops, elapsed is ms not HZ and how did that extra + get in there?Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25241 a1c6a512-1295-4272-9138-f99709370657
2010-03-18fix yelllow and add those tags to the debug outputJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25240 a1c6a512-1295-4272-9138-f99709370657
2010-03-182 new tags:Jonathan Gordon
%pS - track is starting. %pE - track is ending. both can optionally have a number straight after to change how long that tag should stay true for (e.g %pS10 will stay true for the first 10s of the track) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25239 a1c6a512-1295-4272-9138-f99709370657
2010-03-17Ondavx747/777 fix red.Yoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25235 a1c6a512-1295-4272-9138-f99709370657
2010-03-17fix redYoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25234 a1c6a512-1295-4272-9138-f99709370657
2010-03-17text viewer plugin applies patches FS#8445, FS#9546, FS#9853, FS#9855, ↵Yoshihisa Uchida
FS#9892, FS#9893, FS#9898, FS#9902, and FS#9990. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25233 a1c6a512-1295-4272-9138-f99709370657
2010-03-17Make helper functions static.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25231 a1c6a512-1295-4272-9138-f99709370657
2010-03-16Updated italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25224 a1c6a512-1295-4272-9138-f99709370657
2010-03-16tagcache: Factor ecread of tagfile_entry/index_entry, and ecwrite of ↵Amaury Pouly
index_entry. This should save some binsize and avoid this stupidly repetitive sequence. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25217 a1c6a512-1295-4272-9138-f99709370657
2010-03-16tagcache: fix once for all those stupid warnings.Amaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25216 a1c6a512-1295-4272-9138-f99709370657
2010-03-16Return real screen size.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25215 a1c6a512-1295-4272-9138-f99709370657
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ↵Michael Giacomelli
rest of Tremor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25214 a1c6a512-1295-4272-9138-f99709370657
2010-03-16Update the slovak translation:Mustapha Senhaji
FlySpray: FS#11104 Author:Peter Lecky git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25212 a1c6a512-1295-4272-9138-f99709370657
2010-03-16Update the french translation.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25211 a1c6a512-1295-4272-9138-f99709370657
2010-03-15lamp: use HAVE_NEGATIVE_LCDRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25205 a1c6a512-1295-4272-9138-f99709370657
2010-03-15lamp: invert backlight for Clipv2/Clip+ tooRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25200 a1c6a512-1295-4272-9138-f99709370657
2010-03-15rearrange the skin loading to remove some code dupeJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25196 a1c6a512-1295-4272-9138-f99709370657
2010-03-15fix the remote font not working when there is no .rsbs loadedJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25195 a1c6a512-1295-4272-9138-f99709370657
2010-03-14Correction of musepack SV8 replaygain. The album/title peak is saved in a ↵Andree Buschmann
logarithmic representation and needs to be converted to linear fixed point for further processing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25187 a1c6a512-1295-4272-9138-f99709370657
2010-03-14Minor clean up in playback.cAndree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25178 a1c6a512-1295-4272-9138-f99709370657
2010-03-14Implement resume for alac codec.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25169 a1c6a512-1295-4272-9138-f99709370657
2010-03-14Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25165 a1c6a512-1295-4272-9138-f99709370657
2010-03-14Fix FS#11103. Resuming musepack files was handled wrong since ages. This ↵Andree Buschmann
change converts the decoders exact sample position to an estimated byte position within the file. The resume position in samples is calculated the reverse way, git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25164 a1c6a512-1295-4272-9138-f99709370657
2010-03-14fiddle with the skin debug output so the load lines arnt shown unless ↵Jonathan Gordon
debugwps is enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25162 a1c6a512-1295-4272-9138-f99709370657
2010-03-14wave metadata parser reduces binsize.Yoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25161 a1c6a512-1295-4272-9138-f99709370657
2010-03-13fix FS#11100 - statusbar would show up on multiscreen targets if either ↵Jonathan Gordon
screen had it enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25159 a1c6a512-1295-4272-9138-f99709370657
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida
- It is normally retrieved even if the position of wave data is not in given position from the head. - The problem that artist/title/composer cannot be given normally when the character code != iso8859-1, utf-8. - The problem that the position of chunk does not given correctly some mmf files. - artist/title/composer stored in not id3v1buf but id3v2buf. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25141 a1c6a512-1295-4272-9138-f99709370657
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25140 a1c6a512-1295-4272-9138-f99709370657
2010-03-12Fix comment on interpolation macro.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25136 a1c6a512-1295-4272-9138-f99709370657
2010-03-12Fix playback of atrac3 joint stereo encoded files. Define the interpolation ↵Andree Buschmann
macro in the right way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25135 a1c6a512-1295-4272-9138-f99709370657
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with ↵Andree Buschmann
r24782). Add additional info to atrac3 debug information. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25134 a1c6a512-1295-4272-9138-f99709370657
2010-03-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25133 a1c6a512-1295-4272-9138-f99709370657