shithub: sox

RSS feed

7524160b – Mans Rullgard <mans@mansr.com> authored on 2021/02/01 08:11
sox.1: fix example for mcompand

6914142d – Mans Rullgard <mans@mansr.com> authored on 2017/05/22 13:55
aiff: handle id3 tags

63010290 – Mans Rullgard <mans@mansr.com> authored on 2017/05/22 14:22
id3: fix COMM frame handling

0637e2d9 – Mans Rullgard <mans@mansr.com> authored on 2017/05/22 13:56
id3: handle TCOM frame

2c4a42e6 – Mans Rullgard <mans@mansr.com> authored on 2015/08/30 18:02
id3: make parsing available to all format handlers

ce770096 – Mans Rullgard <mans@mansr.com> authored on 2021/01/31 05:59
build: use FLAC_CFLAGS

6e278eee – Mans Rullgard <mans@mansr.com> authored on 2020/08/20 20:39
formats: clarify setting of reverse_bytes

021c7886 – Mans Rullgard <mans@mansr.com> authored on 2020/08/05 10:16
stats: improve bit depth reporting [bug #267]

d68424fe – Nigel Kettlewell <njk@njknet.org.uk> authored and Mans Rullgard <mans@mansr.com> committed on 2016/04/19 12:02
formats: release stdin/stdout reservation on close

dd8b63bd – Mans Rullgard <mans@mansr.com> authored on 2020/08/26 11:30
build: do not link format modules against libsox

d9ae1ddf – Mans Rullgard <mans@mansr.com> authored on 2020/08/25 15:48
build: replace exported symbols regex with a list

6ff0e932 – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 09:35
build: rewrite most of configure using new macros

24ee773f – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 04:22
build: add useful m4 macros

3d55a193 – Mans Rullgard <mans@mansr.com> authored on 2020/08/19 07:48
build: simplify win32 glob selection

cb3ed3c6 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 19:21
configure: reorder things more logically

abec85c6 – Mans Rullgard <mans@mansr.com> authored on 2020/08/16 14:03
build: drop libtool target

34d88865 – Mans Rullgard <mans@mansr.com> authored on 2020/08/16 13:21
build: drop dlopen from LT_INIT options

579fae4a – Mans Rullgard <mans@mansr.com> authored on 2020/08/16 11:38
build: drop --enable-debug option

c6e78c58 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 19:48
build: drop --enable-silent-libtool option

ad5ad532 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 19:01
build: add warning options whenever supported

c24cef36 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 18:14
build: drop -z defs linker option

11285041 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 18:37
build: always pass -no-undefined to libtool

3b6c2741 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 15:39
build: do not build examples by default

fb924314 – Mans Rullgard <mans@mansr.com> authored on 2020/08/09 20:30
build: add PNG_LIBS conditionally

70c85915 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 08:57
build: simplify stack protector setup

8f6aaf97 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 16:05
build: simplify DISTRO definition

85fe52b1 – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 11:17
build: simplify pkg-config setup

794e0d43 – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 17:25
build: simplify symlink creation

f6cb8231 – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 12:12
build: simplify lpc10 library selection

a9bfd57f – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 10:32
oggvorbis: use consistent names for build variables

76c68d7b – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 10:25
sunaudio: use consistent names for build variables

e5ec5718 – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 10:26
gsm: use separate variable names for library and format handler

0a60ae59 – Mans Rullgard <mans@mansr.com> authored on 2020/08/12 18:42
sndfile: use separate variable names for library and format handler

07de8a77 – Mans Rullgard <mans@mansr.com> authored on 2020/08/26 09:14
sox: remove interactive volume control

fef031d1 – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 10:04
mp3: remove check for lame id3 tag support

b0460afb – Mans Rullgard <mans@mansr.com> authored on 2020/08/14 08:35
amr: make dlopen options per library

9abe8822 – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 20:57
amr: replace 3GPP reference library with vo-amrwbenc

cf7ad263 – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 18:21
amr: drop pointless ifdefs

0d44e15d – Mans Rullgard <mans@mansr.com> authored on 2020/08/15 15:41
delete win32-ltdl

784021f4 – Mans Rullgard <mans@mansr.com> authored on 2020/08/27 09:04
sunaudio: fix input buffer overrun

a030e695 – Mans Rullgard <mans@mansr.com> authored on 2020/08/27 06:21
libsox: fix missing version string [bug #306]

c2fda8f3 – Mans Rullgard <mans@mansr.com> authored on 2020/08/24 15:25
wav: warn when writing truncated size fields in large files

5e23e9c2 – Mans Rullgard <mans@mansr.com> authored on 2020/08/24 17:34
utils: drop inttypes fallback definitions

3518bcd9 – Mans Rullgard <mans@mansr.com> authored on 2020/08/20 19:41
define sox_intN_t types using standard intN_t

1571c87c – Mans Rullgard <mans@mansr.com> authored on 2020/08/21 12:00
use cdecl attribute only on i386

266f197c – Mans Rullgard <mans@mansr.com> authored on 2020/08/20 20:49
flac: fix error message on encoder init failure

c430d8fc – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 17:18
wav: fix printf format warning

c3f82ed0 – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 17:10
wav: drop some unnecessary debug messages

aef2508b – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 12:49
build: drop SUN_AUDIO_LIBS variable

3f544b8a – Mans Rullgard <mans@mansr.com> authored on 2020/08/13 12:40
build: drop OSS_LIBS variable

0959b3fb – Mans Rullgard <mans@mansr.com> authored on 2020/08/12 19:17
remove pointless #undef DL_FOO

179edfda – Mans Rullgard <mans@mansr.com> authored on 2020/08/12 07:16
build: remove unused variable WARN_CFLAGS

b8b96496 – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 09:58
configure: fix dlopen of libsndfile

e548827f – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 14:57
delete bundled libgsm

0aced46e – Mans Rullgard <mans@mansr.com> authored on 2020/08/08 07:41
wav: use lsx_read_fields

0da8e4cd – Mans Rullgard <mans@mansr.com> authored on 2020/08/08 06:37
wav: improve error message for unsupported formats

f105762d – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 17:49
wav: expand format table with encoding and fmt parser

653a411b – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 15:31
wav: add various format tags and names

15701a12 – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 15:18
wav: use table for format name lookup

07d69073 – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 14:12
wav: drop parentheses and suffix from format tag macros

30f28d2e – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 12:06
wav: allow valid bits less than sample size

909fad8e – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 10:10
wav: merge format-specific fmt handling in single switch statement

a5092b2f – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 09:26
wav: move adpcm/gsm fmt parsing to separate functions

1e0a00d4 – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 08:27
wav: simplify extended fmt chunk handling [bug #198]

093de989 – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 13:47
wav: simplify reporting of unknown encodings

32c7eb54 – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 13:37
wav: simplify reporting of sample encoding override

62c5008c – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 11:37
wav: remove code duplication in read_samples()

ea5e3cf6 – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 10:03
wav: prettify read_samples() function

d763943a – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 09:50
wav: prettify wav_read_fmt() function

9285511b – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 08:08
wav: prettify startread() function

c1e92600 – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 08:00
wav: simplify duration calculation

99836a4e – Mans Rullgard <mans@mansr.com> authored on 2020/08/06 06:02
wav: get sample count from fact chunk if present

23ed47d1 – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 12:10
wav: remove broken INFO and cue point parsing

fa1c063c – Mans Rullgard <mans@mansr.com> authored on 2020/08/05 17:46
wav: clean up header parsing sequence

6830d4ab – Mans Rullgard <mans@mansr.com> authored on 2020/08/07 18:24
wav: drop redundant zero initialisations

bf27592b – Mans Rullgard <mans@mansr.com> authored on 2020/08/05 14:20
wav: move fmt chunk parsing to a separate function

b190c3d4 – Mans Rullgard <mans@mansr.com> authored on 2020/08/08 07:19
formats: add lsx_read_fields() function

79f51591 – Mans Rullgard <mans@mansr.com> authored on 2020/08/09 13:48
configure: drop unnecessary gcc version check

e1fea367 – Mans Rullgard <mans@mansr.com> authored on 2020/08/09 11:08
build: drop largefile hack

79d7edfa – Mans Rullgard <mans@mansr.com> authored on 2020/08/09 10:22
build: drop -Wno-long-long from OPUS_CFLAGS

c8bd9b1f – Mans Rullgard <mans@mansr.com> authored on 2020/08/09 10:11
build: check for FLAC using pkg-config

fbe2498c – Mans Rullgard <mans@mansr.com> authored on 2020/08/09 09:55
build: drop -lwsock32 from FLAC_LIBS on Windows

4c03d8d6 – Mans Rullgard <mans@mansr.com> authored on 2020/08/08 15:05
build: remove obsolete hack for openmp support

632942f7 – Mans Rullgard <mans@mansr.com> authored on 2020/08/12 07:07
sndfile: drop unnecessary HAVE_SNDFILE tests

b50a5fad – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 10:41
sndfile: remove support for ancient versions

413f7023 – Gyedo Jeon <Gyedo.Jeon@disney.com> authored and Mans Rullgard <mans@mansr.com> committed on 2015/07/14 09:46
ima-adpcm: use correct initial value when encoding multiple channels

998f125c – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 11:34
build: delete msvc project files

9c17c159 – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 10:56
configure: fix typo in sys/soundcard.h detection

fc20c26b – Mans Rullgard <mans@mansr.com> authored on 2020/08/10 17:38
build: fix symlink selection

9ce4a4ab – Mans Rullgard <mans@mansr.com> authored on 2020/08/11 07:46
rate: fix crash when input and output rates are very close [bug #334]

c04163d3 – Mans Rullgard <mans@mansr.com> authored on 2020/08/10 09:15
oss: remove check for machine/soundcard.h and libossaudio

4f84d618 – Mans Rullgard <mans@mansr.com> authored on 2020/08/08 11:27
formats: reject negative sample rate [bug #333]

38f670fa – Mans Rullgard <mans@mansr.com> authored on 2020/08/02 08:27
build: drop cmake support

f2b143be – Mans Rullgard <mans@mansr.com> authored on 2020/08/08 07:38
INSTALL: mention dependency on autoconf-archive

4dd06664 – Mans Rullgard <mans@mansr.com> authored on 2020/08/05 12:03
sox: exit with non-zero status on error [bug #212]

176a8386 – Mans Rullgard <mans@mansr.com> authored on 2020/08/05 10:59
libsox.3: fix incorrect function names [bug #233]

bb1b9b69 – Mans Rullgard <mans@mansr.com> authored on 2020/08/05 10:48
sox: limit status display to terminal width [bug #311]

20a64450 – Mans Rullgard <mans@mansr.com> authored on 2020/08/04 17:50
formats: fix crash in sox_find_format() after sox_format_quit() [bug #272]

a090595a – Mans Rullgard <mans@mansr.com> authored on 2020/08/04 17:19
mp3: skip initial xing/info frame [bug #239]

bb38934e – Mans Rullgard <mans@mansr.com> authored on 2020/08/04 13:19
format: improve is_seekable() test

Next