1. fc7a458 Fix possible truncation albumart.c by William Wilgus · 5 years ago
  2. 75fe78c Handle SYS_POWEROFF event in recorder and chessbox plugins by Solomon Peachy · 6 years ago
  3. a06d9c8 Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss) by William Wilgus · 6 years ago
  4. 62a5ed4 Fix possible truncation misc.c->output_dyn_value + use Kibytes by William Wilgus · 6 years ago
  5. 74701a1 Decrease static code size recording.c by William Wilgus · 6 years ago
  6. 7907eb8 Fix truncation warning recording.c->recording_screen by William Wilgus · 6 years ago
  7. d556809 Agptek Rocker: Initial commit by Marcin Bukat · 7 years ago
  8. aced667 Undo hacks to meant to get around string formatting limitations by Michael Sevakis · 7 years ago
  9. d787191 Fix dangerous casts by Amaury Pouly · 8 years ago
  10. 1245c5f Implement speaker enable/disable on jack (un)plug by Amaury Pouly · 8 years ago
  11. 26697d0 Fix FS#12981 JPEG decoding problem when entropy data starts with FF by Boris Gjenero · 9 years ago
  12. e6cd53a Replace SAMSUNG_YH920_PAD with YH92X by Sebastian Leonhardt · 9 years ago
  13. 877bd98 YH820: Add a forgotten define in aa8ba60. by Szymon Dziok · 10 years ago
  14. aa8ba60 YH820/YH92X: Properly enable morse input. by Szymon Dziok · 10 years ago
  15. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  16. 8f6c779 Fix some build errors and warnings. by Thomas Martitz · 10 years ago
  17. a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
  18. ce8aef7 bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers. by Thomas Martitz · 11 years ago
  19. 2f4a941 bmp.c: Undo debug stuff that got in by accident. by Thomas Martitz · 11 years ago
  20. 281d1fa Do not include kernel.h in system.h. by Thomas Martitz · 11 years ago
  21. 042d8bf Revert "Fix data abort introduced by ef92ed4a." by Thomas Martitz · 11 years ago
  22. 61a0964 Fix data abort introduced by ef92ed4a. by Frank Gevaerts · 11 years ago
  23. a56837b recording: Fix sloppy return value check. This caused an OOM panic. by Thomas Martitz · 11 years ago
  24. ec6258f fix some reds. by Thomas Martitz · 11 years ago
  25. 22e802e playback,talk: Share audiobuffer via core_alloc_maximum(). by Thomas Martitz · 11 years ago
  26. 9f878b1 Fix errors introduced by a62bd92. by Thomas Martitz · 11 years ago
  27. a62bd92 Fix warning and re-order code a bit. by Thomas Martitz · 11 years ago
  28. ef92ed4 Support GIMP bmp files. by Thomas Martitz · 11 years ago
  29. 1fa3f59 Swap over a position of cursor while reaching the end of filename in keyboard by Roman · 11 years ago
  30. 5f0692b SWCODEC recording: Boost CPU frequency before doing flush on stop by Michael Sevakis · 11 years ago
  31. f9e47c6 19b289a somehow missed one last LANG_RECORDING_FREQUENCY. by Michael Sevakis · 11 years ago
  32. bb87590 Temporarily disable keyclick in recording screen. by Michael Sevakis · 11 years ago
  33. 59abdb5 Fix strlcpy warnings in 4888131. by Michael Sevakis · 11 years ago
  34. 4888131 Update software recording engine to latest codec interface. by Michael Sevakis · 11 years ago
  35. a9ea1a4 Fix some whitespace in files changed in following commit. by Michael Sevakis · 11 years ago
  36. 344b9d0 Some corrections after 5857c44. by Michael Sevakis · 11 years ago
  37. 5857c44 Refactor audio thread to run both recording and playback. by Michael Sevakis · 11 years ago
  38. df6e1bc pcm_record: Track initialization state by Michael Sevakis · 11 years ago
  39. ca634a0 bitmap drawing: Negate alpha channel to match alpha information format of font files. by Thomas Martitz · 12 years ago
  40. e189b33 Clean up peak calculating code. by Michael Sevakis · 12 years ago
  41. 7901aa6 Simplify warning suppression for unused argument by Bertrik Sikken · 13 years ago
  42. 286a4c5 Revise the PCM callback system after adding multichannel audio. by Michael Sevakis · 13 years ago
  43. 01415ad AGC: respect gain steps defined in audiohw_settings[] by Marcin Bukat · 13 years ago
  44. fdc29d0 Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. by Boris Gjenero · 13 years ago
  45. 9b92073 Fix bitmap scaling for Coldfire. Closes FS#12411. by Andree Buschmann · 13 years ago
  46. 17ed325 Add const to global pointers to strings. by Boris Gjenero · 13 years ago
  47. 8e6030c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. by Boris Gjenero · 13 years ago
  48. c251358 Closing recording before initializing it the first time isn't needed and may also interfere with playback. Remove audio_close_recording call upon first entering recording screen. by Michael Sevakis · 13 years ago
  49. d2c1ece Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of the recording engine interface. Leave the low-level DMA error defines in pcm.h. by Michael Sevakis · 13 years ago
  50. 5af1e2f Add a second boost condition to the recording PCM buffer to boost the CPU when 75% full or more. This is especially important for small memory when the 1-second condition frequency cannot be reached. by Michael Sevakis · 13 years ago
  51. e42a319 AS3525v1/v2: by Michael Sevakis · 13 years ago
  52. c40f520 Sansa Connect: Add keymap for YesNo dialog and keyboard by Tomasz Moń · 13 years ago
  53. d51e598 FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c by Boris Gjenero · 13 years ago
  54. 9e07ef2 Use buflib for all skin engine allocations. by Jonathan Gordon · 13 years ago
  55. caec07b Handle 32bit bitmaps with all-zero alpha channel as fully opaque. by Thomas Martitz · 13 years ago
  56. 312b2a2 Document the internal alpha channel format better, and fixes for 32bit alpha bitmaps. by Thomas Martitz · 13 years ago
  57. b882f8f Set alpha_offset to zero when loading a JPEG. by Boris Gjenero · 13 years ago
  58. 354015e Fix warning on mrobe100. by Thomas Martitz · 13 years ago
  59. c7b8054 Adapt the resize-on-load image scalers to support the alpha channel. by Thomas Martitz · 13 years ago
  60. f443e7b Support for transparency in 32bit bitmaps on color targets. by Thomas Martitz · 13 years ago
  61. f19f3ef Redo r30826 (and hopefully not reintroduce font issues) which cleans up the font API. FONT_UI is deprecated, use screens[screen].getuifont() instead (and .setuifont() to set it after a font has been loaded) by Jonathan Gordon · 13 years ago
  62. 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
  63. f301ac0 Revert 30754 because the codecs won't build correctly, anyway. by Fred Bauer · 13 years ago
  64. 2537e46 undef DEBUG in pcm_record.c because it's broken and breaks DEBUG builds by Fred Bauer · 13 years ago
  65. 2e58d59 Make function calc_db in peakmeter.c static by Bertrik Sikken · 13 years ago
  66. aa0f4a4 FS#12273 - use buflib for font storage. thanks to the testers :) by Jonathan Gordon · 13 years ago
  67. 29f04cc Roll back r30416. A proper fix of this warning will end in an #ifdef-hell. by Andree Buschmann · 13 years ago
  68. 1b94cbc Remove 'set but not used' warning by GCC 4.6.1. by Andree Buschmann · 13 years ago
  69. 4db3e89 Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it. by Michael Sevakis · 13 years ago
  70. 8a701e5 Fix errors and warnings. by Thomas Martitz · 13 years ago
  71. d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
  72. 68e066f #ifdef hell makes effectively suppressing this warning impossible, so stop trying by Frank Gevaerts · 13 years ago
  73. 038a608 Move the "warning suppression" down, so it comes after the last write to "remote", to ensure better warning avoidance by Frank Gevaerts · 13 years ago
  74. bd3056c Suppress a "variable 'remote' set but not used" warning that some gcc versions (rightly) emit for the m:robe 100 sim. The "correct" solution would be to add about twenty five more #ifdefs to a function that already has way too many of them, or to rewrite the entire function. by Frank Gevaerts · 13 years ago
  75. 22b6def Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works. by Michael Sevakis · 13 years ago
  76. a2b6703 Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. by Michael Sevakis · 13 years ago
  77. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 13 years ago
  78. 82f4c60 Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. by Peter D'Hoye · 13 years ago
  79. b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 13 years ago
  80. e75018a Fix several 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 13 years ago
  81. 8c3fc23 remove set but unused variable by Rafaël Carré · 14 years ago
  82. 2e4259e recording.c by Marcin Bukat · 14 years ago
  83. cc889e9 Change the thread api a bit. by Thomas Martitz · 14 years ago
  84. cab6ac2 Fix warning in android build. by Thomas Martitz · 14 years ago
  85. 6510973 Give playback engine better control over the codec. Codec simply follows commands and doesn't concern itself with audio state. Get track change notification in on the actual last buffer insert of the track because now audio simply waits for a track change notify from PCM on the last track and it must be sent reliably. This is still at an intermediate stage but works. Codecs and plugins become incompatible. by Michael Sevakis · 14 years ago
  86. 57ca484 Fix test plugin build. by Andree Buschmann · 14 years ago
  87. f577a6a Embedded album art support in MP3/ID3v2 tags. by Thomas Martitz · 14 years ago
  88. 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
  89. c402519 Fix yellow by Thomas Martitz · 14 years ago
  90. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  91. 47f670d FS#11725: fix duplicationg slash indicating root in filename. by Teruaki Kawashima · 14 years ago
  92. 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
  93. 057806f HDD6330: Try to adapt the keys for the new touchpad code, remove the non existing buttons, enable morse input. by Szymon Dziok · 14 years ago
  94. c78d55a kbd_input(): move sc assignement under #ifdef HAVE_TOUCHSCREEN by Rafaël Carré · 14 years ago
  95. 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 14 years ago
  96. b2a5e4e Mark constant array as 'const' and use a smaller datatype. by Nils Wallménius · 14 years ago
  97. f20c72a Remove old kluge that makes little difference with the new arm toolchain. by Nils Wallménius · 14 years ago
  98. 5d8ab7b Fix reds. by Thomas Martitz · 14 years ago
  99. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  100. 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. by Jonathan Gordon · 14 years ago