1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
reuk 0238561156
AndroidDocument: Make input stream more robust
Previously, input streams created by AndroidDocument instances did not
implement setPosition, so they were not useful for reading some file
formats, such as WAV.

Due to limitations of the Java InputStream interface, seeking backwards
in a stream requires creating a whole new stream and seeking from the
beginning, so it could be quite slow.
2022-08-04 22:51:16 +01:00
..
juce_analytics Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_audio_basics Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_audio_devices Mac Catalyst: Fix compilation issues 2022-08-02 10:00:12 +01:00
juce_audio_formats FLAC/OGG: Fix a bug in buffered reads 2022-07-14 15:24:40 +01:00
juce_audio_plugin_client VST3 Client: Fix setComponentState() threading on Linux 2022-07-14 19:18:27 +00:00
juce_audio_processors Linux: Enable ARA compilation 2022-08-03 13:06:55 +00:00
juce_audio_utils Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_box2d Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_core AndroidDocument: Make input stream more robust 2022-08-04 22:51:16 +01:00
juce_cryptography Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_data_structures ValueTree: Add early exit when copying a ValueTree to itself 2022-08-02 10:14:29 +01:00
juce_dsp DSP: make multiplyWithWindowingTable const 2022-08-02 09:16:22 +01:00
juce_events Eliminate all usages of JUCE_STANDALONE_APPLICATION in the modules 2022-08-03 13:06:55 +00:00
juce_graphics Colours: Support grey/gray spelling for HTML and SVG compatibility 2022-07-18 18:55:10 +02:00
juce_gui_basics Android: Fix crashes on startup for devices with older API levels 2022-08-04 22:51:16 +01:00
juce_gui_extra Eliminate all usages of JUCE_STANDALONE_APPLICATION in the modules 2022-08-03 13:06:55 +00:00
juce_opengl Matrix3D: Fixed an ordering bug in the multiplication operator 2022-07-28 21:31:47 +01:00
juce_osc Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
juce_product_unlocking InAppPurchases: Add generated bytecode for Android implementation 2022-07-29 18:54:50 +01:00
juce_video Bump version number to 7.0.1 2022-07-04 15:07:43 +01:00
CMakeLists.txt Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00