1. e39d9af Manual: add another possible parameter to screenshot names: 'seriesimg' to be able to use screenshots for manuals of the same series (e.g. all Clips) which need to be different to other targets with the same resolution, keeping the possibility to differentiate between targets (e.g. the Clip+ and the rest). by Marianne Arnold · 15 years ago
  2. 3b84012 Prettier genlang-features output. Use the same style for max_language_size.h. by Thomas Martitz · 15 years ago
  3. 59ded69 HD200: Add timeout in usb_enable(false) to prevent infinite loop when something goes wrong. by Marcin Bukat · 15 years ago
  4. 47d7be5 Beautify view_battery() graph in debug menu. FS#11324 by me by Marcin Bukat · 15 years ago
  5. cdb0c16 Oops, revert unintentional commit by Nils Wallménius · 15 years ago
  6. d1dff32 Delete unused header by Nils Wallménius · 15 years ago
  7. e0cc943 Walloon language update - FS #11039 by Stéphane Quertinmont by Bertrik Sikken · 15 years ago
  8. fa15494 libwma: void pointer voodoo to get rid ov strict aliasing warnings by Nils Wallménius · 15 years ago
  9. 87b2921 libwma: Reuse a static buffer that was unused while decoding lsp files for some lsp related tables. by Nils Wallménius · 15 years ago
  10. f98e803 Check for errors from decode_packet in wmapro.c by Mohamed Tarek · 15 years ago
  11. 5616196 Increase the size of quant table in libwmapro to accomodate more values for exp. Fixes wma pro failure on test files in download.rockbox.org/test_files. by Mohamed Tarek · 15 years ago
  12. 331460c libwma: Reduce size of runtab and levtab buffers, only one set can get the worst case size so make the other set the second worst case size. by Nils Wallménius · 15 years ago
  13. f2a1d92 Remove unused 2kB buffer and some dead code. by Nils Wallménius · 15 years ago
  14. d6446d0 Begin shoehorning wma into the clip codec buffer again. Reduce the static buffer used by init_vlc so that it is no larger than is needed. Make the VLCcode struct packed to save space. by Nils Wallménius · 15 years ago
  15. 53d13a8 libwmapro no longer needs libm in the sim; update the makefile and README.rockbox. by Mohamed Tarek · 15 years ago
  16. 86c3765 libwmapro : remove dead/unneeded code from wma.[ch] by Mohamed Tarek · 15 years ago
  17. b339963 libwmapro : Rename all FIXED occurrances to int32_t and remove types.h by Mohamed Tarek · 15 years ago
  18. 0f94710 More cleaning for libwmapro; use codeclib's bitstream functions and drop those from the libwmapro. by Mohamed Tarek · 15 years ago
  19. 0907681 Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h to codeclib. by Mohamed Tarek · 15 years ago
  20. 4a46996 Theme Editor: Integrated target db with project creation code. Now changing the target option in the New Project dialog will change the available options for wps documents, and the target id is stored in the new config file by Robert Bieber · 15 years ago
  21. 025147e Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet by Robert Bieber · 15 years ago
  22. 1c1d10b Set mime-type correctly to image/png for all text viewer screenshots. Mime-type wasn't set at all before - leading to textual comparison of these binary files and creating cryptic 'characters' in a diff which causes problems in some text editors. by Marianne Arnold · 15 years ago
  23. bf2ec06 rtc_as3514.c: make alarm struct static and reorder fields to save some binsize by Bertrik Sikken · 15 years ago
  24. 0da83cf Fix failing AMSv2 power-down when the wake-up alarm timer is set - FS #11453 by me by Bertrik Sikken · 15 years ago
  25. bb22ac5 libwma has Huffman tables that are too big for the stack temp buffer. Make temp buffer static. by Nils Wallménius · 15 years ago
  26. 5b5275a HD200: Change move.w -> move.b in lcd-as-hd200.S when doing transfers to lcd to explicity show that lcd bus is 8bits wide. by Marcin Bukat · 15 years ago
  27. 701dafd MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost doubles the ISR speed (47% -> 24% load), giving 42% faster greylib framebuffer updates. by Jens Arnold · 15 years ago
  28. bb236ce prevent the parser crashing if a font fails to load and is refresencd in more than one viewport by Jonathan Gordon · 15 years ago
  29. 765c4f1 mkamsboot: update outdated comment by Rafaël Carré · 15 years ago
  30. f5c7910 mkamsboot: fix for newer fuzev2 by Rafaël Carré · 15 years ago
  31. 6d732a3 Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is set if the generic functions from system.h are needed. by Nils Wallménius · 15 years ago
  32. c272144 Theme Editor: Added New Project feature by Robert Bieber · 15 years ago
  33. e700e19 Remove two unused macros. by Nils Wallménius · 15 years ago
  34. 8acbad0 Correction of bug in Czech language - FS #11428 by Marek Salaba by Bertrik Sikken · 15 years ago
  35. 3a354dd Theme Editor: Corrected last commit. Touch areas should have been made relative, not absolute by Robert Bieber · 15 years ago
  36. 209e308 Theme Editor: Made toutouch area coordinates absolute rather than relative by Robert Bieber · 15 years ago
  37. 7406384 Properly fix warning by copying the swap16 and swap32 inline functions from system.h to mips/ingenic_jz47xx/system-target.h to replace the defines. by Nils Wallménius · 15 years ago
  38. b9e7c18 Use codeclib version of the ffmpeg bitstream code for wma rather then ancient hacked up version. by Michael Giacomelli · 15 years ago
  39. 30a55c1 Hopefully fix 'comparison between signed and unsigned' warning by Nils Wallménius · 15 years ago
  40. a87c618 Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstream.c as a part of the codec lib. Use this codeclib implementation in libffmpegFLAC. Implement adapted version of the unaligned longword reading optimization for coldfire from the libwma version of this code. Speeds up cook decoding by 2-3% on h300 and flac by 25% on h300, also speeds up flac decoding by 2% on c200 (decoding speed of cook on c200 is unchanged). by Nils Wallménius · 15 years ago
  41. 328f2f9 Slovak language update - FS #11481 by Peter Lecky by Bertrik Sikken · 15 years ago
  42. 68ffb76 Update of Czech language - FS #11479 by Marek Salaba by Bertrik Sikken · 15 years ago
  43. 023cc43 Update Thai translation - FS #11474 by Phinitnun Chanasabaeng by Bertrik Sikken · 15 years ago
  44. 15488a0 Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format by Robert Bieber · 15 years ago
  45. 387af97 Initial cleanup for libwmapro. by Mohamed Tarek · 15 years ago
  46. 5d2969c Updated italian translation. by Alessio Lenzi · 15 years ago
  47. de8369f Build wmapro, disabled on targets with less than 2MB of ram by Rafaël Carré · 15 years ago
  48. 0159c0c remove unused CODECLIBS variable from makefile by Rafaël Carré · 15 years ago
  49. 4a3e6de wmapro: silence some warnings related to function prototypes unused in rockbox by Rafaël Carré · 15 years ago
  50. 7a1e049 wmapro: don't force little endianness by Rafaël Carré · 15 years ago
  51. b3fee10 Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which value they have by Rafaël Carré · 15 years ago
  52. 26e70eb Remove WMA Pro again from the main build temporarily till the errors/warnings are sorted out. by Mohamed Tarek · 15 years ago
  53. d63abfc Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151% realtime in a 320kbps sample on a sansa e200. Lots of cleanup still need to be done, and optimisations should start soon too. by Mohamed Tarek · 15 years ago
  54. 16284ae Remove the floating point code from wmaprodec.c and change variable names accordingly. by Mohamed Tarek · 15 years ago
  55. 4b457d6 Theme Editor: Added optional plaintext editing for config files by Robert Bieber · 15 years ago
  56. 895e104 Add a lcd_contrast feature and use it for the relevant manual section by Rafaël Carré · 15 years ago
  57. 9dbdd8f Fuze*/e200v2: remove unused lcd_set_contrast() by Rafaël Carré · 15 years ago
  58. b76b644 Theme Editor: Added Close Project feature by Robert Bieber · 15 years ago
  59. 78fc984 Oops, one explicit colon is enough (though an extra one doesn't hurt). by Jens Arnold · 15 years ago
  60. 9c4ba5e The simplification from r27406 changed the format of 'genlang-features': it used to have a leading colon. Fix missing target and feature specific strings resulting from that (mashed target name and first feature) by inserting a colon into the command line explicitly. by Jens Arnold · 15 years ago
  61. 19a21a2 Oops, remove leftovers by Thomas Martitz · 15 years ago
  62. 3de1ab6 Remove forgotten lines and add a commit regarding app builds by Thomas Martitz · 15 years ago
  63. 35ac407 Fix up buildzip.pl by Thomas Martitz · 15 years ago
  64. f1ff3e0 genlang-features: simplify generation by Rafaël Carré · 15 years ago
  65. 44f8faa Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and 0.4MHz on c200v1. by Nils Wallménius · 15 years ago
  66. a4cad3d Coldfire assembler implementation of hybrid_filter for libtta. Speeds up decoding on h300 by 4.2MHz. Set svn properties. by Nils Wallménius · 15 years ago
  67. d3a1945 Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) and 2.7MHz on c200v1 (pp5024) by Nils Wallménius · 15 years ago
  68. ec4ee48 Complete the conversion of WMA Pro to fixed point. Floating point code is still there for better history and to have a returning point in svn should something go wrong. by Mohamed Tarek · 15 years ago
  69. ddbfffb improve displaying of string containing diacritic characters. add some characters to determine the position to break line. by Teruaki Kawashima · 15 years ago
  70. 8e68e22 text_editor: make functions and variables static. slightly reduce plugin size. by Teruaki Kawashima · 15 years ago
  71. a874f77 text_viewer: remove unneeded code. by Teruaki Kawashima · 15 years ago
  72. 64af2b3 Theme Editor: Made %pv tag display bar and select from conditional branches correctly by Robert Bieber · 15 years ago
  73. bae1836 Theme Editor: Implemented some touch area click events by Robert Bieber · 15 years ago
  74. c9f997c strstr(): cosmetics by Rafaël Carré · 15 years ago
  75. 8a07e78 D2: Fix another timing loop that broke when we switched to the EABI compiler, this time in the LCD driver. by Rob Purchase · 15 years ago
  76. c9a4fb0 Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce macro, beautify indentations. by Andree Buschmann · 15 years ago
  77. 6aff55b strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc by Rafaël Carré · 15 years ago
  78. 145a89f Fix the comment by Alexander Levin · 15 years ago
  79. fe61885 Minor correction to macros, beautification of loop. by Andree Buschmann · 15 years ago
  80. bc48fed skin engine: fix simulator builds by Rafaël Carré · 15 years ago
  81. 4b94912 enable skin debug only in the simulator by Rafaël Carré · 15 years ago
  82. aa3c676 pdbox: avoid making own DEBUG clash with rockbox define by Rafaël Carré · 15 years ago
  83. 9122e52 lua: make DEBUG undefined by default, as doc states by Rafaël Carré · 15 years ago
  84. c7c04eb fat.c: fix format specifier in DEBUG build by Rafaël Carré · 15 years ago
  85. 4f1d9b1 make language array initialized correctlly with builtin strings when loading .lng file. by Teruaki Kawashima · 15 years ago
  86. cef3681 Further changes to aac-he decoding. Refactor and rearrange dct tabs to be able to use consecutive addresses (this allows additional optimization for ARM through ldm-usage). Define a macro for identical butterfly operations and exchange 2 butterflyies with less compex operations. by Andree Buschmann · 15 years ago
  87. b1f5e56 do not redraw menu when exiting the menu. by Teruaki Kawashima · 15 years ago
  88. 911ed00 Revert accidental change. by Jens Arnold · 15 years ago
  89. 12857ce EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249. by Jens Arnold · 15 years ago
  90. 6cf66eb Refacture parts of libfaad filterbank. Faster windowing for 8-short-window sequences. by Andree Buschmann · 15 years ago
  91. f65ed0d Theme Editor: Added support for larger fonts by Robert Bieber · 15 years ago
  92. 364af4f Theme Editor: Fixed rendering behavior of default viewport. Now when other viewports are present in the skin, only _text_ from the default viewport is not rendered by Robert Bieber · 15 years ago
  93. a6df932 Generalize the application bundle copy workaround to simplify later reuse. by Dominik Riebeling · 15 years ago
  94. d298fa8 Add missing quote, and use the right word by Frank Gevaerts · 15 years ago
  95. 0133cec Fix red in app builds by Thomas Martitz · 15 years ago
  96. 6206f40 Update the text in rockboxdev.sh to make it clear that EABI should be used on ARM by Michael Giacomelli · 15 years ago
  97. 463be79 Revert accidental change (I ran configure from within the tools/database directory). by Thomas Martitz · 15 years ago
  98. 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 15 years ago
  99. e87ff2b tweak position of splash so that it is displayed inside the ui viewport. by Teruaki Kawashima · 15 years ago
  100. 3d29faa keyboard: change how charactars are stored in the buffer. by Teruaki Kawashima · 15 years ago