1. e6b03ff Respect age when freeing thumbnails from clip cache. by Solomon Peachy · 5 years ago
  2. 3b7ae5e Improved robustness in talk code by Solomon Peachy · 5 years ago
  3. 55eb1c5 FS#7704 - Talk support for plugins by Solomon Peachy · 6 years ago
  4. a06d9c8 Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss) by William Wilgus · 6 years ago
  5. c2308bd Fix HWCODEC builds. by Solomon Peachy · 6 years ago
  6. 4adad0b FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer by Solomon Peachy · 6 years ago
  7. 62a5ed4 Fix possible truncation misc.c->output_dyn_value + use Kibytes by William Wilgus · 6 years ago
  8. 0b7a907 talk: On hwcodec disabling DMA interrupt is required during buflib move by Thomas Martitz · 11 years ago
  9. 10b3bc7 Fix warnings. by Thomas Martitz · 11 years ago
  10. e5eb745 talk/voice: Reduce the size of the commit buffer. by Thomas Martitz · 11 years ago
  11. af02a67 talk.c: The new cache management is good enough to use it for .talk clips as well. by Thomas Martitz · 11 years ago
  12. 03f373c talk.c: The new cache management is good enough to use it on all targets. by Thomas Martitz · 11 years ago
  13. c46f9be talk: Smarter cache management for TALK_PARTIAL_LOAD. by Thomas Martitz · 11 years ago
  14. dac40fd talk: Add debug menu entry to view statistics about talk engine. by Thomas Martitz · 11 years ago
  15. 57000b5 talk: Make talk_voice_required() local to talk.c by Thomas Martitz · 11 years ago
  16. 60dea95 talk/hwcodec: Do always free the clip buffer in shrink_callback(). by Thomas Martitz · 11 years ago
  17. efc20ec talk: When no voice file is loaded don't even attempt to load the clip, it's hopeless. by Thomas Martitz · 11 years ago
  18. 5430275 hwcodec/talk.c: Give the thumbnail buffer regardless of the talk buffer policy. by Thomas Martitz · 11 years ago
  19. 5827e41 hwcodec: core_alloc_maximum() returned 0 bytes if talk.c controls the audio buffer. by Thomas Martitz · 11 years ago
  20. a4d1849 Fix yellow. by Thomas Martitz · 11 years ago
  21. 22e802e playback,talk: Share audiobuffer via core_alloc_maximum(). by Thomas Martitz · 11 years ago
  22. de6f962 Add comment to clarify calculation. by Dominik Riebeling · 12 years ago
  23. 652b39b More snafu fix. Need a couple more patchups for now. by Michael Sevakis · 12 years ago
  24. 4b97437 Correct snafu in talk.c by Michael Sevakis · 12 years ago
  25. da6cebb Use buflib for the allocation of voice PCM resources. by Michael Sevakis · 12 years ago
  26. d18a5ca Tweak paramters of mp3_play_data and callback. by Michael Sevakis · 13 years ago
  27. bda8a96 Add conditionals for functions only needed on SWCODEC targets. by Boris Gjenero · 13 years ago
  28. ae60195 Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow. by Jens Arnold · 13 years ago
  29. 544fb6a Voice related fixes and cleaup by Jens Arnold · 13 years ago
  30. 79ffd04 Fix warning and typos. by Thomas Martitz · 13 years ago
  31. 7baa450 Fix broken voice when .talk files are used and voice buffer calculation. by Thomas Martitz · 13 years ago
  32. 59dc87d Properly initialize variable to get voice going again. GCC didn't catch this one introduced r30840. by Thomas Martitz · 13 years ago
  33. 5d51779 Fix FS#12241. Voice stopped working after audio_get_buffer() calls. by Thomas Martitz · 13 years ago
  34. 57304d1 Make a few local functions static by Bertrik Sikken · 13 years ago
  35. d0b72e2 GSoC/Buflib: Add buflib memory alocator to the core. by Thomas Martitz · 13 years ago
  36. fbde6ba Move stuff a bit down to fix red on TALK_PARTIAL_LOAD. by Thomas Martitz · 13 years ago
  37. b66d07a Fix red on hwcodec. by Thomas Martitz · 13 years ago
  38. 29abe81 Talk: Unify hwcodec and swcodec handling. by Thomas Martitz · 13 years ago
  39. 89c8cbe Add change that got lost somehow in r30308. by Thomas Martitz · 13 years ago
  40. b8fabfe Fix remaining problems. by Thomas Martitz · 13 years ago
  41. 8a701e5 Fix errors and warnings. by Thomas Martitz · 13 years ago
  42. d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
  43. 460d549 FS#11939: Simplify talk_time_unit(). by Andree Buschmann · 14 years ago
  44. e3abdb1 Undo unwanted commit r29310. by Andree Buschmann · 14 years ago
  45. 237ca50 All AAC-HE files will double the frame sample count, not only AAC-HE files with SBR upsampling. This change fixes issues with some m4a files reported in the forums. by Andree Buschmann · 14 years ago
  46. c0b0cd5 Do not fiddle with audiobuf in talk_init() when no voice file is present. Avoids stopping of audio playback when changing languages without using voice files. Closes FS#10479. by Andree Buschmann · 14 years ago
  47. 5d849a9 Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. by Andree Buschmann · 14 years ago
  48. ca91d0f FS#11587 : voice for SWCODEC and low memory by Rafaël Carré · 14 years ago
  49. 9e28863 lang.h voice comments were off by 1, fixed by Jeffrey Goode · 14 years ago
  50. 7c52a17 Oops, didnt mean to enable logf in talk.c by Jeffrey Goode · 14 years ago
  51. fe0f5ba Fix crash in talk.c logf line when outputting voice only clips, more comments in lang.h by Jeffrey Goode · 14 years ago
  52. 338e4d7 fix inverted logic in r26047: voice works again by Rafaël Carré · 14 years ago
  53. 77ec4b3 talk_init() : don't try to load the voice file if it won't fit in memory by Rafaël Carré · 14 years ago
  54. 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 14 years ago
  55. 433cad6 Add logf line to talk.c by Jeffrey Goode · 14 years ago
  56. 2ac91dc Kill some global variables by Bertrik Sikken · 15 years ago
  57. 9a4420b FS#10739: playback.c code split by Jeffrey Goode · 15 years ago
  58. 3d4701a FS#10080 by Nils Wallménius · 15 years ago
  59. 0023943 Fix duplicate #includes by Bertrik Sikken · 15 years ago
  60. 19d1cac cleanup storage defines by Frank Gevaerts · 16 years ago
  61. 51b45d5 Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. by Björn Stenberg · 16 years ago
  62. b82fd56 Delete unused function, const police, minor style police by Nils Wallménius · 16 years ago
  63. 3eb76d0 talk.c helper functions to voice a filename, in a more generic way by Stéphane Doyon · 16 years ago
  64. c893aff Accept FS#8918: Voice multiple thumbnails and talk race fixes. by Stéphane Doyon · 16 years ago
  65. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  66. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  67. dbffb91 Oops, our snprintf doesn't support some fancy features so use something that works instead :) by Nils Wallménius · 16 years ago
  68. 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
  69. e510bc9 Remove DEBUGF tht slipped in by Nils Wallménius · 16 years ago
  70. 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
  71. cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 17 years ago
  72. d6e2244 Remove a function that is no longer used. by Stéphane Doyon · 17 years ago
  73. acbd780 Make id's created with the TALK_ID macro work in 64 bit sims by Nils Wallménius · 17 years ago
  74. 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
  75. f801714 Actually check if a voice file has the correct version before using it by Nils Wallménius · 17 years ago
  76. c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
  77. 8b8785b Accept FS#7798: Voice unit for time by Stéphane Doyon · 17 years ago
  78. 072a3c5 Complete info screen voicing; now consistent with displayed screen by Steve Bavin · 17 years ago
  79. 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
  80. 3e31d50 Export shutup() function from talk.c. by Stéphane Doyon · 17 years ago
  81. 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
  82. bd4aea3 Increased the talk thumbnail size to 64Kbytes by Linus Nielsen Feltzing · 17 years ago
  83. 294ec1d Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find. by Thom Johansen · 17 years ago
  84. 441fa76 Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and Daniel Dalton by Nils Wallménius · 17 years ago
  85. 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
  86. 75b07e9 Fix speaking of 'Yes' for little endian players and fix a comment by Nils Wallménius · 17 years ago
  87. 611c699 The voicefile header has grown, we need to byteswap all members - should fix FS#7550 by Linus Nielsen Feltzing · 17 years ago
  88. 443a765 Oops, fix yellow and also a reminder, voice files for all swcodec needs to be rebuilt to work after the latest change by Nils Wallménius · 17 years ago
  89. 97bafd6 We only need to have bit-swapped voice files for the SH based archos targets by Nils Wallménius · 17 years ago
  90. 1ff0c35 Fix red archos sims and make some minor cleanup by Nils Wallménius · 17 years ago
  91. 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
  92. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  93. c7f9ca4 Accept FS#7264 'Build with -Os switch for coldfire targets'. by Nils Wallménius · 17 years ago
  94. 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
  95. 6fd10ba Separate out voice options for .talk clips (FS #7249). This removes the assumptions about what to speak if a .talk clip is not available for a particular file or directory, by Steve Bavin · 17 years ago
  96. e1dd10d SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the players RAM is <= 1MB. Make any needed changes to things to stabilize and facilitate this including removing flattening out initialization. Comment some things heavily. Fix a few logfs I didn't want to see the compiler complaining about. by Michael Sevakis · 18 years ago
  97. 98cd3e8 Install the single stage synchronous audio initialization I cooked up awhile back. by Michael Sevakis · 18 years ago
  98. 8e7ab3d Fix the sim build by Linus Nielsen Feltzing · 18 years ago
  99. 198245a Temporary fix for a nasty race condition when loading the voice file at boot by Linus Nielsen Feltzing · 18 years ago
  100. 7a395a2 Start using the new endian conversion system outside tagcache also to simplify code. by Miika Pekkarinen · 18 years ago