ChangeLoh:
2011-01-16 15:03:19 +0100 Stefan Westerfeld # 6221a28
Prepare gst123-0.1.4 release.
2011-01-03 13:00:33 +0100 Stefan Westerfeld # 97a850a
Fix compile on systems where the first argument of tgetstr() is char* (no
t const char*).
2011-01-03 12:16:27 +0100 Stefan Westerfeld # 23fd4e9
Don't crash with terminals that don't define all escape sequences.
Code by Siddhesh Poyarekar. Crash was reported for "dumb" terminals, for
instance at startup of gnome). See Fedora bugzilla #666059.
Overview of changes in gst123-0.1.3:
* Support for m3u and pls playlists. [Siddhesh Poyarekar]
* Add jack audio output support.
* Support setting the audio driver via config file.
The program gst123 is designed to be a more flexible command line
player in the spirit of ogg123 and mpg123, based on gstreamer. It
plays all file formats gstreamer understands, so if you have a
music collection which contains different file formats, like flac,
ogg and mp3, you can use gst123 to play all your music files.
Since gst123-0.1.0 support for watching videos has been added;
however gst123 should run fine in situations where no X11 display
is available; videos can be played without X11 display, too (-x,
--novideo); in this case, only the audio stream will be played.
It is implemented in C++ and licensed under the GNU LGPL version 2.