summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Allocate indices directly in ramcache header. Add version code toMiika Pekkarinen2-6/+10
2011-06-30Do not use double/float calculations but predefined tables in mod codec. Redu...Andree Buschmann1-6/+66
2011-06-30Use id3v2buf to read the title of MOD files. Avoids additional declaration of...Andree Buschmann1-15/+11
2011-06-30Relax constraints for arm asm to not break when gcc decides to not inline the...Nils Wallménius1-3/+3
2011-06-29Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis2-22/+21
2011-06-29Knock out at least some red/yellow from r30097.Michael Sevakis3-1/+6
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis15-359/+468
2011-06-28FS#12172 - Update for serbian translation by Ivan PesicBertrik Sikken1-7/+20
2011-06-28Remove leftover backslash from macro conversion in FRACTMUL_SHLThomas Jarosch1-1/+1
2011-06-28FS#12171 - Polish translation update by Wojciech LesniakBertrik Sikken1-14/+27
2011-06-27Update Danish translationJonas Häggqvist1-11/+20
2011-06-26FS#12168 - Update Simp Chinese translation by Li JieRafaël Carré1-11/+24
2011-06-26Reuse a general voice function instead of reinventing the wheel.Nils Wallménius2-16/+2
2011-06-26Fix missing strings in nederlands translationBertrik Sikken1-7/+20
2011-06-26Update US English translationJens Arnold1-0/+2
2011-06-26Update German translationJens Arnold1-7/+18
2011-06-25english.lang: remove trailing spacesRafaël Carré1-15/+15
2011-06-24(Heavily) shorten the .lang string shown when generating the databaseJens Arnold2-0/+4
2011-06-24Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused ...Andree Buschmann17-1945/+16
2011-06-24SPC Codec: Restore correct FIR buffer alignment when an address mask is used....Michael Sevakis1-4/+6
2011-06-24Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...Andree Buschmann3-4/+5
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen4-4/+10
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen1-8/+25
2011-06-20Update US English by Steven Panek.Alex Parker1-1/+1
2011-06-20Fix red in fft plugin.Thomas Martitz1-0/+2
2011-06-20Add US English by Steven Panek.Alex Parker2-0/+12675
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz3-51/+27
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2-4/+4
2011-06-20Fix yellow. Shouldn't have reordered struct members here.Thomas Martitz1-1/+1
2011-06-20Remove unused code path from playlist_create_ex().Thomas Martitz1-21/+14
2011-06-20tagtree: Refactor memory allocation to local functions.Thomas Martitz1-18/+32
2011-06-20Move struct search_instruction into struct menu root, as they're not allocate...Thomas Martitz1-16/+12
2011-06-20Use enum themable_icons in struct file_type and struct filetype (who made tho...Thomas Martitz3-5/+4
2011-06-20Fixed a changelog export/import problem with tagcache where <CR> or <LF>Miika Pekkarinen2-21/+23
2011-06-19Fix non-working .talk clips on hwcodec (follow-up to r28672 and r29432): .tal...Jens Arnold1-5/+11
2011-06-19Removed redundant copy of tagcache master_header structure stored inMiika Pekkarinen1-21/+21
2011-06-18FS#12161: Correct the gapless processing for AAC, so that it doesn't remove t...Magnus Holmgren1-7/+28
2011-06-17FS#12162 - Second June update of Czech language by Marek SalabaBertrik Sikken1-11/+11
2011-06-17Fix 'unused-but-set-variable' warnings (doom, lua)Rafaël Carré2-13/+7
2011-06-16Fix FS#12158 - Make the "Mode: " line in the radio menu voice.Jonathan Gordon38-38/+51
2011-06-14Prevent out-of-bounds array access when a tagnavi config file defines too man...Michael Hohmuth1-0/+6
2011-06-14FS#12157 - Little June update of Czech language by Marek SalabaBertrik Sikken1-3/+3
2011-06-13FS#12156 - Update Galician translation by Ismael Castiñeira ÁlvarezBertrik Sikken1-17/+17
2011-06-13Update Swedish translation.Magnus Holmgren1-26/+37
2011-06-13Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after t...Thomas Martitz1-6/+1
2011-06-13FS#12155 - Update espanol.lang Spanish translationBertrik Sikken1-7/+18
2011-06-13Fix the %cs tag for the pitchscreen and playlist viewerJonathan Gordon2-1/+9
2011-06-12Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius3-4/+3
2011-06-09libtremor: comment out unused struct member.Nils Wallménius1-0/+2
2011-06-08codeclib: make selective inclusion of macros and inline functions from the co...Nils Wallménius3-41/+54