summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Update the slovak translation:Mustapha Senhaji2010-03-16
| | | | | | | FlySpray: FS#11104 Author:Peter Lecky git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25212 a1c6a512-1295-4272-9138-f99709370657
* Update the french translation.Mustapha Senhaji2010-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25211 a1c6a512-1295-4272-9138-f99709370657
* lamp: use HAVE_NEGATIVE_LCDRafaël Carré2010-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25205 a1c6a512-1295-4272-9138-f99709370657
* lamp: invert backlight for Clipv2/Clip+ tooRafaël Carré2010-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25200 a1c6a512-1295-4272-9138-f99709370657
* rearrange the skin loading to remove some code dupeJonathan Gordon2010-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25196 a1c6a512-1295-4272-9138-f99709370657
* fix the remote font not working when there is no .rsbs loadedJonathan Gordon2010-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25195 a1c6a512-1295-4272-9138-f99709370657
* Correction of musepack SV8 replaygain. The album/title peak is saved in a ↵Andree Buschmann2010-03-14
| | | | | | 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
* Minor clean up in playback.cAndree Buschmann2010-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25178 a1c6a512-1295-4272-9138-f99709370657
* Implement resume for alac codec.Andree Buschmann2010-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25169 a1c6a512-1295-4272-9138-f99709370657
* Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren2010-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25165 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11103. Resuming musepack files was handled wrong since ages. This ↵Andree Buschmann2010-03-14
| | | | | | 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
* fiddle with the skin debug output so the load lines arnt shown unless ↵Jonathan Gordon2010-03-14
| | | | | | debugwps is enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25162 a1c6a512-1295-4272-9138-f99709370657
* wave metadata parser reduces binsize.Yoshihisa Uchida2010-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25161 a1c6a512-1295-4272-9138-f99709370657
* fix FS#11100 - statusbar would show up on multiscreen targets if either ↵Jonathan Gordon2010-03-13
| | | | | | screen had it enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25159 a1c6a512-1295-4272-9138-f99709370657
* corrects the smaf parser the following.Yoshihisa Uchida2010-03-13
| | | | | | | | | - 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
* reduce firmware and sun audio codec.Yoshihisa Uchida2010-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25140 a1c6a512-1295-4272-9138-f99709370657
* Fix comment on interpolation macro.Andree Buschmann2010-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25136 a1c6a512-1295-4272-9138-f99709370657
* Fix playback of atrac3 joint stereo encoded files. Define the interpolation ↵Andree Buschmann2010-03-12
| | | | | | macro in the right way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25135 a1c6a512-1295-4272-9138-f99709370657
* Make atrac3 streams in wav containers work again (error was introduced with ↵Andree Buschmann2010-03-12
| | | | | | r24782). Add additional info to atrac3 debug information. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25134 a1c6a512-1295-4272-9138-f99709370657
* Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann2010-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25133 a1c6a512-1295-4272-9138-f99709370657
* Change USB HID mode string from just "Multimedia Mode" (or similar) to say ↵Torne Wuff2010-03-12
| | | | | | | | | "USB keypad mode: Multimedia" (or similar). This will hopefully reduce the huge confusion from new users who think that multimedia mode means it's doing MTP or some other thing which is not MSC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25132 a1c6a512-1295-4272-9138-f99709370657
* libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida2010-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25131 a1c6a512-1295-4272-9138-f99709370657
* Minor optimization for musepack codec through moving functions to IRAM on PP ↵Andree Buschmann2010-03-11
| | | | | | processors. Speed ups codec by 0.25 MHzon PP5022. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25127 a1c6a512-1295-4272-9138-f99709370657
* Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann2010-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25126 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe 500: add specific strings to the languages.Szymon Dziok2010-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25116 a1c6a512-1295-4272-9138-f99709370657
* Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes ↵Jens Arnold2010-03-10
| | | | | | about half of the performance gap towards PP5022. The (relatively large) buffers for decoded data stay in IRAM, as does the reciprocal table. Clarify some comments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25108 a1c6a512-1295-4272-9138-f99709370657
* Oops. forget static.Yoshihisa Uchida2010-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25107 a1c6a512-1295-4272-9138-f99709370657
* unify the wave/wave64 parser.Yoshihisa Uchida2010-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25106 a1c6a512-1295-4272-9138-f99709370657
* Add the raw battery voltage to the Nano2G battery debug screenMichael Sparmann2010-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25102 a1c6a512-1295-4272-9138-f99709370657
* Coldfire targets: tiny optimisation.Jens Arnold2010-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25098 a1c6a512-1295-4272-9138-f99709370657
* Get rid of unnecessary alignment of struct member which also caused ↵Jens Arnold2010-03-09
| | | | | | arm-elf-eabi-gcc to mess up parameter passing to mpeg2_idct_add(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25092 a1c6a512-1295-4272-9138-f99709370657
* Simplify makefileNils Wallménius2010-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25084 a1c6a512-1295-4272-9138-f99709370657
* Use bx lr unconditionally in setjmp_arm.SRafaël Carré2010-03-09
| | | | | | Rockbox doesn't support ARMv4 non T CPUs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25083 a1c6a512-1295-4272-9138-f99709370657
* Fix two warnings that appear with gcc4.4.3. The one in recording.c ↵Thomas Martitz2010-03-08
| | | | | | ("compact_view is used uninitialized" seems to be false positive unfortunately). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25082 a1c6a512-1295-4272-9138-f99709370657
* Make mini2440 compile again.Thomas Martitz2010-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25081 a1c6a512-1295-4272-9138-f99709370657
* fix yellowPeter D'Hoye2010-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25077 a1c6a512-1295-4272-9138-f99709370657
* Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting.Andree Buschmann2010-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25076 a1c6a512-1295-4272-9138-f99709370657
* change histogram display principle to scrolling and simplify the code a bitPeter D'Hoye2010-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25074 a1c6a512-1295-4272-9138-f99709370657
* Use the same output func for wav writing and checksum calculation, ↵Nils Wallménius2010-03-08
| | | | | | simplifying the code and possibly speeding up checksum calculation slightly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25068 a1c6a512-1295-4272-9138-f99709370657
* Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann2010-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25064 a1c6a512-1295-4272-9138-f99709370657
* revert r25054 - tags which have an off and a list of option should have off ↵Jonathan Gordon2010-03-07
| | | | | | | | | as the first not last option. also fix it so the no icon position actually works. you can use %?Li<no|yes> if you want to. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25063 a1c6a512-1295-4272-9138-f99709370657
* Use larger IRAM for M5/X5 in vorbis.Andree Buschmann2010-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25061 a1c6a512-1295-4272-9138-f99709370657
* Reduce binsize again.Andree Buschmann2010-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25060 a1c6a512-1295-4272-9138-f99709370657
* Fix red.Andree Buschmann2010-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25059 a1c6a512-1295-4272-9138-f99709370657
* Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann2010-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25058 a1c6a512-1295-4272-9138-f99709370657
* Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way ↵Andree Buschmann2010-03-07
| | | | | | codecs can be optimized further. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25057 a1c6a512-1295-4272-9138-f99709370657
* Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ↵Andree Buschmann2010-03-07
| | | | | | to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25056 a1c6a512-1295-4272-9138-f99709370657
* Slightly change how %Li works when used as a conditional. last part is ↵Teruaki Kawashima2010-03-07
| | | | | | selected if and only if icon is not presented (i.e. is no icon) so that it can be used like true/false type conditional tag, e.g. "%?Li<Icon|No Icon>". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25054 a1c6a512-1295-4272-9138-f99709370657
* Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and ↵Teruaki Kawashima2010-03-07
| | | | | | don't recalculate the width in these functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25053 a1c6a512-1295-4272-9138-f99709370657
* ima adpcm/swf adpcm: corrects the problem the noise occurs after the play ends.Yoshihisa Uchida2010-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25052 a1c6a512-1295-4272-9138-f99709370657