A Library to Handle Various Audio File Formats
Libsndfile is a C library for reading and writing sound files, such as
AIFF, AU, and WAV files, through one standard interface. It can
currently read and write 8, 16, 24, and 32-bit PCM files as well as
32-bit floating point WAV files and a number of compressed formats.
- Links to multimedia:libs / libsndfile
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:derselbst:anmp/libsndfile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000066 66 Bytes | |
baselibs.conf | 0000000109 109 Bytes | |
libsndfile-1.2.2.tar.xz | 0000730760 714 KB | |
libsndfile-1.2.2.tar.xz.asc | 0000000662 662 Bytes | |
libsndfile-CVE-2022-33065.patch | 0000001722 1.68 KB | |
libsndfile-CVE-2024-50612.patch | 0000015557 15.2 KB | |
libsndfile-progs.changes | 0000020489 20 KB | |
libsndfile-progs.spec | 0000002186 2.13 KB | |
libsndfile.changes | 0000026066 25.5 KB | |
libsndfile.keyring | 0000006919 6.76 KB | |
libsndfile.spec | 0000003604 3.52 KB | |
sndfile-ocloexec.patch | 0000000460 460 Bytes |
Revision 14 (latest revision is 20)
Tom Mbrt (derselbst)
committed
(revision 14)
- update to 1.0.31: * documentation fixes and updates * Change CMake's project name from sndfile to libsndfile as it should be. * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz. * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz. * Fix leak in wav_read_header(), credit to OSS-Fuzz. * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz. * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz. * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz. * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz. * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz. * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz. * Fix use of uninitialized value in endswap_int64_t_array(), credit to * OSS-Fuzz. * Fix up the fuzzer so that it can't under or overseek, * thanks to Max Dymond cmeister2@gmail.com. * Fix Autotools configure on macOS, thanks to @tmcguire and @nwh. * Exclude repository-configuration from git-archive, thanks to @umlaeute. * Use version-script when compiling with clang on Unix with Autotools, thanks * to @tstellar. * Improve handling of SMPL chunks in WAV files, thanks to @zodf0055980. - update to 1.0.30: * Move sndfile.h.in from src/ to include/ directory. * Huge documentation update. * Fix opus test failures on BE platforms * Fix bug when sf_open_fd() function sometimes leaves filehandle open, even if close_desc parameter is TRUE, thanks to @umläute. * Fix infinite loops on some pathological SD2 files * Switch to GitHub Actions for continuous integration. * Add OSS-Fuzz tests to GitHub Actions workflow * Fix memory leak in wavlike_read_bext_chunk() function, credit to OSS-Fuzz.
Comments 0