summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-10flite: indicate end of options on command line.Dominik Riebeling
As with espeak, a string starting with - is wrongly interpreted as command line option. Explicitly end options using -- to fix this. Change-Id: I47b2f1c4ba236638b1f625e5bcf3262f47071c9c
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken
Change-Id: I8fdc5a59a5062f40a431cd49971390e21631b8ec
2012-06-09Rockbox Utility: support reading voice strings from target.Dominik Riebeling
If the Rockbox installation has voice strings included use them when generating voice files. Fall back to querying the server if no voice strings are found or the found strings are incompatible. Change-Id: I9883829ab1757e55b1da9a434221a8dbfc702dd4
2012-06-09espeak: indicate end of options.Dominik Riebeling
When calling espeak via command line explicitly indicate the end of options. Fixes the voice string "-inf" getting recognized as unrecognized command line option, breaking speaking. Change-Id: I4d1be2e6c8ae23a72028919593c5a94990333a9c
2012-06-09Only check lng files for MAX_LANGUAGE_SIZE.Dominik Riebeling
Since the build system now creates files holding the voice strings and an archive holding those creating MAX_LANGUAGE_SIZE needs to be created using a more specific wildcard. Change-Id: Ia424533a8053e4817f23b8dd99f6ab3c324d584d
2012-06-09Create binary voice string archive on target.Dominik Riebeling
Extend genlang to create files holding the voice strings in a binary format similar to lng. Create such files for all languages during a normal build, put them in a zip file and add them to rockbox.zip so they are installed with a main build. Creating a voice file requires access to the voice strings, which are currently not distributed with Rockbox. Therefore it is necessary to either have access to the source code of the installed build or to use a build the genlang service on rockbox.org can retrieve the strings for, making it impossible for normal users to generate a voice file for custom builds, test builds and older builds that aren't supported by the rockbox.org script. It also requires a network connection when creating voice files with Rockbox Utility even if creating a voice file by itself isn't network related. Furthermore, putting the voice strings on the target is also a prerequisite for eventually supporting a TTS on the player. Strip voice strings path. Change-Id: Ic2f86130909b3b257986a348e5cfcf618c4500c3
2012-06-09Fix crash in mkimxboot bootloader installation.Dominik Riebeling
mkimxboot requires passing a structure which got extended with another field. This wasn't adjusted in Rockbox Utility, causing an out of bound access to an array, which results in a segfault. Change-Id: I0252849ed0b41f1d8804537c053debc9b0ecd08d
2012-06-09Move s3c2440 i2c driver in firmware/SOURCES to a more logical placeBertrik Sikken
Change-Id: I5c40d15fc92efc1ce74b54c736e805f9f4a62f77
2012-06-08FS#12690 - Serbian translation updateIvan Pesic
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: Iacda723380276546b5d27159497d713eef1084d9
2012-06-07Initial commit from rknano utils. This is very preliminary work.Amaury Pouly
Change-Id: Iddc4b39a4611f12b9eefc3a96d7eeb7229777ebb
2012-06-07imx233: define HAVE_TEST_AND_CLEAN_CACHEAmaury Pouly
Change-Id: I7ceb9b122520e48a88f6299f10d42d2fa717ef3b
2012-06-07unwarminder: fix data_abort_handler (wrong address to UIE)Amaury Pouly
Change-Id: I060735363f2e408c42a8e11ac1f31dc96e3cb2d6
2012-06-05genlang: add VOICE_ prefix to unused voice-only strings.Dominik Riebeling
voicefont uses the id prefix VOICE_ to recognize voice-only strings. Unused ids get a NOT_USED prefixed entry to keep order correct. However, since this applies to voice-only entries as well voicefont doesn't recognize those as voice entries and puts them at the end of the lang strings table. This messes up the order in the created voice file, so add VOICE_ as prefix so voicefont can identify them. Change-Id: Ic3f2ec038ce1ed93c84286979e6583b478fa697e
2012-06-05voicefont: make format version a parameter.Dominik Riebeling
Make hardcoded format version a parameter to allow adjusting depending on the installed Rockbox version. Rockbox Utility will read the version from the installed version. Since the command line voicefont tool is only intended for use in the current tree it uses a fixed version. Change-Id: I1ec935d47c71961e93b3c6bc6c5d816cd9fc83ff
2012-06-05Add voicefile version to rockbox-info.txt.Dominik Riebeling
When the voicefile binary format changes there is no easy way to figure which format is compatible with a given Rockbox installation. Add the version number to rockbox-info.txt so tools like Rockbox Utility can easily retrieve it and therefore support different versions. Change-Id: Ia5b8f00f89065f0dd0adf061612d844dcaff39c6 Reviewed-on: http://gerrit.rockbox.org/269 Tested-by: Dominik Riebeling <Dominik.Riebeling@gmail.com> Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-06-05Add comment to clarify calculation.Dominik Riebeling
Change-Id: Ie0eaa2bb1c672c974246b3e97b5d5f3b9e1f9925
2012-06-05FS#12689 - Missing strings for Español (Spanish) translationEduardo Gonzalez
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I2f33c613dc8dbf149c10efc6b73b16e969cf0903
2012-06-03matrix plugin: Fix out-of-bounds array access. Unify for-loop style.Bertrik Sikken
Change-Id: I74ec8e559b80bee6c7de02193e943244dcf352c4
2012-06-03Remove unnecessary variable and simplify voice-only counting.Dominik Riebeling
Voice-only strings are identified when reading the strings, so there is no reason to first store that information and then count them later. Change-Id: Ie6bd2c4bbf5736630e58d06a20739ef527e3cd69
2012-06-03voicefont: rename SWAP macros.Dominik Riebeling
Those macros actually swap to big endian. Since the macro names didn't tell what way to swap (and on big endian they don't swap anything at all) they are somewhat confusing. Change names for clarity. Change-Id: Ie4b0026458a69d7533abb66109a6f83bc5ee2c0e
2012-06-03Bump version to 1.2.14.Dominik Riebeling
Change-Id: I5f8d8ee9f72e6ab1e68fbb227db1e2565d048468
2012-06-03Update the Swedish translation.Magnus Holmgren
Change-Id: I1829750a1da11d036ba4904975efb086bbb63bed
2012-06-03Update for single build-info file.Dominik Riebeling
The server now provides a single build-info file (instead of two separate ones for development builds and stable releases). Update to use the new file, since it simplifies things. Change-Id: If3b949f4d78eecb54e47622da887f51005f6d155
2012-06-03Fix a comment and improve message box title.Dominik Riebeling
Change-Id: I10a37be97b1000fcee5a47f13dc8ba7ee6b31b36
2012-06-02Only support pregenerated voice file for releases.Dominik Riebeling
The voice file installed needs to match the Rockbox version installed. If not the voice might not match the actual entries. Rockbox Utility always was sloppy on this and installed the latest archived (previously "daily") builds voice file for the latest development (previously "current") build. Archived builds aren't supported anymore in Rockbox Utility, so remove support for installing archived voice files as well. There are no pregenerated voice files for development versions provided, and Rockbox Utility can generate voice files anyway. Also, those files are only provided and most users seem to prefer to use the voices they have installed on their PC. Change-Id: I17817da8a14dc5f8b0ef208579d8d75fa86ab610
2012-06-02Use server timestamp for development build fonts.Dominik Riebeling
The server timestamp is more meaningful as version identification than using the revision of the currently installed build. Change-Id: Ib57766f8e0f57ea9a4f805929acb589c2560fbd5
2012-05-31FS#12686 - Slovak lang updatePeter Lecký
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: Ice4ac40aa849a62ba4c2eba6e6ec45b0ed990fff
2012-05-31ZipUtil: check zip file external attributes for folder.Dominik Riebeling
Folders in a zip file usually but not necessarily have their filename ending with a slash. In these cases recognizing a folder entry by the last character fails. Check the external attributes as well, which also contain the FAT file attributes. Change-Id: I81b039b3774b803b2b528bc83846aafd208e5571
2012-05-31Fix redAmaury Pouly
Change-Id: Ifa8b360c97bb1036210b2563cfb87be2630eaab6
2012-05-31rds: implement more robust PS/RT parsingAmaury Pouly
Our current PS and RT parser is very strict: it requires all segments to be received in order. This is too strong of an assumption even when the reception in good, particularly for long RT messages. This parser handles segments in any order and completes a message only when all segments are present. To avoid keeping obsolete segments, each segment has an associated timeout and is trashed if not updated for a certain period. Change-Id: I79841bb5ab1f838c7702d8281044e226f6510199 Reviewed-on: http://gerrit.rockbox.org/237 Tested-by: Bertrik Sikken <bertrik@sikken.nl> Reviewed-by: Bertrik Sikken <bertrik@sikken.nl>
2012-05-31Fix findaddr.pl tool for codecsAmaury Pouly
Change-Id: I19dff8c9f3e8195d1e8d652e6365375a87debddf
2012-05-31Fill USB serial number descriptor on imx233 targets.Amaury Pouly
Compute a serial number using the ocotp OPS bits like the OF. Also add a comment about the first character of serial number being a indicator of the enabled interfaces. Change-Id: I9b90aed4e3b803f12fec003c9bc8ee8a046f4e42
2012-05-31imx233: add ocotp debug screenAmaury Pouly
Change-Id: Ia2211f9e0b281ffb60139bba539af37d762212dc
2012-05-31imx233: add ocotp driverAmaury Pouly
Change-Id: If4ed62ece056e81665a00af39eb1c57bb2c42b22
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly
Change-Id: I0d8d6831b35037725486f61fc363de87bc8ba92e
2012-05-30Disable attempts to voice init_tagcache.Michael Sevakis
It just cannot work anyways because init_tagcache is called before audio_init. Besides, FS#12684 may be helped for now as well. Change-Id: I2bb4f81f807bae509b220ee6656a6a109b5eb011
2012-05-30Get voice PCM queue indexes updating in right order...Michael Sevakis
...from the compiled code standpoint anyway. frame_out was being incremented before updating size...sometimes...depending on what GCC was up to. This seems to help. Change-Id: Ie4ee3337a2937bd2c26f0a9c4a1a00467954821b
2012-05-30Fix FS#12674 - %ax() doesnt mirror viewport correctlyJonathan Gordon
Change-Id: I10c933542037eeedc9c4be74b3d43a1430ec05b2
2012-05-28ypr0: This patch adds radio support to Samsung YP-R0Lorenzo Miori
Basically it uses the default SI4700 radio chip driver, the only thing that's different is the I2C access, written specifically to interact with my kernel module. Next things to add are: - RDS support! Change-Id: I0ed125641e00f93124d7a34f90dd508e7f1db5a4 Signed-off-by: Lorenzo Miori <memorys60@gmail.com>
2012-05-28ypr0: Add kernel module to required support fm radio.Thomas Martitz
To support fm radio a kernel module was written. This module is added to the patched firmware that loads Rockbox. It's pre-compiled but its source archive provided. The kernel module provides raw-access to the built-in si4709 radio chip. Our existing si 47xx drivers can be re-used this way. The module itself was written Lorenzo Miori, I only integrated it into the tree. Change-Id: I6205d28a505d57791eaeb627e6856b9a1eaeaeaa
2012-05-28tools/autoconf.pl: 2 enhancementsThomas Martitz
* -y param to not ask for confirmation * detect <buildtype>-<target> as well Change-Id: Ie63f5882560cd7c7ee1c00f153e756b8695d567f
2012-05-28New crossfeed algorithm for Rockbox: "Meier" crossfeedBertrik Sikken
Emulates the basic "Meier" crossfeed (2 capacitors, 3 resistors) as discussed in http://www.meier-audio.homepage.t-online.de/passivefilter.htm This crossfeed blends a bit of low-pass filtered L signal into the R signal (and vice versa) while adding about 300 us delay to the crossfed-signal. A difference with the crossfeed already present in rockbox, is that this algorithm keeps the total spectrum flat (the one currently in rockbox accentuates low-frequency signals, making it sound a bit muffled). This implementation is quite lightweight, just 3 multiplies per left-right pair of samples. Has a default C implementation and optimized assembly versions for ARM and Coldfire. The crossfeed effect is quite subtle and is noticeable mostly one albums that have very strong left-right separation (e.g. one instrument only on the left, another only on the right). In the user interface, the new crossfeed option appears as "Meier" and is not configureable. The existing crossfeed is renamed to "Custom" as it allows itself to be customised. There is no entry for the user manual yet. Change-Id: Iaa100616fe0fcd7e16f08cdb9a7f41501973eee1
2012-05-28Use shorter lines to show an ARM backtrace (so address fit on the clip zip ↵Bertrik Sikken
screen) Change-Id: Ib36c09a44230fbaaa119f756367f98bdc7756983
2012-05-27VoiceCreator: Factor out creation to separate function.Dominik Riebeling
Change-Id: I83d1a08745acc88aa673d07e469a0a854ef97050
2012-05-27Add missing USB ID for H10 5GB MTP.Dominik Riebeling
Change-Id: I8eedd925bc83fc52beb8f4e1e680ab2567de2920
2012-05-27clipzip: fix default font and icon setBertrik Sikken
Change-Id: I6eb247eaf7e3306cfc2db25cf93e3be5585cf904
2012-05-27zenxfi3: disable building of plugins ("no" means yes, use an empty string ↵Bertrik Sikken
instead) Change-Id: I85e01ae07daa8656be33ddc47592102d318a17e0
2012-05-27zenxfi3: RTC is used in same was as in fuze+, using seconds-since-1970 plus ↵Bertrik Sikken
an offset Change-Id: Iab2e6e15c790c26d3bf2679e9f965a409d162783
2012-05-26load_code/overlay: Don't close plugin handle before calling the plugin.Thomas Martitz
Doesnt fix an actual bug because closing a handle is a no-op on all native targets and others dont use overlay. Change-Id: Ie55e3fd4abd08b174d86ca25aed54a970dddbebd
2012-05-26load_code: Get rid of win32 specific code in favor SDL_LoadFunction & ↵Thomas Martitz
friends APIs. Refactor native/hosted implementation seperation while at it (no wrappers starting with _ anymore). Change-Id: If68ae89700443bb3be483c1cace3d6739409560a