Age | Commit message (Expand) | Author |
2009-10-31 | FS#10739: playback.c code split | Jeffrey Goode |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2008-10-31 | cleanup storage defines | Frank Gevaerts |
2008-10-15 | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg |
2008-09-29 | Delete unused function, const police, minor style police | Nils Wallménius |
2008-07-15 | talk.c helper functions to voice a filename, in a more generic way | Stéphane Doyon |
2008-07-15 | Accept FS#8918: Voice multiple thumbnails and talk race fixes. | Stéphane Doyon |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-04-20 | Oops, our snprintf doesn't support some fancy features so use something that ... | Nils Wallménius |
2008-04-20 | Fix speaking of decimal values to work when decimals != 1, spell the fraction... | Nils Wallménius |
2008-04-19 | Remove DEBUGF tht slipped in | Nils Wallménius |
2008-04-19 | Introduce support for passing decimal numbers in talk ids and speak them, use... | Nils Wallménius |
2008-03-25 | Code police raid on the settings code, consting and putting headers alongside... | Steve Bavin |
2007-11-24 | Remove a function that is no longer used. | Stéphane Doyon |
2007-11-20 | Make id's created with the TALK_ID macro work in 64 bit sims | Nils Wallménius |
2007-11-18 | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis |
2007-11-15 | Actually check if a voice file has the correct version before using it | Nils Wallménius |
2007-11-07 | compile talk.c on hwcodec sim. it wont actually talk though | Jonathan Gordon |
2007-11-03 | Accept FS#7798: Voice unit for time | Stéphane Doyon |
2007-10-24 | Complete info screen voicing; now consistent with displayed screen | Steve Bavin |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-10 | Export shutup() function from talk.c. | Stéphane Doyon |
2007-10-07 | Accept FS#7897 with some changes by me. moves the code to talk time/date out ... | Jonathan Gordon |
2007-10-05 | Increased the talk thumbnail size to 64Kbytes | Linus Nielsen Feltzing |
2007-09-19 | Remove the ID3 tag version priority setting on the grounds of it being pretty... | Thom Johansen |
2007-08-29 | Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and... | Nils Wallménius |
2007-08-18 | Make peakmeter release setting work in units per tick (was units per read), a... | Peter D'Hoye |
2007-08-08 | Fix speaking of 'Yes' for little endian players and fix a comment | Nils Wallménius |
2007-08-07 | The voicefile header has grown, we need to byteswap all members - should fix ... | Linus Nielsen Feltzing |
2007-08-06 | Oops, fix yellow and also a reminder, voice files for all swcodec needs to be... | Nils Wallménius |
2007-08-06 | We only need to have bit-swapped voice files for the SH based archos targets | Nils Wallménius |
2007-08-06 | Fix red archos sims and make some minor cleanup | Nils Wallménius |
2007-08-06 | Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ... | Nils Wallménius |
2007-08-05 | *** Lang v2 cleanup (FS#6574) *** | Nils Wallménius |
2007-06-13 | Accept FS#7264 'Build with -Os switch for coldfire targets'. | Nils Wallménius |
2007-06-11 | When recording, disable voice menus without actually modifying user settings.... | Steve Bavin |
2007-06-07 | Separate out voice options for .talk clips (FS #7249). This removes the assu... | Steve Bavin |
2007-03-19 | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis |
2007-03-09 | Install the single stage synchronous audio initialization I cooked up awhile ... | Michael Sevakis |
2007-03-09 | Fix the sim build | Linus Nielsen Feltzing |
2007-03-09 | Temporary fix for a nasty race condition when loading the voice file at boot | Linus Nielsen Feltzing |
2007-02-14 | Start using the new endian conversion system outside tagcache also to simplif... | Miika Pekkarinen |
2006-12-25 | Next round of static'ing and related fixes. | Jens Arnold |
2006-12-05 | Removed the cpu boost tracking debug feature for now because of | Miika Pekkarinen |
2006-11-28 | SWCODEC: Audio-related threads must be free of further tasks before returning... | Michael Sevakis |
2006-11-18 | SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two... | Michael Sevakis |
2006-11-06 | Big Patch adds primarily: Samplerate and format selection to recording for SW... | Michael Sevakis |
2006-10-25 | A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered... | Steve Bavin |