Age | Commit message (Expand) | Author |
2001-10-11 | - nicer message for deinterlace not supported | Miguel Freitas |
2001-10-11 | should fix errors with gcc3 optimizations | Miguel Freitas |
2001-10-10 | GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver. | Juergen Keil |
2001-10-09 | overlay clut colorspace conversion | Miguel Freitas |
2001-10-09 | Implement rle-image shrinking for blend_rgb*() | Juergen Keil |
2001-10-09 | blend_rgb* with rle-image scaling. Used by the XShm video_out driver. | Juergen Keil |
2001-10-05 | solaris mlib yub2rgb crashed for 4:3 NTSC DVD format | Juergen Keil |
2001-10-03 | Eliminate void* pointer arithmetic, and fixed some char* / unsigned char* | Juergen Keil |
2001-10-03 | check if attribute is gettable | Miguel Freitas |
2001-09-28 | NTSC DVD scale_line for 16:9 format | Juergen Keil |
2001-09-27 | new scale_line functions for SVCD (PAL & NTSC) | Juergen Keil |
2001-09-27 | Add a few scale_line variants for PAL VCD | Juergen Keil |
2001-09-27 | enable bilinear scaling on Permedia 2/3 cards. | Miguel Freitas |
2001-09-26 | - Trying to fix video window size for mpeg streams with | Juergen Keil |
2001-09-25 | one of the optimized scale_line functions was not used at 1024x768 resolution, | Juergen Keil |
2001-09-24 | Support GrayScale visuals in XShm (works like PseudoColor for now) | Juergen Keil |
2001-09-23 | Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_out | Juergen Keil |
2001-09-21 | Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2 | Juergen Keil |
2001-09-20 | - new deinterlacing method "onefield" (just interpolate) | Miguel Freitas |
2001-09-19 | croma deinterlace -> uses more cpu but looks better | Miguel Freitas |
2001-09-19 | fix typo (#else) | Miguel Freitas |
2001-09-19 | small deinterlace cleanup | Miguel Freitas |
2001-09-19 | possible fix for gcc3 error | Miguel Freitas |
2001-09-19 | New greedy deinterlace method | Miguel Freitas |
2001-09-19 | deinterlace update, not finished yet (weave looks broken). | Miguel Freitas |
2001-09-16 | Update docs. Fixed some warnings. configure.in is ready for 0.9.1. | Daniel Caujolle-Bert |
2001-09-16 | software deinterlacer filter (BOB) | Miguel Freitas |
2001-09-11 | video_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-10 | Xv attribute setting bugfix provided by Frederic Devernay <Frederic.Devernay@... | Guenter Bartsch |
2001-09-10 | Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm's | Juergen Keil |
2001-09-10 | fix for frame buffers that were never ->displayed() | Miguel Freitas |
2001-09-09 | - adapt to window size changes in the xshm video_out driver; rescale the | Juergen Keil |
2001-09-06 | Trying to port the xine-lib sources to a non-gcc compiler | Juergen Keil |
2001-09-06 | Unscaled YUY2 crashes, because step_dx/step_dy is invalid (both contain 0). | Juergen Keil |
2001-09-01 | Don't change ideal_width for videos with "width % 32 == 16", so avoid software | Juergen Keil |
2001-08-28 | update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F... | Guenter Bartsch |
2001-08-23 | Handle different byte order between X11 client <-> X11 server in yuv2rgb. | Juergen Keil |
2001-08-20 | buffer handling changed | Joachim Koenig |
2001-08-18 | various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented... | Guenter Bartsch |
2001-08-17 | Overlay has new data member rle | Eduard Hasenleithner |
2001-08-17 | Overlays are now passed in rle format. Causes a speed improvement | Eduard Hasenleithner |
2001-08-16 | clut_t is now stored in machine endianess. Simplifies the transfer | Eduard Hasenleithner |
2001-08-14 | Fixed a bug resulting from the misassumption that the pixels | Eduard Hasenleithner |
2001-08-13 | major rewrite of the subpicture mechanism in order to support menus. | Eduard Hasenleithner |
2001-08-07 | latest ffmpeg updates - mmx works\! :-) | Guenter Bartsch |
2001-07-30 | bugfix provided by Dennis Bjorklund | Guenter Bartsch |
2001-07-30 | aalib makefile patch provided by Damien Clermonté | Guenter Bartsch |
2001-07-26 | Reverted a small error introduced into alphablend.c | Rich J Wareham |
2001-07-25 | A few small changes to help in some specific cases. Also a nasty hack added t... | Rich J Wareham |