Commit Graph

  • 5a734abe75 sndfile.hh: use nullptr when available brianlheim 2021-03-07 17:50:45 +01:00
  • b8f17ee5cb Revert "Fix zero-as-null-pointer-constant-warning" brianlheim 2021-02-28 12:27:08 +01:00
  • 42aa5aa897 Merge branch 'master' of https://github.com/libsndfile/libsndfile evpobr 2021-03-07 11:37:23 +05:00
  • c1dea27213 ci: Speed up Autotools tests evpobr 2021-03-07 11:37:19 +05:00
  • 452a11ed85 sfendian: Fix byteswap optimizations detection evpobr 2021-03-07 11:23:28 +05:00
  • f933b37965 sndfile-salvage: Handle files > 4 GB on Windows OS evpobr 2021-03-06 12:22:14 +05:00
  • e76130835f common: Fix regression after efaddfc evpobr 2021-03-06 12:00:31 +05:00
  • 814a943490 Fix previous commit evpobr 2021-03-06 11:54:08 +05:00
  • efaddfcaec msvc: Fix annoying conversion warnings #304 evpobr 2021-03-06 10:08:58 +05:00
  • 35b058259f common: Move psf_isprint() to source file evpobr 2021-03-05 12:02:01 +05:00
  • 51ddddf98e common: Move psf_memdup() to source file evpobr 2021-03-05 12:00:54 +05:00
  • 292c59c3ec common: Move psf_strlcat() and psf_strlcpy() to source file evpobr 2021-03-05 11:50:17 +05:00
  • 7243710deb common: Remove unused fourcc_to_marker() function evpobr 2021-03-05 11:43:08 +05:00
  • 6b08e58643 sndfile-deinterleave: Fix large stack allocation evpobr 2021-03-04 20:28:58 +05:00
  • 48c16307d7 chunk: Fix NULL pointer dereferencings evpobr 2021-03-04 20:20:52 +05:00
  • c95a442c56 common: Fix NULL pointer dereferencing evpobr 2021-03-04 20:16:24 +05:00
  • e771af533b wav: Use proper format specifiers evpobr 2021-03-04 20:13:34 +05:00
  • d3041fc44a sfendian: Fix possible arithmetic overflows evpobr 2021-03-04 20:10:40 +05:00
  • 6536de1c55 alac: Fix unitialized value evpobr 2021-02-25 13:05:12 +05:00
  • dcf0efdd31 test_file_io: Use proper format specifiers evpobr 2021-02-25 13:02:30 +05:00
  • bd5f76a5d6 common: Fix undefined behaviour evpobr 2021-02-25 12:58:11 +05:00
  • 04cd0ec641 broadcast: Use proper format specifiers evpobr 2021-02-25 12:51:30 +05:00
  • fa12728d4a sndfile-info: Use proper format specifiers evpobr 2021-02-25 12:47:27 +05:00
  • 522b3a1c47 alac: Fix NULL pointer dereferencing evpobr 2021-02-25 12:41:02 +05:00
  • e8b531dcd5 ima_adpcm: Fix unitialized value evpobr 2021-02-25 12:38:12 +05:00
  • f7eda632ea alac: Use proper format specifiers evpobr 2021-02-25 12:36:35 +05:00
  • 506883c4eb Fix some potential comparisons of a constants evpobr 2021-02-25 11:07:53 +05:00
  • 8158a7ba06 dither: Fix invalid type casts evpobr 2021-02-22 23:01:05 +05:00
  • 170d899e11 tests: Make temporary filenames unique per test (#704) bobsayshilol 2021-02-21 10:11:34 +00:00
  • cb18485775 ms_adpcm: Fix and extend size checks bobsayshilol 2021-02-18 21:52:09 +00:00
  • 26a21def85 wavlike: Fix incorrect size check bobsayshilol 2021-02-17 23:21:48 +00:00
  • 7a60a7ef97 Delete temporary files for invalid opus versions David Seifert 2021-02-20 16:18:19 +01:00
  • 0d2c6d91aa Fix compiler warning evpobr 2021-02-19 18:03:08 +05:00
  • 62c920933f Remove useless union from sf_private_tag struct evpobr 2021-02-19 16:50:46 +05:00
  • bf4ec1922c Use UTF-8 as internal path encoding evpobr 2021-02-16 12:08:06 +05:00
  • 9d69a6795f Deprecate ENABLE_SNDFILE_WINDOWS_PROTOTYPES define evpobr 2021-02-18 13:09:16 +05:00
  • ba58a2529f Update commit message contributing guidlines evpobr 2021-02-17 13:33:15 +05:00
  • f83fbe24cb Fix use of flexible arrays with MSVC evpobr 2021-02-17 15:14:59 +05:00
  • e6e6c85b9e Fix deprecated function warning evpobr 2021-02-17 13:44:15 +05:00
  • fe6661f7f7 Remove file IO dead code evpobr 2021-02-16 10:58:53 +05:00
  • 08ec6587d4 Update CHANGELOG.md evpobr 2021-02-16 10:44:12 +05:00
  • 2b99da562b ogg_vorbis: Improve granule position calculation Arthur Taylor 2021-02-15 12:05:02 -08:00
  • 8d354ce432 ogg_vorbis: Fix granule position when seeking Vorbis streams Arthur Taylor 2020-11-19 22:58:18 -08:00
  • 4a5ebe1a7d Add the generate example to the CMake build bobsayshilol 2021-01-31 21:19:59 +00:00
  • d4c8087af2 Move these magic numbers into the common header and give them some error messages bobsayshilol 2021-02-14 13:51:50 +00:00
  • 38e33984e1 Jump forwards to the next 4 byte aligned offset rather than always jumping backwards by 3 bytes bobsayshilol 2021-02-14 13:23:20 +00:00
  • f8013b339a Jump back to the start of guess_file_type() rather than recursing into it bobsayshilol 2021-02-14 13:18:11 +00:00
  • 34df81589b Make sure that there's enough space to store decoded nibbles in when reading IMA ADPCM data bobsayshilol 2021-02-14 13:09:18 +00:00
  • 6b3c0d423f Change SNDFILE type to be a typedef of a real struct evpobr 2021-02-14 10:53:28 +05:00
  • b26a1d0393 Add commit message requirements to CONTRIBUTING.md evpobr 2021-02-14 10:32:13 +05:00
  • c760118732 Fix pedantic warnings (#703) bobsayshilol 2021-02-14 05:16:33 +00:00
  • a89c419423 Fix int normalisation when reading in floats with the replacement reader (#702) bobsayshilol 2021-02-14 04:45:07 +00:00
  • ce00871cac Fix more NULL file handle values evpobr 2021-02-09 12:55:21 +05:00
  • 6fed69b2f8 Use proper error value for Win32 file handle evpobr 2021-02-08 16:21:55 +05:00
  • a389358f5c Fix memory leak in caf_read_header() evpobr 2021-02-08 09:18:19 +05:00
  • c16add3a56 Add CHANGELOG.md evpobr 2021-01-31 11:39:44 +05:00
  • c546affbeb Fix typo evpobr 2021-01-26 10:21:35 +05:00
  • 2277662ad0 Marked unimplemented dither enums in the header file as such. SmiVan 2020-12-21 14:03:51 +03:00
  • cfaafd3588 Release 1.0.31 OpenHarmony-v2.2-Beta2 David Seifert 2021-01-24 13:22:23 +01:00
  • 5a098c3332 Add include/sndfile.h to .gitignore David Seifert 2021-01-24 13:22:22 +01:00
  • 7670faf843 Update NEWS evpobr 2021-01-24 12:37:47 +05:00
  • d8862ebd15 Add info about current maintainers and releaser evpobr 2021-01-23 18:10:18 +05:00
  • 90f990916f fix api.md table error zodf0055980 2021-01-20 14:18:33 +08:00
  • 852585c206 Fix use of uninitialized value in endswap_int64_t_array evpobr 2021-01-19 20:28:28 +05:00
  • bd8225ca7a Renamed oga to ogg in simple_formats Maki 2021-01-10 19:36:59 +00:00
  • 8fdf75a548 Improve handling of SMPL chunks in WAV files. fixes #675 yuan 2021-01-06 16:30:14 +08:00
  • 23e4903576 id3: Identify ID3v2.2 and ID3v2.4 headers Arthur Taylor 2021-01-03 15:32:59 -08:00
  • 55f2ce3058 id3: Fix skip of large ID3v2 headers Arthur Taylor 2021-01-03 14:51:13 -08:00
  • b22cdcf61d Fix GitHub actions CI macOS job evpobr 2020-12-21 15:31:51 +05:00
  • ab5d1836ac Document SFC_GET_DITHER_XXX and SFC_SET_DITHER_XXX commands evpobr 2020-12-21 15:27:58 +05:00
  • c4a40b1fd9 Fixed typos in command documentation. SmiVan 2020-12-18 13:55:28 +03:00
  • 2dbb5c6bb5 docs: fix simple typo, suppiled -> supplied Tim Gates 2020-12-12 14:53:20 +11:00
  • e52f24b1d3 Fix CMake bug with sndio library dependency evpobr 2020-12-11 12:16:28 +05:00
  • 97487538c9 Make SSE2 configurable for CMake builds #666 evpobr 2020-12-10 12:36:18 +05:00
  • 7703fe3309 Fix build on platforms without SSE2 evpobr 2020-12-09 15:11:07 +05:00
  • ec4e28574b Implement fast SSE2 lrint and lrintf, closes #660 evpobr 2020-12-07 11:32:15 +05:00
  • 96019342e3 Use python3 to execute helper script Max Dymond 2020-12-07 15:03:42 +00:00
  • e1e4dae919 configure: Use version-script when compiling with clang on unix Tom Stellard 2020-11-20 19:48:13 +00:00
  • 8d98206db4 Fix use of uninitialized value in exif_subchunk_parse evpobr 2020-11-15 18:44:19 +05:00
  • fd666faa53 Update Virtual I/O documentation, closes #656 evpobr 2020-11-15 18:32:43 +05:00
  • 1c4e1375ab Added missing parenthesis Md Ashfaq Salehin 2020-11-13 02:51:34 +07:00
  • 20222958a1 Exclude repository-configuration from git-archive IOhannes m zmölnig 2020-11-12 11:29:06 +01:00
  • b80fc7346d Fix missing version info for CMake DLL builds evpobr 2020-11-10 10:52:30 +05:00
  • d7cb6eafa3 Fix memory leak in aiff_read_header evpobr 2020-11-08 11:17:45 +05:00
  • 7691b676cd SF_BROADCAST_INFO -> SF_LOOP_INFO Oskar Wallgren 2020-10-31 23:17:21 +01:00
  • f3a25f0f79 Fix memory leak in wavlike_read_peak_chunk evpobr 2020-10-29 10:19:04 +05:00
  • 2a3a7e3eac Fix memory leak in aiff_read_basc_chunk evpobr 2020-10-29 10:12:22 +05:00
  • 9a9a19bda5 Cleanup CONTRIBUTING.md evpobr 2020-10-29 10:05:18 +05:00
  • 0cb2a75c2c Improve CMake SQLite3 find module evpobr 2020-10-27 14:23:51 +05:00
  • 0b785f037e Fix Autotools configure on macOS evpobr 2020-10-23 07:27:42 +05:00
  • 5f1c3422d2 Remove CMAKE_OSX_DEPLOYMENT_TARGET which should be set by the consumer Martin Delille 2020-10-25 16:15:49 +01:00
  • 3e8e7f12ba Update notes for Windows users in README.md, closes #617. evpobr 2020-10-22 09:32:16 +05:00
  • 7ab42f05aa Fix up the fuzzer so that it can't under or overseek. Max Dymond 2020-10-22 10:10:12 +01:00
  • 3300e37d6b Fix GitHub Actions CI macOS build errors evpobr 2020-10-22 17:16:08 +05:00
  • 6a3476e659 Fix AIFF parsing bug evpobr 2020-10-22 17:01:48 +05:00
  • 0dd977677a Fix memory leak in aiff_open evpobr 2020-10-20 08:36:05 +05:00
  • 4cd5c3ac11 Update site documentation evpobr 2020-10-18 12:14:45 +05:00
  • bc69535d2e Fix memory leak in wav_read_acid_chunk Max Dymond 2020-10-19 08:46:32 +01:00
  • 7ae533fdb7 Fix leak in wav_read_header Max Dymond 2020-10-15 17:18:27 +01:00
  • 8e4eda517b Fix leak in wavlike_read_cart_chunk Max Dymond 2020-10-15 17:26:17 +01:00