Commit Graph

  • 233ad1a2e7 Use our installed Find scripts instead oldunreal-1.2.0 Stijn Volckaert 2023-01-13 17:14:17 +01:00
  • a03cff3901 Enabled static linkage for FLAC Stijn Volckaert 2023-01-13 16:48:42 +01:00
  • 1fdac8a6a2 Fix typo (#903) master lilinjie 2023-01-11 08:19:28 +00:00
  • 5370b3832a Bump version numbers (#902) Jan Starý 2023-01-11 09:18:09 +01:00
  • a9be96f89e Update _config.yml evpobr 2022-12-25 17:32:57 +05:00
  • 2ed38b57c5 Release 1.2.0 David Seifert 2022-12-25 11:19:16 +01:00
  • a19fe100cb sndfile: Identify 'naked' MPEG streams last, even after rforks (issue 830) Arthur Taylor 2022-12-12 14:10:08 -08:00
  • e79da07a0a wavlike: Find a use for unused bytes total Arthur Taylor 2022-12-12 14:34:38 -08:00
  • 043c9d8a8b ogg: Check for NULL returns from ogg_sync_buffer (issue 863) Arthur Taylor 2022-12-12 13:31:58 -08:00
  • d8503a6645 Fix clipping of non-int32 numbers evpobr 2022-10-06 13:52:17 +05:00
  • c59207ef9e src/wavlike.c: fix typo Mads Kiilerich 2022-10-26 16:04:31 +02:00
  • 0a52a40111 tests/cpp_test.cc: improve error reporting in check_title Mads Kiilerich 2022-10-26 14:06:51 +02:00
  • e2c38cd5c4 src/common.c: psf_log_printf should not emit ASCII control characters with %M Mads Kiilerich 2022-10-26 13:22:44 +02:00
  • 1534936c10 src/wavlike.c: let wavlike_subchunk_parse consistently consider bytesread when checking chunk_size Mads Kiilerich 2022-10-26 13:54:42 +02:00
  • b4de424959 src/wavlike.c: let wavlike_subchunk_parse consistently use cleanup_subchunk_parse Mads Kiilerich 2022-10-26 13:21:21 +02:00
  • c9ee5f2ff2 src/wavlike.c: Drop wavlike_subchunk_parse unreachable error handling code Mads Kiilerich 2022-10-26 13:10:30 +02:00
  • 140b241837 src/wavlike.c: Fix wavlike_subchunk_parse default logging Mads Kiilerich 2022-10-26 13:26:46 +02:00
  • bc2e8bebe4 src/wavlike.c: Fix wavlike_subchunk_parse skipping of erroneous subchunks, closes #374 Mads Kiilerich 2022-10-26 13:07:11 +02:00
  • cc5be43f09 tests/error_test.c: introduce wav_list_recover_test to cover #374 Mads Kiilerich 2022-10-26 14:57:02 +02:00
  • 0faf893fd2 mpeg_decode: Fix bug where bytes from mpg123_read where ignored. Arthur Taylor 2022-10-03 00:28:18 -07:00
  • 005a36b41b Remove autogen.sh David Seifert 2022-09-24 12:51:49 +02:00
  • bc11600986 configure.ac: fix broken --enable-ossfuzzers option David Seifert 2022-09-13 10:30:28 +02:00
  • 3bd5048f8c Define SF_COUNT_MAX as INT64_MAX. Jörn Heusipp 2022-09-12 18:16:58 +02:00
  • bd951f9a47 Make sndfile.h independent of build system variables Jörn Heusipp 2022-09-11 14:01:11 +02:00
  • cefd7b59df tests: Use fuzzy comparison in test-suite IOhannes m zmölnig 2022-09-08 10:49:36 +02:00
  • 36216ba105 flac: fix reading a large number of samples at once Benjamin Moody 2022-07-26 14:49:41 -04:00
  • 53e7dee234 Remove samplerate < SF_MAX_SAMPLERATE requirement (#851) Justace Clutter 2022-07-11 04:32:40 -04:00
  • a4f1387ab8 Update g72x.c Shaohua Li 2022-05-30 10:01:37 +02:00
  • a17e32fda6 Use Visual Studio 2022 for GitHub Actions evpobr 2022-04-18 13:42:20 +05:00
  • e4fdaeefdd configure.ac: substitute EXTERNAL_MPEG_LIBS in sndfile.pc Michael Cho 2022-04-17 21:31:07 -07:00
  • a67c601b0c Support skipping large wav chunks on stdin. Stefan Westerfeld 2022-03-31 16:16:28 +02:00
  • 718e305dc1 ogg: Correct Opus-assumption of gp rate in _seek_page_search() Arthur Taylor 2022-04-08 11:13:35 -07:00
  • 7c2053ac96 ogg: convert helper macros to inline functions, documentation updates Arthur Taylor 2022-04-08 10:14:51 -07:00
  • bbe95850d9 sndfile.h: Fix accidental command enum reuse for GET_OGG_STERAM_SERIALNO Arthur Taylor 2022-04-08 09:41:14 -07:00
  • 5c79b98890 ogg_opus: Rename page seeking funcitons Arthur Taylor 2022-04-05 02:41:45 -07:00
  • 79e654fe6b ogg_opus: Rearange seek pre-roll logic Arthur Taylor 2022-04-05 02:37:17 -07:00
  • fdeb8438ad ogg_opus: Fix preskip of granulepos offset files Arthur Taylor 2022-04-05 02:08:00 -07:00
  • 08c34a81a5 ogg_opus: Cleanups and robustness fixes to seek_page_search Arthur Taylor 2022-04-05 00:16:00 -07:00
  • 63338de798 ogg_opus: Fix double-counting of len on seek_null_read Arthur Taylor 2022-04-05 00:14:31 -07:00
  • 66bbb78801 ogg_opus: Grow pre-roll based on experimentation, update comments Arthur Taylor 2022-04-05 00:12:28 -07:00
  • 70175e9cc1 ogg: Use macros for undocumented ogg_stream state queries. Arthur Taylor 2022-01-26 15:01:27 -08:00
  • b56aba5633 ogg: Correct various psf_log_printf() argument length issues. Arthur Taylor 2022-01-26 14:29:51 -08:00
  • 3aab1c5617 ogg: Add command SFC_GET_OGG_STREAM_SERIALNO Arthur Taylor 2022-01-26 13:37:10 -08:00
  • 3baa16571f ogg: Fix for issue-794, buffering of searched page is wrong. Arthur Taylor 2022-01-26 13:01:00 -08:00
  • 83e583dd2c Fix typo evpobr 2022-04-06 10:18:19 +05:00
  • d6f83cd4fe gsm610: Fix signed integer overflow evpobr 2022-04-06 10:02:27 +05:00
  • fc298c9d93 Fix build on UWP platform, closes #824 evpobr 2022-04-03 12:11:11 +05:00
  • 269ae40a3b Fix CMake build from Autotools tarball, closes #816 evpobr 2022-04-03 11:53:26 +05:00
  • eff5f0a640 cmake: fix LAME dependency search evpobr 2022-04-02 11:04:55 +05:00
  • 33e765ccba Remove obsolete SF_PLATFORM_S64() macro David Seifert 2022-04-02 20:53:09 +02:00
  • ea3ac90e98 Release 1.1.0 David Seifert 2022-03-27 13:48:57 +02:00
  • 89e7c02464 Prepare to release evpobr 2022-03-27 15:31:49 +05:00
  • ce57da8fd4 Only add -Wno-format-truncation when using GCC David Seifert 2022-03-27 13:20:49 +02:00
  • 4b01368fd8 Update CHANGELOG.md evpobr 2022-03-19 09:32:03 +05:00
  • 77acc6d362 cmake: Add config-file package MPEG dependency evpobr 2021-12-16 12:17:11 +05:00
  • 59f1622c42 cmake: Export targets from the build tree evpobr 2021-12-16 10:49:14 +05:00
  • f44c8dbe1d Fuzzing: Add CIFuzz (#796) AdamKorcz 2021-12-14 03:32:18 +00:00
  • ca2008903f sndfile-convert: fix typo in error message (#793) Felix Lange 2021-11-24 05:52:36 +01:00
  • 47383a6cc2 Update CHANGELOG.md evpobr 2021-11-24 09:43:36 +05:00
  • 759592e4df Add Vcpkg binary caching evpobr 2021-11-21 18:47:22 +05:00
  • 0c10913b92 Add support for Vcpkg manifest mode evpobr 2021-11-21 14:18:47 +05:00
  • 739bc8cdac Fix unintialized variable in psf_binheader_readf() evpobr 2021-11-18 10:07:00 +05:00
  • 7e2db6e8ef Create SECURITY.md evpobr 2021-10-24 15:32:58 +05:00
  • c7b69d7589 Update CHANGELOG.md evpobr 2021-11-09 21:01:06 +05:00
  • b1307c7755 ci: Remove yasm-tools for x64-windows workaround evpobr 2021-11-09 14:39:33 +05:00
  • 404bf9af79 Fix integer overflow in psf_log_printf() evpobr 2021-11-03 12:33:24 +05:00
  • f1495b4bcc Release 1.1.0beta2 David Seifert 2021-10-24 14:53:12 +02:00
  • 1c407fe823 libtool: don't build static archives by default David Seifert 2021-10-24 14:53:11 +02:00
  • 4b64fd767a programs/sndfile-deinterleave.c: fix broken calloc call David Seifert 2021-10-24 14:26:31 +02:00
  • aaac071f60 update CHANGELOG.md for MPEG-III-in-wav David Seifert 2021-10-24 13:37:08 +02:00
  • e09e5dd043 mpeg: Move dataoffset check from codec to format init Arthur Taylor 2021-10-20 17:27:03 -07:00
  • d1c87ec1c7 mpeg: Disable experimental writing MPEG subformats in WAV Arthur Taylor 2021-10-20 17:26:34 -07:00
  • 4b8209e650 wav: Add R/W support for MPEG_LAYER_III subformat in wav Arthur Taylor 2021-03-25 16:01:08 -07:00
  • c42e41324b wavlike: Add fmt MPEGLAYER3 Arthur Taylor 2021-03-25 15:43:00 -07:00
  • 294eb05633 mpeg: Heed dataoffset to avoid passing RIFF header when reading from pipes. Arthur Taylor 2021-03-25 15:40:02 -07:00
  • 1a5d40cf21 mpeg: Bug fix for mpeg encode, using frame_size before encoder init. Arthur Taylor 2021-03-25 15:37:42 -07:00
  • 444d9a4c8a wav: Detect ID3v1 trailers, do not parse as a chunk Arthur Taylor 2021-03-25 15:34:15 -07:00
  • d5a036e11a configure.ac: Remove stack smash protection (#778) David Seifert 2021-09-21 14:51:52 +02:00
  • 3ead8d2266 sndfile-play: Add NetBSD support (#776) nia 2021-09-21 12:15:14 +00:00
  • f65e8bc9d1 Fix duplicated case value of ESTRPIPE on BSD papadave66 2021-09-08 16:05:15 +08:00
  • f1bfc717b1 Remove AC_HEADER_STDC David Seifert 2021-09-05 15:01:10 +02:00
  • 475ddd7a46 Switch release tarballs .bz2 -> .xz David Seifert 2021-09-05 15:01:09 +02:00
  • 5e321c80cf Update $as_echo_n -> AS_ECHO_N David Seifert 2021-09-05 15:01:08 +02:00
  • 8aba5d7f5b Update AC_HELP_STRING -> AS_HELP_STRING David Seifert 2021-09-05 15:01:07 +02:00
  • 2421c8501e sndfile-info: Remove duplicate array evpobr 2021-09-01 11:55:31 +05:00
  • 0956676eb1 sfprocess: Fix memory leaks evpobr 2021-09-01 10:01:43 +05:00
  • b2998c9fc6 sndfile-loopify: Fix memory leak evpobr 2021-08-31 13:54:13 +05:00
  • c284c0508a sndfile-loopify: Remove unused struct evpobr 2021-08-31 13:51:09 +05:00
  • 04ae52469e autotools: Fix missing external libs message evpobr 2021-08-31 12:57:54 +05:00
  • 9f5d66e91d README.md: Fix link to the main repository evpobr 2021-08-24 14:59:39 +05:00
  • 497a177177 docs: Fix link to the main repository Peter Lemenkov 2021-08-24 11:46:47 +02:00
  • 110e26d9c2 Add new fuzzer for OSS-Fuzz (#769) DavidKorczynski 2021-08-15 05:38:48 +01:00
  • dc1c8c2492 sndfile.h: Fix (really) get/set bitrate commands values evpobr 2021-07-17 09:48:43 +05:00
  • 3ef35eea25 sndfile.h: Fix get/set bitrate commands values evpobr 2021-07-09 14:38:10 +05:00
  • 86c9f9eb70 mpeg: decode cleanups of copyright, comments, copyright, unused Arthur Taylor 2021-07-04 21:48:15 -07:00
  • ccfd37ab92 Use forward for loops (#760) evpobr 2021-07-05 09:22:11 +05:00
  • e318801588 Fix the typo (#763) Daniel G 2021-07-02 10:59:07 +02:00
  • 16b089a8a2 m4/add_fortify_source.m4: Update to fix MinGW bug evpobr 2021-06-18 11:23:02 +05:00
  • 682eee35f3 configure.ac: Handle 'beta' suffix in WIN_RC_VERSION generation Arthur Taylor 2021-06-16 13:49:04 -07:00
  • d948e9b13a mpeg: Fix pedantic warning evpobr 2021-06-16 12:22:38 +05:00