aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Support alpha for vo gl osdcolorGravatar reimar2008-02-11
* Remove an extern for a variable that no longer existsGravatar reimar2008-02-11
* Remove left-over extern definitions that should not be thereGravatar reimar2008-02-11
* Make some variables static.Gravatar reimar2008-02-10
* Avoid a useless extra pointer variable.Gravatar reimar2008-02-10
* Do not uselessly erase background, OpenGL will take care of drawing everything.Gravatar reimar2008-02-10
* Avoid -wid message processing blocking MPlayer.Gravatar reimar2008-02-10
* Forward mouse messages to -wid Window.Gravatar reimar2008-02-10
* Make sure the -wid window does not get notified when we destroy our attached ...Gravatar reimar2008-02-09
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)Gravatar reimar2008-02-09
* Add aspect_fit declaration missing for w32_common.Gravatar reimar2008-02-07
* Implement keepaspect for Windows OpenGL vos.Gravatar reimar2008-02-02
* Make aspect adjustment calculation simpler and more flexible.Gravatar reimar2008-02-02
* Redraw display on toggling borderGravatar reimar2008-02-01
* 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