Commit 1f295eba authored by David Reid's avatar David Reid

Update extras.

parent efb1574a
...@@ -11698,6 +11698,7 @@ DRFLAC_API drflac_bool32 drflac_next_cuesheet_track(drflac_cuesheet_track_iterat ...@@ -11698,6 +11698,7 @@ DRFLAC_API drflac_bool32 drflac_next_cuesheet_track(drflac_cuesheet_track_iterat
REVISION HISTORY REVISION HISTORY
================ ================
v0.12.11 - TBD v0.12.11 - TBD
- Fix some pedantic warnings.
- Fix some undefined behaviour warnings. - Fix some undefined behaviour warnings.
v0.12.10 - 2020-04-10 v0.12.10 - 2020-04-10
......
/* /*
MP3 audio decoder. Choice of public domain or MIT-0. See license statements at the end of this file. MP3 audio decoder. Choice of public domain or MIT-0. See license statements at the end of this file.
dr_mp3 - v0.6.2 - 2020-04-10 dr_mp3 - v0.6.3 - 2020-04-13
David Reid - mackron@gmail.com David Reid - mackron@gmail.com
...@@ -4343,6 +4343,9 @@ counts rather than sample counts. ...@@ -4343,6 +4343,9 @@ counts rather than sample counts.
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.6.3 - 2020-04-13
- Fix some pedantic warnings.
v0.6.2 - 2020-04-10 v0.6.2 - 2020-04-10
- Fix a crash in drmp3_open_*_and_read_pcm_frames_*() if the output config object is NULL. - Fix a crash in drmp3_open_*_and_read_pcm_frames_*() if the output config object is NULL.
......
/* /*
WAV audio loader and writer. Choice of public domain or MIT-0. See license statements at the end of this file. WAV audio loader and writer. Choice of public domain or MIT-0. See license statements at the end of this file.
dr_wav - v0.12.0 - 2020-04-04 dr_wav - v0.12.1 - 2020-04-13
David Reid - mackron@gmail.com David Reid - mackron@gmail.com
...@@ -5734,6 +5734,9 @@ two different ways to initialize a drwav object. ...@@ -5734,6 +5734,9 @@ two different ways to initialize a drwav object.
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.12.1 - 2020-04-13
- Fix some pedantic warnings.
v0.12.0 - 2020-04-04 v0.12.0 - 2020-04-04
- API CHANGE: Add container and format parameters to the chunk callback. - API CHANGE: Add container and format parameters to the chunk callback.
- Minor documentation updates. - Minor documentation updates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment