summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-08-15fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon2-2/+6
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon5-14/+135
2010-08-15Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren1-2/+3
2010-08-14*really* fix the last warningJonathan Gordon1-1/+2
2010-08-14last warning and fix manualJonathan Gordon1-1/+2
2010-08-14fix warnings and errorsJonathan Gordon2-1/+2
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon6-237/+198
2010-08-14Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...Jonathan Gordon3-15/+18
2010-08-14Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon1-3/+6
2010-08-14Correct the check for the requested vs returned sizes in libasf. Mohamed Tarek1-1/+2
2010-08-14Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli2-2/+4
2010-08-13Fix backdrops from sbs not being loaded correctly (caused by r27791).Thomas Martitz1-3/+4
2010-08-13Update libwmavoice's README.Mohamed Tarek1-2/+1
2010-08-13Fix a bug in the asf parser that led to dropping packets in WMA voice. WMA vo...Mohamed Tarek1-1/+1
2010-08-12Missed some more debug statements in libasf.Michael Giacomelli1-2/+2
2010-08-12Remove old debug line from wma.c.Michael Giacomelli1-2/+0
2010-08-12Backdrop dir needs to go through get_user_file_path()Thomas Martitz1-2/+4
2010-08-12Oops, committed before finishing the removal of "#include "memory.h""Thomas Martitz2-2/+1
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2-2/+2
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz4-20/+36
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon5-8/+41
2010-08-12When using the tag argument in %%xd(): 1) clear the image first, so that imag...Magnus Holmgren1-6/+9
2010-08-12Slightly change bl (battery level) when used in an enum: if the enum containe...Magnus Holmgren1-3/+5
2010-08-12libtremor: fix possible memoryleak when playing several ogg vorbis files in s...Nils Wallménius1-2/+8
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren5-13/+19
2010-08-10try againJonathan Gordon1-0/+1
2010-08-10fid red/yellow... does database really need to compile all of misc.c?Jonathan Gordon1-4/+4
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon4-13/+29
2010-08-10Fix FS#11527 - remote wps/sbs doesnt update correctlyJonathan Gordon2-6/+10
2010-08-10Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the...Jonathan Gordon1-4/+5
2010-08-09add a patch to libwmavoice to make it easier to enable/disable building it.Mohamed Tarek2-0/+36
2010-08-09Mark constant array as 'const' and use a smaller datatype.Nils Wallménius1-1/+1
2010-08-09Remove old kluge that makes little difference with the new arm toolchain.Nils Wallménius1-5/+0
2010-08-08fix warrnings in test_core_jpeg.c and test_mem_jpeg.cMarcin Bukat2-3/+3
2010-08-08Update portugues-brasileiro translation, FS #11521 by Rodrigo BarrettoBertrik Sikken1-55/+333
2010-08-07Correct flawed search&replace.Thomas Martitz1-4/+4
2010-08-07Android port: handle incoming calls.Thomas Martitz2-2/+30
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek9-7/+296
2010-08-07Remove dsputil.[ch], they are not needed.Mohamed Tarek3-5336/+0
2010-08-07Add missing files from ffmpeg, write a README.rockbox and a makefile.Mohamed Tarek22-21/+2709
2010-08-07Mistakenly committed a modification. The files in libwmavoice currently are e...Mohamed Tarek1-3/+3
2010-08-07Initial commit for a WMA Voice decoder; Import a minimal set of files for lib...Mohamed Tarek36-0/+20948
2010-08-05Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in...Andree Buschmann1-4/+3
2010-08-05Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster.Andree Buschmann1-2/+2
2010-08-05Remove the comment about Coldfire asm. The current code (using fixmul16 macro...Mohamed Tarek1-34/+0
2010-08-05Add default font for LCD_HEIGHT <= 480Thomas Martitz1-0/+2
2010-08-05One more get_user_file_path() fix. Don't store the user dir in config.cfg andThomas Martitz1-10/+4
2010-08-05Dont redraw the AA every single update, only when neededJonathan Gordon1-1/+1
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon3-16/+63
2010-08-05libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix f...Nils Wallménius1-16/+1