shithub: libsamplerate

RSS feed

06a021bb – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/16 17:35
pragma incomplete on SRC_STATE

f87eb660 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/16 17:19
port to Plan 9

ca5618de – evpobr <evpobr@gmail.com> authored on 2020/11/16 04:14
Move private_data field to the end of the SRC_STATE.

1fd5bf60 – evpobr <evpobr@gmail.com> authored on 2020/11/15 06:05
Destroy state with SRC_STATE::vt::close

aa6f7617 – evpobr <evpobr@gmail.com> authored on 2020/11/13 07:50
Fix compilation

d6883485 – evpobr <evpobr@gmail.com> authored on 2020/11/13 06:54
Refactor src_clone ()

b200f95b – sezero <sezero@users.sourceforge.net> authored and evpobr <evpobr@gmail.com> committed on 2020/11/12 07:37
src_sinc.c: change SHIFT_BITS sanity check into compile time assert

eaaab36f – sezero <sezero@users.sourceforge.net> authored and evpobr <evpobr@gmail.com> committed on 2020/11/12 07:37
src_linear.c: change SRC_DEBUG check into a conditional compile

d2fbdfd3 – Alin Jerpelea <alin.jerpelea@sony.com> authored and evpobr <evpobr@gmail.com> committed on 2020/11/03 04:31
src_sinc: define configurable channels

8e7e4ca3 – sezero <sezero@users.sourceforge.net> authored and evpobr <evpobr@gmail.com> committed on 2020/11/11 15:03
tune OS-specific CFLAGS tweaks for Darwin:

eb78a94e – sezero <sezero@users.sourceforge.net> authored and evpobr <evpobr@gmail.com> committed on 2020/11/11 15:03
change stdbool.h check from AC_HEADER_STDBOOL to AC_CHECK_HEADERS

da653677 – Ozkan Sezer <sezeroz@gmail.com> authored and evpobr <evpobr@gmail.com> committed on 2020/10/27 17:33
configure.ac: remove broken dllwrap, etc detection: not needed anymore.

0a5e04c1 – Ozkan Sezer <sezeroz@gmail.com> authored and evpobr <evpobr@gmail.com> committed on 2020/10/27 17:32
Win32/Makefile.mingw.in: remove.

356c10c6 – Ozkan Sezer <sezeroz@gmail.com> authored and evpobr <evpobr@gmail.com> committed on 2020/10/27 17:28
configure.ac: add -export-symbols Win32/libsamplerate-0.def to link flags

401c9d6b – evpobr <evpobr@gmail.com> authored on 2020/11/11 10:36
Use CPU clip defines properly

71b0a3b5 – evpobr <evpobr@gmail.com> authored on 2020/11/11 10:28
Move SRC_STATE function pointers to virtual table

26d92c36 – evpobr <evpobr@gmail.com> authored on 2020/11/11 07:32
Refactor convertors initialization

c28af3de – evpobr <evpobr@gmail.com> authored on 2020/11/06 09:22
Fix some C++ incompatibilities

5f60997f – evpobr <evpobr@gmail.com> authored on 2020/11/05 08:29
Fix logo URL in README.md

387e9989 – evpobr <evpobr@gmail.com> authored on 2020/11/05 05:08
Eliminate ZERO_ALLOC macro

67b53baa – evpobr <evpobr@gmail.com> authored on 2020/11/03 16:05
Avoid arithmetic overflow

7a200942 – evpobr <evpobr@gmail.com> authored on 2020/11/03 15:39
Return SRC_ERROR from prepare_data()

ee346bbe – evpobr <evpobr@gmail.com> authored on 2020/11/03 15:38
Rename SRC_ERR to SRC_ERROR and make typedef

37540f69 – evpobr <evpobr@gmail.com> authored on 2020/11/03 06:10
Fix compiler warnings

6e6e1bd3 – evpobr <evpobr@gmail.com> authored on 2020/11/03 05:44
Fix CMake FindFFTW3 module

36dfd688 – evpobr <evpobr@gmail.com> authored on 2020/10/27 17:47
Reduce usage of flexible array fields

8a83ad3c – evpobr <evpobr@gmail.com> authored on 2020/10/27 17:10
Add SRC_STATE::close field

1f0aab03 – evpobr <evpobr@gmail.com> authored on 2020/10/27 16:57
Convert last `dirty` field to bool

