]> git.sesse.net Git - c64tapwav/shortlog
c64tapwav
2015-03-12 Steinar H.... Yet more fixes for old ffmpeg.
2015-03-12 Steinar H.... More compatibility fixes for older ffmpeg.
2015-03-12 Steinar H.... Add some missing #includes.
2015-03-12 Steinar H.... Add a license.
2015-03-12 Steinar H.... Add an RC highpass filter, which seemingly does a good...
2015-03-12 Steinar H.... Split the filter code into a class.
2015-03-12 Steinar H.... When training, K-means to find the more-or-less ideal...
2015-03-12 Steinar H.... Remove old comment.
2015-03-11 Steinar H.... Make leveler minimum level configurable, since it is...
2015-03-11 Steinar H.... Fix long option for -A (--output-leveled).
2015-03-11 Steinar H.... Add SPSA-based automatic filter training.
2015-03-11 Steinar H.... Integrate the leveler into decode.
2015-03-11 Steinar H.... Factor out cycles.plot writing.
2015-03-11 Steinar H.... Add support for decoding only parts of the sample.
2015-03-11 Steinar H.... Add a --quiet option.
2015-03-11 Steinar H.... Move detect_pulses into its own function.
2015-03-11 Steinar H.... Add support for filtering the waveform before detection.
2015-03-11 Steinar H.... Add some quasi-useful options.
2015-03-11 Steinar H.... Fix HYSTERESIS_LIMIT being on the wrong scale.
2015-03-11 Steinar H.... Factor TAP writing out into its own file.
2015-03-09 Steinar H.... Use float samples internally.
2015-03-06 Steinar H.... Use -fno-math-errno instead of -ffast-math, as the...
2015-03-05 Steinar H.... Add some heuristics to deal with shorter initial sync...
2015-03-05 Steinar H.... Support any sample rate, not only 44100 Hz.
2015-03-05 Steinar H.... Use ffmpeg to read audio files, instead of assuming...
2015-03-05 Steinar H.... Fix some compatibility issues in level.cpp, and possibl...
2015-03-01 Steinar H.... Store only the right-hand side of the Lanczos table...
2013-05-10 Steinar H.... A ton of tweaks to the cleaner (too many to mention...
2013-05-08 Steinar H.... Add a Viterbi cleaner.
2013-05-07 Steinar H.... Move the tap_hdr definition into a separate header...
2013-05-05 Steinar H.... Add a simple leveller/compressor.
2013-05-05 Steinar H.... Make the syncer slightly less memory-hungry.
2013-05-05 Steinar H.... Preallocate aligned_pcm and mono_pcm.
2013-05-04 Steinar H.... Remove an unused #include.
2013-05-04 Steinar H.... Fix interpolation (it was broken after inversion).
2013-05-04 Steinar H.... Add table-based lookups for the Lanczos interpolation...
2013-05-04 Steinar H.... Make a debug.raw with detected pulses.
2013-05-04 Steinar H.... Trigger on down-flanks instead of up-flanks.
2013-05-04 Steinar H.... Small display fix.
2013-05-04 Steinar H.... Clean up interpolation a bit.
2013-05-04 Steinar H.... Fix sync pulse reference length.
2013-05-04 Steinar H.... Add a program to sync up two stereo channels.
2013-05-04 Steinar H.... Much better hysteresis code.
2013-05-04 Steinar H.... Output a cycle plot, for debugging of errors.
2013-05-03 Steinar H.... Fix some warnings.
2013-05-03 Steinar H.... Makefile tweaks.
2013-05-03 Steinar H.... Add a Makefile rule for decode.
2013-05-03 Steinar H.... Split the synth part into a library, with a Makefile.
2013-05-03 Steinar H.... Switch to linear interpolation by default.
2013-05-03 Steinar H.... Rename decode.c to decode.cpp.
2013-05-03 Steinar H.... Some parametrization.
2013-05-02 Steinar H.... Output TAP files, and do some more tests.
2013-05-02 Steinar H.... Add calibration support.
2013-05-02 Steinar H.... Support arbitrary lengths when decoding.
2013-05-02 Steinar H.... Add some hysteresis to get rid of the worst noise.
2012-09-17 Steinar H.... Add a high-pass filter to get rid of the DC offset.
2012-09-17 Steinar H.... Switch the default LPF to 22 kHz.
2012-09-17 Steinar H.... Initial checkin.