aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
...
* Doxygen documentation for w32_common.cGravatar reimar2008-11-18
* Remove a useless XGetGeometry call, the X11 event handling alreadyGravatar reimar2008-11-17
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-16
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Remove a duplicated vo_x11_selectinput_witherrGravatar reimar2008-11-15
* respect -vf dsize etc. also for -rootwin, just like vo_xv does.Gravatar reimar2008-11-15
* Sync with vo_x11: make sure we get expose events even when drawing to the roo...Gravatar reimar2008-11-15
* Remove a nonsensical "else" for the video mode switching case.Gravatar reimar2008-11-15
* include limits.h for INT_MAX.Gravatar reimar2008-11-15
* Remove now unused variables.Gravatar reimar2008-11-15
* Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.Gravatar reimar2008-11-15
* Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* Set modified window position and monitor aspect in vo_vm_switch instead of inGravatar reimar2008-11-15
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-15
* Set modeline_width/height to sane values in vo_vm_switch even whenGravatar reimar2008-11-15
* Cosmetics: remove useless "extern"Gravatar reimar2008-11-15
* Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15
* Remove a useless XGetGeometry call, the X11 event handling already takes care...Gravatar reimar2008-11-15
* Remove code from unused and since ages deprecated draw_frame function.Gravatar reimar2008-11-15
* Remove vo_xv code that has been under #if 0 since ages.Gravatar reimar2008-11-15
* vo_x11: do not replace the vo_gc created by the Gui.Gravatar reimar2008-11-15
* Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.Gravatar reimar2008-11-15
* Cosmetics for vo_x11 control() to make it more similar to vo_xv.cGravatar reimar2008-11-15
* Fix grammar of comment and sync it with vo_x11.cGravatar reimar2008-11-15
* Fix ati-hack to work again with ATI 8.9 and later drivers.Gravatar reimar2008-11-14
* Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead ofGravatar reimar2008-11-13
* Fix Windows OpenGL -wid:Gravatar reimar2008-11-11
* For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX...Gravatar reimar2008-11-06
* Add #include <string.h> for memset.Gravatar diego2008-11-04
* Change OpenGL support to work on unmodified MinGW64Gravatar reimar2008-11-02
* Remove X11 backing store: this is now a useless flag.Gravatar ben2008-10-29
* Improve error message when screen width and height are not set.Gravatar diego2008-10-19
* fixed image format detection for 15 bit color depthsGravatar faust32008-10-17
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Move X11_FULLSCREEN definition to x11_common.h where it belongs.Gravatar diego2008-10-16
* fixed overlay x and y calculationGravatar faust32008-10-16
* Honour differences between src and dst stride for packed yuvGravatar faust32008-10-14
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Surround conditionally used function with corresponding #ifdef, fixes:Gravatar diego2008-10-13
* Remove redundant variable declaration, fixes the warning:Gravatar diego2008-10-13
* Add missing support for some multimedia keys to X11 backend code.Gravatar diego2008-10-12
* Replace numeric constants by their defines.Gravatar cehoyos2008-10-09
* Add missing #include for mplayer.h, fixes the warning:Gravatar diego2008-10-03
* Fix glAdjustAlignment parameter in glCreateClearTexGravatar reimar2008-09-20
* Change glCreateClearTex to use the same host data format as later uploads.Gravatar reimar2008-09-20
* add outdir sub-option to vo pngGravatar ben2008-09-20
* Remove already disabled and probably long obsolete code that worked around an...Gravatar reimar2008-09-20
* Use already "prefetched" atoms instead of calling XInternAtom each time.Gravatar reimar2008-09-20
* Update the copyright statement.Gravatar syrjala2008-09-15