c78fbbce – evpobr <evpobr@gmail.com> authored on 2020/10/25 09:53
Remove useless duplicate `channels` fields

09d00868 – evpobr <evpobr@gmail.com> authored on 2020/10/25 08:05
Wrap SRC_ERR_XXX valus to SRC_ERR enum

0062928c – evpobr <evpobr@gmail.com> authored on 2020/10/25 07:53
Wrap SRC_MODE_XXX values to SRC_MODE enum

4ff9f4af – evpobr <evpobr@gmail.com> authored on 2020/10/25 07:44
Make use of C99 bool type

ece92452 – evpobr <evpobr@gmail.com> authored on 2020/10/25 07:36
Rename some private structs `reset` field to `dirty`

7f461a3c – evpobr <evpobr@gmail.com> authored on 2020/10/25 07:17
Refactor SRC_STATE

183610fc – evpobr <evpobr@gmail.com> authored on 2020/10/22 12:51
Use flexbox layout for HTML layout

8eee071d – evpobr <evpobr@gmail.com> authored on 2020/10/22 12:39
Fix closing tag in HTML layout

144174d8 – evpobr <evpobr@gmail.com> authored on 2020/10/20 09:56
Fix CMake generated shared library ABI compliance, closes #116

260c3f64 – evpobr <evpobr@gmail.com> authored on 2020/10/20 09:06
Update site documentation

01284e76 – evpobr <evpobr@gmail.com> authored on 2020/10/20 04:41
Fix link to win32.html page

67a8c942 – Alexander Grund <alexander.grund@tu-dresden.de> authored and evpobr <evpobr@gmail.com> committed on 2019/08/27 09:09
Move buffer-underflow handling out of hot loop

a3cfc151 – Alexander Grund <alexander.grund@tu-dresden.de> authored and evpobr <evpobr@gmail.com> committed on 2019/08/27 05:21
Replace manually unrolled loops by regular ones

ee04582d – Alexander Grund <alexander.grund@tu-dresden.de> authored and evpobr <evpobr@gmail.com> committed on 2019/08/27 05:14
Replace buggy implementationg of Duffs device by regular loop

30547e24 – Alexander Grund <alexander.grund@tu-dresden.de> authored and evpobr <evpobr@gmail.com> committed on 2019/08/27 05:12
Improve multichan_throughput_test

54186d57 – Alexander Grund <alexander.grund@tu-dresden.de> authored and evpobr <evpobr@gmail.com> committed on 2019/08/26 11:26
Add assertions to detect OOB access in SINC

e209349a – Alexander Grund <alexander.grund@tu-dresden.de> authored and evpobr <evpobr@gmail.com> committed on 2019/08/27 12:24
Add NDEBUG in autotools

41f181de – evpobr <evpobr@gmail.com> authored on 2020/10/19 05:03
Update documentation link to Resample, closes #100

d3d8f77d – evpobr <evpobr@gmail.com> authored on 2020/10/19 04:46
Fix MSVC compiler warnings

09cb4069 – evpobr <evpobr@gmail.com> authored on 2020/10/06 06:39
Improve CMake project

ca49d59c – evpobr <evpobr@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/10/08 12:41
Reeintegrate Travis CI

0b938cd9 – evpobr <evpobr@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/10/08 12:38
Fix README.md logo

8fc25ee9 – evpobr <evpobr@gmail.com> authored on 2020/10/07 04:13
Update documentation links

10a31706 – Alexander Grund <Flamefire@users.noreply.github.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2020/07/03 09:12
.travis.yaml: Fix autotools CI

72750402 – Hyunjin Song <tteu.ingog@gmail.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2020/04/30 11:18
Fix the URL link for converters

6308ce1a – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2020/01/11 12:10
tests: Fix compiler warning

8350b763 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2020/01/11 12:08
Add #ifndef guard around MIN/MAX macros

0fcc45fd – Flamefire <git@grundis.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/08/25 15:59
Increase buffer size for SINC converters

d5b8a861 – Flamefire <git@grundis.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/08/25 15:57
Add test showing failure of src_simple with SINC and low ratios

c10c8191 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2019/08/24 11:13
src/src_sinc.c: Fix a buffer out-of-bounds read error

8c325e35 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2019/08/24 13:15
Extend varispeed test to trigger out-of-bounds buffer read

9fb7f432 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2019/08/24 10:08
tests/float_short_test.c: Formatting

