]> git.sesse.net Git - nageru/history - resampling_queue.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / resampling_queue.cpp
2017-02-21 Steinar H. GundersonRemove an assert that no longer holds.
2017-02-12 Steinar H. GundersonIf we get a buffer underrun on resampling, reset the...
2017-02-11 Steinar H. GundersonFix an issue with the correction factor locking to...
2017-02-07 Steinar H. GundersonSmall optimization.
2017-02-06 Steinar H. GundersonOn first input, special-case too large queue, not just...
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2016-12-23 Steinar H. GundersonMake the resampling audio queue length adjustable with...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonSave another ~1% on the audio benchmark, by dealing...
2016-09-23 Steinar H. GundersonDo not use the timing of dropped frames as part of...
2016-08-28 Steinar H. GundersonFix another bug in ResamplingQueue::get_output_samples...
2016-08-13 Steinar H. GundersonIn ResamplingQueue::get_output_samples(), zero out...
2016-07-11 Steinar H. GundersonAdd some asserts that will trigger if a driver gives...
2016-05-09 Steinar H. GundersonFix an embarrassing messup with the new ResamplingQueue...
2016-05-08 Steinar H. GundersonFix a situation where first_output would never get...
2016-05-07 Steinar H. GundersonMake the audio resampler panic message slightly more...
2016-05-03 Steinar H. GundersonFix an issue where a ResamplingQueue could reach unboun...
2016-01-11 Steinar H. GundersonImprove GPLv3 compliance.
2015-11-22 Steinar H. GundersonFix an off-by-two that could lead to undefined samples...
2015-11-08 Steinar H. GundersonRename Resampler to ResamplingQueue, to avoid conflicts...