summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-11-29Read .m3u playlist files using the default code page (unless they start with ...Magnus Holmgren3-4/+45
2006-11-29Add support for compiling encoders without adjustable CPU frequency and/or IRAM.Michael Sevakis4-23/+69
2006-11-29Fixed FS#6389 - Sound disappears after pitch change and jump to the start of ...Michael Sevakis1-0/+1
2006-11-28Fix minor typo in the plugin playback control menu c->CNils Wallménius1-1/+1
2006-11-28SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis3-31/+30
2006-11-27Avoid calls to audio and talk functions in audio_get_buffer until init is com...Michael Sevakis1-3/+4
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold4-7/+14
2006-11-26FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.Tomasz Malesinski5-43/+98
2006-11-26After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c ...Michael Sevakis1-5/+0
2006-11-26Fixed the build error in FS#6357, patch 1.Tomasz Malesinski2-2/+2
2006-11-26Cube: Keep main colours and backdrop.Jens Arnold1-5/+8
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski33-437/+190
2006-11-26Starfield should be white on black on colour targets, and disable backdrops.Jens Arnold1-0/+8
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis16-15/+23
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon2-4/+4
2006-11-26ipod keypad fixes.. fixes bubblesJonathan Gordon1-6/+6
2006-11-26fix metronome keysJonathan Gordon1-5/+12
2006-11-25Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...Michael Sevakis2-38/+38
2006-11-25Fixed bug in dither_init that was causing the AIFF playback at sample rates o...Michael Sevakis1-2/+2
2006-11-25Made the AGC functions compatible with non-latin languages following theShachar Liberman33-70/+3588
2006-11-25Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers1-1/+1
2006-11-25Tag cache renamed to the less cryptic "Database" throughout the UI and manual...Jonas Häggqvist2-16/+16
2006-11-25Fix bug in large-value handling of gui_scrollbar_draw() that went unnoticed f...Jens Arnold1-2/+1
2006-11-24Fixed header calculation goofs that would've affected mono files and little-e...Michael Sevakis1-6/+6
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis10-0/+442
2006-11-23Enable ReplayGain processing for AAC and ALAC (not really tested though). Als...Magnus Holmgren2-2/+4
2006-11-23Read frequency in MP4/AAC files from a different place, if available. Should ...Magnus Holmgren1-1/+158
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis4-124/+18
2006-11-22Priority overriding was not working correctly.Miika Pekkarinen1-3/+7
2006-11-22Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis1-7/+20
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers3-9/+5
2006-11-20new usb logos for all screens, utilising lcd_bitmap_transparent() on colour d...Marianne Arnold12-5/+27
2006-11-20BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold1-10/+10
2006-11-20BMP loader: Remote LCD format support.Jens Arnold1-70/+123
2006-11-19Solitaire: Repair card border and selection frame. Would it be better to make...Jens Arnold1-0/+11
2006-11-19Check if file has already been removed from DB when manually invokingMiika Pekkarinen2-0/+13
2006-11-19Fixed the dithering once more.Jens Arnold1-8/+10
2006-11-19please, oh please give me a green build so I can goto bedJonathan Gordon2-5/+5
2006-11-19grr.. forgot to add these filesJonathan Gordon2-0/+72
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon15-124/+31
2006-11-18Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...Jens Arnold1-337/+340
2006-11-18fix bubbles for good this time.Jonathan Gordon1-2/+5
2006-11-18fix ondios again. Add a context for left/right/fire actions which seemsJonathan Gordon2-3/+64
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis13-125/+196
2006-11-17fix ondio keymapsJonathan Gordon1-18/+45
2006-11-17More target specific lang fixes from Austin AppelJonathan Gordon1-28/+14
2006-11-17fix ondio keys, and tempo +/- on all targetsJonathan Gordon1-5/+9
2006-11-16Fix alignment issue that caused data aborts on arm targetsMark Arigo1-2/+4
2006-11-16Add target specific language to keymappings for iPods, x5 and h10 targets. Re...Michael Sevakis1-0/+56
2006-11-16Removed muting from pcm buffer during starts, stops and pauses for tlv320 and...Michael Sevakis1-1/+20