1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/ChangeLog
oddsock 0c42daccb5 added changelog
git-svn-id: https://svn.xiph.org/trunk/ezstream@10590 0101bb08-14d6-0310-b084-bc0e0c8e3800
2005-12-14 21:14:41 +00:00

105 lines
3.8 KiB
Plaintext

2005-12-14 21:13 oddsock
* trunk/ezstream/conf/Makefile.am, trunk/ezstream/configure.in,
trunk/ezstream/src/ezstream.c: added some reconnect logic fixed
a buffer overflow on large id3tags use pclose for popen'd file
handles
2005-01-05 00:38 oddsock
* trunk/ezstream/README, trunk/ezstream/conf/ezstream_m3u.xml,
trunk/ezstream/conf/ezstream_mp3.xml,
trunk/ezstream/conf/ezstream_reencoding_example.xml,
trunk/ezstream/conf/ezstream_reencoding_example_mp3.xml,
trunk/ezstream/conf/ezstream_reencoding_example_theora.xml,
trunk/ezstream/conf/ezstream_reencoding_example_vorbis.xml,
trunk/ezstream/conf/ezstream_vorbis.xml,
trunk/ezstream/configure.in, trunk/ezstream/src/ezstream.c,
trunk/ezstream/win32/ezstream.dsp,
trunk/ezstream/win32/ezstream.dsw,
trunk/ezstream/win32/ezstream.iss: cleanup of config files fixed
reencoding bug on win32 bump to version 0.2.0
2004-12-22 01:49 oddsock
* trunk/ezstream/src/ezstream.c: add passthorough support for
unknown types
2004-07-19 03:48 oddsock
* trunk/ezstream/src/configfile.c,
trunk/ezstream/win32/ezstream.dsp,
trunk/ezstream/win32/ezstream.iss: some win32 compilation fixes
2004-07-19 03:12 oddsock
* trunk/ezstream/README, trunk/ezstream/conf/Makefile.am,
trunk/ezstream/conf/ezstream_reencoding_example.xml,
trunk/ezstream/configure.in, trunk/ezstream/src/configfile.c,
trunk/ezstream/src/configfile.h, trunk/ezstream/src/ezstream.c,
trunk/ezstream/win32/ezstream.dsp: Added reencoding capabilities
to ezstream.
2004-07-16 04:02 oddsock
* trunk/ezstream/win32/ezstream.dsp:
2004-07-12 19:13 oddsock
* trunk/ezstream/src/configfile.c,
trunk/ezstream/src/configfile.h, trunk/ezstream/src/ezstream.c:
support for theora streams
2004-04-21 13:48 oddsock
* trunk/ezstream/configure.in, trunk/ezstream/src/.deps,
trunk/ezstream/src/ezstream.c: added ability to send a signal
(SIGHUP) which will re-read the current playlist (m3u) that is
being processed. When this happens, ezstream will pick up from
the last track that was played.
2004-02-02 04:56 oddsock
* trunk/ezstream/README: stdin now working :)
2004-02-02 04:39 oddsock
* trunk/ezstream/aclocal.m4, trunk/ezstream/configure.in: *
version bump * remove unneeded file
2004-02-02 04:37 oddsock
* trunk/ezstream/src/ezstream.c,
trunk/ezstream/win32/ezstream.dsp,
trunk/ezstream/win32/ezstream.iss: * set read mode to binary for
stdin on win32 * add libXML to project file * bump version number
2004-01-30 17:19 oddsock
* trunk/ezstream, trunk/ezstream/AUTHORS, trunk/ezstream/COPYING,
trunk/ezstream/Makefile.am, trunk/ezstream/README,
trunk/ezstream/aclocal.m4, trunk/ezstream/autogen.sh,
trunk/ezstream/conf, trunk/ezstream/conf/Makefile.am,
trunk/ezstream/conf/ezstream_m3u.xml,
trunk/ezstream/conf/ezstream_mp3.xml,
trunk/ezstream/conf/ezstream_vorbis.xml,
trunk/ezstream/configure.in, trunk/ezstream/m4,
trunk/ezstream/m4/ac_config_libconfig_in.m4,
trunk/ezstream/m4/acx_pthread.m4, trunk/ezstream/m4/ogg.m4,
trunk/ezstream/m4/shout.m4, trunk/ezstream/m4/vorbis.m4,
trunk/ezstream/m4/xiph_compiler.m4,
trunk/ezstream/m4/xiph_curl.m4, trunk/ezstream/m4/xiph_net.m4,
trunk/ezstream/m4/xiph_path_python.m4,
trunk/ezstream/m4/xiph_types.m4, trunk/ezstream/m4/xiph_xml2.m4,
trunk/ezstream/src, trunk/ezstream/src/.deps,
trunk/ezstream/src/.deps/configfile.Po,
trunk/ezstream/src/.deps/ezstream.Po,
trunk/ezstream/src/Makefile.am, trunk/ezstream/src/configfile.c,
trunk/ezstream/src/configfile.h, trunk/ezstream/src/ezstream.c,
trunk/ezstream/src/getopt.c, trunk/ezstream/src/getopt.h,
trunk/ezstream/win32, trunk/ezstream/win32/Makefile.am,
trunk/ezstream/win32/ezstream.dsp,
trunk/ezstream/win32/ezstream.dsw,
trunk/ezstream/win32/ezstream.iss: Initial revision