summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-02-20Add 2 deprecated strings to appease genlang and correct statsJonas Häggqvist3-1/+84
2011-02-20Update Danish translation.Jonas Häggqvist1-0/+87
2011-02-20FS#11953 - Dutch (nederlands) translation updateBertrik Sikken1-0/+87
2011-02-20Revert unwanted submit.Andree Buschmann1-1/+1
2011-02-20FS#11920: Do not overwrite already existing metadata and take into account st...Andree Buschmann4-11/+24
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis34-125/+171
2011-02-20FS#11939: Simplify talk_time_unit().Andree Buschmann4-11/+8
2011-02-20Fix the r29343 red.Michael Sevakis1-1/+1
2011-02-20Make format_time properly format negative times because sometimes they are sh...Michael Sevakis1-6/+10
2011-02-19Android: Fix compilationThomas Martitz1-0/+1
2011-02-19Android: Fix some race conditions and crashes on startup.Thomas Martitz1-0/+5
2011-02-19FS#11950: Update czech language file.Andree Buschmann1-18/+18
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz1-0/+3
2011-02-18Fix red caused by incorrect includes.Thomas Martitz1-1/+1
2011-02-18Fix yellows and checkwps.Thomas Martitz2-1/+1
2011-02-18Make sure we don't read past the end of a C-string in format_track_path. Seco...Thomas Jarosch1-2/+4
2011-02-18Don't underflow the buffer in format_track_path() if it consists of whitespacesThomas Jarosch1-3/+4
2011-02-18Fix off-by-one buffer read access in format_track_path(). Part of #11947Thomas Jarosch1-3/+3
2011-02-17Ensure proper initialization of some variables and arrays in metadata parsing...Andree Buschmann2-7/+8
2011-02-16Updated italian translationAlessio Lenzi1-0/+42
2011-02-16Use 35-Adobe-Helvetica as default font on maemo. 27-Adobe-Helvetica is too smallThomas Jarosch1-1/+1
2011-02-16Fix buffer size used for realpath() callThomas Jarosch1-1/+1
2011-02-16FS#11933: Check for external album art if embedded album art fails to load.Magnus Holmgren1-49/+56
2011-02-16No need to cast away const. Thanks to sideralThomas Jarosch1-1/+1
2011-02-16RaaA: Fix tagcache filename lookups for paths containing symbolic linksThomas Jarosch1-1/+8
2011-02-15Treat unknown RaaA platforms like SDL for last.FM scrobbler log file. Fix yellowThomas Jarosch1-3/+6
2011-02-15RaaA: Fix last.FM scrobbler log file locationThomas Jarosch1-9/+34
2011-02-15Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...Andree Buschmann1-2/+4
2011-02-152nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...Andree Buschmann1-12/+3
2011-02-15Undo unwanted commit r29310.Andree Buschmann9-36/+36
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann9-36/+36
2011-02-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch1-1/+1
2011-02-14Update Swedish translation.Magnus Holmgren1-7/+21
2011-02-14Czech language: Some minor terminology changes by Marek Salaba FS#11935Mustapha Senhaji1-16/+16
2011-02-14Some languages updates for the upcoming release:Mustapha Senhaji3-0/+143
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis8-26/+33
2011-02-14Code police buffering.c a little - use already predominant style - shorted li...Michael Sevakis1-94/+61
2011-02-14Buffering: tin cup. Update threading structure and handle rebuffer more relia...Michael Sevakis1-264/+319
2011-02-14Leave a gap between all handles because ringbuf_add_cross interprets equal po...Michael Sevakis1-14/+26
2011-02-13FS#11937 by Marcin Bukat - update Polish translation.Alex Parker1-0/+70
2011-02-13Do not fiddle with audiobuf in talk_init() when no voice file is present. Avo...Andree Buschmann1-5/+5
2011-02-13Explicitly say 'minutes' when speaking the runtime, fixes FS#11934.Andree Buschmann1-1/+1
2011-02-13Update german translation.Andree Buschmann1-0/+42
2011-02-13Explicitely say 'minutes' when speaking the battery time, fixes FS#11932.Nils Wallménius1-1/+1
2011-02-13Needed to do a few more things to have r29291 correct.Michael Sevakis1-7/+7
2011-02-13FS#11928 by Marek Salaba - Update of Czech languageAlex Parker1-13/+55
2011-02-13FS#11929 by Gabriel Maia - Portuguese translation update.Alex Parker1-0/+42
2011-02-13Change add_handle to never have side effects on the buffer if it fails. It ac...Michael Sevakis1-6/+5
2011-02-12Oops. Put back some changes to go only with others.Michael Sevakis1-0/+9
2011-02-12Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrec...Michael Sevakis1-43/+47