1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00
ezstream/src
Moritz Grimm 83d1d17be1 Remove half-baked support for "passthrough encoders"
The correct way is to just not configure an encoder for a stream, which
is what the documentation already states. Encoder sections now require
a program name to be set or the configuration will not load.

Fixes a segfault in ezstream.c, as reported by Tom McCallum via Github.
2020-01-15 23:04:40 +01:00
..
attr_config.h.in Add support for compiler attributes 2015-04-16 19:30:36 +02:00
attributes.h Add support for compiler attributes 2015-04-16 19:30:36 +02:00
cfg_decoder.c Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_decoder.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_encoder.c Remove half-baked support for "passthrough encoders" 2020-01-15 23:04:40 +01:00
cfg_encoder.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_intake.c Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_intake.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_private.h Remove unneeded #define 2018-07-16 16:24:44 +02:00
cfg_server.c Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_server.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_stream.c Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg_stream.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg.c Add configuration migration tool 2018-01-23 01:51:48 +01:00
cfg.h Make media inputs ("intakes") a list of things, too 2017-11-23 18:34:57 +01:00
cfgfile_xml.c Define "ezstream" only once 2018-07-17 10:31:25 +02:00
cfgfile_xml.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
cmdline.c Fix whitespace 2018-07-17 13:41:48 +02:00
cmdline.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
ezconfig0.c Fix up freeConfig() 2018-01-23 13:17:00 +01:00
ezconfig0.h Add configuration migration tool 2018-01-23 01:51:48 +01:00
ezstream-cfgmigrate.c Remove half-baked support for "passthrough encoders" 2020-01-15 23:04:40 +01:00
ezstream-file.sh.in Add ezstream-file support for -p pidfile 2017-11-18 01:20:55 +01:00
ezstream.c Style improvements 2018-01-23 11:10:04 +01:00
ezstream.h ezstream.c/libshout untangle 1/2 2016-03-24 18:16:00 +01:00
log.c Bump copyright 2018-07-17 10:49:13 +02:00
log.h Decouple cfg from log 2018-01-19 12:32:30 +01:00
Makefile.am Add configuration migration tool 2018-01-23 01:51:48 +01:00
mdata.c Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
mdata.h Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
playlist.c Retire rand() in favor of the upcoming getrandom() on Linux 2017-09-20 18:12:52 +02:00
playlist.h Fix whitespace 2015-05-28 14:02:17 +02:00
stream.c Make media inputs ("intakes") a list of things, too 2017-11-23 18:34:57 +01:00
stream.h Make media inputs ("intakes") a list of things, too 2017-11-23 18:34:57 +01:00
util.c Consistent function names 2018-07-17 13:41:48 +02:00
util.h Make set_progname() reusable 2018-01-19 13:03:32 +01:00
xalloc.c Fix log level 2015-05-26 14:22:56 +02:00
xalloc.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00