a3872f05 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/08/23 09:35
Add option to enable sanitizers in CMake

9225471f – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/08/09 15:05
Add corner cases to tests

a2e60106 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/08/09 14:50
Remove shift of signed int in src_float_to_short_array

ab8b482d – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/29 12:56
Require C99 compiler

89027689 – Tal Aviram <me@talaviram.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/19 15:23
Improve handling of config.h

4d587226 – Tal Aviram <me@talaviram.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/19 13:52
Make allocation more C++ friendly.

8d472e29 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2019/08/06 13:44
Fix two potential undefined behaviours

6327a3b3 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/29 12:39
Test and fix get_channels

353846c3 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/29 12:22
Use C99 variable array members for all converters

e9f6173e – Joël R. Langlois <joel.r.langlois@gmail.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/29 07:37
Modernised README by converting it to a Markdown file.

bf33ede9 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/26 05:12
Improve CI script

e25a0430 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/26 05:45
Shorten name of variable

bb689b14 – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/26 05:43
Fix indentation

af1d8845 – Flamefire <Flamefire@users.noreply.github.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/23 08:44
Enable tests, examples and install per default if libsamplerate is root project

0b3d1dba – Alexander Grund <alexander.grund@tu-dresden.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/26 05:18
Remove superflous check above src-evaluate

2647fd9b – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2019/07/26 14:28
doc/history.html: Add 0.1.9 release (2016)

a7d5fa49 – Flamefire <Flamefire@users.noreply.github.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/07/23 09:24
Fix the math/clip handling code

b12668ac – Jan Starý <hans@stare.cz> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/05/30 05:26
clean up after moving sndfile-resample away

f42f97f3 – robiwan <robert.bielik@dirac.se> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/10/04 08:47
CMake: Allow tests and install to be enabled/disabled

29b0b173 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2019/04/21 21:09
Add Octave scripts to generate filter coefficients

d1054fbd – sezero <sezero@users.sourceforge.net> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2017/11/29 07:10
add Watcom versions of lrint and lrintf asm inlines

ed072224 – Szymon Mikulicz <szymon.mikulicz@posteo.net> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/04/03 20:49
Change docs for src_ratio

313685a7 – Dan Raviv <dan@soundradix.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/03/05 08:59
Check for and suppress int shortening warnings

a2eb2814 – Conrad Jones <cjones@turboit.co.uk> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2019/02/07 15:08
fix macos compile errors - modernize audio api

47bba234 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/11/14 03:07
travis: Build on xenial

71b400b5 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/11/14 03:05
tests/src-evaluate.c: Fix compiling warning

90f8bf70 – sezero <sezero@users.sourceforge.net> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/11/11 18:11
add missing src_get_channels export to windows def file

7dcc9bb7 – Peter Hoyes <pahoyes@gmail.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/06/06 11:01
Fix typos for nullptr_test additions.

eb077a3a – Peter Hoyes <pahoyes@gmail.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/06/05 08:53
Allow data_out == NULL if output_frames == 0

d8d66af6 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/05/20 06:45
common.h: Include <math.h>

f0f32d9e – David Seifert <soap@gentoo.org> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/04/21 08:49
Hard-require libsndfile/ALSA in Travis

09fde33f – David Seifert <soap@gentoo.org> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/04/21 08:49
Disable examples when alsa/libsndfile are not present

56c3897f – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/03/19 07:18
CMakeLists.txt: Drop sndfile-resample build target

bf39835d – David Seifert <soap@gentoo.org> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/01/27 09:12
Move `sndfile-resample` to sndfile-tools package

1601e2cd – Joël R. Langlois <joel.r.langlois@gmail.com> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/02/15 12:42
Typo fix in README.

73cb39b4 – Boris-Chengbiao Zhou <bobo1239@web.de> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/01/23 23:39
Add CMake build system and setup CI on Travis and AppVeyor

5e56ae8b – Robert Kausch <robert.kausch@freac.org> authored and Erik de Castro Lopo <erikd@mega-nerd.com> committed on 2018/01/14 07:47
Accept NULL data_in pointer when passing zero input frames

02ebb9f0 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/01/09 14:56
configure.ac: Fix SHARED_VERSION_INFO

0668431f – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/01/08 12:44
configure.ac: Only accept fftw3 >= 3.0.0

79075762 – Erik de Castro Lopo <erikd@mega-nerd.com> authored on 2018/01/08 12:34
Restore test output

Next