aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
...
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* Print some error message,Gravatar iive2005-12-20
* support negative stride (flipping) in vo_gl.Gravatar reimar2005-12-18
* move to next vo if /dev/3dfx could not be openedGravatar iive2005-12-10
* Do not exit() if /dev/3dfx is not available, approved by Ivan.Gravatar diego2005-12-10
* really clear frames to black instead of grey, and make sure one of thoseGravatar reimar2005-12-07
* signed division must be used for calculation vo_dx and vo_dy.Gravatar reimar2005-12-07
* WM_PAINT is the "expose" event, not WM_ACTIVATEGravatar reimar2005-12-07
* Don't abort when xscreensaver window isn't available anymore.Gravatar al2005-12-07
* Must use glFlush when doublebuffering is not usedGravatar reimar2005-12-06
* Get rid of most #ifdefsGravatar reimar2005-12-06
* Fix message handling, process resize eventsGravatar reimar2005-12-06
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* vo_tdfxfb should be preferred over vo_3dfx.Gravatar diego2005-12-01
* Revert previous commitGravatar al2005-11-22
* Use slice-height 16 as default for yuv colorspaces (only relevant if decoderGravatar reimar2005-11-22
* resolves problem in module stop_xscreensaver, crashing mp after sleep and awa...Gravatar ptt2005-11-21
* Also parse glX extension string, makes -vo gl:swapinterval work again on linuxGravatar reimar2005-11-19
* Enable border toggling for gl and gl2 under windows.Gravatar reimar2005-11-17
* disable *SwapInterval function when extensions are missing, since itGravatar reimar2005-11-13
* Generate double-click mouse events.Gravatar joey2005-11-11
* Intercept maximize event and go into fullscreen mode.Gravatar joey2005-11-11
* add a switch, slave command, and vo control to toggle borderless window.Gravatar joey2005-11-10
* move window style to a macro for easier maintainingGravatar joey2005-11-10
* Test if source image dimensions are too big.Gravatar al2005-11-10
* do not call glFinish when we do not have a contextGravatar reimar2005-11-07
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.Gravatar reimar2005-11-06
* Added translatable messages for OSD localization to help/help_mp-en.hGravatar ptt2005-11-06
* changed KEY_PREVIOUS to KEY_PREV, cause the first undefinedGravatar ptt2005-11-03
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* 10l typo, nomanyfmts should be used against playback problems.Gravatar reimar2005-10-31
* More consistent and sane types. Also avoids some gcc 4 warnings.Gravatar reimar2005-10-31
* Added support for remote controls.Gravatar syrjala2005-10-26
* Make include paths consistent among files in libvo. Since -I.. is addedGravatar diego2005-10-23
* make bottom alignment the default since it's the only sane mode when sub_pos ...Gravatar rfelker2005-10-23
* reverse incorrect sub alignment change, ok'd by diegoGravatar rfelker2005-10-23
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.Gravatar diego2005-10-23
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* Be less verbose.Gravatar reimar2005-10-13
* use subopt parser for arguments.Gravatar joey2005-10-10
* Make fragment program snprintf less confusing.Gravatar reimar2005-10-03
* documentation update.Gravatar reimar2005-10-01
* Support for ATI specific YUV->RGB conversion.Gravatar reimar2005-10-01
* Add missing GL_REGISTER_COMBINERS_NV defineGravatar reimar2005-09-27
* Add -panscanrange optionGravatar reimar2005-09-27
* fix/improve code doxumentation. Also group gl_common functions in severalGravatar reimar2005-09-25
* debugging/testing helpers: allow forcing a certain width/height for texturesGravatar reimar2005-09-25
* Allow specifying a custom (ppm) texture for texture unit 3Gravatar reimar2005-09-25
* support loading a texture from a PPM fileGravatar reimar2005-09-25