~vcs-imports/gst123/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Overview of changes in gst123-0.2.1:

* Fixed minor memory leak.
* Fix warnings due to wrong glib option parsing. [Nicholas Miell]
* Use wikihtml2man for documentation (replaces old doxer based manpage).

Overview of changes in gst123-0.2.0:

* Made --shuffle, --repeat and --random behave identical to ogg123 options.
* Allow colon in filenames. [Siddhesh Poyarekar]
* Support "none" audio driver which disables audio output.
* Added --full-version option which prints versions of the
  libraries used by gst123.
* Support --enable-debug configure option.
* Minor fixes.

Overview of changes in gst123-0.1.4:

* Fixed crash for "dumb" terminals. [Siddhesh Poyarekar]

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.

Overview of changes in gst123-0.1.2:

* Added -a option to select audio driver (oss, alsa) and device (/dev/dsp1, hw:1)
* Fix crash triggered when closing the video window (thanks Siddhesh Poyarekar)
* Improved configure check (works now if ncurses headers are not in /usr/include)

Overview of changes in gst123-0.1.1:

* Fix code to allow uris in playlist. [Siddhesh Poyarekar]
* Fix building with binutils-gold. [Siddhesh Poyarekar]

Overview of changes in gst123-0.1.0:

* proper support for watching video files with gst123
  - fullscreen mode (f)
  - keys (like page up, cursor left, ...)  work within the video window
  - hide mouse in video widget
  - use correct aspect ratio during zoom
* better option parsing (--help, --help-gst, --help-gtk work)
* possibilty to disable video stream (-x, --novideo)
* indicate pause / muted state (prints [PAUSED], [MUTED] in status display)
* use GStreamer playbin2

Overview of changes is gst123-0.0.3:

* fixed buggy key handling when keys are autorepeating
* restore proper terminal settings after Ctrl+Z
* added keys for mute and volume control
* display video codec when present

Overview of Changes in gst123-0.0.2:

* passing a directory as argument will play all files in that directory
* cursor keys can be used to seek in the file that is being played
* time display includes hours now

Overview of Changes in gst123-0.0.1:

* initial public release