summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2001-11-03updates to the deinterlacing support - one bug still left to fix. (Joachim,Matthias Dahl
2001-11-03deinterlacing improvementsJoachim Koenig
2001-11-03Added deinterlace to SyncFBRich J Wareham
2001-11-03Fixed a bad bug in the new SyncFB plugin that caused it to crash easily. AndMatthias Dahl
2001-11-03Replacing the old syncfb plugin with a totally reworked version. Also fixedMatthias Dahl
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
2001-10-24turn bilinear scaling into xinerc optionMiguel Freitas
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-21more memcpy stuffMiguel Freitas
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
2001-10-15The gui->video translation code in xv seems to work, enable it.Juergen Keil
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
2001-10-14turn deinterlace method into a .xinerc optionGuenter Bartsch
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