aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* Remove redundant extern declarations, fixes the warnings:Gravatar diego2007-12-30
* Remove unused static variables, fixes the warnings:Gravatar diego2007-12-30
* Remove unused variables, fixes the warnings:Gravatar diego2007-12-30
* Disable unused code, fixes the warning:Gravatar diego2007-12-30
* Add missing #include for vo_draw_text.Gravatar diego2007-12-30
* Do not duplicate MJpegContext struct, #include the proper header instead.Gravatar diego2007-12-30
* Add missing #include, fixes the warning:Gravatar diego2007-12-30
* Use proper length specifiers in mp_msg calls, fixes the warnings:Gravatar diego2007-12-28
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourGravatar reimar2007-12-22
* Add missing X11/extensions/scrnsaver.h includeGravatar reimar2007-12-22
* Do not send mouse movements events in root win mode.Gravatar ulion2007-12-22
* Add support for XScreenSaverSuspendGravatar reimar2007-12-22
* Move more variables into the block where they are usedGravatar reimar2007-12-20
* Move a variable to where it is usedGravatar reimar2007-12-20
* Support send mouse movements commands to mplayer.Gravatar ulion2007-12-20
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...Gravatar rik2007-12-18
* Use NSMakeRect and NSRect in correct way:Gravatar ulion2007-12-18
* Fix wrong code in last commit.Gravatar ulion2007-12-18
* Fix mouse button mapping:Gravatar ulion2007-12-18
* Record screen size and display size in vo_ variables.Gravatar ulion2007-12-17
* screen_frame is only used for fullscreen mode.Gravatar ulion2007-12-17
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.Gravatar diego2007-12-16
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* SYS_AMIGAOS4 --> __AMIGAOS4__Gravatar diego2007-12-11
* Format mapping table should be constGravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* Make osd font constGravatar reimar2007-12-02
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove last remains of long-gone VOCTRL_SCREENSHOTGravatar reimar2007-12-02
* Remove video_out_png extern in vo_vesa (remains of ill-advisedGravatar reimar2007-12-02
* Remove casts that are (no longer) necessaryGravatar reimar2007-12-02
* Use proper type for vidix_preinit parameter instead of void *Gravatar reimar2007-12-02
* Support double buffering, fix osd flicker.Gravatar ulion2007-11-30
* Fix play window not get actived problem on Leopard.Gravatar ulion2007-11-30
* Ignore empty event.Gravatar ulion2007-11-29
* Proper license header.Gravatar ivo2007-11-29