index
:
cubeb
384khz
aaudio-buffering
aaudio-by-default
aaudio-input-processing
aaudio-interpolation-and-latency
aaudio-reinit
aaudio-reset-params
aaudio-timeout-restart
android-fixes
buffer-count-opensl
const-fixes
crash-bluetooth
cubeb-log-atomic
cubeb_audio_client_3_CI
devchg_docs
firefox-100
fix-negative-latency
fix-negative-latency-aaudio
fix-tests
fix-warnings
get_max_req_size
higher-rate
master
no-exception-no-rtti
no-unlock
null-check
nullcheck-log
opensl-check-rv
opensl-float-conversion
opensl-record-return
opensl_asserts
processing-params
pulse-get-server-info-null
reclock
reclock-param
record-audio
register_cubeb_thread
resampler-rate-conversion-fix
resize-buf-aaudio
set-processing-params-none
test-multichannel
tsan-fixes
update-submodules
wasapi-no-direct-avrt
wasapi_render_loop_lifecycle
wasapi_render_loop_lifecycle_rebase
winmm-prefill
Cross platform audio library
mozilla
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cubeb_resampler.cpp
Age
Commit message (
Expand
)
Author
2022-03-08
Add a parameter to cubeb_resampler_create to enable reclocking
Paul Adenot
2021-07-28
Run .clang-format
Chun-Min Chang
2021-07-06
don't run resampler unless we have enough frames
Ryan Hileman
2020-10-20
Don't add initial delay to resamplers
Paul Adenot
2020-01-21
resampler: handle explicitly the case that input frames are less than output ...
Alex Chronopoulos
2019-12-12
Add passthrough resampler no-copy optimization (#560)
Jan
2018-07-17
Remove c-style cast in cubeb_resampler.cpp (#454)
Paul Adenot
2018-01-12
cubeb_resampler_speex: don't call data callback while draining (#398)
Karl Tomlinson
2017-10-03
Fix warning as errors.
Paul Adenot
2017-10-03
Implement some rudimentary underrun protection for duplex streams (#354)
Paul Adenot
2017-02-17
audiounit: additional fix for drift cases (#235)
Alex Chronopoulos
2017-02-15
Audiounit drift with c920 webcam (Bug 1329190) (#221)
Alex Chronopoulos
2017-02-06
Allow buffering some input when using a noop resampler, and rename it because...
Paul Adenot
2016-11-30
Delete double newlines.
Matthew Gregan
2016-10-12
Replace autotools build system with CMake.
Matthew Gregan
2016-09-29
Fix drift in WASAPI when having different output and input sample device rate...
Paul Adenot
2016-08-23
resampler: Fix unused parameter warning.
Matthew Gregan
2016-06-09
Merge pull request #112 from achronop/resampler-fixes
Paul Adenot
2016-06-09
Change in comment for clarity
Alex Chronopoulos
2016-06-09
Return unprocessed number of frames for input only
Alex Chronopoulos
2016-06-09
Return immediately if user callback return negative
Alex Chronopoulos
2016-06-07
wasapi,winmm: Fix various VS2015 analysis warnings.
Matthew Gregan
2016-03-24
Fix warning in cubeb_resampler.cpp by adding parenthesis.
Paul Adenot
2016-03-23
Return the number of consumed frames from the callback, in input-only mode.
Paul Adenot
2016-03-23
Fully remove the old resampler draining logic.
Paul Adenot
2016-03-23
Allow passing a valid pointer with a value of 0 in the resampler.
Paul Adenot
2016-03-18
Review comments: fix indent in cubeb_resampler.cpp.
Paul Adenot
2016-03-18
Rework how draining happens.
Paul Adenot
2016-03-09
Fix link error on test_resampler build.
Alex Chronopoulos
2016-03-07
Warning fix on MSVC 2013.
Paul Adenot
2016-03-07
Implement draining in resamplers.
Paul Adenot
2016-03-07
Make the noop_resampler work in output-only mode, by null-checking the pointers.
Paul Adenot
2016-02-17
Address review comments.
Paul Adenot
2016-02-06
Expose the new duplex resampler in the C API
Paul Adenot
2016-02-06
Make the resampler handle two opposite streams.
Paul Adenot
2016-02-06
Add a resampler that can synchronously resample audio.
Paul Adenot
2016-01-14
Fix formatting in cubeb_resampler.cpp
Paul Adenot
2016-01-13
Preparatory work for the input and duplex code
Paul Adenot
2014-12-15
wasapi: build fix - include correct files for resampler.
Matthew Gregan
2014-12-15
strip unnecessary +x from some files.
Matthew Gregan
2014-09-19
Brought in missing files from the Mozilla version
Austin Hicks