valib

log

age author description
3 months valex BassRedir: freq parameter type changed to int (it is int everywhere else)default tip
3 months valex Bass redirection: high-pass filter option removed. Bass gain is now controlled by output gains.
4 months valex Some IIR arrangements
4 months valex IIR base classes, Bass redirection using IIR filters.
5 months valex CacheFilter: get_samples() bug introduced in rev ba4e3bfb59bb
5 months valex BassRedir options added: gain, high-pass, bass channels.
5 months valex * db2value bug: correct operator precendence
5 months valex Correctly copy matrix_t structure
5 months valex Several Speakers module enhancements
5 months valex Conversion between WAVEFORMATEX and Speakers works with 8 channels
5 months valex 8 channels support
5 months valex More channel names introduced for 7.1 support
5 months valex WAVSink: Use WAVE_FORMAT_EXTENSIBLE for multichannel formats
5 months valex WAVSource: very stupid bug..
7 months valex Added tag ac3filter_1_63b for changeset 9d02662cb734
7 months valex Added tag audition_0_2a for changeset 85d982c64a28ac3filter_1_63b
7 months valex Reorder PCM->Linear conversionaudition_0_2a
7 months valex Added tag tools_0_3b for changeset 5b741a7ec8b5
7 months valex Added tag ac3file_0_7b for changeset 83a4d5f1985atools_0_3b
7 months valex WAVSource: release buildac3file_0_7b
7 months valex Test: avoid warnings
7 months valex WAVSource: make use of ds64 chunk
7 months valex Generator: stream length type changed to uint64_t
7 months valex WAVSink: RF64 format support
7 months valex Generator: large stream length support (64bit)
7 months valex Merge heads
7 months valex AC3 decoding bug fixed (GID 1)
7 months valex Added tag ac3filter_1_62b for changeset b6d49668b74c
8 months valex .hgignore addedac3filter_1_62b
8 months convert-repo update tags
8 months valex * AudioProcessor: simplify the ditheing options...
8 months valex * AudioProcessor: split dithering modes
8 months valex Define NDEBUG for Release builds (turns asserts off)
8 months valex MPAParser: CRC check (Layer 1 and 2)
8 months valex * Test script updated
8 months valex *CRC: use pointers to constant buffers
8 months valex * Filters class diagram added
8 months valex Convolver bug fixed
8 months valex * Compiled on VC6
8 months valex * WAVSource: RF64 support
8 months valex * FileParser: show hours
8 months valex BIG UPDATE: AutoFile: large file support
8 months valex * AudioProcessor: dithering property
8 months valex * BIG UPDATE: use completely different PCM conversion method, see convert_func.cpp for details.
8 months valex Run any compiled test
8 months valex * BIG update: remove direct use of format-dependent level. Use Speakers default level instead.
8 months valex * AudioProcessor: dither_level(): directly exclude floating-point output from dithering, dither on sample format degrade
8 months valex * AGC: do not window the first block
8 months valex * Speakers: fixed wrong level for 16bit PCM
8 months valex * Reinit the filter on format change
9 months valex * LPCM 20bit format added
9 months valex FORMAT_CLASS_COMPRESSED updated
9 months valex * Incorrect decoding of 20/24bit lpcm. Now 24bit lpcm is fixed and 20bit lpcm is decoded in 16bit only.
9 months valex LPCM20 bit and LPCM24bit support
9 months valex * mt2spk(): Avoid connection to MPEG Video
9 months valex * BUG: incorrect mask in sample_size() function
9 months valex * PCM double format support (test passed)
9 months valex * Converter: increase partial sample buf to hold double samples
9 months valex * PCM double format support (test passed)
9 months valex * New Converter implementation (test passed). MUCH shorter.