summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-08-23Fix libfaad error that was introduced with r27225. Noise bursts during playba...Andree Buschmann1-6/+13
2010-08-23Reinitialise ogg_malloc system on each track change with the vorbis codec - p...Bertrik Sikken1-3/+3
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat1-2/+4
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz142-372/+341
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz142-341/+372
2010-08-23Update of Czech language - FS #11560 by Marek SalabaBertrik Sikken1-43/+43
2010-08-22Fix HWCODEC playback broken in r27773. mpeg.c declared playlist functions on ...Jens Arnold1-12/+10
2010-08-22Move ffmpeg functions to their own file to avoid mixing code under different ...Nils Wallménius2-51/+74
2010-08-22forgot commentNils Wallménius1-0/+1
2010-08-22libtremor: use render_line from ffmpeg (libavcodec/vorbis.c), speedup ~1% on ...Nils Wallménius1-26/+49
2010-08-21Safeguard against possible stack corruption when the string in the tempbuffer...Nils Wallménius1-1/+1
2010-08-21Remove unneeded include.Nils Wallménius1-2/+0
2010-08-21Remove two unused defines.Nils Wallménius1-2/+0
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon3-12/+143
2010-08-18Whoops typoed the svn propNils Wallménius1-1/+1
2010-08-18Enable shopper plugin for charcell too and fix the :$ tag in shopper.cNils Wallménius2-3/+2
2010-08-18FS10820 - Shopper, a shopping list plugin by Daniel Rigby.Nils Wallménius4-0/+485
2010-08-17Update Dutch language filePeter D'Hoye1-0/+93
2010-08-17Small change to sansa fuze keymap.Nils Wallménius1-6/+6
2010-08-17Fix FS#11547 - When selecting radio skin the currently loaded skin is not hil...Michael Chicoine1-0/+14
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere2-0/+200
2010-08-16"Fix" FS#11349... %cs got confused because for some reason when the root menu...Jonathan Gordon2-26/+17
2010-08-16Fix FS#11524 - a sbs could crash on loadJonathan Gordon1-0/+7
2010-08-16Fix FS#11469 - make the fms update as it shouldJonathan Gordon2-36/+34
2010-08-16Make %pb without any params work as expectedJonathan Gordon1-3/+3
2010-08-16fix FS#11542 - %t() not workingJonathan Gordon1-0/+2
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