]> git.sesse.net Git - s573compress/shortlog
s573compress
2019-12-30 Steinar H.... Fix correlation in sync_songs.
2019-12-29 Steinar H.... In search_short, pick out the middle section of a too...
2019-12-29 Steinar H.... Various improvements to search_short.
2019-12-29 Steinar H.... Add a tool to find candidates for sync_song.
2019-12-29 Steinar H.... Add a tool to check entire songs against each other.
2019-12-29 Steinar H.... Move write_wav() into its own function.
2019-12-29 Steinar H.... Split the MP3 decoding out into a separate file.
2019-12-28 Steinar H.... Add a patch to make the default sort order to ABC.
2019-12-26 Steinar H.... In the LZ4 code, copy two and two literal bytes at...
2019-12-26 Steinar H.... Make a little bit of headroom after the LZ4 code.
2019-12-26 Steinar H.... LZ4 comment update.
2019-12-26 Steinar H.... Tiny LZ4 optimization.
2019-12-26 Steinar H.... Fix a read-past-end in the LZ4 code.
2019-12-26 Steinar H.... Slight optimization in LZ4 decode.
2019-12-26 Steinar H.... Shave a bunch of cycles off the LZ4 decompressor.
2019-12-26 Steinar H.... Make a better x0.25 speed mod patch, that allows us...
2019-12-26 Steinar H.... Add x0.25 speedmod.
2019-12-25 Steinar H.... Add some notes about why the mp3mem patch cannot work.
2019-12-25 Steinar H.... Make sure aout.exe does not cross a flash bank.
2019-12-25 Steinar H.... Fix a bug with corrupted course title textures.
2019-12-25 Steinar H.... Add a patch to move most of the .sbs files down to...
2019-12-25 Steinar H.... Apply patches in predictable (alphabetical) order.
2019-12-24 Steinar H.... Save a cycle in the LZ4 decompressor.
2019-12-24 Steinar H.... Add support for compressing data using LZ4 (actually...
2019-12-24 Steinar H.... Make it possible to apply only a subset of the given...
2019-12-24 Steinar H.... Disable the mp3mem patch temporarily.
2019-12-24 Steinar H.... Add challenge to dwi2ssq.
2019-12-23 Steinar H.... Compress the _in.tim files, too, for yet 200 kB more.
2019-12-23 Steinar H.... Support compressed _th.tim files.
2019-12-23 Steinar H.... Make the nonstop song wheel capable of loading compress...
2019-12-23 Steinar H.... Fix a stack overflow when entering nonstop with many...
2019-12-23 Steinar H.... Avoid splitting compressed files across flash banks.
2019-12-23 Steinar H.... Support compressed banners in the songwheel.
2019-12-23 Steinar H.... Support compressed title textures in the songwheel.
2019-12-22 Steinar H.... Add a patch to remove the security cart checks.
2019-12-22 Steinar H.... Add the classic patch for extra song options.
2019-12-22 Steinar H.... Align SBS files to 0x2000 bytes.
2019-12-22 Steinar H.... Make a cleaner patch for GAME OVER DURING SONG availabi...
2019-12-21 Steinar H.... Prepend blank measures to the DWI if needed to make...
2019-12-21 Steinar H.... In dwi2ssq, make sure to put the lighter step charts...
2019-12-21 Steinar H.... Remove an unused variable.
2019-12-21 Steinar H.... Add some more tempo debugging to dwi2ssq.
2019-12-21 Steinar H.... Add support for setting mask in png2tim (needed for...
2019-12-21 Steinar H.... Adjust dwi2ssq chunk padding.
2019-12-21 Steinar H.... Correct TEMPOCHANGE header in dwi2ssq.
2019-12-21 Steinar H.... Add overriding of offset to find_short.
2019-12-21 Steinar H.... Make dwi2ssq.pl executable.
2019-12-21 Steinar H.... Improve error messages.
2019-12-21 Steinar H.... More .gitignore.
2019-12-21 Steinar H.... Add a script to batch-decode a given .DAT file to ...
2019-12-21 Steinar H.... Add missing .h file.
2019-12-21 Steinar H.... Add compress to .gitignore.
2019-12-21 Steinar H.... Add some utility scripts for working with the binary...
2019-12-21 Steinar H.... More .gitignore.
2019-12-21 Steinar H.... Make the FFT length a more global named constant.
2019-12-21 Steinar H.... Add a .gitignore.
2019-12-21 Steinar H.... Add missing header file for the assembler.
2019-12-20 Steinar H.... Enable GAME OVER DURING SONG option in operator menu...
2019-12-19 Steinar H.... Add a program to recreate the shorts (previews) of...
2019-12-17 Steinar H.... Add some binary patches to aout.exe.
2019-12-15 Steinar H.... Support splitting the MP3 table into multiple files.
2019-12-15 Steinar H.... Fix MP3 file name generation for numerals.
2019-12-15 Steinar H.... Fix output of non-directory JSON.
2019-12-15 Steinar H.... More shuffling of extra stage bits.
2019-12-15 Steinar H.... Support splitting mdb into multiple files.
2019-12-15 Steinar H.... Update the mdb description and tools with much more...
2019-12-15 Steinar H.... Fix bpm order in create_mdb.py.
2019-12-15 Steinar H.... Do not use song number 255, it is special.
2019-12-11 Steinar H.... Some more parsing of background videos.
2019-12-09 Steinar H.... Add a note about possibly used SSQ areas.
2019-12-08 Steinar H.... Be more precise about the roulette entry.
2019-12-08 Steinar H.... Stop putting anything between config.dat and the file...
2019-12-08 Steinar H.... Fix a now-useless std::move.
2019-12-08 Steinar H.... Make sure no files stomp on the file table.
2019-12-07 Steinar H.... Rewrite the limitations section.
2019-12-07 Steinar H.... Some more documentation about title vs. title2.
2019-12-07 Steinar H.... Max and min bpm were swapped.
2019-12-06 Steinar H.... Fix dump_mp3_tab.py.
2019-12-06 Steinar H.... Update the limits section a bit.
2019-12-05 Steinar H.... Document the mp3_tab padding.
2019-12-05 Steinar H.... Split up unknown1 a bit.
2019-12-05 Steinar H.... Small fix to one of the documented limits.
2019-12-05 Steinar H.... Document an ISO9660 limit.
2019-12-05 Steinar H.... Rename song_type to load_on_boot, since that seems...
2019-12-05 Steinar H.... Make song indexes start from 1, not 0 (evidently, it...
2019-12-04 Steinar H.... Fun with the storage location enum.
2019-12-03 Steinar H.... Document a suspected 20 MB limit.
2019-12-03 Steinar H.... Fix make clean.
2019-12-03 Steinar H.... Actually include the changes from the previous one.
2019-12-03 Steinar H.... Optimize file reading; build time is down to just over...
2019-12-03 Steinar H.... Update comment in compress_fast.cpp.
2019-12-03 Steinar H.... Microoptimization.
2019-12-03 Steinar H.... Split out compress_main into its own file.
2019-12-03 Steinar H.... Use a hash table instead of direct mapping; much better...
2019-12-03 Steinar H.... Make the compression hash table a simple one-to-one...
2019-12-03 Steinar H.... More config tweaking to the compressor.
2019-12-03 Steinar H.... Move some complexity into find_match_length().
2019-12-03 Steinar H.... Yet more match tweaking. Up to 1550 kB free, although...
2019-12-03 Steinar H.... Add support for match chains to the fast compressor.
2019-12-03 Steinar H.... In the fast compressor, update the hash match table...
next