Manually adding changes submitted to ITA toolbox
Adding BRAS URL and some fixes on metadata
Minor improvements to handle metadata and dirac example generation
WIP fixing balloon plot of viewer app
Adding normalization and max val scaling for BRAS Genelec 8020 directivits
Adding BRAS functions to generate DAFF files from measurement data
Typo fix
Merge branch 'develop' of ssh://git.code.sf.net/p/opendaff/git into develop
Adding a unique tolerance for determining the number of available angles in itaHRTF converter
minor changes, updating DAFF convenience class from ITA toolbox (found updates)
The visibility of intentionally protected methods in the SGNode class has been changed to public (for more restrictive gcc?). This implies that users who use the class in their code have extended access to methods that may break the internal state & functionality. Because of almost no real danger due to this very unlikely case request has been accepted, but everyone digging that deep into the OpenDAFF visualization classes should be aware of this.
Fixed some minor issues in code and CMake config to allow builds on POSIX
Removing unused and outcommented include to VTK AVI writer
Fixed some minor issues in code and CMake config to allow builds on POSIX
Fixing little CMake config problem for new CMake 3.12 version
Adding git ignore file
fwe: Reorganized project structure with trunk, tags, branches layout.
fwefers: Reorganized project structure with trunk, tags, branches layout.
fwefers: Fixed mistakes in some examples.
fwefers: Fixed mistakes in some examples.
fwefers: Added missing implementation for "getCellRecords" to the Matlab Extension
vorwerk: 2 bugfixes in indexing of frequencies and MS-coefficients (copied from dev-branch)
fwefers: Forked main development branch 'branches/dev'
vorwerk: extended the DAFFReaderImpl to read a vector of DAFFMetadata instances
vorwerk: completed changes to DAFFReaderImpl for reading Metadata per record, extended daff_write.m to write metadata per record
vorwerk: added bMetadataEmpty argument to getRecordMetadata, small fixes
vorwerk: added phase spectrum content type to libdaff and dafftool. TODO: add to daff_write.m
vorwerk: fixed a major bug in daff_write.m: data for north and south pole should only be written once;
vorwerk: bugfix: using more than one channel with metadata works now. see another_test.m
vorwerk: added main-metadata to output of DAFFTool DUMP command
fwefers: Added content interfaces DAFFContentMPS and DAFFContentDFT
fwefers: Added extensions for new datatypes
vorwerk: further implementation of the new content types TODO: dafftoll & daff_write.m
vorwerk:
vorwerk: further implementation of new content types (dafftool and daff_write.m), still untested
vorwerk: bugfix
vorwerk: bugfix in daff_write.m regarding writing complex data to file;
vorwerk: bugfix: daff_write.m did not properly write the IR record descriptors for multichannel data
vorwerk: bug in daffmex, wrong return parameters in getMetadata
vorwerk: added function getNearestNeighbourIndex to DAFFMEX
vorwerk: vorwerk: changed interface for metadata per record: now you should return one metadata-object per call of datafunction (fileformat untouched, there it is per record -> per channel)
fwefers: Fixed a small bug with wrongly written quantization types for other content than IR. This way just a display error and did not affect the data input and output.
fwefers: Corrected missing 2500 Hz frequency within third-octave MS examples.
vorwerk: new writer and reader test added
vorwerk: writer and reader test extended
stienen: started implementing DFTSpectrum for DAFFViewer
ststienen: started implementing DFTSpectrum for DirectivityPlot
stienen: unity sphere example added, daff_write prints more info for DFT Spectrum content type
dafftool now builds on linux platforms
vorwerk: documentation
fwefers: Implemented 'quiet' option.
fwefers: Added some generators and test for verification of the correctness of coordinate transforms.
vorwerk: vcproj files updated.
fwefers: Added missing preprocessor declaration for DLL builds
fwefers: Solved mistake with double resource deallocation.
vorwerk: merge from dev-branch
vorwerk: FIX: daffmex matlab indexing
fwefers: Added a static linking exception to the LGPL license of OpenDAFF. This allows you to also statically link OpenDAFF to your application, without the need to distribute the application under the terms of the GPL/LGPL.
Merging in progress: Updated 3rdParty. Update to newer FXVTK2.
Merging in progress: Updated Matlab bindings.
Merging in progress: Updated documentation. Changed to CMake. Still work in progress. Minor errors.
Merging in progress: Updated project files. Removed support for VS 2008. Added support for VS 2010.
Merging in progress: Migrated newer source code.
Merging in progress: Added CMake files.
Merging in progress: Added CMake files.
Merging in progress: Updated CMake files.
Merging in progress: Updated CMake files.
Merging in progress: Updated CMake files.
Merging in progress: Updated CMake files.
Merging in progress: Updated CMake files.
fwefers: Fix in FindFFTW CMake module. Windows and Linux are different worlds... Libraries have different names. Working on Posix again.
upd: new method for directly adding IR content to a given buffer via record request (instead of a copy of all samples). For higher performance of code with extensive calls to the record getters of a DAFF file. Also added sample type conversions for add operators with float target. With kind support from spe, cheers.
upd: handing in low level sample type converter that directly add the value to an existing sample.
add: DAFFViz library (visualization of DAFF content using VTK, uses C++11 mutex)
upd: refactoring and re-designing code and header (simplification)
add: README file with installation guides for Linux and Windows (using CMake)
upd: Linux compatibility, removed unsafe fopen warning for MSVC
upd: Linux compatibility, removed unsafe fopen warning for MSVC
add: more tests including Qt test app that can be generated with CMake (requires Qt libraries)
add: Qt VTK renderer window test
upd: README.md now has installation guidelines for building with CMake
upd: modified and re-added matlab binding
rme: removed utils folder, see apps folder for the OpenDAFF applications
upd: progress on DAFFViewer build structure using Qt and VTK
upd: including documentation generation into CMake build process using Doxygen
upd: more CMake build process fixes for tests and documentation
upd: test build env tweaks for Visual Studio (including PATH environment to VTK and Qt)
upd: starting general documentation of OpenDAFF using Doxygen and improving existing API documentation
upd: more documentation and fix to have a compile clean DAFFViewer (currently under development)
upd: handing in missing main.cpp of daff viewer, added CMakeLists for Matlab binding (in progress)
upd: doxystyle documentation for DAFF library.
upd: substituting UTF-8 degree sign with HTML name '°' for a clean export to html documentation representation
upd: fixing typos in comments
upd: doxyfying more interfaces in DAFFViz lib
upd: adding FindMatlab.cmake configuration file
add: README files for matlab binding and matlab executable
upd: DAFFViz interface changes (less useless const definitions)
upd: cleaning up matlab scripts