summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-07-21Fixed the channel order for 5.0 and 5.1 modes.Eduard Hasenleithner
2001-07-20latest libac3 update from walken including lfe supportGuenter Bartsch
2001-07-20New configure option for activating the dxr3 decoder plugin.Eduard Hasenleithner
2001-07-20Initial commit of the dxr3/hw+ hardware decoder plugin.Eduard Hasenleithner
2001-07-20fixed arbitrary output window scaling and fullscreen playback using xshmGuenter Bartsch
2001-07-19First implementation of priorities for the decoder plugins:Eduard Hasenleithner
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
2001-07-18blind try to implement yuv2bgr32_mmxGuenter Bartsch
2001-07-18Added the metronom also to the spu decoder struct in order to makeEduard Hasenleithner
2001-07-17Fixed distcheck failure. Fixed Slackware/Redhat package generation.Daniel Caujolle-Bert
2001-07-17added some code for window resize handling in XShm (disabled it for it's not ...Guenter Bartsch
2001-07-17just noticed a few ozt-of-date copyright messagesGuenter Bartsch
2001-07-17yuy2 -> rgb conversion routines in C (no mlib/mmx yet)Guenter Bartsch
2001-07-17Fix a minor build warningJuergen Keil
2001-07-17added (now required) field callback, not implemented yet but at least aaxine ...Guenter Bartsch
2001-07-17AM_CHECK_CDROM_IOCTLS, add test for Solaris cdrom ioctls.Juergen Keil
2001-07-17made libmpeg2 a bit more permissive on mpeg constraintsGuenter Bartsch
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
2001-07-16Include config.h, so that we know the correct value of WORDS_BIGENDIANJuergen Keil
2001-07-16Avoid accessing unaligned 32-bit values (does not work on SPARC)Juergen Keil
2001-07-16Fix 24-bit depth / 32bpp output when not using mit-shmJuergen Keil
2001-07-15patch provided by eduard hasenleithner: make metronom accessible from decodersGuenter Bartsch
2001-07-15code cleanup, fixed the way pts values and decoded samples get associatedGuenter Bartsch
2001-07-14Added first bit of event mechanism for mouse/keyboard stuff.Rich J Wareham
2001-07-14The same bug (see previous commit from guenter) is present in 24 bit yuv2rgbJuergen Keil
2001-07-14Enable STEREO again.James Courtier-Dutton
2001-07-14made win32 path configurableGuenter Bartsch
2001-07-14quick hack to make xine more responsive near mpeg1 stream ends (dangerous)Guenter Bartsch
2001-07-14whoups, forgot to remove some spu_dec functions...Guenter Bartsch
2001-07-14cleaned up and finished spu_thread removalGuenter Bartsch
2001-07-13Make SPU decode use Video decoder thread instead of it's own thread.James Courtier-Dutton
2001-07-11fixed playback of field picture based streams using XShmGuenter Bartsch
2001-07-11fixed segfault for field picture based streamsGuenter Bartsch
2001-07-11fixed 15 bit support (mmx)Guenter Bartsch
2001-07-11fixed crash in xv plugin on displays that have the Xv extension but no xv-cap...Guenter Bartsch
2001-07-11Add PATH/NAME_MAX decl checks.Daniel Caujolle-Bert
2001-07-11added missing fileGuenter Bartsch
2001-07-10metronom bugfix to handle pts start detection rightGuenter Bartsch
2001-07-10small performance improvement - utilizing cache-localityGuenter Bartsch
2001-07-10latest libac3 from walkenGuenter Bartsch
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
2001-07-10subtitle patches (esp. for XShm) from JamesGuenter Bartsch
2001-07-09document a few known problems with the solaris version of xineJuergen Keil
2001-07-09latest subtitle patches (cleanups) from jamesGuenter Bartsch
2001-07-08subtitle patches from jamesGuenter Bartsch
2001-07-08corrected more pts handling / header searching bugsGuenter Bartsch
2001-07-08Patch for better video sync from James Courtier-DuttonGuenter Bartsch
2001-07-06fixed video offset bug for remote x11 voHeiko Schaefer
2001-07-05added missing header files to Makefile.amsGuenter Bartsch
2001-07-04latest overlay patches from James, simple overlays should workuid32519