| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -1/+1 |
* | removed old input code | alex | 2002-08-28 | 1 | -2/+0 |
* | ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning | arpi | 2002-08-09 | 1 | -1/+1 |
* | query_format revised | alex | 2002-05-27 | 1 | -1/+2 |
* | some cleanup, gl/gl2 updated to use vo_window | arpi | 2002-05-14 | 1 | -22/+18 |
* | fix playlist bug with gui and rewrite mousecursor show/hide code | pontscho | 2002-04-16 | 1 | -1/+1 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 | 1 | -1/+7 |
* | Added new input mouse support in x11 vo | albeu | 2002-02-11 | 1 | -1/+5 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 | 1 | -1/+1 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 1 | -2/+6 |
* | removed obsoleted Terminate_Display_Process, using vo_x11_uninit | alex | 2002-01-31 | 1 | -10/+2 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+1 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -0/+10 |
* | Xinerama patch number two by attila. | atmos4 | 2002-01-06 | 1 | -0/+3 |
* | fix | alex | 2001-12-17 | 1 | -1/+1 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 | 1 | -1/+1 |
* | printf-gcc3 patch, x11-commons mRootwin | sven | 2001-10-24 | 1 | -11/+9 |
* | did not compile with gcc-3 | pl | 2001-10-24 | 1 | -4/+7 |
* | aspect changes integrated .., please check performance and conformance | sven | 2001-10-19 | 1 | -2/+8 |
* | improved gl, please check performance and correct display | sven | 2001-10-19 | 1 | -178/+542 |
* | Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo... | atmos4 | 2001-10-18 | 1 | -4/+6 |
* | info & author changed | arpi | 2001-10-07 | 1 | -2/+2 |
* | new version by Sven Goethel | arpi | 2001-10-07 | 1 | -0/+729 |