|  hogliux | 6559b3e185 | Fixed multiple harmless warnings in Android builds | 8 years ago | 
				
					
						|  hogliux | 2da1bc5f41 | Replace include guards with "#pragma once" | 8 years ago | 
				
					
						|  hogliux | e0aff606a8 | Bump version number to 4.3.1 | 8 years ago | 
				
					
						|  ed | e75128a878 | Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream | 9 years ago | 
				
					
						|  hogliux | 61fd2a339d | Fixed a MSVC 2015 warning in mp3 audio decoder | 9 years ago | 
				
					
						|  hogliux | 363ceb08cf | Bump version number to 4.3.0 | 9 years ago | 
				
					
						|  hogliux | 1fcae3675c | Changed flac writer to respect the current stream position when writing the flac header | 9 years ago | 
				
					
						|  jules | 14957e7c99 | Avoided some FLAC debug output being printed if your app defines the DEBUG macro | 9 years ago | 
				
					
						|  hogliux | 4eb89336f9 | Bump version number to 4.2.4 | 9 years ago | 
				
					
						|  tpoole | c23e95d4b6 | Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs | 9 years ago | 
				
					
						|  hogliux | 630ab88f8b | Version number update | 9 years ago | 
				
					
						|  jules | ec40f0940c | Updated version numbers in modules, and resaved example projects | 9 years ago | 
				
					
						|  hogliux | cf39ad4b02 | Fix multiple compile errors on older gcc versions | 9 years ago | 
				
					
						|  jules | f5324afd8b | Added some defenses against parsing corrupted metadata blocks in WAV files | 9 years ago | 
				
					
						|  jules | 51889049c4 | Avoided a conversion warning | 9 years ago | 
				
					
						|  jules | a0795e8dc0 | Avoided an overflow in some extreme edge-case uses of WAVAudioFormat | 9 years ago | 
				
					
						|  jules | 49a7ca4d82 | Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings | 9 years ago | 
				
					
						|  jules | 0b3a11ee07 | Updated version number to 4.2.1 | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago | 
				
					
						|  jules | 4a581da6c5 | Updated the version number used internally by FLAC | 9 years ago | 
				
					
						|  jules | 0f2c1f74c8 | Added a check in WindowsMediaAudioFormat to handle reading beyond the end of a file | 9 years ago | 
				
					
						|  Timur Doumler | dafbb8f0bc | Fixed warning in juce_WavAudioFormat.cpp due to narrowing integer conversion. | 9 years ago | 
				
					
						|  jules | c4cdec7bd9 | Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata | 9 years ago | 
				
					
						|  jules | b3f4be1646 | Introjucer: Slight improvement to --fix-broken-include-paths | 9 years ago | 
				
					
						|  jules | b5907fa90d | Normalised some divider comments | 9 years ago | 
				
					
						|  jules | 08b853ee35 | Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public | 9 years ago | 
				
					
						|  jules | 66793fc09b | Removed a few more carbon workaround macros | 9 years ago | 
				
					
						|  jules | bb1b362162 | Added support for getting metadata from .caf files in the CoreAudioFormat class | 9 years ago | 
				
					
						|  Timur Doumler | 5ada47aa6f | Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. | 9 years ago | 
				
					
						|  jules | 420f85bc5f | Fixed a typo in MP3AudioFormat | 9 years ago | 
				
					
						|  jules | 3b881401f1 | Added some null pointer checks to createWriterFor methods | 9 years ago | 
				
					
						|  jules | 923e8fabdb | Removed some unnecessary includes of AppConfig.h | 9 years ago | 
				
					
						|  jules | c95253fad0 | Cleaned out some old amalgamated build references. | 9 years ago | 
				
					
						|  jules | 4583fa3fbf | Used the ignoreUnused() function to tidy up some old code | 9 years ago | 
				
					
						|  jules | 218a8149af | Fixed several bugs in the AudioDeviceManager::playSound() mechanism that could cause feedback and other problems | 10 years ago | 
				
					
						|  jules | ae712c72d8 | Cleaned up a few String::empty uses | 10 years ago | 
				
					
						|  jules | 19d0c71050 | Version number update | 10 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | 428c8a79a5 | Version number update | 10 years ago | 
				
					
						|  jules | c35ed85677 | Version number update | 10 years ago | 
				
					
						|  jules | b0ca1c40ca | Whitespace tidying | 10 years ago | 
				
					
						|  jules | 663eca60ad | In AIFF and WAV memory-mapped readers, avoided assertions when getting max levels beyond the ends of the file | 10 years ago | 
				
					
						|  jules | f6735c8270 | Workaround for handling WAV files with broken RIFF chunks. | 10 years ago | 
				
					
						|  jules | 1d6e77a4d8 | Fix for a possible array overflow in the AIFF reader | 10 years ago | 
				
					
						|  jules | c562cfc3cc | Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU | 10 years ago | 
				
					
						|  jules | 12447ba38f | Version 4.0.1 | 10 years ago | 
				
					
						|  jules | 310c657d5e | Added metadata accessors to the WavAudioFormat class for INFO chunk properties. | 10 years ago | 
				
					
						|  jules | e5b9642260 | Fixed a typo in the mp3 decoder that was causing artifacts. | 10 years ago | 
				
					
						|  jules | 614a77fc0d | Spelling fix | 10 years ago | 
				
					
						|  hogliux | c17c4ec43b | Fix Android build errors in libpng and libflac | 10 years ago |