valib

log

age author description
8 months ago valex New IIRCrossover; BassRedir: use new crossover filter.default tip
8 months ago valex FilterGraph::reset(): bug fixed do rebuild on do_rebuild state
8 months ago valex Despdifer::raw_header_info()
8 months ago valex FrameSplitter::stream_info(); ParserFilter::header_info(); ParserFilter::stream_info()
9 months ago valex out = level * drc_gain + master instead of out out = (level + master) * drc_gain
9 months ago valex typo
9 months ago valex Filter: doc updated
9 months ago valex DSoundSink::open(): member name conflict resolved (cannot call Sink::open()).
10 months ago valex BassRedir::get_level() - monitor bass redirection level.
10 months ago valex Migration to EOL Extension
10 months ago valex BassRedir: commented and tested.
10 months ago valex Parser info
10 months ago valex FilterWrapper: show wrapped filter name
10 months ago valex AAC speaker configurations added: 5.0 (back) and 5.1 (back)
10 months ago valex 64bit ffmpeg added.
10 months ago valex EAC3 support added
10 months ago valex ffmpeg added
10 months ago valex Avoid unnessesary decoder reopen.
10 months ago valex AACParser: do not drop the first frame. Complete decoder reopen on reset().
10 months ago valex SliceFitler: interface updated. New SliceFilter test
10 months ago valex test suite: compare() function bug - do not use output chunk when Source::process() returns false
10 months ago valex SyncHelper: drop more than one timestamp from the queue on drop()
10 months ago valex Filter: documentation
10 months ago valex SPDIFParser/SPDIFWrapper: several files tested.
10 months ago valex NoiseGen: init construction did not initialize seed field.
11 months ago valex AACParser test: add streams/frames test
11 months ago valex ADTSParser: info() implemented. test added
11 months ago valex ADTSHeader: 1024 samples/frame
11 months ago valex test_first_timestamp3 test added
11 months ago valex Chunk::drop_rawdata(0) does not check rawdata pointer.
11 months ago valex Filter timing test passed
11 months ago valex FrameSplitter: passes new timing test
11 months ago valex Converter: avoid jitter
11 months ago valex Timing test: buffering mode filter test added (fails)
11 months ago valex Dejitter: log time in ms
11 months ago valex Revert 6d333665f120 changeset: breaks AudioProcessor
11 months ago valex spdifable_header converted to function to prevent static initialization order problem.
11 months ago valex SPDIFParser test: SPDIF/PaddedDTS test added
11 months ago valex MPAHeader: MPEG2/LSF Layer3 frame has 72 slots
11 months ago valex Resample: use xxx_samples() functions instead of memcpy/memmove/memset
11 months ago valex Resample: Use automatic buffers instead of raw pointers.
11 months ago valex Resamlpe: do not open the filter without destination sample rate set.
11 months ago valex Resample test
11 months ago valex FilterChain: init constructor added
11 months ago valex Skip some tests for some filters.
11 months ago valex Resample: find the first timestamp more precicely.
11 months ago valex filter_timing: most parsers pass this test
11 months ago valex Dejitter: avoid positive feedback.
11 months ago valex Doxyfile: do not generate 'referenced by' and 'references' lists.
11 months ago valex Syncer renamed to Dejitter; min_stat_size limits minimum usable stat size.
11 months ago valex Dejitter: bugs fixed, test added.
11 months ago valex RNG: get_double() and get_bool() functions.
11 months ago valex Cache: grab correct timestamp
11 months ago valex Levels: grab correct timestamp
11 months ago valex AGC: use SyncHelper; pass filter_timing test
11 months ago valex SyncHelper: new algorithm; pass filter_timing test
11 months ago valex ADTSParser test added
11 months ago valex new test: filter_timing (fails)
11 months ago valex filter_stress test updated: AudioDecoder test added; Detector in PCM mode added;
11 months ago valex AutoFile: file size type test added (see bug fixed at revision a79b86daa62d)