1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix when artist name is empty. More... almost 20 years ago
Bump the version number. More... almost 20 years ago
Version 0.14 beta release. More... almost 20 years ago
Added Korean and Chinese translations. More... almost 20 years ago
Simplify the format of H10DB.hdr dump text. More... almost 20 years ago
Added EasyH10 Win32 GUI installer project. More... almost 20 years ago
Added translation texts in German, French, Japanese, and Swedish for version 0.13 beta. More... almost 20 years ago
Added validation routine for model template and H10 locatoin settings. Changed the default mode to rebuild/reconvert. Revised Japanese translation a bit. More... almost 20 years ago
Applied English revisal from Tim Weston. More... almost 20 years ago
Fixed wrong comparison functions written by my misunderstanding. I blindly use subtract operation: #define COMP(a, b) ((a) - (b)) but shoud have used: #define COMP(a, b) ((a)>(b))-((a)<(b)) carefully considering negative values. I hope this will fix what we call "duplicate song information" problem. More... almost 20 years ago
Version 0.13 beta More... almost 20 years ago
Removed AC_C_BIGENDIAN from configure.in because it's totally useless on Mac OS X. More... almost 20 years ago
Yet another fix for big endian machines. We must convert UCS-2BE to UCS-2LE before calculating CRC-16 value on big endian machines. More... almost 20 years ago
GUI libiconv support. More... almost 20 years ago
Fixed a bug on AMD64 machines ('long' seems to have 64-bit length on AMD64). More... almost 20 years ago
Added error report when a failure of iconv initialization. Because glibc doesn't have UCS-2-INTERNAL, added automatic selection of UCS-2BE and UCS-2LE. More... almost 20 years ago
Reduced warnings. Regen build script. More... almost 20 years ago
Incremental commit for iconv configure problem. More... almost 20 years ago
[CUI] Automatic supplement of path to H10 model template. Use easyh10.model when no model template is specified. More... almost 20 years ago
- Decent message display for the CUI version. - Fixed the bug that playlist count was one lower that the actual value. More... almost 20 years ago
Added comments on progress callback and error report. More... almost 20 years ago
Added WAV file support. More... almost 20 years ago
Implemented command-line options for Win32 GUI batch (automatic) processing. More... almost 20 years ago
Multi-language support. Improved resource messages a bit. More... about 20 years ago
0.10 alpha release More... about 20 years ago
US -> NA (North America). Added a support for H10 Int'l firmware 2.05. README for the cui version. More... about 20 years ago
Fixed the default character set. More... about 20 years ago
configure regenerated on linux machine. More... about 20 years ago
Fixed build problem on FreeBSD More... about 20 years ago
regen More... about 20 years ago