2011-06-21 |
reimar |
Second GL_YCBCR_MESA format is YVYU, not YUY2.
|
2011-05-25 |
reimar |
Fix clear/border color of chroma texture for 9- and 10-bit formats.
|
2011-05-24 |
reimar |
Support 9- and 10-bit YUV input for OpenGL vos.
|
2011-05-10 |
reimar |
Make mp_get_chroma_shift simpler/more generic and add an argument
|
2011-05-07 |
iive |
Remove the variable arguments from the libvo control() functions.
|
2011-05-06 |
iive |
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
|
2011-02-12 |
reimar |
100l: fix "gamma" equalizer setting to change red, green and blue gamma,
|
2010-12-18 |
reimar |
llvmpipe, while only slow instead of insanely slow, is a software renderer.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-11-10 |
reimar |
gl/win32: select a stereo pixel format for window when
|
2010-10-27 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
2010-10-27 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
2010-10-27 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move eosd.[ch] to the sub directory.
|
2010-10-10 |
cigaes |
Use a dynamic list for the sources of EOSD elements.
|
2010-09-17 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
2010-08-01 |
reimar |
Reindent.
|
2010-08-01 |
reimar |
Use early return instead of large if block.
|
2010-08-01 |
reimar |
More readable OSD rendering code.
|
2010-07-30 |
greg |
Rename libass types to match upstream libass >= 0.9.7
|
2010-07-15 |
reimar |
Make it possible to select GL_NEAREST scaling.
|
2010-07-15 |
reimar |
Helper macros to build the yuv conversion type number.
|
2010-07-15 |
reimar |
Cosmetics: create luma texture first, then the other textures.
|
2010-07-08 |
cehoyos |
Independent tests indicate that GLX_STEREO is working fine on supported hardware.
|
2010-07-05 |
reimar |
Some small whitespace and {} cosmetics.
|
2010-07-05 |
reimar |
Try to get a quadbuffered visual if the corresponding 3D mode was selected.
|
2010-07-05 |
reimar |
Use a more sensible variable name.
|
2010-07-05 |
reimar |
Move declaration to where it is actually used.
|
2010-07-05 |
reimar |
Add initial stereo support to -vo gl.
|
2010-07-01 |
reimar |
Fix -geometry with -wid behaviour (y position was flipped).
|
2010-06-15 |
reimar |
More sensible behaviour for -geometry with -wid and -vo gl.
|
2010-06-13 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
2010-06-13 |
reimar |
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
|
2010-06-06 |
reimar |
Remove nonsense commented-out function header.
|
2010-05-30 |
reimar |
Treat a NULL renderer string as indication for software renderer.
|
2010-05-24 |
reimar |
Fix OpenGL autodetection to not leave values at -1.
|
2010-05-09 |
reimar |
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
|
2010-05-09 |
reimar |
Minor code cleanup.
|
2010-05-09 |
reimar |
yuv=5 supports brightness and contrast adjustment.
|
2010-05-01 |
reimar |
Also print OpenGL renderer string with vendor and version with -v
|
2010-04-30 |
reimar |
100l, open the customtex also in binary mode, not just the program.
|
2010-04-25 |
reimar |
Support for auto-selecting the OpenGL backend.
|
2010-04-25 |
reimar |
Add reinitialization support. Necessary for fullscreen on OSX.
|
2010-04-25 |
reimar |
Remove unnecessary check.
|
2010-04-25 |
reimar |
Set SDL window title.
|
2010-04-25 |
reimar |
Window resizing support for -vo gl with SDL backend.
|
2010-04-24 |
reimar |
Disable OSD support by default if the necessary OpenGL functionality is missing.
|
2010-04-24 |
reimar |
SDL support with related crash-resilience fixes.
|
2010-04-13 |
reimar |
Open cutomtex file in binary mode to avoid potential issues on
|
2010-04-04 |
reimar |
Factor out the YUV->RGB conversion auto-selection and also
|
2010-04-03 |
reimar |
Add mpgl prefix to all OpenGL-related function pointers.
|
2010-02-27 |
reimar |
Update -vo gl info structs, it isn't X11-only since ages and there's basically
|
2010-02-27 |
reimar |
100l, remove forgotten debugging code.
|
2010-02-27 |
reimar |
Only prefer -vo gl over -vo x11 if hardware acceleration is available.
|
2010-02-05 |
reimar |
Print messages only after we are sure preinit will not fail anymore.
|
2010-02-04 |
reimar |
Create the OpenGL probe window as a hidden Window on X11.
|
2010-02-02 |
reimar |
Add support for autodetection during preinit and use that to detect a default
|
2010-02-02 |
reimar |
Avoid using options before autodetectGlExtensions to allow it to change them properly.
|
2010-02-02 |
reimar |
Remove vo_config_count check from uninit, it should always be safe to run.
|
2010-01-16 |
reimar |
Add support for adjustable TV <-> PC level conversion.
|