1. 3419422 systrace: convert input strings using local codepage. by Dominik Riebeling · 14 years ago
  2. a2e4a51 AMSv2 USB: Remove usb_enable call that occurs after core is already initialized and the usb_disable call while in ISR. Also, no point in panicing over a disconnect. by Michael Sevakis · 14 years ago
  3. d393418 Correct the metronome keymap in the manual. Better describe buttons/actions in metronome help text. Closes FS#11773. by Andree Buschmann · 14 years ago
  4. 5a2421a Follow up on r29199. Move new codec types to the end of the list. by Andree Buschmann · 14 years ago
  5. 7e63bfd Correctly re-initialize wma decoder on next track. This fixes strange observed issues (noise, crashes) which only could be solved through re-entering the wma codec. by Andree Buschmann · 14 years ago
  6. 4e74494 Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac must read from their dedicated metadata atom. Otherwise there might be wrong settings used. This patch also adds (commented) code which enables parsing for an alac metadata atom if neccessary. I have several sample files which require such parsing to find the metadata atom. Fixes FS#11719. by Andree Buschmann · 14 years ago
  7. 6b476e7 Roll back unintentionally submitted file. by Andree Buschmann · 14 years ago
  8. 7345ac1 Submit FS#11918: Add 2 more codec types to be able to differentiate between AAC / AAC-HE and MPC SV7 / SV8. Additionally handle ATARI soundfiles in get_codec_base_type() as intended. by Andree Buschmann · 14 years ago
  9. 1bb3d61 MPEGPlayer: Try out a different frame drop scheme meant to skip in a more uniform way rather than running up late and jumping forward; will often drop more in long term to keep up in short term. Some other obscure fixes included: wait for 2 ref pics before decoding B-pics again after P or I frame drop or seeking (issue with open GOPs); draw the frame the decoder already has when beginning playback after a seek; rename a few vars. by Michael Sevakis · 14 years ago
  10. 3808478 Make $(DIRS) an order-only dependency, to avoid needless rebuilding of some files by Frank Gevaerts · 14 years ago
  11. 276321e Change the way java files are compiled (do them all at once) in order to speed up builds. There is now an intermediate jar file to help (although that's not strictly necessary), so for rebuilds of single java files this may be a bit slower by Frank Gevaerts · 14 years ago
  12. 01c0523 Revert nonsense change. by Andree Buschmann · 14 years ago
  13. 20bd747 Fix some unwanted empty lines in the manual. by Dominik Riebeling · 14 years ago
  14. b22b0dc Touchscreen: Fix minor redraw after entering the context menu. by Thomas Martitz · 14 years ago
  15. 430ada0 Redo r29168. Use similar but existing mechanism in the action system which seems to work better. by Thomas Martitz · 14 years ago
  16. 48016d5 Reduce excessive debug output during mp3 parsing. by Thomas Martitz · 14 years ago
  17. adf7224 Fix red. Replace remaining MEM's mit MEMORYSIZE. by Andree Buschmann · 14 years ago
  18. 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
  19. 35bcdef1 Find a more consistent and resilient way to handle SBR upsampled files. The detection is only done in one place (the metadata parser) and takes into account that the m4a header might already report corrected frame/sample sizes. by Andree Buschmann · 14 years ago
  20. 0f4dfc4 Android/Java: Disable implicit compilation of dependecies to make the life easier for make. by Thomas Martitz · 14 years ago
  21. 4343399 Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and resume behaviour for such files. When SBR upsampling is used the decoder outputs the double amount of samples per frame. As the seek and resume functions do not know about this fact a special handling is introduced. Fixes issues reported in FS#11916. by Andree Buschmann · 14 years ago
  22. 0a93396 Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916. by Andree Buschmann · 14 years ago
  23. e3d84ba Fix sansac200v2 not showing up in device selection. by Dominik Riebeling · 14 years ago
  24. 6cdc316 Manual: Correct the description of the Time/Date menu and make it look nicer. by Alexander Levin · 14 years ago
  25. b1aad4c Manual: correct the 'Playlists' menu description by Alexander Levin · 14 years ago
  26. 11b7a4f Add a safety check in the resume seek code, just in case. by Magnus Holmgren · 14 years ago
  27. ee6a74e We seeked one chunk too far when resuming m4a files. by Andree Buschmann · 14 years ago
  28. 4888d41 Pitchscreen: Small fix for the right touchscreen button. by Thomas Martitz · 14 years ago
  29. 411023c Rework m4a seek/resume code. Seek/resume does now also work properly with files having sample_to_chunk of 1 or 2. by Andree Buschmann · 14 years ago
  30. 02dce45 mkamsboot: restructure model / firmware file information. by Dominik Riebeling · 14 years ago
  31. 6f2bba9 mkmpioboot: restructure model / firmware file information. by Dominik Riebeling · 14 years ago
  32. ad6c3bc Fix resume for m4a files. Solves FS#9306. by Andree Buschmann · 14 years ago
  33. dedde47 Limit the size of each ID3 metadata item to avoid that the metadata buffer is filled by single items. Fixes FS#11875, FS#9805 and FS#9299. by Andree Buschmann · 14 years ago
  34. b5562a1 update the toolchains install script to grab the latest and greatest by Jonathan Gordon · 14 years ago
  35. 799fc0f Fix r29171 red. Forgot to replace a few. by Michael Sevakis · 14 years ago
  36. 18770da Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant. by Michael Sevakis · 14 years ago
  37. c0c769c Add widgets to android port. by Antoine Cellerier · 14 years ago
  38. e9749d1 AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loops and retry those a limited number of times-- no explaination for their dubious existence was offered in the source. Second, SD thread was no longer monitoring inserts (and it wouldn't really matter if it were). Thus, .initialized was reported as '1' despite the new card needing reinit. by Michael Sevakis · 14 years ago
  39. 7436e7a Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening the context menu. by Thomas Martitz · 14 years ago
  40. 3804bef Ugh, remove debug output. by Thomas Martitz · 14 years ago
  41. 5e3d8f9 Improve sometimes glitchy touchscreen handling in the pitchscreen. by Thomas Martitz · 14 years ago
  42. c402519 Fix yellow by Thomas Martitz · 14 years ago
  43. ab50ed7 Add a couple KERNEL_ASSERTs to check queue fullness when extra checks are enabled. by Michael Sevakis · 14 years ago
  44. 5606719 Fix oops in r29160 (apps went into games and vice versa). by Thomas Martitz · 14 years ago
  45. 2bb81f7 Move fm radio related menus out of radio.c into apps/menus/. by Thomas Martitz · 14 years ago
  46. aa9a68a Android: Change menu button to go always (and not only in the wps) to the main menu and long menu to open the context menu. by Thomas Martitz · 14 years ago
  47. f7da333 Re-factor code for the plugins main menu item, enabling better icons in that menu. by Thomas Martitz · 14 years ago
  48. 4aec8ef Fix SDL app build by Thomas Martitz · 14 years ago
  49. 42a8cc3 Give the playlists main menu item a context menu (playlist settings). by Thomas Martitz · 14 years ago
  50. 89a4cf2 Change the way how playlists and system menu items in the main menu are internally invoked so that the mechanism to by Thomas Martitz · 14 years ago
  51. 3f709ea Convert AMS target USB detection to event-based (no more polling in a tick). Seems well on my Clip v1 and Fuze v2. by Michael Sevakis · 14 years ago
  52. 70b99e3 Some minor corrections for the czech translation. by Mustapha Senhaji · 14 years ago
  53. a575ffb AMSv2 USB: Delay after sftdiscon should be far longer. by Michael Sevakis · 14 years ago
  54. 088aaac USB: Thread must remember that a host has been detected since the POWERED state is ambiguous when waiting for host. Storage access is not yet actually exclusive if not USB_INSERTED. usb_start_monitoring seems better posting USB_UNPOWERED only if USB_EXTRACTED, interpreting POWERED/INSERTED as POWERED. by Michael Sevakis · 14 years ago
  55. 8855ac4 Update the slovak translation. by Mustapha Senhaji · 14 years ago
  56. d066a39 Added myself to COMMITTERS by Michael Hohmuth · 14 years ago
  57. b4fa66d Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks. by Michael Sevakis · 14 years ago
  58. ac7fe5f AS3525v2 USB: Set disconnect before stopping module clock. Seems to cure reconnect weirdness for me and is probably the proper method anyway since otherwise the module will still be running when the clock is cut (bad). by Michael Sevakis · 14 years ago
  59. 771011a RaaA: Fix database duplication issue on every start by Thomas Martitz · 14 years ago
  60. b703d25 Workaround the brokenness of realpath() a bit more. by Thomas Martitz · 14 years ago
  61. 3a1bc3c as3525v2-usb: fix logf format, don't mask the interrupt using the VIC as it seems to trigger spurious irq by Amaury Pouly · 14 years ago
  62. cb56c46 fix build by Jonathan Gordon · 14 years ago
  63. 21e89e8 Add some better debug info for when checkwps erros out because of full skin buffer by Jonathan Gordon · 14 years ago
  64. 166c8bf Get SA9200 to show on the downloads page. by Michael Sevakis · 14 years ago
  65. 044de86 Fix FS#11904, filename generation was lacking a slash. by Thomas Martitz · 14 years ago bootloader_gogearsa9200_v1
  66. 4c38572 Remove WPS related variable which is read but not set or changed. Closes FS#11396. by Andree Buschmann · 14 years ago
  67. d796ab6 Pacbox: Fix assumption about LCD width of 128 implying the display needs vertical clipping. No more screen garbage on sa9200. by Michael Sevakis · 14 years ago
  68. 81682e7 Update the russian translation. by Mustapha Senhaji · 14 years ago
  69. f29bc4b Update the chinese-simp translation. by Mustapha Senhaji · 14 years ago
  70. c498a5c MPEGPlayer: Account for drivers that pass pointers to their internal state variables to the audio callback. by Michael Sevakis · 14 years ago
  71. f716e4f Oops, this line wasn't supposed to make it into svn. by Antoine Cellerier · 14 years ago
  72. ef98035 Move android notification display format logic to java code (no functional change, this is used by FS #11902). by Antoine Cellerier · 14 years ago
  73. a448d8b Android build tweaks. by Antoine Cellerier · 14 years ago
  74. 9b02ce9 as3525v2-usb: mask usb interrupt when setting up a transfer by Amaury Pouly · 14 years ago
  75. 297ca4b as3525v2-usb: only call wakeup_signal when a thread is actually waiting by Amaury Pouly · 14 years ago
  76. 01313d5 * Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does. by Teruaki Kawashima · 14 years ago
  77. f06f685 New option for the bar tags: 'backdrop, <label>' will draw another image under the progressbar (only works with image and slider bars) by Jonathan Gordon · 14 years ago
  78. cb39ac6 Also update the two missing autoresume strings in the German translation. by Marianne Arnold · 14 years ago
  79. 4f787ba Fix configure using the correct compiler for Android on Mac. by Dominik Riebeling · 14 years ago
  80. eb9ca72 Fix r29123: the variable should be initialized every time in the loop by Alexander Levin · 14 years ago
  81. fb2d6a7 Respect the 'scroll delay' setting more accurately between scrolling rounds by Alexander Levin · 14 years ago
  82. 480c663 i.MX31: Now that it matters because there's a debug screeen that allows changing things while running, some DVFS/DPTC stuff has to be done more carefully. Trim out some stuff and group functions better as well. by Michael Sevakis · 14 years ago
  83. 264e27d Add german translation for LANG_FM_RSSI. by Dominik Riebeling · 14 years ago
  84. 3306764 Simplify x0/x1 calculation for iPod Color some more, and fix display on type 0 LCD (iPod Photo). by Jens Arnold · 14 years ago
  85. 322a51d Remove code that was unintentionally kept in a resynchronized patch in FS#3001. This closes FS#11873. by Andree Buschmann · 14 years ago
  86. 6546cd1 Gigabeat S: Keep LCD options in sync even when display is turned off. by Michael Sevakis · 14 years ago
  87. 90aafea Fix yellow. Left an unused temp variable. by Michael Sevakis · 14 years ago
  88. 0a98e8a i.MX31: Allow interrupts in thread context, not just ISR context, during the lengthy DVFS voltage ramp-up delay. Also, explicitly enable them just before mc13783_init since that does anyway because of the PMIC write inside it. by Michael Sevakis · 14 years ago
  89. 6d2e776 Better boost calculation for multifrequency CPUs. Frequencies between minimum and maximum count as fractional boost. by Michael Sevakis · 14 years ago
  90. 921ffe7 Declaration of 'pause' from robotfindskitten has conflicting types for 'pause' from android-ndk-r5 by Thomas Martitz · 14 years ago
  91. 98246b8 i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, testing or benchmarking purposes. Can set the CPU frequency working point, whether DPTC voltage scaling is enabled and change the software-programmable load tracking weights. by Michael Sevakis · 14 years ago
  92. aed6205 Declaration of 'pause' from chessclock is redeclared as different kind of symbol by android-ndk-r5 by Thomas Martitz · 14 years ago
  93. 3ff2fb3 revert personal change accidentally included in r29110 by Teruaki Kawashima · 14 years ago
  94. 68cc564 FS#11819: image viewer: use magick number in file to determine image type. by Teruaki Kawashima · 14 years ago
  95. 060609a i.MX31: Busy wait for a couple microseconds at most then sleep until next tick when polling drive status. This prevents pointless jumps to overdrive speed from perceived high load when waiting for lengthy ops to complete such as spinup and sleep. by Michael Sevakis · 14 years ago
  96. 5729be4 Theme Editor: Updated rendering code to accomodate new format for %xd tags, including long names, numerical tile specification, tag-evaluating tile specification, and tile offset by Robert Bieber · 14 years ago
  97. 30b29f1 Fix or at least significantly improve FS#11830. With introduction of ATA DMA for PP502x a special treatment of the IDE0_CFG register for the iPod nano (see FS#7510) was lost. by Andree Buschmann · 14 years ago
  98. 01586b5 FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. Based on MikMod. by Thomas Martitz · 14 years ago
  99. 52c6789 Add a delay between text scroll rounds when scrolling forward similarly to how it's done when scrolling bidirectionally (FS#11892) by Alexander Levin · 14 years ago
  100. a6debb6 Fix red: defined(x || y) is not valid C preprocessor by Maurus Cuelenaere · 14 years ago