summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-09-01 22:25:42 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-09-01 22:25:42 +0000
commitd5248fa3eca23593686d6015513efcdeca990a89 (patch)
treef1fb1f2d30106509c0a12d626cdd423ae7b4b19d
parentfc3af7a5b93200cabea2e0eb9c1f441a875c6ddd (diff)
downloadxine-lib-d5248fa3eca23593686d6015513efcdeca990a89.tar.gz
xine-lib-d5248fa3eca23593686d6015513efcdeca990a89.tar.bz2
getting ready for 0.5.2
CVS patchset: 547 CVS date: 2001/09/01 22:25:42
-rw-r--r--AUTHORS4
-rw-r--r--README18
-rw-r--r--configure.in2
3 files changed, 13 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 94dbf81b3..4dfa9ea5f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,7 +13,7 @@ teletux/syncfb video output module, various bugfixes/reviews, alsa
Joachim Koenig <Joachim.Koenig@gmx.net>
-libac3/libmpeg2 developement
+liba52/libmpeg2 developement
Michel Lespinasse <walken@zoy.org>
@@ -24,7 +24,7 @@ Debian package, user support
xine is using
mpeg2dec - a free MPEG-2 video stream decoder
- libac3 - a free AC3 audio stream decoder
+ liba52 - a free A/52 audio stream decoder
Written by Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
libmpg123 - a free MPEG audio decoder
diff --git a/README b/README
index b5adf6b15..67da2060d 100644
--- a/README
+++ b/README
@@ -277,10 +277,12 @@ used software:
xine uses software from the following free software projects:
-- libac3 by Aaron Holtzman
-- libmpeg2 by Aaron Holtzman
+- liba52 by Aaron Holtzman / Michel Lespinasse
+- libmpeg2 by Aaron Holtzman / Michel Lespinasse
- libmpg123 of the mpg123 project by Michael Hipp
(see http://www.mpg123.de/)
+- libmad by Robert Leslie
+- various decoders from the ffmpeg project by Gerard Lantau
...without these great pieces of software xine would of course not
be where it is now.
@@ -289,8 +291,8 @@ also many thanks to the Linux Video and DVD Project "LiViD"
(http://www.linuxvideo.org/), where the original ideas for the xine
video player came from.
-developers of xine:
--------------------
+active developers of xine:
+--------------------------
main xine developer:
Guenter Bartsch
@@ -298,11 +300,11 @@ developers of xine:
various suggestions, bug and build fixes, alsa plugin, gui
Daniel Caujolle-Bert
- audio programming
- Siegfried Langauf
-
- contributes great libmpeg2 and libac3 hacks:
+ contributes great libmpeg2 and liba52 hacks:
Michael Lespinasse
+
+ solaris port and lots of bugfixes
+ Juergen Keil
...plus various other contributors, see the AUTHORS file
diff --git a/configure.in b/configure.in
index 573066656..8a224df6a 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl AC_PREREQ_LIBTOOL(1.4.0,,AC_MSG_ERROR(*** You should have libtool >= 1.4 ins
XINE_MAJOR=0
XINE_MINOR=5
-XINE_SUB=1
+XINE_SUB=2
XINE_PRE=""
TAR_NAME="xine-lib-"$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE
SPEC_VERSION=$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE