aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_resampler.cpp
AgeCommit message (Expand)Author
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2021-07-28Run .clang-formatChun-Min Chang
2021-07-06don't run resampler unless we have enough framesRyan Hileman
2020-10-20Don't add initial delay to resamplersPaul Adenot
2020-01-21resampler: handle explicitly the case that input frames are less than output ...Alex Chronopoulos
2019-12-12Add passthrough resampler no-copy optimization (#560)Jan
2018-07-17Remove c-style cast in cubeb_resampler.cpp (#454)Paul Adenot
2018-01-12cubeb_resampler_speex: don't call data callback while draining (#398)Karl Tomlinson
2017-10-03Fix warning as errors.Paul Adenot
2017-10-03Implement some rudimentary underrun protection for duplex streams (#354)Paul Adenot
2017-02-17audiounit: additional fix for drift cases (#235)Alex Chronopoulos
2017-02-15Audiounit drift with c920 webcam (Bug 1329190) (#221)Alex Chronopoulos
2017-02-06Allow buffering some input when using a noop resampler, and rename it because...Paul Adenot
2016-11-30Delete double newlines.Matthew Gregan
2016-10-12Replace autotools build system with CMake.Matthew Gregan
2016-09-29Fix drift in WASAPI when having different output and input sample device rate...Paul Adenot
2016-08-23resampler: Fix unused parameter warning.Matthew Gregan
2016-06-09Merge pull request #112 from achronop/resampler-fixesPaul Adenot
2016-06-09Change in comment for clarityAlex Chronopoulos
2016-06-09Return unprocessed number of frames for input onlyAlex Chronopoulos
2016-06-09Return immediately if user callback return negativeAlex Chronopoulos
2016-06-07wasapi,winmm: Fix various VS2015 analysis warnings.Matthew Gregan
2016-03-24Fix warning in cubeb_resampler.cpp by adding parenthesis.Paul Adenot
2016-03-23Return the number of consumed frames from the callback, in input-only mode.Paul Adenot
2016-03-23Fully remove the old resampler draining logic.Paul Adenot
2016-03-23Allow passing a valid pointer with a value of 0 in the resampler.Paul Adenot
2016-03-18Review comments: fix indent in cubeb_resampler.cpp.Paul Adenot
2016-03-18Rework how draining happens.Paul Adenot
2016-03-09Fix link error on test_resampler build.Alex Chronopoulos
2016-03-07Warning fix on MSVC 2013.Paul Adenot
2016-03-07Implement draining in resamplers.Paul Adenot
2016-03-07Make the noop_resampler work in output-only mode, by null-checking the pointers.Paul Adenot
2016-02-17Address review comments.Paul Adenot
2016-02-06Expose the new duplex resampler in the C APIPaul Adenot
2016-02-06Make the resampler handle two opposite streams.Paul Adenot
2016-02-06Add a resampler that can synchronously resample audio.Paul Adenot
2016-01-14Fix formatting in cubeb_resampler.cppPaul Adenot
2016-01-13Preparatory work for the input and duplex codePaul Adenot
2014-12-15wasapi: build fix - include correct files for resampler.Matthew Gregan
2014-12-15strip unnecessary +x from some files.Matthew Gregan
2014-09-19Brought in missing files from the Mozilla versionAustin Hicks