[Archiv] Updates aktueller Plugins und Audio-Decoder

Begonnen von wallawalla, 10. Juli 2006, 16:20:19

Vorheriges Thema - Nächstes Thema

grimes

Waveform Seekbar 0.2.37 (foo_wave_seekbar) Updater
2013-05-13

Zitat
0.2.37 (2013/05/13)
Moved playback notifications out of individual elements, will have less overhead if using more than one waveform seekbar.
Implemented the popular request to clear out waveforms for forbidden and unscannable tracks and streams.
Removed pre-emptive scanning of the next track for now.

Zitat
Requires the Visual Studio 2012 Update 1 (x86) runtime and optionally the DirectX June 2010 runtime.

Die VS 2012 runtime kann hier downgeloaded werden:

https://www.microsoft.com/de-de/download/details.aspx?id=30679

tedgo

Waveform Seekbar 0.2.38 (foo_wave_seekbar) Updater
2013-05-19

Zitat
* Ensure that replaygain data is updated for the frontends on track change.

Zitat
Requires the Visual Studio 2012 Update 1 (x86) runtime and optionally the DirectX June 2010 runtime.

Die VS 2012 runtime kann hier downgeloaded werden:

https://www.microsoft.com/de-de/download/details.aspx?id=30679

tedgo

vgmstream decoder r1004.2 (foo_input_vgmstream) Updater
2013-05-27

Zitat
r1004.1: Fixed crashing on paths longer than 259 characters.
r1004.2: Fixed it for real this time, paths should work up to 32767 characters, after which errors will occur, but not crashes.


grimes

#664
Waveform Seekbar 0.2.39.3 (foo_wave_seekbar) Updater
2013-06-10

Zitat
0.2.39.3 (2013/06/10)
Mixdown results now includes LFE channel with a 0.5 scale factor.
Remove stray debug messages about UI element instantiation.
0.2.39 (2013/06/08)
Return correct duration for very short tracks.
Bundle VC11 runtime with component for now.
Load cache data and frontend modules off-thread during startup.
Avoid repeated re-initializations of UI panel, thanks to Columns UI being stupid.

Zitat
Requires the Visual Studio 2012 Update 1 (x86) runtime and optionally the DirectX June 2010 runtime.

Die VS 2012 runtime kann hier downgeloaded werden:

https://www.microsoft.com/de-de/download/details.aspx?id=30679


(Anmerkung: Auf zaos homepage gibt es keinen Hinweis mehr auf die VS 2012 runtime. Sollte die Bibliothek nicht mehr nötig sein, bitte ich um einen Hinweis.)

grimes


grimes

#666
TAK Decoder 0.4.7 (foo_input_tak) Updater
2013-06-21

Zitat
* updated to a stable version and bundled with the new TAK library
* Bundled with tak_deco_lib.dll 2.3.0.

grimes

Waveform Seekbar 0.2.40 (foo_wave_seekbar) Updater
2013-07-04

Zitat
0.2.40 (2013/07/04)

Build with Visual Studio 2013 and Boost 1.54.0.
Replace most of the Boost usage with (supposedly) equivalent standard library parts. Functionality should remain the same. Report things that surprise you.
Optimize GDI frontend, only redraw changed sections of the window contents.
Be more resilient against non-fatal database corruption.
Do less work when not playing.


tedgo

vgmstream decoder r1004-19-g8ebecb4, (foo_input_vgmstream) Updater
2013-07-05

Zitat
* Calculate start offset from data length field
* Fixed divide by zero error in weird loop cases