| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_gl2, vo_matrixview: remove these VOs | wm4 | 2011-10-24 | 1 | -935/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 1 | -1/+1 |
* | vo_gl: Support 9- and 10-bit YUV input for OpenGL VOs | reimar | 2011-07-06 | 1 | -7/+12 |
* | vo_gl: don't accept 9/10-bit formats as input | reimar | 2011-06-29 | 1 | -5/+7 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -6/+3 |
* | spelling fixes | siretart | 2010-11-02 | 1 | -1/+1 |
* | vo_gl2: Use identical code to -vo gl for -wid mode | reimar | 2010-11-02 | 1 | -3/+4 |
* | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -6/+9 |
|\ |
|
| * | Slightly more correct ifdefs for vo_gl2. | reimar | 2010-04-24 | 1 | -6/+9 |
* | | Merge svn changes up to r31020 | Uoti Urpala | 2010-04-26 | 1 | -21/+18 |
|\| |
|
| * | Check texture dimensions instead of internal format in max texture | reimar | 2010-04-04 | 1 | -3/+3 |
| * | Cosmetics/reindent. | reimar | 2010-04-04 | 1 | -14/+13 |
| * | Avoid duplicating a condition. | reimar | 2010-04-04 | 1 | -4/+4 |
| * | Print width before height, | reimar | 2010-04-04 | 1 | -1/+1 |
| * | Fix width/height mixup in error message. | reimar | 2010-04-04 | 1 | -1/+1 |
| * | Factor out the YUV->RGB conversion auto-selection and also | reimar | 2010-04-04 | 1 | -3/+1 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -19/+19 |
|\| |
|
| * | Add mpgl prefix to all OpenGL-related function pointers. | reimar | 2010-04-03 | 1 | -19/+19 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -2/+19 |
|\| |
|
| * | Port yuv=... auto-detection from gl to gl2. | reimar | 2010-02-26 | 1 | -2/+19 |
* | | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 1 | -1/+1 |
|\| |
|
| * | Add support for adjustable TV <-> PC level conversion. | reimar | 2010-01-16 | 1 | -1/+1 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 1 | -27/+38 |
|\| |
|
| * | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 | 1 | -1/+1 |
| * | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 | 1 | -1/+2 |
| * | First steps to supporting different YUV->RGB conversion definitions. | reimar | 2009-12-31 | 1 | -1/+1 |
| * | Put the colourspace-related variables into a separate struct to ease | reimar | 2009-12-31 | 1 | -1/+1 |
| * | Support all planar YUV formats in OpenGL vos. | reimar | 2009-12-30 | 1 | -25/+35 |
* | | Merge svn changes up to r30065 | Uoti Urpala | 2009-12-29 | 1 | -8/+8 |
|\| |
|
| * | Rename GL_* defines to CONFIG_GL_* | reimar | 2009-12-19 | 1 | -9/+9 |
| * | Make the check for X11 and WIN32 backends for OpenGL separate. | reimar | 2009-12-19 | 1 | -1/+1 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 1 | -26/+29 |
|\| |
|
| * | Very preliminary code to allow selecting the OpenGL backend at runtime. | reimar | 2009-12-08 | 1 | -26/+29 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -2/+2 |
|\| |
|
| * | Add support for Windows OpenGL rendering onto a device instead of into a window. | reimar | 2009-11-21 | 1 | -2/+2 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -2/+2 |
|\| |
|
| * | Use vo_w32_window directly instead of via the vo_window macro in Windows-only... | reimar | 2009-09-18 | 1 | -2/+2 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -19/+17 |
|\| |
|
| * | Check setGlWindow return value to fail properly instead of crashing if e.g. | reimar | 2009-09-01 | 1 | -1/+2 |
| * | Make gl2 code capable of windowed aspect and panscan (no user option to enabl... | reimar | 2009-08-27 | 1 | -4/+4 |
| * | Fix video placement with -vo gl2 -fs -wid. | reimar | 2009-08-27 | 1 | -1/+1 |
| * | -vo gl2 resize does not need to modify its arguments, so pass int instead of ... | reimar | 2009-08-27 | 1 | -12/+12 |
| * | Remove useless code that has no effect. | reimar | 2009-08-27 | 1 | -3/+0 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 1 | -21/+0 |
* | | VO: Don't reset pause status in VO config() functions | Uoti Urpala | 2009-04-02 | 1 | -2/+0 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+1 |
|\| |
|
| * | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -1/+1 |
|\| |
|
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -1/+17 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -1/+17 |
* | | Merge svn changes up to r27979 | Uoti Urpala | 2008-11-22 | 1 | -8/+0 |
|\| |
|
| * | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 | 1 | -8/+0 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 | 1 | -3/+0 |
|\| |
|
| * | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 | 1 | -3/+0 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -0/+2 |
|\| |
|
| * | Surround conditionally used function with corresponding #ifdef, fixes: | diego | 2008-10-13 | 1 | -0/+2 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -3/+3 |
|\| |
|
| * | Change glCreateClearTex to use the same host data format as later uploads. | reimar | 2008-09-20 | 1 | -3/+3 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -3/+3 |
|\| |
|
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -3/+3 |
* | | Merge svn changes up to r27347 | Uoti Urpala | 2008-07-25 | 1 | -3/+1 |
|\| |
|
| * | Enable runtime border/window decorations-toggling for Linux gl and gl2 vos. | reimar | 2008-07-22 | 1 | -3/+1 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -4/+8 |
|\| |
|
| * | Use a struct instead of a huge and further growing argument list. | reimar | 2008-05-24 | 1 | -2/+4 |
| * | Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME | reimar | 2008-05-22 | 1 | -2/+4 |
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | | vo_gl[2]: Rename conflicting vo_ontop macro | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 | 1 | -14/+4 |
|/ |
|
* | Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour | reimar | 2007-12-22 | 1 | -0/+1 |
* | Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__. | diego | 2007-12-16 | 1 | -2/+2 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Fix compilation after patch to remove global vo_hdc | reimar | 2007-09-03 | 1 | -0/+2 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 | 1 | -44/+3 |
* | Lots of cosmetics for gl2 | reimar | 2007-06-26 | 1 | -329/+283 |
* | Remove two unused variables | reimar | 2007-06-26 | 1 | -2/+0 |
* | Remove overly complex and unused per-subtexture "dirty" handling | reimar | 2007-06-26 | 1 | -77/+12 |
* | Remove now unused variable | reimar | 2007-06-26 | 1 | -3/+0 |
* | remove useless calloc cast | reimar | 2007-06-26 | 1 | -2/+1 |
* | Remove some unused code and useless error checking that only clutters the code | reimar | 2007-06-26 | 1 | -56/+1 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | Set classhint directly after creating window just as all other vos do, in acc... | reimar | 2007-02-18 | 1 | -3/+3 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -15/+3 |
* | Fix compilation under MinGW with X11 enabled | reimar | 2006-12-17 | 1 | -0/+3 |
* | Improve windows gui support | reimar | 2006-07-08 | 1 | -4/+6 |
* | Make header include order more similar to vo_gl.c | reimar | 2006-06-17 | 1 | -3/+2 |
* | Reworked YUV2RGB fragment program setup in preparation for upcoming patches | reimar | 2006-06-07 | 1 | -1/+2 |
* | Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av... | reimar | 2006-06-05 | 1 | -0/+4 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 1 | -4/+3 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 | 1 | -9/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -3/+3 |
* | support negative stride (flipping) in vo_gl. | reimar | 2005-12-18 | 1 | -1/+2 |
* | signed division must be used for calculation vo_dx and vo_dy. | reimar | 2005-12-07 | 1 | -2/+2 |
* | Get rid of most #ifdefs | reimar | 2005-12-06 | 1 | -34/+8 |
* | Enable border toggling for gl and gl2 under windows. | reimar | 2005-11-17 | 1 | -0/+5 |
* | documentation update. | reimar | 2005-10-01 | 1 | -1/+2 |
* | debugging/testing helpers: allow forcing a certain width/height for textures | reimar | 2005-09-25 | 1 | -0/+13 |
* | panscan support | reimar | 2005-09-25 | 1 | -0/+9 |
* | Support rectangular texture in fragment programs | reimar | 2005-09-25 | 1 | -1/+1 |
* | Fix crashes and green border when using YV12 input format | reimar | 2005-09-25 | 1 | -11/+13 |
* | hardware color-space conversion for vo_gl and vo_gl2 | reimar | 2005-09-14 | 1 | -2/+114 |
* | Allow disabling the glFinish call | reimar | 2005-09-13 | 1 | -5/+20 |
* | Fix texture format variable types. Internal format is GLint, others are GLenum | reimar | 2005-08-25 | 1 | -2/+2 |
* | -wid support for windows. Not well tested, might still behave a bit weird. | reimar | 2005-08-21 | 1 | -2/+0 |
* | Get events from -wid window. | reimar | 2005-08-16 | 1 | -0/+3 |
* | use glUploadTex helper function | reimar | 2005-08-14 | 1 | -12/+4 |
* | textures smaller 64x64 might not be supported | reimar | 2005-08-14 | 1 | -3/+3 |
* | remove/move some unused headers/variables/code | reimar | 2005-08-14 | 1 | -11/+4 |
* | 10l, texture_width/height initialization was removed, so use | reimar | 2005-08-14 | 1 | -2/+2 |
* | Helper function for drawing texture and general cleanup of vo_gl2.c | reimar | 2005-08-14 | 1 | -129/+26 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | support -wid | reimar | 2005-06-18 | 1 | -1/+12 |
* | -geometry support for gl2 under win, default window pos centered for gl, gl2 | reimar | 2005-05-30 | 1 | -0/+2 |
* | Implement -geometry for vo gl and gl2. | reimar | 2005-05-29 | 1 | -3/+5 |
* | Remove a lot of duplicate code | reimar | 2005-02-21 | 1 | -15/+0 |
* | Remove unused defines | reimar | 2004-12-29 | 1 | -5/+0 |
* | Improving gl2 under windows, moving some functionality to gl_common | reimar | 2004-12-11 | 1 | -6/+9 |
* | Move selection of internal texture format to appropriate place, should | reimar | 2004-12-03 | 1 | -59/+51 |
* | More similar code from gl and gl2 moved to gl_common | reimar | 2004-12-01 | 1 | -77/+7 |
* | Avoid drawing before transformation matrices are set up. | reimar | 2004-11-13 | 1 | -5/+5 |
* | 10l | faust3 | 2004-11-05 | 1 | -0/+2 |
* | more fullscreen fixes and gl2 uses setGlWindow. | reimar | 2004-11-04 | 1 | -54/+21 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | added gl_common for code used by both vo_gl.c and vo_gl2.c. | reimar | 2004-10-17 | 1 | -13/+4 |
* | fixed UNPACK_ALIGNMENT setting. | reimar | 2004-10-06 | 1 | -3/+4 |
* | fixed memleak, especially for fixed-vo. | reimar | 2004-10-03 | 1 | -1/+7 |
* | removed saver_on, saver_off calls, they are already in x11_common.c | reimar | 2004-07-25 | 1 | -1/+0 |
* | fix for people experimenting with GUI under windows | reimar | 2004-07-22 | 1 | -1/+1 |
* | use RGB32 textures on OS X | reimar | 2004-07-17 | 1 | -2/+2 |
* | 100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com) | reimar | 2004-07-06 | 1 | -2/+2 |
* | removed XFlush() before XSync(), made config_glx return-type signed, force 32... | reimar | 2004-07-02 | 1 | -8/+15 |
* | avoid visuals with low color-depth. | reimar | 2004-06-27 | 1 | -0/+12 |
* | removing useless code, improving readability | reimar | 2004-05-08 | 1 | -39/+14 |
* | fixed memory leak and removed unnecessary static variable | reimar | 2004-05-08 | 1 | -9/+12 |
* | clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders | reimar | 2004-05-02 | 1 | -0/+3 |
* | GUI support | reimar | 2004-05-01 | 1 | -0/+44 |
* | corrected problems with switching to and from fullscreen mode esp. with fixed-vo | reimar | 2004-03-17 | 1 | -19/+16 |
* | printf -> mp_msg | attila | 2004-02-22 | 1 | -35/+25 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+8 |
* | * clear window on fullscreen switch | attila | 2003-10-12 | 1 | -10/+16 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | fix fullscreen switching in vo gl and vo gl2 | faust3 | 2003-09-21 | 1 | -0/+2 |
* | dont fix things at the wrong place | attila | 2003-09-21 | 1 | -1/+5 |
* | fix black screen on linux, patch by Jindrich Makovicka | faust3 | 2003-09-21 | 1 | -1/+1 |
* | vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at... | faust3 | 2003-09-19 | 1 | -101/+186 |
* | Avoid flickering during resizes. Keep video contents even when paused. Fix by... | mosu | 2003-08-31 | 1 | -12/+13 |
* | 1000l | alex | 2003-08-14 | 1 | -3/+6 |
* | removed broken swscaler support, added runtime fullscreens switching ability,... | alex | 2003-05-20 | 1 | -95/+30 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -1/+1 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -9/+3 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -9/+2 |
* | here is a somewhat generic equalizer implementation for the X11 vo drivers | arpi | 2002-10-29 | 1 | -3/+67 |
* | vo_init() moved to/fixed in preinit() | arpi | 2002-10-27 | 1 | -2/+1 |
* | -fixed-vo support | pontscho | 2002-10-16 | 1 | -9/+14 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | |