Menu

Code Commit Log


Commit Date  
[f30947] (HEADmaster) by Mans Rullgard Mans Rullgard

rate: add some sanity checking

Fail with error message instead of crashing with insane invocations
such as:
sox -r 3e-6 -n -n rate 16k

2024-05-30 13:46:01 Tree
[507b66] by Mans Rullgard Mans Rullgard

spectrogram: fix crash if pixels per second exceeds sample rate

2024-05-23 19:03:03 Tree
[42b355] by Mans Rullgard Mans Rullgard

mp3: fix error handling in rewrite_tags()

The id3v2_size variable is set to the return value of the
get_id3v2_tag_size() function which can be a negative error
code. Change the variable type to match that of the function
return value.

2021-05-09 20:17:32 Tree
[752416] by Mans Rullgard Mans Rullgard

sox.1: fix example for mcompand

The mcompand example was not properly updated after the switch from
filter to sinc. Fix it.

2021-02-01 13:11:25 Tree
[691414] by Mans Rullgard Mans Rullgard

aiff: handle id3 tags

2017-05-22 16:55:37 Tree
[630102] by Mans Rullgard Mans Rullgard

id3: fix COMM frame handling

The COMM frame uses a different layout than the Txxx frames and was
being ignored. Fix this by checking the number and type of fields
in each frame.

2017-05-22 17:22:24 Tree
[0637e2] by Mans Rullgard Mans Rullgard

id3: handle TCOM frame

2017-05-22 16:56:02 Tree
[2c4a42] by Mans Rullgard Mans Rullgard

id3: make parsing available to all format handlers

Several formats beside mp3 can use id3 tags. This makes it possible to
parse them from their respective handlers.

2015-08-30 21:02:32 Tree
[ce7700] by Mans Rullgard Mans Rullgard

build: use FLAC_CFLAGS

FLAC_CFLAGS is required if FLAC is installed outside the normal compiler
search path as is often the case on BSD systems.

2021-01-31 10:59:16 Tree
[6e278e] by Mans Rullgard Mans Rullgard

formats: clarify setting of reverse_bytes

Factor out repeated conditions and merge the resulting if statement
with the following one. This makes the intent clearer and silences
a flurry of warnings from clang.

2020-08-20 23:39:04 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.