Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-01-04 | Introduce XVMC_LOCKDISPLAY_SAFE to solve deadlocks in certain xxmc ↵ | Reinhard Nißl | |
implementations. Some implementations are buggy and lock resources (for example the display or internal data structures) in different order, which results in deadlocks. As XVMC_LOCKDISPLAY_SAFE is not defined by default, most API functions will now be guarded by a LockDisplay()/UnlockDisplay() pair, which imposes a lock order at least for the resource display and hence avoids those deadlocks. | |||
2009-01-04 | Merge from 1.1. | Darren Salt | |
2008-12-28 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am | |||
2008-12-28 | Report when defaulting due to the requested Xv port type not being available. | Darren Salt | |
2008-12-28 | Add support for Xv "blitter" adaptors. | Darren Salt | |
These are known to be present in some nvidia graphics hardware. | |||
2008-12-28 | Fix up Xv textured video selection for use with drivers for nvidia gfx hw. | Darren Salt | |
These drivers use "NV* Video Texture" instead of "* Textured Video". | |||
2008-12-28 | Centralise some Xv-related static string array declarations. | Darren Salt | |
2008-12-28 | Fix xcbxv Xv port fallback (was failing to find an Xv port). | Darren Salt | |
2008-12-28 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c | |||
2008-12-27 | Recognise XV_BICUBIC for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Recognise XV_VSYNC == XV_SYNC_TO_BLANK for xf86-video-ati 6.9.1. | Darren Salt | |
2008-12-27 | Clean up Xv attribute-setting functions; fix a related off-by-one (xcbxv). | Darren Salt | |
--HG-- extra : transplant_source : %A0%EE%CC%FA%D3%AF2%8B%96%1F%B1%8E%00%01%96%8E%9E%AC%93Y | |||
2008-12-20 | Remove format warning. | Diego E. 'Flameeyes' Pettenò | |
2008-12-20 | Remove unused variable. | Diego E. 'Flameeyes' Pettenò | |
2008-12-15 | Merge from 1.1; update PO files; make buildable. | Diego E. 'Flameeyes' Pettenò | |
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : m4/_xine.m4 => m4/types.m4 rename : po/libxine1.pot => po/libxine2.pot rename : src/libfaad/xine_faad_decoder.c => src/audio_dec/xine_faad_decoder.c rename : src/libspucc/cc_decoder.h => src/spu_dec/cc_decoder.h rename : src/libspucmml/xine_cmml_decoder.c => src/spu_dec/cmml_decoder.c rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libspucc/xine_cc_decoder.c => src/spu_dec/xine_cc_decoder.c rename : src/libmpeg2/mpeg2.h => src/video_dec/libmpeg2/mpeg2.h | |||
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-19 | Support XINE_GUI_SEND_DRAWABLE_CHANGED in DirectX video driver | Matthias Ringwald | |
On XINE_GUI_SEND_DRAWABLE_CHANGED, the clipping area is adjusted to the new HWND and the frame shown again. This allows to switch the window where the video is shown at runtime, simliar to the X11 drivers. | |||
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-11-17 | Fix video out for directx that support YV12 or YUV2 | Matthias Ringwald | |
The lPitch setting of the offscreen buffer was not taken into account, which let to a garbled image if the video card driver did support YV12 or YUV2 color formats. This patch fixes bug #72. | |||
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 |