summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida3-396/+536
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida5-98/+81
2010-03-12Fix comment on interpolation macro.Andree Buschmann1-3/+3
2010-03-12Fix playback of atrac3 joint stereo encoded files. Define the interpolation m...Andree Buschmann1-7/+7
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann3-3/+5
2010-03-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann2-5/+11
2010-03-12Change USB HID mode string from just "Multimedia Mode" (or similar) to say "U...Torne Wuff2-13/+18
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida7-9/+9
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann2-7/+9
2010-03-11Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann1-23/+12
2010-03-11Packard Bell Vibe 500: add specific strings to the languages.Szymon Dziok42-213/+548
2010-03-10Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...Jens Arnold4-22/+45
2010-03-10Oops. forget static.Yoshihisa Uchida1-1/+1
2010-03-10unify the wave/wave64 parser.Yoshihisa Uchida1-187/+176
2010-03-10Add the raw battery voltage to the Nano2G battery debug screenMichael Sparmann1-0/+2
2010-03-09Coldfire targets: tiny optimisation.Jens Arnold1-7/+6
2010-03-09Get rid of unnecessary alignment of struct member which also caused arm-elf-e...Jens Arnold1-1/+1
2010-03-09Simplify makefileNils Wallménius1-6/+0
2010-03-09Use bx lr unconditionally in setjmp_arm.SRafaël Carré1-0/+2
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz2-1/+3
2010-03-08Make mini2440 compile again.Thomas Martitz3-7/+7
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