aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Always redraw video on resize.Gravatar reimar2008-01-31
* Avoid a MANGLE, there is no register pressure and the generated codeGravatar reimar2008-01-30
* Allow for larger fragment programs.Gravatar reimar2008-01-29
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-27
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* Add a few const attributesGravatar reimar2008-01-23
* Avoid some pointer conversion warnings (the code is messy but not wrong)Gravatar reimar2008-01-20
* Add missing vo_w32_border prototypeGravatar reimar2008-01-20
* Fix some function types from unspecified to empty argument listGravatar reimar2008-01-20
* Remove redundant declarations (already in video_out.h)Gravatar reimar2008-01-20
* -panscan should also work for right and left bordersGravatar reimar2008-01-19
* Some reindentationGravatar reimar2008-01-19
* Fix a coefficient for lscale=5 OpenGL modeGravatar reimar2008-01-19
* Fix warning:Gravatar reimar2008-01-19
* Avoid void* arithmeticGravatar reimar2008-01-19
* Simplify and silence lots of warningsGravatar reimar2008-01-19
* Fix using both lscale and cscale 4Gravatar reimar2008-01-19
* Add a fragment program for 5x5 unsharp maskingGravatar reimar2008-01-18
* Remove leftover backslashGravatar reimar2008-01-18
* SimplifyGravatar reimar2008-01-18
* Use the same unsharp filter template for 2D and RECT texturesGravatar reimar2008-01-18
* Small typo in messageGravatar reimar2008-01-18
* Remove broken test program that likely never worked.Gravatar diego2008-01-18
* Fix OpenGL unsharp filterGravatar reimar2008-01-16
* Create/allocate conversion textures before scaler textures.Gravatar reimar2008-01-15
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.Gravatar reimar2008-01-15
* Document vo gl lscale=3Gravatar reimar2008-01-15
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.Gravatar reimar2008-01-15
* Fix the bug where the window would become smaller each time vo_ontop is toggled.Gravatar reimar2008-01-13
* fix bug in error message (found by Diego through a compiler warning)Gravatar rik2008-01-13
* Use a transform_color function to reduce code duplicationGravatar reimar2008-01-12
* Write functions used by send_mpeg_*_packet may _not_ modify dataGravatar reimar2008-01-12
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Set freetype flag in the font_desc_t when using a freetype font.Gravatar ulion2008-01-07
* Remove some now unused screensaver stuff code.Gravatar reimar2008-01-07
* Remove most of the messy screensaver code in favour of only XResetScreenSaverGravatar reimar2008-01-07
* Use a screensaver_off variable to save current state and avoidGravatar reimar2008-01-07
* Remove changelog from file header, we have revision control for this.Gravatar diego2008-01-06
* cosmetics: Whitespace changes, add comments to some #endif directives.Gravatar diego2008-01-06
* Relicense file to GPL v2 or later with the permission of Rudolf Marek,Gravatar diego2008-01-02
* when :card isn't specified by the user search the first available cardGravatar nicodvb2008-01-02
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* consistency cosmetics: Do not #define multiple inclusion guards to 1.Gravatar diego2008-01-01
* Consistently use just the name of the #ifdef directive in #endif comments.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Relicense files marked as GPL v2 to GPL v2 or later.Gravatar diego2007-12-31
* Relicense files written by Nick Kurshev and marked as "GPL v2" toGravatar diego2007-12-30
* Add missing #include, fixes the warning:Gravatar diego2007-12-30
* Remove unused variable, fixes the warning:Gravatar diego2007-12-30