summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon
2010-05-05Another logf fix in voice_thread.cJeffrey Goode
2010-05-05Remove unneeded include from screens.cJeffrey Goode
2010-05-05fix player red.Jonathan Gordon
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon
2010-05-04Fix typos in the comment (now in .c)Alexander Levin
2010-05-04Fix typos in the commentAlexander Levin
2010-05-04Fix logf behavior in voice_thread.cJeffrey Goode
2010-05-04Add logf line to talk.cJeffrey Goode
2010-05-03Stop scrolling when exiting the CPU boost log menuMaurus Cuelenaere
2010-05-03Update a comment to reflect the previous commit.Thomas Martitz
2010-05-03Move read_line() further down so that it can be used in checkwps and remove c...Thomas Martitz
2010-05-02FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov
2010-05-02missed a commentMohamed Tarek
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek
2010-05-02Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold
2010-05-02Remove residual tabs in codec directory.Andree Buschmann
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek
2010-05-02Fix a bug introduced with r25777.Andree Buschmann
2010-05-02Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann
2010-05-02Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold
2010-05-02Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold
2010-05-02Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin
2010-05-01Small correction of the translation of a musical termAlexander Levin
2010-04-30HD200 - implement blit functionsMarcin Bukat
2010-04-30Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile t...Mohamed Tarek
2010-04-30Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...Mohamed Tarek
2010-04-29Revert r25739 which added libwmapro to apps/codecs, in preparation to commit ...Mohamed Tarek
2010-04-29HD200 - add FM support.Marcin Bukat
2010-04-29fix redJonathan Gordon
2010-04-29centre splashes inside the UI viewport instead of the whole screen. Fixes the...Jonathan Gordon
2010-04-28HD200 - fix compile warning in debug_menu.cMarcin Bukat
2010-04-27Add libwmapro to trunk.Mohamed Tarek
2010-04-27Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap.Marcin Bukat
2010-04-26Add MPIO HD200 port - binary filesMarcin Bukat
2010-04-26Add MPIO HD200 port - new filesMarcin Bukat
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-04-25Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster ...Michael Sevakis
2010-04-25fix yellowJonathan Gordon
2010-04-25Make the buffering screen use the multiscreen API (FS#11143)Jonathan Gordon
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon
2010-04-25Fix for some bogus code in png by Andrew Rodland, fixing a warning when compi...Nils Wallménius
2010-04-25Charcell: Fix spurious letter appearing between board and score display.Jens Arnold
2010-04-24Fix redMagnus Holmgren