Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | Factorize rle uncompression code from raw, vaapi and opengl2 drivers. | Petri Hintukainen | |
Fix highlight area and buffer overflows. | |||
2014-05-13 | alphablend: use _x_freep (fix double free after failed calloc) | Petri Hintukainen | |
2014-05-13 | video_overlay: use _x_freep() instead of free() | Petri Hintukainen | |
2014-05-13 | factorize overlay color space conversion from vo plugins | Petri Hintukainen | |
2014-05-12 | add libmmal-based HW video decoder plugin for Raspberry Pi | Petri Hintukainen | |
2014-05-09 | vo_vaapi: silence warning. | Torsten Jager | |
video_out_vaapi.c: In function âvaapi_ovl_associateâ: video_out_vaapi.c:2465:5: warning: passing argument 3 of âvaMapBufferâ from incompatible pointer type /usr/local/include/va/va.h:1830:10: note: expected âvoid **â but argument is of type âunsigned char **â No joke. | |||
2014-05-07 | Update german translation. | Torsten Jager | |
2014-05-07 | Add "sqare monitor pixels" config option. | Torsten Jager | |
Avoid an extra -dpi X server tweak. | |||
2014-05-07 | vo_opengl2: turn off GL_LINEAR when not needed. | Torsten Jager | |
User fragment shaders are probably unaffected anyway, but the 1:1 case may get a bit faster. | |||
2014-05-05 | video_out_vaapi: fix overlay with libva 1.3.0 | Petri Hintukainen | |
Patch from https://bugs.freedesktop.org/show_bug.cgi?id=77408 | |||
2014-05-02 | vo_opengl2: simplify fragment shaders. | Torsten Jager | |
That 0.5 thing is OK as all texture coordinates refer to the middle of a pixel. However, we dont need abs() as the diff already is 0.0 <= diff < 1.0 . | |||
2014-04-30 | vo_opengl2: normalize lut _before_ use. | Torsten Jager | |
2014-04-30 | vo_opengl2: skip unneeded bicubic scaling passes. | Torsten Jager | |
catmullrom_spline (-2, -1, 0, 1, 2) == (0, 0, 1, 0, 0) so when width and/or height stays the same it may be skipped. In the best possible case, there will be some GPU power saving. | |||
2014-04-30 | Update german translation. | Torsten Jager | |
Jubilate - this is my 100th self push :-D | |||
2014-04-30 | vo_vaapi: add color matrix and fullrange support. | Torsten Jager | |
Also, guard against requesting/setting unsupported properties. And fix video eq handling like in vo_xv. This is based on my earlier vo_xv and vo_vdpau extensions, and some unused part of vo_vaapi itself. The ffmpeg vaapi wrapper seems to ignore va_context.colorspace. If that information is at all present, it will be in AVContext and vo_frame.flags as usual, so there might be a chance for this to work. Finally, I have a (minor build fixed) VAAPI emulator on top of VDPAU for testing :-) | |||
2014-04-30 | vo_vaapi: fix description. | Torsten Jager | |
2014-04-30 | video_out_fb: make palette setup failure non-fatal with 24/32 bit RGB modes | Petri Hintukainen | |
Fixes fb video out with recent Ubuntu. | |||
2014-04-30 | video_oput_fb: add error logging | Petri Hintukainen | |
2014-04-30 | cosmetics | Petri Hintukainen | |
2014-04-30 | video_out_sdl: accept XINE_VISUAL_TYPE_FB and/or NULL visual. | Petri Hintukainen | |
Enables use of SDL video output with fbxine. Under X11 fbxine + SDL draws to X11 window. | |||
2014-04-30 | cosmetics | Petri Hintukainen | |
2014-04-30 | video_out_sdl: remove some build-time HAVE_X11 checks or change those to ↵ | Petri Hintukainen | |
run-time deps. SDL video output works perfectly well under X11 even if xine-lib was built without X11 support. | |||
2014-04-30 | video_out_sdl: remove static variables | Petri Hintukainen | |
2014-04-30 | video_out_sdl: add missing XLockDisplay() | Petri Hintukainen | |
2014-04-30 | video_out_sdl: remove unused data | Petri Hintukainen | |
2014-04-26 | vo_x(cb)v: add color matrix support for "radeonhd" drivers. | Torsten Jager | |
This should fix wrong colors in large still images there, for example. BTW. I stumbled upon that manpage while looking for something else :-/ | |||
2014-04-22 | fix aliasing in xcbosd.c | Petri Hintukainen | |
2014-04-22 | fix aliasing in x11osd.c | Petri Hintukainen | |
2014-04-22 | fix debug build with clang | Petri Hintukainen | |
2014-04-20 | bluray: BD-J: issue warning message if current video driver does not support ↵ | Petri Hintukainen | |
ARGB overlays. | |||
2014-04-20 | Removed -fno-strict-aliasing from rtp input plugin | Petri Hintukainen | |
2014-04-20 | Fix build with clang | Petri Hintukainen | |
2014-04-20 | Fix aliasing in demuxers | Petri Hintukainen | |
2014-04-19 | libfaad: silence some warnings. | Torsten Jager | |
2014-04-19 | libdca: silence warning. | Torsten Jager | |
2014-04-19 | nosefart: silence warnings. | Torsten Jager | |
2014-04-19 | Avoid optimizer warnings on clut conversion. | Torsten Jager | |
The same code is not always warned about (vo_fb was, xshm was not). The gcc manpage says type punning is allowed via unions only, but this would mean either breaking the API, or using slow workarounds. Anyway, this here seems to be the least invasive way. | |||
2014-04-19 | DXR3: silence warnings. | Torsten Jager | |
2014-04-19 | added const | Petri Hintukainen | |
2014-04-19 | Fix memset() size | Petri Hintukainen | |
2014-04-19 | demux_avformat: add support for recent versions of libav fork. | Petri Hintukainen | |
2014-04-19 | demux_avformat: add support for older avformat versions | Petri Hintukainen | |
2014-04-09 | Handle "no vo soft render space": enable vo_x(cb)xv. | Torsten Jager | |
Also, do a proper blackfill to avoid green edges. | |||
2014-04-09 | Handle "no vo soft render space": enable vo_x(cb)shm. | Torsten Jager | |
Also, blackfill the whole frame (not just the bottom), as the libyuv2rgb line scaler may read over the right border, and we dont know where it will be here due to cropping. | |||
2014-04-09 | Handle "no vo soft render space": enable vo_none. | Torsten Jager | |
2014-04-09 | Handle "no vo soft render space": enable vo_vdpau. | Torsten Jager | |
Also, do proper blackfill to avoid dark green edges. | |||
2014-04-09 | Handle "no vo soft render space": enable vo_opengl2. | Torsten Jager | |
Also, do proper blackfill to avoid dark green edges. | |||
2014-04-09 | Handle "no vo soft render space". | Torsten Jager | |
Video out plugins may now fail to allocate soft render space in update_frame_format (), free possible parts of it, and indicate that with vo_frame.with == 0. vo_get_frame () will then free some more, and try again. I know that is hypothetical but I somehow feel better not letting it all run into a NULL pointer segfault immediately. | |||
2014-04-08 | Added tag 1.2.5 for changeset 10595e1efca1 | Darren Salt | |
2014-04-08 | xvmc build fix.1.2.5 | Darren Salt | |