| Commit message (Expand) | Author | Age |
* | 100l, OSD alpha textures were cleared to the wrong value. | reimar | 2008-11-25 |
* | More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off... | reimar | 2008-11-24 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 |
* | Fix ati-hack to work again with ATI 8.9 and later drivers. | reimar | 2008-11-14 |
* | Change glCreateClearTex to use the same host data format as later uploads. | reimar | 2008-09-20 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | Enable runtime border/window decorations-toggling for Linux gl and gl2 vos. | reimar | 2008-07-22 |
* | One more hack for PBOs on ATI cards. | reimar | 2008-07-06 |
* | Move at-hack code a bit up for further changes | reimar | 2008-07-06 |
* | 100l: finally understood ATI PBO problem: width must be a power of two. | reimar | 2008-07-04 |
* | More stride alignment is needed to work reliably on ATI cards :-( | reimar | 2008-07-04 |
* | 100l, bpp is bits per pixel, not bytes | reimar | 2008-06-22 |
* | Render everything as early as possible, doing as little as possible in | reimar | 2008-05-25 |
* | Reorder flip_page to make moving around do_render call easier | reimar | 2008-05-25 |
* | Split flip_page function | reimar | 2008-05-25 |
* | Add a filter strength parameter for blurring/sharpening scalers. | reimar | 2008-05-24 |
* | Use a struct instead of a huge and further growing argument list. | reimar | 2008-05-24 |
* | Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME | reimar | 2008-05-22 |
* | Simplify equalizer handling for vo gl | reimar | 2008-05-22 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | Add force-pbo suboption for faster OpenGL output. | reimar | 2008-05-10 |
* | Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers | reimar | 2008-05-10 |
* | vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_... | reimar | 2008-05-03 |
* | Fix 100l: mpi->height must be used to calculate required memory, not mpi->h. | reimar | 2008-05-03 |
* | Slightly document alpha for OSD color | reimar | 2008-02-11 |
* | Support alpha for vo gl osdcolor | reimar | 2008-02-11 |
* | Redraw display on toggling border | reimar | 2008-02-01 |
* | Always redraw video on resize. | reimar | 2008-01-31 |
* | Small typo in message | reimar | 2008-01-18 |
* | Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect. | reimar | 2008-01-15 |
* | Document vo gl lscale=3 | reimar | 2008-01-15 |
* | Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour | reimar | 2007-12-22 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Avoid text deformation and subtitles moving outside the screen in pan-and-scan | eugeni | 2007-10-19 |
* | Handle case where get_image is called twice without a draw_image in-between | reimar | 2007-08-03 |
* | Set -vo gl slice-height default to 0, the current default of 4 seems | reimar | 2007-07-28 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 |
* | set the window aspect hint | henry | 2007-06-09 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd | reimar | 2007-04-27 |
* | Add -ass-hinting option for setting font hinting method. | eugeni | 2007-04-27 |
* | Gui --> gui | diego | 2007-04-23 |
* | Add a new GPU-based scaling method to vo gl | reimar | 2007-03-11 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 |
* | Avoid calling aspect on each frame and make ass subtitles work better with pa... | reimar | 2007-02-06 |
* | Update gl:help output a bit | reimar | 2007-02-03 |
* | Fix compilation under MinGW with X11 enabled | reimar | 2006-12-17 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 |