summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* wave codecYoshihisa Uchida2010-03-07
| | | | | | | | | - does not get dwAvgBytesPerSec wave/aiff/smaf/wave64 codec - corrects the problem that codec_main() returns invalid value. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25051 a1c6a512-1295-4272-9138-f99709370657
* revert part of r25042 so boot error splashes are localised, and so there ↵Jonathan Gordon2010-03-07
| | | | | | isnt a boot slowdown (which was the origional reason for r24922) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25050 a1c6a512-1295-4272-9138-f99709370657
* Corrected some mistakes in italian translation.Alessio Lenzi2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25048 a1c6a512-1295-4272-9138-f99709370657
* fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25046 a1c6a512-1295-4272-9138-f99709370657
* skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove ↵Teruaki Kawashima2010-03-06
| | | | | | trailing spaces. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25045 a1c6a512-1295-4272-9138-f99709370657
* bubbles: fix FS#11070Teruaki Kawashima2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25044 a1c6a512-1295-4272-9138-f99709370657
* boomshine: improve collision detection.Teruaki Kawashima2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25043 a1c6a512-1295-4272-9138-f99709370657
* Restore the 'read_disk' flag for settings_apply that was removed in r24922. ↵Magnus Holmgren2010-03-06
| | | | | | It is still needed to prevent uncessary disk I/O for fonts etc. Should fix FS#11071 (I haven't tested it on a HD-based player). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25042 a1c6a512-1295-4272-9138-f99709370657
* When seek action failed, play time is invalid.Yoshihisa Uchida2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25041 a1c6a512-1295-4272-9138-f99709370657
* libpcm: decoded pcm depth corrects.Yoshihisa Uchida2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25040 a1c6a512-1295-4272-9138-f99709370657
* fix yellowJonathan Gordon2010-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25039 a1c6a512-1295-4272-9138-f99709370657
* cleanup statusbar+base skin relationship...Jonathan Gordon2010-03-06
| | | | | | | | * remove the "custom" option from the statusbar setting. if a sbs file is set then statusbar setting is ignored, no other user visible change there. * new tag, %wi - use to draw the inbuilt statusbar in the current viewport git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25038 a1c6a512-1295-4272-9138-f99709370657
* strip trailing spaceMichael Giacomelli2010-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25037 a1c6a512-1295-4272-9138-f99709370657
* Fix red by moving fsincos back to libwmaMichael Giacomelli2010-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25036 a1c6a512-1295-4272-9138-f99709370657
* Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli2010-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25035 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2010-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25032 a1c6a512-1295-4272-9138-f99709370657
* Fix broken whitespace after r24862Nils Wallménius2010-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25031 a1c6a512-1295-4272-9138-f99709370657
* fix typo in talk value of histogram settingPeter D'Hoye2010-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25028 a1c6a512-1295-4272-9138-f99709370657
* Add a few warning comments about the INIT_ATTR stuff.Thomas Martitz2010-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25024 a1c6a512-1295-4272-9138-f99709370657
* Remove leftover unused buffer from the mdctexp branchNils Wallménius2010-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25022 a1c6a512-1295-4272-9138-f99709370657
* Don't forget to initialize the wps.Thomas Martitz2010-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25021 a1c6a512-1295-4272-9138-f99709370657
* Don't call this two, it's uneeded (and would crash since they're INIT_ATTR).Thomas Martitz2010-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25015 a1c6a512-1295-4272-9138-f99709370657
* FS#10756 - Free unused init codeThomas Martitz2010-03-03
| | | | | | | Introduce a new .init section for initialisation code, so that it can be copied to an area which is later overwritten before calling. The stack/bss can then overwrite that code, effectively freeing the code size that the initialisation routines need. Gives a few kB ram usage back. Only implemented for PP and as3525 so far. More targets could be added, as well as more functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25013 a1c6a512-1295-4272-9138-f99709370657
* Remove a recording histogram string that isn't used, and bring the Dutch ↵Peter D'Hoye2010-03-03
| | | | | | language file up to date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25011 a1c6a512-1295-4272-9138-f99709370657
* Histogram display on recording screen. Based on the work of Jvo Studer in FS ↵Peter D'Hoye2010-03-03
| | | | | | #5021 but reduced and reworked since the recording screen code changed quite a bit since his patch. For now enabled on iriver h1x0 and h3x0 only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25007 a1c6a512-1295-4272-9138-f99709370657
* libdemac: Separate filtering calls per channel in preparation for the ↵Jens Arnold2010-03-03
| | | | | | dual-core split on PP. This also means less inlining, and hence speeds up decoding on single core slightly, due to better caching behaviour. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25005 a1c6a512-1295-4272-9138-f99709370657
* Get rid of .rept in inline asm() blocks where possible. Using .rept causes ↵Jens Arnold2010-03-03
| | | | | | gcc to wrongly estimate the size of the asm(), leading to (potential) compilation problems. This is necessary for the upcoming restructuring, and should fix ARMv6+ sim builds as well. No functional change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25004 a1c6a512-1295-4272-9138-f99709370657
* FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon2010-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25003 a1c6a512-1295-4272-9138-f99709370657
* remove some gremlins... viewport_set_*() sets the font to the UI font for ↵Jonathan Gordon2010-03-03
| | | | | | that screen which is bad for the parser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25002 a1c6a512-1295-4272-9138-f99709370657
* make %Fl (font load) more consistant with bmp loading and require the whole ↵Jonathan Gordon2010-03-03
| | | | | | filename, i.e require the .fnt. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25001 a1c6a512-1295-4272-9138-f99709370657
* fix FS#10926 - backlight turning off stops track info being updatedJonathan Gordon2010-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24998 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon2010-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24997 a1c6a512-1295-4272-9138-f99709370657
* some small debug info fixes, add %Li and %lt and make uppercase subimage ↵Jonathan Gordon2010-03-03
| | | | | | labels display correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24996 a1c6a512-1295-4272-9138-f99709370657
* remove a nonsense outdate warning. there is no token limit anymoreJonathan Gordon2010-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24995 a1c6a512-1295-4272-9138-f99709370657
* undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon2010-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24994 a1c6a512-1295-4272-9138-f99709370657
* revert r24989 ad r24990 which are cuasing segfaults... they were working ↵Jonathan Gordon2010-03-02
| | | | | | fine for me though :( (stupid font stuff is cursed!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24993 a1c6a512-1295-4272-9138-f99709370657
* Wave/Wave64/vox metadata parser: optimize just a little.Yoshihisa Uchida2010-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24992 a1c6a512-1295-4272-9138-f99709370657
* fix %pb when the height isnt given and it is in a viewport with a user font ↵Jonathan Gordon2010-03-02
| | | | | | (so the height is calculated on the font height at display time) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24991 a1c6a512-1295-4272-9138-f99709370657
* fix redJonathan Gordon2010-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24990 a1c6a512-1295-4272-9138-f99709370657
* * Make the user font count more saneJonathan Gordon2010-03-02
| | | | | | | | | * font 2-9 in the skins will always be user fonts in the skins * init the skinfonts array so it doesnt think id 'x' is used already * make the parser work with FONT_UI untill the very end, even on remote fonts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24989 a1c6a512-1295-4272-9138-f99709370657
* Revert r24958. It didn't fix anything (in fact, the problem described didn't ↵Thomas Martitz2010-03-01
| | | | | | exist). Increase MAXFONTS by 1 to allow for remote screen targets to load fonts 2-9. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24983 a1c6a512-1295-4272-9138-f99709370657
* au metadata parser: optimize just a little.Yoshihisa Uchida2010-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24982 a1c6a512-1295-4272-9138-f99709370657
* Mark array as constNils Wallménius2010-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24981 a1c6a512-1295-4272-9138-f99709370657
* bmpviewer: do aspect ratio correction.Teruaki Kawashima2010-02-28
| | | | | | it might be better to not change the message "loading width x height"? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24976 a1c6a512-1295-4272-9138-f99709370657
* FFT plugin: init mutexMaurus Cuelenaere2010-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24973 a1c6a512-1295-4272-9138-f99709370657
* Draw a white rectangle around the empty spot to make it easier to ↵Frank Gevaerts2010-02-28
| | | | | | distinghuish with dark pictures git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24972 a1c6a512-1295-4272-9138-f99709370657
* Save some RAM by changing a char[] into a const char * in struct afmt_entry. ↵Bertrik Sikken2010-02-28
| | | | | | Make other fields const too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24970 a1c6a512-1295-4272-9138-f99709370657
* set viewport to default one just for safe.Teruaki Kawashima2010-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24969 a1c6a512-1295-4272-9138-f99709370657
* Make the buffer low-level watermark (and the related anti-skip setting) work ↵Magnus Holmgren2010-02-28
| | | | | | again. Update the buffering 'base handle' as new tracks start playing, since this is needed to determine how much playable data is left in the buffer. Should fix the buffering problem reported in the forums (http://forums.rockbox.org/index.php?topic=24014.0), and also makes the usefl line in the buffering thread debug screen useful again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24968 a1c6a512-1295-4272-9138-f99709370657
* Reduce binsize by using unsigned char array instead of int in AU metadata ↵Maurus Cuelenaere2010-02-28
| | | | | | parser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24967 a1c6a512-1295-4272-9138-f99709370657