| Commit message (Expand) | Author | Age |
... | |
* | Fix a coefficient for lscale=5 OpenGL mode | reimar | 2008-01-19 |
* | Fix warning: | reimar | 2008-01-19 |
* | Avoid void* arithmetic | reimar | 2008-01-19 |
* | Simplify and silence lots of warnings | reimar | 2008-01-19 |
* | Fix using both lscale and cscale 4 | reimar | 2008-01-19 |
* | Add a fragment program for 5x5 unsharp masking | reimar | 2008-01-18 |
* | Remove leftover backslash | reimar | 2008-01-18 |
* | Simplify | reimar | 2008-01-18 |
* | Use the same unsharp filter template for 2D and RECT textures | reimar | 2008-01-18 |
* | Small typo in message | reimar | 2008-01-18 |
* | Remove broken test program that likely never worked. | diego | 2008-01-18 |
* | Fix OpenGL unsharp filter | reimar | 2008-01-16 |
* | Create/allocate conversion textures before scaler textures. | reimar | 2008-01-15 |
* | Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect. | reimar | 2008-01-15 |
* | Document vo gl lscale=3 | reimar | 2008-01-15 |
* | Add a forgotten case to create_scaler_textures, avoids an incorrect warning. | reimar | 2008-01-15 |
* | Fix the bug where the window would become smaller each time vo_ontop is toggled. | reimar | 2008-01-13 |
* | fix bug in error message (found by Diego through a compiler warning) | rik | 2008-01-13 |
* | Use a transform_color function to reduce code duplication | reimar | 2008-01-12 |
* | Write functions used by send_mpeg_*_packet may _not_ modify data | reimar | 2008-01-12 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 |
* | Set freetype flag in the font_desc_t when using a freetype font. | ulion | 2008-01-07 |
* | Remove some now unused screensaver stuff code. | reimar | 2008-01-07 |
* | Remove most of the messy screensaver code in favour of only XResetScreenSaver | reimar | 2008-01-07 |
* | Use a screensaver_off variable to save current state and avoid | reimar | 2008-01-07 |
* | Remove changelog from file header, we have revision control for this. | diego | 2008-01-06 |
* | cosmetics: Whitespace changes, add comments to some #endif directives. | diego | 2008-01-06 |
* | Relicense file to GPL v2 or later with the permission of Rudolf Marek, | diego | 2008-01-02 |
* | when :card isn't specified by the user search the first available card | nicodvb | 2008-01-02 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 |
* | consistency cosmetics: Do not #define multiple inclusion guards to 1. | diego | 2008-01-01 |
* | Consistently use just the name of the #ifdef directive in #endif comments. | diego | 2008-01-01 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 |
* | Relicense files marked as GPL v2 to GPL v2 or later. | diego | 2007-12-31 |
* | Relicense files written by Nick Kurshev and marked as "GPL v2" to | diego | 2007-12-30 |
* | Add missing #include, fixes the warning: | diego | 2007-12-30 |
* | Remove unused variable, fixes the warning: | diego | 2007-12-30 |
* | Remove redundant extern declarations, fixes the warnings: | diego | 2007-12-30 |
* | Remove unused static variables, fixes the warnings: | diego | 2007-12-30 |
* | Remove unused variables, fixes the warnings: | diego | 2007-12-30 |
* | Disable unused code, fixes the warning: | diego | 2007-12-30 |
* | Add missing #include for vo_draw_text. | diego | 2007-12-30 |
* | Do not duplicate MJpegContext struct, #include the proper header instead. | diego | 2007-12-30 |
* | Add missing #include, fixes the warning: | diego | 2007-12-30 |
* | Use proper length specifiers in mp_msg calls, fixes the warnings: | diego | 2007-12-28 |
* | Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour | reimar | 2007-12-22 |
* | Add missing X11/extensions/scrnsaver.h include | reimar | 2007-12-22 |
* | Do not send mouse movements events in root win mode. | ulion | 2007-12-22 |
* | Add support for XScreenSaverSuspend | reimar | 2007-12-22 |
* | Move more variables into the block where they are used | reimar | 2007-12-20 |