summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-09-02battery_bench: make functions/struct/variables staticRafaël Carré1-18/+7
2010-09-01Fix reds. The battery_capacity setting is used even for fixed-battery targets.Thomas Martitz4-3/+12
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz3-1/+6
2010-09-01Android: Don't compile sim_tasks.cThomas Martitz1-4/+3
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz1-1/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz17-59/+76
2010-09-01load_plugin_screen(): handle all plugin_load() return valuesRafaël Carré1-2/+12
2010-09-01font_table[].name wasn't filledFred Bauer1-0/+1
2010-09-01FS#11587 : voice for SWCODEC and low memoryRafaël Carré1-30/+168
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts2-6/+11
2010-08-31Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon1-3/+9
2010-08-30don't cast to int when not neededRafaël Carré1-1/+1
2010-08-30panicf() is declared in panic.hRafaël Carré1-0/+1
2010-08-30audio_reset_buffer: check audiobuffer size not only in DEBUG buildsRafaël Carré1-5/+1
2010-08-30Fix FS#11586. Corrects rebuffering behaviour which did not allow to play seve...Andree Buschmann1-1/+1
2010-08-30Update comments in the helloword plugin.Thomas Martitz1-4/+5
2010-08-30Plugins: modify IRAM copying codeRafaël Carré15-110/+39
2010-08-30libdemac: ARMv7 assembler optimisation for the filters, tested on Nokia N900....Jens Arnold2-0/+216
2010-08-29Restore libfaad's IRAM configuration.Andree Buschmann1-2/+2
2010-08-29Fix FS#11539. Undo r23967 and use another way to achieve results for negative...Andree Buschmann2-99/+51
2010-08-29Fix red.Andree Buschmann1-8/+8
2010-08-29Clean up alac/acc demux structure on next track. Solves issues with some file...Andree Buschmann2-8/+12
2010-08-29Make M4A demuxer more flexible when handling the stsd atom. Allows file repor...Magnus Holmgren1-4/+10
2010-08-28output_dyn_value() : don't use strlen() to check string emptinessRafaël Carré1-1/+1
2010-08-28archos player debug menu: factorize and use lcd_putsfRafaël Carré1-34/+7
2010-08-28Fix r27923: folder size displayed "lld" in propertiesRafaël Carré1-3/+3
2010-08-28disktidy: store the number of removed files as global scopeRafaël Carré1-17/+15
2010-08-28cube: only needs text buffer on LCD_BITMAPRafaël Carré1-1/+1
2010-08-28fix r27926 : lcd_puts() not changed to lcd_putsf()Rafaël Carré2-2/+2
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré52-412/+173
2010-08-28splitedit: fix snprintf() argument (size of wrong buffer)Rafaël Carré1-1/+1
2010-08-28wormlet: remove some text buffersRafaël Carré1-75/+36
2010-08-28properties: remove some text buffersRafaël Carré1-38/+32
2010-08-28pitch_detector: use lcd_putsxyf(), not lcd_putsf()Rafaël Carré1-6/+6
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré2-0/+2
2010-08-28pitch detector: remove more unused functions for sim buildsRafaël Carré1-1/+1
2010-08-28pitch detector: remove unused functions for sim buildsRafaël Carré1-3/+2
2010-08-28pitch_detector: cleanupRafaël Carré3-228/+170
2010-08-28pitch_detector: avoid a division by zero when changing 'lowest frequency' set...Rafaël Carré1-1/+5
2010-08-28Fix typoFrank Gevaerts1-1/+1
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-1/+1
2010-08-28Clip keymap: the pitchscreen action should only hit on button release (short ...Marianne Arnold1-1/+1
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-1/+1
2010-08-27tweak lrcplayer.Teruaki Kawashima1-5/+5
2010-08-27Fix bug adding a playlist to another playlist doesn't finish if it has UTF-8 ...Teruaki Kawashima1-2/+2
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz5-14/+20
2010-08-27Make getcwd match the posix variant, make get_current_file() behave similar t...Thomas Martitz3-13/+26
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz4-135/+75
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz3-74/+135
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz3-135/+74