Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | VDPAU: silence warnings. | Torsten Jager | |
2014-03-10 | Silence compiler warnings on register_enum () arg #4. | Torsten Jager | |
Making them all "const char * const *" did work too (even with Kaffeine build/run), but that would be an API change. | |||
2013-12-10 | YCgCo: enable VDPAU video out. | Torsten Jager | |
Possibly only theory. Most real life YCgCo files are 4:4:4 what VDPAU dislikes. | |||
2013-12-10 | YCgCo: enable opengl2 video out. | Torsten Jager | |
2013-12-10 | YCgCo: general preparation. | Torsten Jager | |
I stumbled upon something - the green orange transform :-) No, it is not lossless as some publications say. Instead, like traditional YCbCr it maps the RGB color cube to a pyramid with a central symmetric hexagonal base. Roughly 80% of color depth gets lost this way. The green resolution is again worse than ITU-R 709. It will probably not replace traditional YCbCr. It is incompatible with existing video equipment, and it lacks an mpeg range mode needed for live editing. However, if you can live without video equalizer, it makes an interesting alternative for slow devices like smartphones. Anyway, just if someone likes... | |||
2013-10-01 | Clean up vaapi µs delay code. | Darren Salt | |
2013-09-30 | Hide warning: unused variable 'frame' | Petri Hintukainen | |
2013-09-30 | Added const | Petri Hintukainen | |
2013-09-27 | color_matrix.c: default to "Signal+Size". | Torsten Jager | |
This is preferred on any half-way sRGB compliant monitors. | |||
2013-09-27 | yuv2rgb_mmx: fix swapped modes. | Torsten Jager | |
This bug probably never hit anyway. Nobody uses 24bpp X displays, as they are way slower than 32 bit ones, or even unsupported by hw. | |||
2013-09-27 | Silence warning | Petri Hintukainen | |
2013-09-27 | vaapi: fix yuy2_to_nv12 | Petri Hintukainen | |
2013-09-20 | Merge. | === Torsten Jager | |
2013-09-19 | Really fix snapshot colors. | Torsten Jager | |
The real bug was libyuv2rgb_mmx outputting bgr24 instead of requested rgb24. Previous fix tried to work around by swapping the input UV planes as well. Better than nothing but... well. Now both modes are supported, and kludge removed. | |||
2013-09-19 | video_out_vdpau: dont work around already thread safe X11. | Torsten Jager | |
Still not sure whether this is the end of the story now. | |||
2013-09-19 | Fix a hang (lock bug) which happens if VAAPI plugin init fails. | Darren Salt | |
2013-09-18 | More vaapi build fixes. | Darren Salt | |
2013-09-13 | Copyright year update by hg log info | Torsten Jager | |
script execution time: 55" | |||
2013-09-04 | Merge. | Darren Salt | |
2013-08-22 | video_out_opengl2: skip rendering into invalid drawable | Torsten Jager | |
Tested by provoking a Kaffeine segfault. | |||
2013-07-25 | Some copyright/dev fixes. | Darren Salt | |
2013-07-03 | Fix FSF address in a bunch of files | Xavier Bachelot | |
2013-06-26 | Fix vaapi plugin build | Xavier Bachelot | |
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 | |