summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2001-10-11- nicer message for deinterlace not supportedMiguel Freitas
2001-10-11should fix errors with gcc3 optimizationsMiguel Freitas
2001-10-10GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver.Juergen Keil
2001-10-09overlay clut colorspace conversionMiguel Freitas
2001-10-09Implement rle-image shrinking for blend_rgb*()Juergen Keil
2001-10-09blend_rgb* with rle-image scaling. Used by the XShm video_out driver.Juergen Keil
2001-10-05solaris mlib yub2rgb crashed for 4:3 NTSC DVD formatJuergen Keil
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
2001-10-03check if attribute is gettableMiguel Freitas
2001-09-28NTSC DVD scale_line for 16:9 formatJuergen Keil
2001-09-27new scale_line functions for SVCD (PAL & NTSC)Juergen Keil
2001-09-27Add a few scale_line variants for PAL VCDJuergen Keil
2001-09-27enable bilinear scaling on Permedia 2/3 cards.Miguel Freitas
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
2001-09-25one of the optimized scale_line functions was not used at 1024x768 resolution,Juergen Keil
2001-09-24Support GrayScale visuals in XShm (works like PseudoColor for now)Juergen Keil
2001-09-23Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_outJuergen Keil
2001-09-21Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2Juergen Keil
2001-09-20- new deinterlacing method "onefield" (just interpolate)Miguel Freitas
2001-09-19croma deinterlace -> uses more cpu but looks betterMiguel Freitas
2001-09-19fix typo (#else)Miguel Freitas
2001-09-19small deinterlace cleanupMiguel Freitas
2001-09-19possible fix for gcc3 errorMiguel Freitas
2001-09-19New greedy deinterlace methodMiguel Freitas
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
2001-09-16software deinterlacer filter (BOB)Miguel Freitas
2001-09-11video_out_xshm crashes for scale factor 16/23, due to rounding error.Juergen Keil
2001-09-10- aspect ratio switching with autorepeat crashes video_out_xshm;Juergen Keil
2001-09-10Xv attribute setting bugfix provided by Frederic Devernay <Frederic.Devernay@...Guenter Bartsch
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
2001-09-10fix for frame buffers that were never ->displayed()Miguel Freitas
2001-09-09- adapt to window size changes in the xshm video_out driver; rescale theJuergen Keil
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
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