summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-03-08fix yellowPeter D'Hoye1-1/+2
2010-03-08Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting.Andree Buschmann1-7/+14
2010-03-08change histogram display principle to scrolling and simplify the code a bitPeter D'Hoye1-39/+28
2010-03-08Use the same output func for wav writing and checksum calculation, simplifyin...Nils Wallménius1-104/+12
2010-03-07Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann1-2/+2
2010-03-07revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon2-2/+3
2010-03-07Use larger IRAM for M5/X5 in vorbis.Andree Buschmann1-9/+2
2010-03-07Reduce binsize again.Andree Buschmann1-7/+2
2010-03-07Fix red.Andree Buschmann1-2/+1
2010-03-07Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann1-2/+3
2010-03-07Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs...Andree Buschmann1-2/+2
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann35-2761/+3158
2010-03-07Slightly change how %Li works when used as a conditional. last part is select...Teruaki Kawashima1-1/+1
2010-03-07Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don...Teruaki Kawashima5-17/+15
2010-03-07ima adpcm/swf adpcm: corrects the problem the noise occurs after the play ends.Yoshihisa Uchida2-43/+37
2010-03-07wave codecYoshihisa Uchida4-67/+65
2010-03-07revert part of r25042 so boot error splashes are localised, and so there isnt...Jonathan Gordon1-4/+2
2010-03-06Corrected some mistakes in italian translation.Alessio Lenzi1-3/+2
2010-03-06fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima2-1/+3
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima9-95/+77
2010-03-06bubbles: fix FS#11070Teruaki Kawashima1-5/+2
2010-03-06boomshine: improve collision detection.Teruaki Kawashima1-12/+11
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren6-45/+49
2010-03-06When seek action failed, play time is invalid.Yoshihisa Uchida6-12/+14
2010-03-06libpcm: decoded pcm depth corrects.Yoshihisa Uchida16-57/+70
2010-03-06fix yellowJonathan Gordon1-0/+1
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon10-54/+65
2010-03-05strip trailing spaceMichael Giacomelli1-1/+0
2010-03-05Fix red by moving fsincos back to libwmaMichael Giacomelli2-1/+103
2010-03-05Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli2-101/+0
2010-03-05Updated italian translation.Alessio Lenzi1-3/+89
2010-03-05Fix broken whitespace after r24862Nils Wallménius13-407/+399
2010-03-04fix typo in talk value of histogram settingPeter D'Hoye1-1/+1
2010-03-04Add a few warning comments about the INIT_ATTR stuff.Thomas Martitz1-0/+6
2010-03-04Remove leftover unused buffer from the mdctexp branchNils Wallménius1-1/+0
2010-03-04Don't forget to initialize the wps.Thomas Martitz1-0/+2
2010-03-03Don't call this two, it's uneeded (and would crash since they're INIT_ATTR).Thomas Martitz1-2/+0
2010-03-03FS#10756 - Free unused init codeThomas Martitz12-14/+16
2010-03-03Remove a recording histogram string that isn't used, and bring the Dutch lang...Peter D'Hoye2-20/+54
2010-03-03Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye7-66/+282
2010-03-03libdemac: Separate filtering calls per channel in preparation for the dual-co...Jens Arnold3-39/+40
2010-03-03Get rid of .rept in inline asm() blocks where possible. Using .rept causes gc...Jens Arnold4-48/+53
2010-03-03FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon1-0/+6
2010-03-03remove some gremlins... viewport_set_*() sets the font to the UI font for tha...Jonathan Gordon1-0/+2
2010-03-03make %Fl (font load) more consistant with bmp loading and require the whole f...Jonathan Gordon1-2/+7
2010-03-03fix FS#10926 - backlight turning off stops track info being updatedJonathan Gordon1-1/+2
2010-03-03Fix FS#11058 - conditionl viewports cause sublines to go a bit crazyJonathan Gordon1-1/+1
2010-03-03some small debug info fixes, add %Li and %lt and make uppercase subimage labe...Jonathan Gordon1-1/+13
2010-03-03remove a nonsense outdate warning. there is no token limit anymoreJonathan Gordon1-5/+0
2010-03-03undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon2-18/+22