diff options
-rw-r--r-- | AUTHORS | 18 | ||||
-rw-r--r-- | TODO | 65 |
2 files changed, 68 insertions, 15 deletions
@@ -1,4 +1,7 @@ -xine programming +active developers +================= + +main xine programming Guenter Bartsch <guenter@users.sourceforge.net> @@ -6,7 +9,15 @@ various suggestions, bug and build fixes, alsa plugin, gui Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> -Debian package, audio programming +teletux/syncfb video output module, various bugfixes/reviews, alsa + + Joachim Koenig <Joachim.Koenig@gmx.net> + +libac3/libmpeg2 developement + + Michael Lespinasse <walken@zoy.org> + +Debian package, user support Siegfried Langauf <siggi@users.sourceforge.net> @@ -25,9 +36,6 @@ Contributions (http://www.linuxvideo.org/), where the original ideas for the xine video player came from. - Michael Lespinasse - great libmpeg2 hacks - Alan Cox bug fixes, net-input-plugin @@ -1,19 +1,64 @@ -- skip packages if CPU very slow -- MPEG-4 support in source +Assigned tasks +============== -- 4-channel surround sound +- fix X11 remote / XShm output + fix field picture support + guenter -- sp/div direct ac3 output +- FreeBSD port -- use docbook for FAQ/manpage/README... + D. J. HAWKEY JR. -- ability to play back video over remote X11 connection +- xitk-ui: filebrowser, toolkit, ... -- BUG: avi demuxer segfaults if frames are big + Daniel -- check XLock/Thread support +- Alsa -- check GOP timestamp decoding for mpeg-2 + Joachim and others + +- libac3 reentrant, downmixing, standards compliance + + Michel + +- esd audio output driver + + Christian Bauer + +- a gtk/gnome gui, perhaps by building a bonobo component? + this should be possible now, xine is a library and can be embedded + in other applications + + Sean Middleditch + +- navigation support + + James Courtier-Dutton, + Rich Wareham + +Open Tasks +========== + +- make win32 codecs work again +- fix the subtitle decoder +- a qt/kde gui +- an OpenDivX decoder plugin (should be very easy) +- port over from OMS / implement a Mpeg Transport Stream demultiplexer +- an aalib video output plugin (coolness factor: +10! ;)) +- SDL based video and audio output plugins + I've seen patches about this before but with the monolitic xine + this would have ment xine to become SDL-dependant. But now, + with our flexible dynamic audio/video plugin architecture + this is no longer a problem +- fbdev based video output plugin +- a win32 port, based on the SDL output plugins +- a quicktime demuxer +- a decoder plugin that uses xanim's quicktime codec plugins + (pretty much like the libwin32) this could enable 3ivx support btw +- port to other platforms (ppc, sparc...) - the architecture isn't + final yet, but I really hope that there are only minor changes + (mainly additions) to come +- port to other OS (Free/Net/OpenBSD, IRIX, Solaris, Win32 ...?) +- deinterlace filters -- BUG: xshm video output crashes if aspect ratio is changed while playing |