summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2001-09-06Unscaled YUY2 crashes, because step_dx/step_dy is invalid (both contain 0).Juergen Keil
2001-09-01Don't change ideal_width for videos with "width % 32 == 16", so avoid softwareJuergen Keil
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F...Guenter Bartsch
2001-08-23Handle different byte order between X11 client <-> X11 server in yuv2rgb.Juergen Keil
2001-08-20buffer handling changedJoachim Koenig
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented...Guenter Bartsch
2001-08-17Overlay has new data member rleEduard Hasenleithner
2001-08-17Overlays are now passed in rle format. Causes a speed improvementEduard Hasenleithner
2001-08-16clut_t is now stored in machine endianess. Simplifies the transferEduard Hasenleithner
2001-08-14Fixed a bug resulting from the misassumption that the pixelsEduard Hasenleithner
2001-08-13major rewrite of the subpicture mechanism in order to support menus.Eduard Hasenleithner
2001-08-07latest ffmpeg updates - mmx works\! :-)Guenter Bartsch
2001-07-30bugfix provided by Dennis BjorklundGuenter Bartsch
2001-07-30aalib makefile patch provided by Damien ClermontéGuenter Bartsch
2001-07-26Reverted a small error introduced into alphablend.cRich J Wareham
2001-07-25A few small changes to help in some specific cases. Also a nasty hack added t...Rich J Wareham
2001-07-24interlace modeJoachim Koenig
2001-07-24API Version 2Joachim Koenig
2001-07-24whoups, that free() was a bit too much #-))Guenter Bartsch
2001-07-24big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, c...Guenter Bartsch
2001-07-20fixed arbitrary output window scaling and fullscreen playback using xshmGuenter Bartsch
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-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-17added (now required) field callback, not implemented yet but at least aaxine ...Guenter Bartsch
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
2001-07-16Fix 24-bit depth / 32bpp output when not using mit-shmJuergen Keil
2001-07-14The same bug (see previous commit from guenter) is present in 24 bit yuv2rgbJuergen Keil
2001-07-11fixed playback of field picture based streams using XShmGuenter 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-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-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
2001-07-04spu support updated (unfinished) from Jamesuid32519
2001-07-04* mediaLib accelerated yuv2rgb conversion routines (for sparc solaris)uid56437
2001-07-02Must re-initialize FPU registers after MMX use. Without such a re-Juergen Keil
2001-06-25Unscaled MMX accelerated yuv2rgb was broken, used wrong value for {yuv}_strideJuergen Keil
2001-06-25only zoom mpeg1 if running locallyGuenter Bartsch
2001-06-25use XvShm by defaultGuenter Bartsch
2001-06-24lots of bugfixes for race condtitions, X11 in general and support for remote ...Guenter Bartsch
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
2001-06-18Added very primitive overlay capacity (white line now appears if subtitles ar...Rich J Wareham