summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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