1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Commit Graph

  • 4fb7001eb9 Include public cfg interface instead of private one Moritz Grimm 2018-07-17 11:21:12 +0200
  • dccf0f0148 Consistent function names Moritz Grimm 2018-07-17 11:00:00 +0200
  • 24e69c2e52 Bump copyright Moritz Grimm 2018-07-17 10:49:13 +0200
  • 9f2cd71aed Define "ezstream" only once Moritz Grimm 2018-07-17 10:31:25 +0200
  • 92ffc9ac50 Rename function for consistency Moritz Grimm 2018-07-16 16:25:50 +0200
  • 814434bfb5 Remove unneeded #define Moritz Grimm 2018-07-16 16:24:44 +0200
  • f7521b83e4 Add verbatim auto-translated CircleCI 2.0 configuration Moritz Grimm 2018-04-18 09:55:53 +0200
  • c4c9b96a0b Ensure stream_validate() sets errstr properly Moritz Grimm 2018-03-21 10:14:33 +0100
  • 429a39196e Fail with assert() if open() fails Moritz Grimm 2018-03-21 10:09:31 +0100
  • 8c4fb52bd4 Bump copyright Moritz Grimm 2018-02-02 16:42:48 +0100
  • 7c509a575a Fix up freeConfig() Moritz Grimm 2018-01-23 13:17:00 +0100
  • ca76365c61 Add missing include Moritz Grimm 2018-01-23 10:42:45 +0000
  • 75a9a410aa Style improvements Moritz Grimm 2018-01-23 11:10:04 +0100
  • 20c7bd64b1 Properly initialize ez Moritz Grimm 2018-01-23 11:09:45 +0100
  • d81a3e23bb Add configuration migration tool Moritz Grimm 2018-01-23 01:51:48 +0100
  • 5287bbdd4b Support pass-through encoder (again) Moritz Grimm 2018-01-23 00:44:04 +0100
  • b7d1269944 Add example that calls meta.sh Moritz Grimm 2018-01-22 17:35:11 +0100
  • 6e92298a98 Tweak to hit a few more code paths Moritz Grimm 2018-01-22 17:34:31 +0100
  • 113d8a6b88 Make set_progname() reusable Moritz Grimm 2018-01-19 13:03:32 +0100
  • 4b4fee9ed0 Make xalloc, util, and log reusable as libcommon Moritz Grimm 2018-01-19 12:40:01 +0100
  • 86bd51b39a Decouple cfg from log Moritz Grimm 2018-01-19 11:48:57 +0100
  • d0cf1d8bbd Increase getTimeString static buffer Moritz Grimm 2018-01-18 11:42:37 +0100
  • 0b260b3c08 Make media inputs ("intakes") a list of things, too Moritz Grimm 2017-11-23 18:34:57 +0100
  • 184e2dd8c3 Fix include-once define Moritz Grimm 2017-11-23 18:26:31 +0100
  • 83547bf34f --enable-debug no longer exists Moritz Grimm 2017-11-23 18:22:34 +0100
  • 6566705361 Fix includes Moritz Grimm 2017-11-18 02:12:12 +0100
  • ed9e84f387 Change config format to (eventually) support concurrent streams to many servers Moritz Grimm 2017-11-18 01:54:14 +0100
  • f82cf2b458 Add ezstream-file support for -p pidfile Moritz Grimm 2017-11-18 01:20:55 +0100
  • cc5a3ab5d3 Safely squelch a bunch of warnings Moritz Grimm 2017-10-04 15:23:21 +0200
  • c6741ab55f Fix a type error Moritz Grimm 2017-10-04 15:22:12 +0200
  • 0e414f6142 Remove unused variable and change out_len to unsigned Moritz Grimm 2017-09-28 12:40:52 +0200
  • 8a74a830fc Merge branch 'develop' of ssh://git.xiph.org/ezstream into develop Moritz Grimm 2017-09-28 12:16:57 +0200
  • 776d57c8dc After hitting the Coverity quota once, switch branches Moritz Grimm 2017-09-28 12:15:20 +0200
  • 857f096ba0 Libshout behaves irregularly; make tests cope Moritz Grimm 2017-09-25 20:45:47 +0000
  • cb77b073de Explicitly check that m_str is NULL after an error return Moritz Grimm 2017-09-25 21:01:55 +0200
  • a896f2cc19 Increase test coverage for stream_*() Moritz Grimm 2017-09-25 20:49:59 +0200
  • 6466b6ea19 Prefer crashing over no coredump Moritz Grimm 2017-09-25 19:47:24 +0200
  • bcb097a16e Remove more superfluous access() checks Moritz Grimm 2017-09-25 19:34:37 +0200
  • b19b746e5f Revert introduction of !0 pattern for "true" Moritz Grimm 2017-09-25 18:19:07 +0200
  • 4551bfdbc0 Remove superfluous access() as unlink() does the same thing Moritz Grimm 2017-09-25 18:18:07 +0200
  • 9cb757f17f Add util_* tests Moritz Grimm 2017-09-25 17:48:39 +0200
  • ddc30688e6 Remove unused function Moritz Grimm 2017-09-25 17:47:12 +0200
  • cb997e549c Fix multiple issues in util_shellquote Moritz Grimm 2017-09-25 17:09:38 +0200
  • 1d0b9d4801 Simplify util_strrcmp to return a strictly boolean value Moritz Grimm 2017-09-25 17:07:40 +0200
  • f5f130e036 Do not block when trying to lock a PID file; fail immediately Moritz Grimm 2017-09-25 17:06:38 +0200
  • 8cc45a3a3d Do not assign save_errno for no reason Moritz Grimm 2017-09-25 17:05:44 +0200
  • 448ea0c276 Stop clang CI builds for the time being Moritz Grimm 2017-09-20 18:21:52 +0200
  • aaa32bf812 Retire rand() in favor of the upcoming getrandom() on Linux Moritz Grimm 2017-09-20 18:12:52 +0200
  • 8499362ce6 Clean up after AM_ICONV no longer allowing multiple invocations Moritz Grimm 2017-09-20 16:12:07 +0200
  • 38133919c4 Remove tests for functions that are assumed to be present Moritz Grimm 2017-09-20 15:52:12 +0200
  • 2cdda45c16 Unconditionally close allocated stderr FDs Moritz Grimm 2017-09-20 14:42:19 +0200
  • ae85c26cae Fix weird program logic by removing getMetadata() Moritz Grimm 2017-09-20 13:23:32 +0200
  • d40576cd80 Remove superfluous continue; (part 2) Moritz Grimm 2017-09-20 12:56:57 +0200
  • 85abb3958c Revert bogus change that introduced a memory leak Moritz Grimm 2017-09-20 12:55:16 +0200
  • 454cb5eac3 Mention location of Coverity scan results Moritz Grimm 2017-09-20 12:42:57 +0200
  • 6616831590 Switch to a new (unit-tested) metadata handling API Moritz Grimm 2017-09-20 12:37:56 +0200
  • 399e66df2b Remove superfluous continue; (CID 171999 et al) Moritz Grimm 2017-09-20 11:32:34 +0200
  • 89b4260c83 Ensure that dup() succeeds (CID 172001) Moritz Grimm 2017-09-20 11:26:35 +0200
  • 3a471dc164 Assert errstr2 to be not NULL before dereferencing it Moritz Grimm 2017-09-20 11:20:39 +0200
  • 1790ca5508 Explicitly exit 0 on success Moritz Grimm 2017-09-20 00:17:20 +0200
  • 0fe7a81b8c Reorder defines for consistency Moritz Grimm 2017-09-19 16:06:09 +0200
  • fef9b4625e Fix memory leak (CID 171996) Moritz Grimm 2017-09-15 20:21:45 +0200
  • 8ea0197235 Fix memory leak (CID 172413) Moritz Grimm 2017-09-15 20:13:05 +0200
  • f27cdee9d3 Attempt automatic Coverity scans via Travis CI Moritz Grimm 2017-09-15 19:50:30 +0200
  • 77f794a41e Rework quoting around metadata Moritz Grimm 2017-09-15 19:30:52 +0200
  • c21d47b8a9 Squelch conversion warnings around tolower() Moritz Grimm 2017-09-15 19:24:40 +0200
  • 7729fa9773 Make configuration handling around streaming from stdin more robust Moritz Grimm 2017-09-15 19:23:16 +0200
  • 58f615486a Add missing "album" example Moritz Grimm 2017-09-15 19:17:13 +0200
  • f87a5ae9ec Mention "stdin" magic filename Moritz Grimm 2017-09-15 18:59:59 +0200
  • 00c18db8c8 Make oggenc example work with decoder examples again Moritz Grimm 2017-09-15 18:57:40 +0200
  • 9cb809d5fb Change example to match distributed meta.sh file Moritz Grimm 2017-09-15 18:52:47 +0200
  • 59099c6ddf Update util function naming scheme Moritz Grimm 2017-09-13 23:35:30 +0200
  • 6d9ab1d581 Reorder code to match header Moritz Grimm 2017-07-10 11:44:20 +0200
  • 43e26549f9 Add support for writing PID files Moritz Grimm 2017-07-10 11:39:00 +0200
  • 781cfc12c7 Fix an nroff/mandoc error and a warning Moritz Grimm 2017-07-10 11:24:47 +0200
  • 88ad0a658c Reference things interesting to developers Moritz Grimm 2017-07-07 20:38:14 +0200
  • e3aefe825e Assume POSIX locale support Moritz Grimm 2017-07-07 18:50:24 +0200
  • 75b6962a33 Variable scope reduction Moritz Grimm 2017-07-07 16:34:18 +0200
  • 8dc044fee9 Be consistent about using $() instead of `` Moritz Grimm 2017-07-07 16:43:08 +0200
  • f5998edcfd Remove dead ID3Tag structures Moritz Grimm 2017-07-07 16:38:37 +0200
  • cfbbc94751 Assume the availability of POSIX signals Moritz Grimm 2017-07-07 16:35:32 +0200
  • 71e5820df1 Make cmdline_parse() restartable Moritz Grimm 2017-07-07 16:34:47 +0200
  • 56694daa9d Add CircleCI configuration Moritz Grimm 2017-07-07 15:33:22 +0200
  • 474a5a7ebe Remove redundant step in CI tests Moritz Grimm 2017-07-06 18:10:48 +0200
  • d8b9a5c287 Try newer TravisCI env for check Moritz Grimm 2017-07-06 18:04:37 +0200
  • 912c284a3c Get clock_gettime() from librt where necessary Moritz Grimm 2017-07-06 17:44:08 +0200
  • cb77576d0f Revert "Set AC_CONFIG_MACRO_DIRS" Moritz Grimm 2017-07-06 17:24:55 +0200
  • 103daf9332 Add CI Moritz Grimm 2017-07-06 17:18:46 +0200
  • e75c000cb8 Mention new '@b@' placeholder support feature Moritz Grimm 2017-07-06 14:43:19 +0200
  • 4e1c128493 Merge branch 'redswitchio-feature/album_metadata' into develop Moritz Grimm 2017-07-06 14:37:30 +0200
  • e9476d8c69 Merge branch 'feature/album_metadata' of https://github.com/redswitchio/ezstream into redswitchio-feature/album_metadata Moritz Grimm 2017-07-06 14:35:38 +0200
  • 163ca7d965 Reference "check" build dependency and autogen.sh Moritz Grimm 2017-07-05 17:58:33 +0200
  • 9db4359cdf Set AC_CONFIG_MACRO_DIRS Moritz Grimm 2017-07-05 17:26:39 +0200
  • 582c0b67ad Fixed the copypasta mistake of using the PLACEHOLDER_ARTIST value in the PLACEHOLDER_ALBUM conditional. redswitchio 2017-07-05 05:09:26 -0400
  • 73299669ce Reverted the comments to the orignal format and updated the documentation in doc/ezstream.1.in.in to include the album field. redswitchio 2017-07-05 05:05:07 -0400
  • 6aacd185e3 Updated the metadata documentation to include the album field. redswitchio 2017-07-05 05:04:34 -0400
  • abb0589667 Fixed spacing on the example metadata formatting comment. redswitchio 2017-07-04 22:29:02 -0400
  • 364c1bfabb Modified metedata string format example to be more descriptive. redswitchio 2017-07-04 22:20:56 -0400
  • cd98caa5fb Added additional code needed to support the album field when constructing the metadata string. redswitchio 2017-07-04 21:34:58 -0400
  • 8e0d5d6678 Add STDIN streaming configuration example Moritz Grimm 2017-03-30 14:44:09 +0200