Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | Indentation fixes. | Christophe Thommeret | |
2008-12-30 | Minor cleanups & fixes. | Christophe Thommeret | |
2008-12-29 | Add future frame. | Christophe Thommeret | |
2008-12-28 | Fix argb overlay; allow partial buffer updates to improve performance. | Julian Scheel | |
2008-12-28 | ARGB overlay fixups. | Julian Scheel | |
2008-12-27 | Progressive frame & background colour bits. | Christophe Thommeret | |
2008-12-27 | User aspect ratio. | Christophe Thommeret | |
2008-12-27 | Initial support for ARGB overlay. | Julian Scheel | |
2008-12-23 | Set H.264 progressive_frame_flag; follow it in video_out_vdpau. | Julian Scheel | |
(Maybe following the flag is not a good idea for mpeg2...) | |||
2008-12-23 | Enable inverse telecine & noise reduction. | Julian Scheel | |
2008-12-22 | Clear PTS on reset; remove a printf. | Christophe Thommeret | |
2008-12-21 | Fix chroma_type. | Christophe Thommeret | |
2008-12-20 | Alpha-handling optimisation. | Christophe Thommeret | |
2008-12-19 | Fix queue_block. | Christophe Thommeret | |
2008-12-19 | Fix mixer size. | Christophe Thommeret | |
2008-12-18 | Property handling. | Christophe Thommeret | |
2008-12-17 | Fix mixer update. | Christophe Thommeret | |
2008-12-16 | More deinterlacing. | Christophe Thommeret | |
2008-12-16 | More deinterlacing. | Christophe Thommeret | |
2008-12-16 | More deinterlacing. | Christophe Thommeret | |
2008-12-16 | Deinterlacing. | Christophe Thommeret | |
2008-12-16 | OSD working. | Christophe Thommeret | |
2008-12-14 | Overlay fixup. | Christophe Thommeret | |
2008-12-14 | Overlay handling. | Christophe Thommeret | |
2008-12-12 | Locking fixes. | Christophe Thommeret | |
2008-12-10 | Comment out some printfs. | Christophe Thommeret | |
2008-12-08 | Fix frame alloc. | Christophe Thommeret | |
2008-12-08 | Export vdp_get_error_string; define MPEG12 cap. | Christophe Thommeret | |
2008-12-05 | Queue bits; use-after-free fix. | Christophe Thommeret | |
2008-12-03 | Overlay stuff. | Christophe Thommeret | |
2008-12-03 | Decodes one picture, but does not display it. | Julian Scheel | |
2008-12-01 | Fix vo_cap_vdpau_h264. | Christophe Thommeret | |
2008-12-01 | Enable display of XINE_IMGFMT_VDPAU. | Christophe Thommeret | |
2008-12-01 | Introduce vdpau_accel_t. | Christophe Thommeret | |
2008-11-30 | Add scaling, cropping & recreate presentation_queue after drawable change ↵ | Christophe Thommeret | |
(fullscreen). | |||
2008-11-29 | Adding vo_vdpau. | Christophe Thommeret | |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák | |
Add warning flags to the DEBUG_CFLAGS too. | |||
2008-11-20 | Fix using of the pointers, leak fixes in configfile. | František Dvořák | |
2008-11-18 | Fix of the two opened CACA windows in cacaxine (xine-ui). | František Dvořák | |
There is needed some ui<->lib interaction: used caca display is optionally delivered from ui to the caca vo plugin. | |||
2008-10-30 | Create secondary buffer with correct pixelformat | Matthias Ringwald | |
If neither YV12 nor YUV2 format is supported by DirectX, a secondary buffer with the same pixelformat as the primary buffer is used. However, the pixel format of the primary was not passed to CreateSurface, instead a 16 bit pixelformat was created, which is the reason why the video was broken on 24bit or 32bit desktops. --HG-- extra : transplant_source : %A6-%ADwyY%EE%C8%26%E2%5E%2A%83%0A%0B/%CBM%23%0F | |||
2008-10-19 | Pass native HWND through xine to SDL | Matthias Ringwald | |
To place SDL output inside an existing window, the SDL_WINDOWID environement variable has to be set. This was done by the SDL video out pluging if HAVE_X11 was defined, but not for WIN32, where it works as well. --HG-- extra : transplant_source : E%169%A2%B4%93%3CY%07%A9%9F%1C%E0%B8-%14m4%A2%11 | |||
2008-11-07 | voraw minor fix | Christophe Thommeret | |
let raw video out plugin handle cropping. --HG-- extra : transplant_source : %F3l%EFUI%28%2C%A0%0C%3E%AD%EA%EC%80%D1%9A%C0/%20%E5 | |||
2008-08-13 | Merge. | Darren Salt | |
2008-08-13 | Apply the deinterlacer size fix to the XCB Xv plugin. | Darren Salt | |
2008-08-08 | video_out_opengl: Actually bail out if no display found. | Matthias Hopf | |
2008-08-08 | Merge. | Matthias Hopf | |
2008-08-01 | video_out_opengl: Activate only if visual is direct rendering capable | Matthias Hopf | |
2008-07-23 | Xv deinterlacing was looking at the input image size, not the output image size. | Simon Farnsworth | |
This works fine on some chipsets, but on others, it causes image corruption. | |||
2008-03-10 | Add Xv port selection by type (overlay or textured video). | Darren Salt | |
This uses the adapter names reported by the X 2D graphics driver. (Transplanted from 8c06e053c6dbb2f31c004f6eb615ebbf3f67d667) | |||
2008-02-25 | When auto-detecting Xv ports, prefer port nos. >= configured. | Darren Salt | |
(Transplanted from f03669a2395d97a3e40615db1089af084a69d299) |