1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  3. 2521bf5 Fix speaking of decimal values to work when decimals != 1, spell the fractional part instead of speaking it like a number, break out a part of output_dyn_value into a separate function and use it by Nils Wallménius · 16 years ago
  4. 05d2bfd Introduce support for passing decimal numbers in talk ids and speak them, use in the settings menu to fix FS#7622 by Nils Wallménius · 16 years ago
  5. cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 17 years ago
  6. acbd780 Make id's created with the TALK_ID macro work in 64 bit sims by Nils Wallménius · 17 years ago
  7. 99617d7 Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary. by Michael Sevakis · 17 years ago
  8. f801714 Actually check if a voice file has the correct version before using it by Nils Wallménius · 17 years ago
  9. 5cab5da fix red by Jonathan Gordon · 17 years ago
  10. c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
  11. 8b8785b Accept FS#7798: Voice unit for time by Stéphane Doyon · 17 years ago
  12. 072a3c5 Complete info screen voicing; now consistent with displayed screen by Steve Bavin · 17 years ago
  13. 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
  14. 3e31d50 Export shutup() function from talk.c. by Stéphane Doyon · 17 years ago
  15. d7d6b78 Accept FS#7897 with some changes by me. moves the code to talk time/date out of main_menu.c to make it hopefully more useful. by Jonathan Gordon · 17 years ago
  16. 441fa76 Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and Daniel Dalton by Nils Wallménius · 17 years ago
  17. ebcf06d Make peakmeter release setting work in units per tick (was units per read), add the unit and make it voiced. Make old leftover in lang file deprecated by Peter D'Hoye · 17 years ago
  18. 1ff0c35 Fix red archos sims and make some minor cleanup by Nils Wallménius · 17 years ago
  19. 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
  20. 541f403 ..and add a couple of comments. by Steve Bavin · 17 years ago
  21. 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
  22. 2597a13 Next round of static'ing and related fixes. by Jens Arnold · 18 years ago
  23. 97d1ca5 SWCODEC: Audio-related threads must be free of further tasks before returning buffers. Cleanup declarations of related functions. by Michael Sevakis · 18 years ago
  24. acc29d9 SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. by Michael Sevakis · 18 years ago
  25. 287deb0 Fixed voice units in recording quality and filesplit by size options. by Michael Sevakis · 18 years ago
  26. 4fc717a Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications by Michael Sevakis · 18 years ago
  27. 42f0ad3 Patch #5766 by Steve Bavin - Fix for various voice related crashes by Linus Nielsen Feltzing · 18 years ago
  28. 9130a2a Added options to timesplit recording feature (now renamed filesplit). Choose to split file by either time or filesize. Also have the option to either start a new file or stop recording at split point. Bumped config version so save your settings before you update your build. by Martin Scarratt · 18 years ago
  29. 67de1d3 Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. by Jens Arnold · 19 years ago
  30. 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
  31. 45e0de3 long policy by Jean-Philippe Bernardy · 20 years ago
  32. 40ae63b Improvement for talking filenames: While loading the directory, already cache for which files are clips available. This avoids unsuccessful spinups while browsing. by Jörg Hohensohn · 20 years ago
  33. d484420 patch #978765 by Carsten Tschach, new option for voice filenames: every file may have an optional .talk companion, with a filename clip. While at it, I removed the "on enter" directory talking, nobody used it. by Jörg Hohensohn · 20 years ago
  34. 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
  35. 839067b More const policeing step 2 by Jens Arnold · 20 years ago
  36. b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 20 years ago
  37. c8592ba Voice UI: option to spell dirs/files, say (known) extension with file number, minor fixes by Jörg Hohensohn · 21 years ago
  38. 3aa99e1 Step 4 of voice UI: by Jörg Hohensohn · 21 years ago
  39. beec2e9 Overlooked to "voice" the set_int() function, this is why many numerical setting remained silent. by Jörg Hohensohn · 21 years ago
  40. fa97f16 Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" by Jörg Hohensohn · 21 years ago