summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz67-104/+145
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz22-37/+37
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon3-3/+17
2010-05-05Another logf fix in voice_thread.cJeffrey Goode1-1/+1
2010-05-05Remove unneeded include from screens.cJeffrey Goode1-1/+0
2010-05-05fix player red.Jonathan Gordon1-1/+1
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon7-7/+47
2010-05-04Fix typos in the comment (now in .c)Alexander Levin1-3/+3
2010-05-04Fix typos in the commentAlexander Levin1-3/+3
2010-05-04Fix logf behavior in voice_thread.cJeffrey Goode1-2/+5
2010-05-04Add logf line to talk.cJeffrey Goode1-0/+2
2010-05-03Stop scrolling when exiting the CPU boost log menuMaurus Cuelenaere1-0/+1
2010-05-03Update a comment to reflect the previous commit.Thomas Martitz1-1/+1
2010-05-03Move read_line() further down so that it can be used in checkwps and remove c...Thomas Martitz1-36/+38
2010-05-02FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov1-13/+0
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov3-23/+21
2010-05-02missed a commentMohamed Tarek1-2/+0
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek3-10/+10
2010-05-02Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold1-4/+4
2010-05-02Remove residual tabs in codec directory.Andree Buschmann2-47/+47
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann2-16/+16
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek5-43/+9
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek2-4/+24
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek6-370/+429
2010-05-02Fix a bug introduced with r25777.Andree Buschmann1-1/+1
2010-05-02Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek1-2/+2
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann2-242/+30
2010-05-02Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold1-118/+136
2010-05-02Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold1-50/+52
2010-05-02Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis2-90/+452
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin1-5/+3
2010-05-01Small correction of the translation of a musical termAlexander Levin1-1/+1
2010-04-30HD200 - implement blit functionsMarcin Bukat1-0/+3
2010-04-30Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile t...Mohamed Tarek18-52/+123
2010-04-30Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...Mohamed Tarek29-0/+16866
2010-04-29Revert r25739 which added libwmapro to apps/codecs, in preparation to commit ...Mohamed Tarek30-16068/+0
2010-04-29HD200 - add FM support.Marcin Bukat1-1/+25
2010-04-29fix redJonathan Gordon1-2/+4
2010-04-29centre splashes inside the UI viewport instead of the whole screen. Fixes the...Jonathan Gordon1-16/+16
2010-04-28HD200 - fix compile warning in debug_menu.cMarcin Bukat1-0/+2
2010-04-27Add libwmapro to trunk.Mohamed Tarek30-0/+16068
2010-04-27Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap.Marcin Bukat2-4/+1
2010-04-26Add MPIO HD200 port - binary filesMarcin Bukat15-0/+0
2010-04-26Add MPIO HD200 port - new filesMarcin Bukat1-0/+172
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat61-0/+555
2010-04-25Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster ...Michael Sevakis3-1/+134
2010-04-25fix yellowJonathan Gordon1-2/+2
2010-04-25Make the buffering screen use the multiscreen API (FS#11143)Jonathan Gordon1-44/+57
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon3-5/+17
2010-04-25Fix for some bogus code in png by Andrew Rodland, fixing a warning when compi...Nils Wallménius1-1/+4