Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-15 | video_out_vaapi: fix compilation with recent ffmpeg | Petri Hintukainen | |
2013-04-11 | vdpau_accel_data: removed unused var | Torsten Jager | |
2013-03-18 | vo_vdpau: color matrix and fullrange support | Torsten Jager | |
2013-02-21 | video_out_opengl2: black fill new buffer | Torsten Jager | |
This fixes dark green edges. | |||
2013-01-17 | VAAPI decoder and video output plugin from ↵ | Petri Hintukainen | |
https://github.com/huceke/xine-lib-vaapi | |||
2013-01-16 | opengl2: support overlay extent. | Petri Hintukainen | |
Probably all overlays should be drawn over scaled video frame ... | |||
2013-01-16 | opengl2: Moved argb layer locking to more correct place | Petri Hintukainen | |
2012-12-23 | vo_(xcb)xv: show brightness/contrast/saturation changes while paused | Torsten Jager | |
2012-11-14 | vo_opengl2: show brightness/contrast/saturation changes while paused | Torsten Jager | |
2012-11-14 | vo_xv: added fullrange support for some hardware | Torsten Jager | |
2012-11-13 | video_out_opengl2: fix ARGB overlay colors | Petri Hintukainen | |
2012-10-07 | opengl2: added support for argb overlays | Petri Hintukainen | |
2012-10-07 | vo_opengl2: fixed distortion and segfaults for non-16 video width | Torsten Jager | |
2012-08-29 | yuv2rgb: 2:3 line scaler | Torsten Jager | |
2012-08-29 | color_matrix: recognize cropped letterbox HD (eg 1280x540) | Torsten Jager | |
2012-08-17 | Merge from 1.1 | Petri Hintukainen | |
2012-08-17 | Fix include guard | Petri Hintukainen | |
2012-07-16 | Fixed variable type | Petri Hintukainen | |
2012-07-13 | Build video_out_opengl2 | Torsten Jager | |
2012-07-13 | video_out_opengl2: added color matrix and full range support | Torsten Jager | |
2012-07-13 | video_out_opengl2: fix X access deadlock | Torsten Jager | |
2012-07-13 | OpenGL 2 video out plugin | Christophe Thommeret | |
2012-07-06 | opengl/(xcb)xv/x(cb)shm: added color matrix and fullrange support | Torsten Jager | |
2012-07-06 | yuv2rgb: added color matrix and fullrange support | Torsten Jager | |
2012-07-06 | xcbshm: added crop support | Torsten Jager | |
2012-07-06 | Removed unused variable | Torsten Jager | |
2012-07-04 | Updated version of color_matrix.c | Torsten Jager | |
2012-07-03 | xshm: crop support | Torsten Jager | |
2012-07-03 | xshm: no need to zero allocated frames | Torsten Jager | |
2012-06-30 | Cosmetics | Torsten Jager | |
2012-06-30 | Add color_matrix.c to EXTRA_DIST | Petri Hintukainen | |
2012-06-29 | Add color matrix support to video out interface | Torsten Jager | |
2012-06-25 | Added 5:4 line scaling function (720 -> 1024) | Torsten Jager | |
2012-06-15 | Check allocated Xv iamge size. Adjust frame size if allocated frame is ↵ | Petri Hintukainen | |
smaller than requested. Based on patch from http://bugs.xine-project.org/show_bug.cgi?id=108 | |||
2012-06-15 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/libxinevdec/gdkpixbuf.c => src/video_dec/gdkpixbuf.c rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2012-06-11 | Query max supported Xv image size | Petri Hintukainen | |
2012-05-11 | mmx_yuv2rgb(): TV set behaviour: contrast affects color difference as well | Torsten Jager | |
2012-05-11 | mmx_yuv2rgb() optimizations | Torsten Jager | |
2012-02-14 | Fix video driver crash when accessing unsupported properties | Torsten Jager | |
2012-02-02 | vo_opengl: quick-fix to enable OSD when using fragment shader for YUV ↵ | Petri Hintukainen | |
conversion. Proper (HW-accelerated) implementation would use OpenGL texture to blend the OSD directly to RGB video texture. | |||
2012-01-12 | Added const | Petri Hintukainen | |
2012-01-12 | Hide "warning: cast from pointer to integer of different size" | Petri Hintukainen | |
2012-01-12 | Fixed pointer type | Petri Hintukainen | |
2012-01-12 | Fixed pointer cast | Petri Hintukainen | |
2012-04-17 | Improved mmx_yuv2rgb() | Torsten Jager | |
yuv2rgb_mmx.c scales YUV and rounds them down to 8 bits individually before the addition. That causes red and blue to be off by up to 2, green even off by 3. This little patch does the stuff using 10 bits per component, plus correct rounding. There seems to be no noticable impact on performance, but color gradients come out much smoother now. | |||
2012-02-14 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h | |||
2012-02-08 | Merge from 1.2.1-branch. | Darren Salt | |
2012-02-06 | vdpau: Consider displayed window coordinates when scaling osd overlay objects | Andreas Auras | |
2012-02-05 | Merge from 1.1. | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2012-02-03 | Fixed overlay surface reuse issue for raw rgba overlays within vdpau output ↵ | Andreas Auras | |
driver. |