1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00
Commit Graph

647 Commits

Author SHA1 Message Date
Moritz Grimm
534de86729 Switch TravisCI to Ubuntu 20.04 2021-02-11 00:55:27 +01:00
Moritz Grimm
d041a54f4f Prettier configure output 2021-02-11 00:50:22 +01:00
Moritz Grimm
72f46035d7 To be released today 2021-02-11 00:49:10 +01:00
Moritz Grimm
ee52793803 Revert previous and try a 20.04 docker image instead. 2021-02-09 23:23:12 +01:00
Moritz Grimm
7e7035abae Fix previous 2021-02-09 23:07:28 +01:00
Moritz Grimm
46003ec6dd Try ubuntu build image for more recent libshout 2021-02-09 23:05:14 +01:00
Moritz Grimm
8d882cacff Switch to non-obsolete shout_set_content_format()
Error checking is now more strict; work around unreliability in tests
as failure/success depends on libshout configuration
2021-02-09 12:12:32 +01:00
Moritz Grimm
1517b7b521 Add AAC and Opus configurations 2021-02-09 11:29:48 +01:00
Moritz Grimm
f4b297d026 Switch to non-obsolete shout_set_meta() 2021-02-09 10:37:21 +01:00
Moritz Grimm
057ef6a218 Clean up stream before exiting
Gentle reminder by AddressSanitizer.
2021-02-09 01:15:21 +01:00
Moritz Grimm
543b4d6880 Add AddressSanitizer build option 2021-02-08 22:10:13 +01:00
Moritz Grimm
80afe5baf7 Fix crash related to unconfigured intakes 2021-01-07 04:19:06 +01:00
Moritz Grimm
656fff81e8 Add .m4a decoder example 2021-01-05 23:02:56 +01:00
Moritz Grimm
f1efd079d4 Fix a crash when querying metadata program
Simple copy+paste mistake.
2020-09-02 22:20:51 +02:00
Moritz Grimm
9705838770 Remove a legacy documentation remnant 2020-09-02 11:56:22 +02:00
Moritz Grimm
3a791a6de4 Fix crash when attempting to replace a placeholder with NULL
For example, this solves the combination of an explicit format string
'@a@ - @t@' in combination with an MP3 input file that lacks either
artist or title
2020-04-02 13:01:07 +02:00
Moritz Grimm
e00ed8e936 Bump version to 1.0.2 2020-04-02 01:09:24 +02:00
Moritz Grimm
5132687076 Fix mdata_t leak on error
Found by Coverity
2020-02-22 23:22:06 +01:00
Moritz Grimm
db8a5e349c Release 1.0.1 today 2020-02-22 22:59:23 +01:00
Moritz Grimm
3dcb4a4134 Fix Codacy dashboard URL 2020-02-22 22:58:50 +01:00
Moritz Grimm
6eb8e19664 Fix setting of the stream name
Regression found and reported by zygmund2000 on Github
2020-02-22 22:39:43 +01:00
Moritz Grimm
7b7c42bfbe Add opusenc example 2020-02-12 00:59:44 +01:00
Moritz Grimm
ff21d6651d Fix oggenc command example 2020-02-12 00:59:18 +01:00
Moritz Grimm
b923260d82 mdata_destroy() is supposed to be idempotent 2020-02-12 00:39:13 +01:00
Moritz Grimm
3d83b1ba66 pCommandString can be NULL; propagate result 2020-02-12 00:29:20 +01:00
Moritz Grimm
d05f024485 Update NEWS 2020-02-12 00:22:01 +01:00
Moritz Grimm
c43c96a818 Use the more concise wording from README.md to introduce ezstream 2020-02-12 00:17:22 +01:00
Moritz Grimm
181ee42937 Bump version 2020-02-12 00:12:15 +01:00
Moritz Grimm
a59d29ee78 Try to find encoder instead of creating one on the fly
Fixes a segfault when there is a typo in the <encoder /> setting.
2020-02-12 00:08:38 +01:00
Moritz Grimm
d4f488a88d Do not reference potentially non-existent dirs/files 2020-02-11 16:45:41 +01:00
Moritz Grimm
b86585220b Remove -Wbounded
It's no longer relevant.
2020-02-11 16:21:40 +01:00
Moritz Grimm
6b8c19d3ed Merge branch 'release/0.6.1' into develop 2020-01-29 21:26:50 +01:00
Moritz Grimm
fc2dc3ad1a Version bump here, too 2020-01-29 21:21:21 +01:00
Moritz Grimm
4a9ebaae32 Push out Petr's fix today as well -- but use 1.0.0 instead! 2020-01-29 21:18:02 +01:00
Moritz Grimm
74140528a1 Use newer auto-tools 2020-01-29 21:13:35 +01:00
Moritz Grimm
758badb0ce Bump version, update issue tracker URL 2020-01-29 21:13:19 +01:00
Moritz Grimm
a4f9744ca4 Tweak wording; target release date for today 2020-01-29 17:52:29 +01:00
Moritz Grimm
ad9bb03437 More tweaks 2020-01-29 17:43:57 +01:00
Moritz Grimm
62a1c2548a Various tweaks 2020-01-29 15:55:35 +01:00
Moritz Grimm
031dc752a0 Better error messages 2020-01-29 00:36:50 +01:00
Moritz Grimm
dca166fd87 Bump copyright 2020-01-28 21:27:39 +01:00
Moritz Grimm
603f382c38 Remove unused bits 2020-01-28 21:16:22 +01:00
Moritz Grimm
dcc2130afd Issue tracker in GitLab now 2020-01-28 20:59:43 +01:00
Moritz Grimm
73b15ac5b2 Update history URL 2020-01-28 00:58:48 +01:00
Moritz Grimm
9e3c59887b Revert "Remove superfluous NULL assignment"
This reverts commit b0ef65fc03.
It's been nicer to read before, and static analysis can ignore this one.
2020-01-28 00:18:10 +01:00
Moritz Grimm
47735661f4 Unbreak build after README renaming 2020-01-28 00:02:32 +01:00
Moritz Grimm
46e72506b5 No need to further maintain argc/argv here ...
... but keep it in cmdline.c (for now) to "follow the pattern".
2020-01-27 23:57:32 +01:00
Moritz Grimm
b0ef65fc03 Remove superfluous NULL assignment 2020-01-27 23:51:25 +01:00
Moritz Grimm
a86201290d Remove redundant decrement 2020-01-27 23:48:19 +01:00
Moritz Grimm
d02e12dd7c Modern README.md 2020-01-27 23:43:21 +01:00