summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-04-30Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren4-12/+9
2011-04-30iap: update handling of IdentifyDeviceLingoes command and fix RF tuner detect...Bertrik Sikken1-3/+7
2011-04-30FS#12085 - Correction of iap.c to avoid sending useless data to an accessory,...Bertrik Sikken1-6/+7
2011-04-28Remove unneeded update of ci->id3->frequency in aac and raac codec.Andree Buschmann2-4/+0
2011-04-28Get the NSF internal playlists working again. Fix a few wrongdoings in the me...Michael Sevakis2-53/+85
2011-04-27Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.Andree Buschmann2-13/+6
2011-04-27Fix r29790 yellow. Need 'string-extra.h' for strlcpy().Michael Sevakis1-0/+1
2011-04-27Get NSF fixed up a bit and parse metadata in the core.Michael Sevakis2-44/+209
2011-04-27Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis6-10/+40
2011-04-27FS#12079 - Support for new commands in iap.c, by Ophir LojkineBertrik Sikken1-2/+115
2011-04-27Get rid of a committed #define from kernel.h that didn't make the final cut. ...Michael Sevakis3-1/+4
2011-04-27Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.Michael Sevakis1-0/+2
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis60-3691/+5376
2011-04-26Submit FS#12081. Check validity of channel configuration, comment unneeded co...Andree Buschmann1-1/+20
2011-04-25iap: fix shutdown of logitech Pure-Fi Elite dock, by Ophir LojkineBertrik Sikken1-0/+8
2011-04-24Commit FS#12056 by Noe Lojkinse. Fixes a bug in Xobox where old key presses ...Michael Giacomelli1-0/+1
2011-04-24iap: add more comments to iap command and responsesBertrik Sikken1-37/+68
2011-04-24Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann26-688/+262
2011-04-24Fix yellow.Andree Buschmann1-1/+1
2011-04-24iap: order lingo 0x00 commands by id and add commentsBertrik Sikken1-71/+82
2011-04-24Use dedicated function to internally reset aac decoder synthesis after seek.Andree Buschmann2-0/+3
2011-04-24Ensure proper termination of m4a lookup table.Andree Buschmann1-0/+3
2011-04-24Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...Andree Buschmann8-29/+62
2011-04-24invert the quickscreen setting direction on wheel targets for settings which ...Jonathan Gordon3-7/+14
2011-04-23get_sample_info() has been removed.Andree Buschmann1-2/+0
2011-04-23Minor speed optimization to m4a lookup table build up.Andree Buschmann1-12/+19
2011-04-21iap: introduce cmd_ok_mode0 and cmd_ok_mode4 functions to reduce code duplica...Bertrik Sikken1-24/+25
2011-04-21iap: split iap_handlepkt into a function per modeBertrik Sikken1-563/+578
2011-04-20FS#12072 Improved and updated translation of Romaneste by Sergiu Rotaru.Nils Wallménius1-860/+1813
2011-04-19Optimization to latest aac decoder changes. Significantly reduce loop count i...Andree Buschmann3-7/+14
2011-04-18Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann5-241/+133
2011-04-17Move declaration of global function cfg_string_to_int to header file settings.hBertrik Sikken2-1/+1
2011-04-16Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder...Andree Buschmann1-33/+6
2011-04-16Since r29700 changed the way the backdrop setting works, the default needs to...Frank Gevaerts1-1/+1
2011-04-16Fix yellow.Andree Buschmann1-3/+3
2011-04-16Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...Andree Buschmann3-16/+15
2011-04-15Do not attempt to remove the temporary database twice during a database update.Michael Hohmuth1-2/+2
2011-04-14Fix missing printfstyle formatting in simplified Chinese.Nils Wallménius1-1/+1
2011-04-13Fix the Xing header parser to have reliable gapless playback. Closes FS#12062.Andree Buschmann1-2/+2
2011-04-11Do not show IRMax/IWMax in the disk info debug screen for sd cards with CSD v...Bertrik Sikken1-0/+6
2011-04-11FS#12061 - April update of Czech language by Marek SalabaBertrik Sikken1-8/+8
2011-04-10Deprecate strings that are unused since r29700Frank Gevaerts39-236/+236
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts4-23/+10
2011-04-09Playlists forget to set playlist.started when creating new playlist on SWCODE...Michael Sevakis1-2/+7
2011-04-08Whitespace and cosmetics consistency cleanup in playlist_viewer.c, no functio...Nils Wallménius1-65/+66
2011-04-08Voice filenames in the playlist viewer, closes FS#11951Nils Wallménius1-0/+30
2011-04-07Fix residual red. Keep index in mp3entry for HWCODEC.Andree Buschmann1-0/+3
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann7-24/+22
2011-04-07Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann3-0/+27
2011-04-06Removed some dead code identified by clang-analyzer.Björn Stenberg5-15/+9