Age | Commit message (Expand) | Author |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-05-18 | remove debug message | Miguel Freitas |
2002-05-06 | - remove deprecated zoom_mpeg1 (resizing policies are ui's job now) | Miguel Freitas |
2002-05-03 | Frame resizing patch from Miguel. | Daniel Caujolle-Bert |
2002-04-14 | avoid critical problems in yuv2rgb caused by very small frame output size | Ewald Snel |
2002-03-26 | Small cleanup (code reuse). | Matthias Hopf |
2002-03-22 | small bugfix to detect frame size changes correctly | Guenter Bartsch |
2002-03-21 | adding new parameters to frame_output_cb | Miguel Freitas |
2002-03-21 | - only draw still frame/logo if needed | Miguel Freitas |
2002-03-07 | Small clean up. | James Courtier-Dutton |
2002-03-05 | remove bad "get_info" functions. | James Courtier-Dutton |
2002-03-01 | memleak fixes from ewald snel | Guenter Bartsch |
2002-02-25 | *phew* Xv video output driver works now, zoom feature has been stripped down ... | Guenter Bartsch |
2002-02-24 | clean black bars on window/frame size change | Guenter Bartsch |
2002-02-24 | makefile cleanup, pause frame fixed for xshm, beginning to work on xv output | Guenter Bartsch |
2002-02-18 | VO_PROP_MAX_NUM_FRAMES, expose event handling | Guenter Bartsch |
2002-02-18 | cleanup/added debug messages, small metronom fix | Guenter Bartsch |
2002-02-17 | more bugfixes, I can now see video using xshm :-) | Guenter Bartsch |
2002-02-17 | each frame has an id for debugging purposes now; xshm driver can at least dis... | Guenter Bartsch |
2002-02-16 | beginning of video_out_driver changes | Guenter Bartsch |
2002-02-09 | the long-awaited video_out changes, not completely debuged (races) | Guenter Bartsch |
2002-01-15 | Fix XShm menu and spu colours. | James Courtier-Dutton |
2002-01-10 | Forgot to update xine.h.tmpl.in with the new video_out api. | James Courtier-Dutton |
2002-01-09 | video_driver api changed. | James Courtier-Dutton |
2001-11-28 | * OSD (On Screen Display) for rendering text and graphics into overlays | Miguel Freitas |
2001-11-18 | new configfile interface, code cleanup, xprintf is gone | Guenter Bartsch |
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert |
2001-10-29 | XShm gamma adjusting (brightness) | Miguel Freitas |
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch |
2001-10-20 | remove soft deinterlace property (not used anymore) | Miguel Freitas |
2001-10-14 | Update xine.h doxygen comments. Use constants for aspect ratio in | Daniel Caujolle-Bert |
2001-10-11 | - nicer message for deinterlace not supported | 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 | blend_rgb* with rle-image scaling. Used by the XShm video_out driver. | Juergen Keil |
2001-10-03 | Eliminate void* pointer arithmetic, and fixed some char* / unsigned char* | Juergen Keil |
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-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 | 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-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 |