summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
2013-04-15video_out_vaapi: fix compilation with recent ffmpegPetri Hintukainen
2013-04-11vdpau_accel_data: removed unused varTorsten Jager
2013-03-18vo_vdpau: color matrix and fullrange supportTorsten Jager
2013-02-21video_out_opengl2: black fill new bufferTorsten Jager
This fixes dark green edges.
2013-01-17VAAPI decoder and video output plugin from ↵Petri Hintukainen
https://github.com/huceke/xine-lib-vaapi
2013-01-16opengl2: support overlay extent.Petri Hintukainen
Probably all overlays should be drawn over scaled video frame ...
2013-01-16opengl2: Moved argb layer locking to more correct placePetri Hintukainen
2012-12-23vo_(xcb)xv: show brightness/contrast/saturation changes while pausedTorsten Jager
2012-11-14vo_opengl2: show brightness/contrast/saturation changes while pausedTorsten Jager
2012-11-14vo_xv: added fullrange support for some hardwareTorsten Jager
2012-11-13video_out_opengl2: fix ARGB overlay colorsPetri Hintukainen
2012-10-07opengl2: added support for argb overlaysPetri Hintukainen
2012-10-07vo_opengl2: fixed distortion and segfaults for non-16 video widthTorsten Jager
2012-08-29yuv2rgb: 2:3 line scalerTorsten Jager
2012-08-29color_matrix: recognize cropped letterbox HD (eg 1280x540)Torsten Jager
2012-08-17Merge from 1.1Petri Hintukainen
2012-08-17Fix include guardPetri Hintukainen
2012-07-16Fixed variable typePetri Hintukainen
2012-07-13Build video_out_opengl2Torsten Jager
2012-07-13video_out_opengl2: added color matrix and full range supportTorsten Jager
2012-07-13video_out_opengl2: fix X access deadlockTorsten Jager
2012-07-13OpenGL 2 video out pluginChristophe Thommeret
2012-07-06opengl/(xcb)xv/x(cb)shm: added color matrix and fullrange supportTorsten Jager
2012-07-06yuv2rgb: added color matrix and fullrange supportTorsten Jager
2012-07-06xcbshm: added crop supportTorsten Jager
2012-07-06Removed unused variableTorsten Jager
2012-07-04Updated version of color_matrix.cTorsten Jager
2012-07-03xshm: crop supportTorsten Jager
2012-07-03xshm: no need to zero allocated framesTorsten Jager
2012-06-30CosmeticsTorsten Jager
2012-06-30Add color_matrix.c to EXTRA_DISTPetri Hintukainen
2012-06-29Add color matrix support to video out interfaceTorsten Jager
2012-06-25Added 5:4 line scaling function (720 -> 1024)Torsten Jager
2012-06-15Check 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-15Merge from 1.1Petri Hintukainen
--HG-- rename : src/libxinevdec/gdkpixbuf.c => src/video_dec/gdkpixbuf.c rename : src/libxinevdec/image.c => src/video_dec/image.c
2012-06-11Query max supported Xv image sizePetri Hintukainen
2012-05-11mmx_yuv2rgb(): TV set behaviour: contrast affects color difference as wellTorsten Jager
2012-05-11mmx_yuv2rgb() optimizationsTorsten Jager
2012-02-14Fix video driver crash when accessing unsupported propertiesTorsten Jager
2012-02-02vo_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-12Added constPetri Hintukainen
2012-01-12Hide "warning: cast from pointer to integer of different size"Petri Hintukainen
2012-01-12Fixed pointer typePetri Hintukainen
2012-01-12Fixed pointer castPetri Hintukainen
2012-04-17Improved 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-14Merge from 1.1Petri Hintukainen
--HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h
2012-02-08Merge from 1.2.1-branch.Darren Salt
2012-02-06vdpau: Consider displayed window coordinates when scaling osd overlay objectsAndreas Auras
2012-02-05Merge from 1.1.Darren Salt
--HG-- branch : 1.2.1-branch
2012-02-03Fixed overlay surface reuse issue for raw rgba overlays within vdpau output ↵Andreas Auras
driver.