This commit is contained in:
Wengier
2020-10-27 14:28:12 -04:00
parent a5ff5c232f
commit 912ec8502b
10 changed files with 11 additions and 10 deletions

View File

@@ -43,7 +43,8 @@
free disk size will also change relative to the
change of the free disk size ever since. (Wengier)
- Added support for OPUS CD tracks by porting and
cleaning up the code from other projects. (Wengier)
cleaning up the source code from other projects.
Many thanks to Marty Shepard and kcgen. (Wengier)
- Support for FluidSynth MIDI Synthesizer is now
included in the MinGW builds by default just like
Visual Studio builds. Set "mididevice=fluidsynth"

View File

@@ -27,7 +27,7 @@ A list of features ported from DOSBox SVN Daum:
A list of features ported from DOSBox ECE:
* Support for FLAC, MP3, WAV and Vorbis CD-DA tracks
* Support for FLAC, MP3, WAV, OGG Vorbis and OPUS CD-DA tracks (with some decoders ported and cleaned up from DOSBox Staging and DOSBox Optionals by Wengier)
* Support for mapping mouse buttons to keyboard
* Improved support for 3dfx emulation (Glide wrapper and improved internal card emulation; both improved since then by Wengier)
* Improved support for FluidSynth MIDI synthesizer

View File

@@ -63,7 +63,7 @@ Although based on the DOSBox project, DOSBox-X is now a separate project because
* Support for 3dfx Voodoo chip and Glide emulation
* Support for cue sheets with FLAC, MP3, WAV, OGG and OPUS CD-DA tracks
* Support for cue sheets with FLAC, MP3, WAV, OGG Vorbis and OPUS CD-DA tracks
* Support for FluidSynth MIDI synthesizer and Innovation SSI-2001 emulation

View File

@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
* Copyright (C) 2020-2020 The dosbox-staging team
* Copyright (C) 2020-2020 The DOSBox Staging Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
* Copyright (C) 2020-2020 The dosbox-staging team
* Copyright (C) 2020-2020 The DOSBox Staging Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@@ -55,7 +55,7 @@
* - archive: https://github.com/voidah/archive, by Arthur Ouellet
* - xxHash: http://cyan4973.github.io/xxHash, by Yann Collet
*
* Copyright (C) 2020 The dosbox-staging team
* Copyright (C) 2020 The DOSBox Staging Team
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -9,7 +9,7 @@
* - archive: https://github.com/voidah/archive, by Arthur Ouellet
* - xxHash: http://cyan4973.github.io/xxHash, by Yann Collet
*
* Copyright (C) 2020 The dosbox-staging team
* Copyright (C) 2020 The DOSBox Staging Team
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -69,7 +69,7 @@ const Sound_DecoderFunctions __Sound_DecoderFunctions_OPUS =
extensions_opus,
"Ogg Opus audio using libopusfile",
"Kevin R Croft <krcroft@gmail.com>",
"https://www.opus-codec.org/"
"The DOSBox-X project"
},
opus_init, /* init() method */

View File

@@ -5,7 +5,7 @@
* - STB: https://github.com/nothings/stb (source)
* - STB: https://twitter.com/nothings (website/author info)
*
* Copyright (C) 2018-2020 The dosbox-staging team
* Copyright (C) 2018-2020 The DOSBox Staging Team
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -6,7 +6,7 @@
* - dr_libs: https://github.com/mackron/dr_libs (source)
* - dr_wav: http://mackron.github.io/dr_wav.html (website)
*
* Copyright (C) 2020 The dosbox-staging team
* Copyright (C) 2020 The DOSBox Staging Team
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
*