RSS feed
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