This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
Releases: wieslawsoltes/wavtoac3encoder
Releases · wieslawsoltes/wavtoac3encoder
WAV to AC3 Encoder 8.0
Changes
- Added command-line version.
- Added virtual files list support.
- Added support for file wildcard.
- Added new presets.
- Added logging support.
- Reduced the size of an executable.
- Removed default config files.
- Add default language on startup.
- Add default engines on startup.
- Save only non default preset options.
- Removed global config state.
- Added default strings map.
- Refactored configuration data structures.
- Use std::thread for worker thread.
- Changed engines file format.
- Removed engines config from preset.
WAV to AC3 Encoder 7.1
Changes
- Use std::wstring instead of CString.
- Added separate core project.
WAV to AC3 Encoder 7.0
Changes
- Added default configuration files to installer version.
- Added default configuration files to portable version.
- Added support for loading language files from relative path to settings folder.
- Added portable mode to installer.
- Fixed encoder error when running for the second time.
- Refactored encoder worker thread as class.
- Refactored encoder worker thread error handling.
- Use nullptr instead of NULL macro.
- Use class instead of typedef for lists.
- Refactored Aften api code.
- Removed unused code and comments.
- Added Avisynth 5.1+LFE preset.
- Fixed browse dialog title.
- Changed language files encoding to UTF-8.
- Changed configuration files encoding to UTF-8.
WAV to AC3 Encoder 6.0
Changes
- Added dynamic layout for dialogs.
- Updated project to Visual Studio 2017.
WAV to AC3 Encoder 5.5
Changes
- Updated project to Visual Studio 2015.
WAV to AC3 Encoder 5.4
Changes
- Added support for single channel multi-mono input.
- Added German and Japanese language.