- c537d59 Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible. by Michael Sevakis · 13 years ago
- dcf0f8d Submit FS#12081. Check validity of channel configuration, comment unneeded code that is too inflexible to work with MAX_CHANNELS = 2. Fixes compiler warnings with GCC 4.6.0. by Andree Buschmann · 13 years ago
- 05c3290 iap: fix shutdown of logitech Pure-Fi Elite dock, by Ophir Lojkine by Bertrik Sikken · 13 years ago
- 118005a Hopefully correct spelling of Noé Lojkine by Alex Parker · 13 years ago
- 8166ce7 Commit FS#12056 by Noe Lojkinse. Fixes a bug in Xobox where old key presses were left on the buffer too long. by Michael Giacomelli · 13 years ago
- 33a17dc Add a warning about WMP11 being necessary on Windows for beastpatcher. by Dominik Riebeling · 13 years ago
- 4c1de9c iap: add more comments to iap command and responses by Bertrik Sikken · 13 years ago
- a602f46 Rework of libfaad in several areas. Allow removal of malloc with a new define FAAD_STATIC_ALLOC (in common.h). For now malloc is not fully removed but used by a few arrays needed for AAC-HE SBR+PS only. Reason to keep malloc is to have this amount of memory available for AAC-LC files which might require large m4a tables. The changes make the allocation routines much smaller, better centralized and allow to move duplicated code from aac.c/raa.c to libfaad. The rework includes removal of (now and former) unused code as well. by Andree Buschmann · 13 years ago
- 69580a9 Fix yellow. by Andree Buschmann · 13 years ago
- abf5034 iap: order lingo 0x00 commands by id and add comments by Bertrik Sikken · 13 years ago
- 2f215da Use dedicated function to internally reset aac decoder synthesis after seek. by Andree Buschmann · 13 years ago
- 2f04e6c Ensure proper termination of m4a lookup table. by Andree Buschmann · 13 years ago
- 15e9053 Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), use MAX_NTSR and MAX_NTSRHFG at the right places. RAM (IRAM) usage is reduced by 2 KB. by Andree Buschmann · 13 years ago
- 2271995 invert the quickscreen setting direction on wheel targets for settings which are number lists so pressing up makes it bigger (i.e contrast). fixes http://forums.rockbox.org/index.php/topic,27778.0.html by Jonathan Gordon · 13 years ago
- 6bab4e8 get_sample_info() has been removed. by Andree Buschmann · 13 years ago
- 7d1de58 Minor speed optimization to m4a lookup table build up. by Andree Buschmann · 13 years ago
- 69e1647 iap: reduce code duplication in iap autobaud code by Bertrik Sikken · 13 years ago
- 55a7a31 Split off target-specific parts from firmware/drivers/serial.c by Bertrik Sikken · 13 years ago
- 0dfce19 ipod6g: make functions and variables static where possible by Bertrik Sikken · 13 years ago
- d905754 Correct revision replacement string gotten replaced by svn itself. by Dominik Riebeling · 13 years ago
- 71e3554 Fix issues with iPod nano 2G displays reported on the forums. The voltage supply seems to be too low for several LCDs. The buzz of the display is still significantly lower than with OF. by Andree Buschmann · 13 years ago
- 3467ee8 Fix SAPI default speed being way too fast. by Dominik Riebeling · 13 years ago
- c6a8efb Implement simple run for non-multithreaded TTS. by Dominik Riebeling · 13 years ago
- afa6afc Better hilight detected item after autodetection. by Dominik Riebeling · 13 years ago
- 4d25fb8 Fix "Test TTS" button not working. by Dominik Riebeling · 13 years ago
- 88e68ec Make TTS names translatable and change Sapi to SAPI. by Dominik Riebeling · 13 years ago
- 2e990a6 Use System TTS if none is set. by Dominik Riebeling · 13 years ago
- d038db9 iap: introduce cmd_ok_mode0 and cmd_ok_mode4 functions to reduce code duplication by Bertrik Sikken · 13 years ago
- 8f8f9a5 Use Latin Modern font family for the manual. by Dominik Riebeling · 13 years ago
- 9ea2066 iap: split iap_handlepkt into a function per mode by Bertrik Sikken · 13 years ago
- c77b014 Use mkdir -p in the previous commit. Thanks sideral for spotting. by Thomas Martitz · 13 years ago
- f29c9d2 Android: Fix creation of debug key if ~/.android doesn't exist. by Thomas Martitz · 13 years ago
- c6e6710 Update pandora packaging file by Thomas Jarosch · 13 years ago
- 12a60ef FS#12072 Improved and updated translation of Romaneste by Sergiu Rotaru. by Nils Wallménius · 13 years ago
- 2358fab Optimization to latest aac decoder changes. Significantly reduce loop count in m4a_check_sample_offset() during standard playback. Before this change the loop count increased with each decoded chunk and for each frame. by Andree Buschmann · 13 years ago
- 8d1d2f8 AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead of using |= or &= ) by Bertrik Sikken · 13 years ago
- 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 13 years ago
- c2ca4be AMSv1 sd: work-around for detection problem with some sd cards (delay after switching to high-speed) by Bertrik Sikken · 13 years ago
- 68199cc Major rework of the m4a parser for aac/alac playback, seek and resume support. As a result the memory consumption was drastically reduced. This allows to play several files with long duration -- especially on low memory targets. The change builds a lookup table from m4a's sample_to_chunk[] and chunk_offset[] and completely removes the allocation of the large tables chunk_offset[] and sample_byte_size[]. To be able to remove reading and allocating sample_byte_offset[] the aac and alac decoder now buffer a fixed amount of bytes for each frame. The generated lookup table is used for seek/resume and skipping bytes in empty chunks (aac decoder only). The precision for seek/resume is somewhat lower but still equals 0.5 sec for the worst case. Fixes FS#8923. by Andree Buschmann · 13 years ago
- b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 13 years ago
- 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 13 years ago
- b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 13 years ago
- e3fe395 elftosb: more code toward sb production by Amaury Pouly · 13 years ago
- 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 13 years ago
- 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 13 years ago
- c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 13 years ago
- 204a2e9 Move declaration of global function cfg_string_to_int to header file settings.h by Bertrik Sikken · 13 years ago
- 837b8cc Remove duplicate #include in skin_parser.c by Bertrik Sikken · 13 years ago
- e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 13 years ago
- e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 13 years ago
- f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 13 years ago
- 02118ed sbinfo: make the time calculation clearer by Amaury Pouly · 13 years ago
- 7098566 sbinfo: use a define instead of hardcoded values by Amaury Pouly · 13 years ago
- 7733ab9 Increase pandora build version by Thomas Jarosch · 13 years ago
- f501367 Update maemo build changelog by Thomas Jarosch · 13 years ago
- e57d3b2 Define LCD dpi for n900, n8xx and the pandora by Thomas Jarosch · 13 years ago
- 5775159 Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder does not need to use get_sample_info() to gather frame size or the number of consumed bytes. by Andree Buschmann · 13 years ago
- a96a72b Since r29700 changed the way the backdrop setting works, the default needs to be updated too by Frank Gevaerts · 13 years ago
- 8055b48 Fix yellow. by Andree Buschmann · 13 years ago
- 19f9fd0 Refactor alac decoder as preparation for upcoming m4a changes. The alac decoder does not need to use get_sample_info() to gather frame size or the number of consumed bytes. by Andree Buschmann · 13 years ago
- e4dd514 sbinfo: move more things to sb.h, rewrite code to use structures instead of hardcoded offsets by Amaury Pouly · 13 years ago
- d9b050e sbinfo: move sb specific bits of its own header by Amaury Pouly · 13 years ago
- ff1f2e2 Fix premature idle shutdown on RaaA after last track finished playing by Thomas Jarosch · 13 years ago
- 6821d2e sbinfo: fix section flags, don't output more than 80 characters per line, fix colours by Amaury Pouly · 13 years ago
- e7f5013 Fix regression in r29715: files listed multiple times in uisimulator by Michael Hohmuth · 13 years ago
- cf223b9 Do not attempt to remove the temporary database twice during a database update. by Michael Hohmuth · 13 years ago
- d49d2e1 Better dircache handling in simulator by Michael Hohmuth · 13 years ago
- 80889ee sbinfo: fix section headers generation (first section is always undefined) by Amaury Pouly · 13 years ago
- 96e58e6 Remove empty folder. by Dominik Riebeling · 13 years ago
- 968db0e Fix some whitespace errors. by Dominik Riebeling · 13 years ago
- bbeba64 Fix missing printfstyle formatting in simplified Chinese. by Nils Wallménius · 13 years ago
- a489154 Manual: rephrase a sentence in the installation chapter a bit by Bertrik Sikken · 13 years ago
- 4359058 Fix the Xing header parser to have reliable gapless playback. Closes FS#12062. by Andree Buschmann · 13 years ago
- 77268ec Update parse_testcodec to parse AAC-HE files with parametric stereo. by Michael Giacomelli · 13 years ago
- 04b9ca2 Fix spelling of "appearance" in the user manual. by Bertrik Sikken · 13 years ago
- 0ab97b7 Allow URLs to break at hyphens and allow more space at breaking characters. by Dominik Riebeling · 13 years ago
- 16f8f34 Fix various minor spelling issues in the manual. by Bertrik Sikken · 13 years ago
- fa068bb Do not show IRMax/IWMax in the disk info debug screen for sd cards with CSD version > 1.0 by Bertrik Sikken · 13 years ago
- 98d6924 FS#12061 - April update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
- 966becf Deprecate strings that are unused since r29700 by Frank Gevaerts · 13 years ago
- d09f978 Support loading backdrops from anywhere in the filesystem. Fixes FS#12041 by Frank Gevaerts · 13 years ago
- b66239b Fix Win32 native convttf creating invalid output files. by Dominik Riebeling · 13 years ago
- 7adc200 Make convttf build with C89 compilers. by Dominik Riebeling · 13 years ago
- d5849e0 Playlists forget to set playlist.started when creating new playlist on SWCODEC and which leads to flush-and-rebuffer messages never being sent again until playback is restarted. by Michael Sevakis · 13 years ago
- 59e37cb AMS sd: use defines instead of direct values for drive number by Bertrik Sikken · 13 years ago
- 67a4e9b Sansa Clip v2: there's no need to use |= or &= to manipulate a GPIO for the button light by Bertrik Sikken · 13 years ago
- e7c6ba6 Whitespace and cosmetics consistency cleanup in playlist_viewer.c, no functional changes. by Nils Wallménius · 13 years ago
- a079117 Voice filenames in the playlist viewer, closes FS#11951 by Nils Wallménius · 13 years ago
- 29a8552 Fix residual red. Keep index in mp3entry for HWCODEC. by Andree Buschmann · 13 years ago
- 39d9d8b Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. Bump codec api. by Andree Buschmann · 13 years ago
- 4df825b Fix regressions of r29682. Update playlist index resume position when playlist changes (e.g. shuffling, inserting, removing, ...). by Andree Buschmann · 13 years ago
- 3799020 Fix FS#12003 'langtool.pl --deprecate is broken' by Nils Wallménius · 13 years ago
- 0e8e166 Bump to 3.8.1 release. by Alex Parker · 13 years ago
- 2d00f0c Removed some dead code identified by clang-analyzer. by Björn Stenberg · 13 years ago
- 2c29776 deploy.py: insert version number into sources. by Dominik Riebeling · 13 years ago
- 3184cbe Fix FS#12043. Next track was resumed when pausing and shutting down the player in the last seconds of a track. by Andree Buschmann · 13 years ago
- c7227a7 Fix a warning. by Dominik Riebeling · 13 years ago
- d1766a1 Rework parts of the replaygain code to be able to differentiate between 0.00 dB set intentionally and having no replaygain information at all. Bump codec api. by Andree Buschmann · 13 years ago
- f013252 Manual correction for entering quick screen from file browser by Michael Chicoine · 13 years ago
- 86f70de Properly remove the configuration dialog. by Dominik Riebeling · 13 years ago