aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).Gravatar reimar2008-12-10
* Fix MGSTR vs. MSGTR typo.Gravatar diego2008-12-09
* Set d3d_handle to NULL after release.Gravatar reimar2008-12-09
* Forgotten part of previous cosmetics commitGravatar reimar2008-12-09
* Slightly simplify the conditional release/free codeGravatar reimar2008-12-09
* First version of OSD support for vo_direct3dGravatar reimar2008-12-09
* cosmetics: indentationGravatar diego2008-12-08
* Remove pointless or even wrong N/A return values doxy commentsGravatar reimar2008-12-08
* Add missing unistd.h #include, fixes the warning:Gravatar diego2008-12-08
* Remove unused variable, fixes the warning:Gravatar diego2008-12-08
* #include appropriate headers instead of locally declaring function prototypes.Gravatar diego2008-12-08
* ati_hack only makes sense when PBOs are used, not with mesa_buffer.Gravatar reimar2008-12-06
* More possible fixes for mesa-buffer mode.Gravatar reimar2008-12-06
* Move one ati_hack check to a better place.Gravatar reimar2008-12-06
* ReindentGravatar reimar2008-12-06
* 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.Gravatar reimar2008-12-06
* 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.Gravatar reimar2008-12-05
* Fix indentationGravatar reimar2008-12-05
* Add experimental support for glXAllocateMemoryMESAGravatar reimar2008-12-05
* Avoid one more duplicated logic.Gravatar reimar2008-12-05
* Simplify, do not duplicate buffer size calculationGravatar reimar2008-12-05
* Set the base size window manager hint, otherwise some subtract the minimumGravatar reimar2008-12-05
* Add some forgotten documentation for gl suboptionsGravatar reimar2008-12-05
* Add support for YCBCR MESA texture format to vo_gl.Gravatar reimar2008-12-05
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Remove unused declarations and references to vo_draw_text_osd(),Gravatar diego2008-12-03
* Fix indentation.Gravatar reimar2008-12-03
* More robust w32 -wid size handlingGravatar reimar2008-12-03
* Reindent after previous commitGravatar reimar2008-12-03
* Do not override the vo_dwidth/vo_dheight values in vo_w32_configGravatar reimar2008-12-03
* Cosmetics, whitespace and "... == NULL" to "!..."Gravatar reimar2008-12-03
* Some whitespace and () cosmeticsGravatar reimar2008-12-03
* Remove resize_d3d call from render_d3d_frame that was made uselessGravatar reimar2008-12-02
* 100l, do not call check_events from resize_d3d since there should beGravatar reimar2008-12-02
* Cosmetics: Remove unnecessary ()Gravatar reimar2008-12-02
* Consistency cosmetics: do not compare against NULL in ifsGravatar reimar2008-12-02
* Cosmetics: remove spaces before argument (Gravatar reimar2008-12-02
* Reorganize Direct3D initialization code.Gravatar reimar2008-12-02
* Remove a lot of completely pointless mp_msg_test calls.Gravatar reimar2008-12-01
* use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>Gravatar nplourde2008-11-30
* whitespace cosmetics: prettyprinting and indentationGravatar diego2008-11-28
* factorize mouse hiding and screensaver disabling codeGravatar gpoirier2008-11-27
* Use D3DFMT_ constants where possible instead of MAKEFOURCCGravatar reimar2008-11-26
* Add support for RGB formats to vo_direct3dGravatar reimar2008-11-26
* 100l, OSD alpha textures were cleared to the wrong value.Gravatar reimar2008-11-25
* typo fix + readability improvementGravatar gpoirier2008-11-25
* Remove unnecessary #ifdef around a struct and a bunch of extern declarations.Gravatar diego2008-11-24
* Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.Gravatar diego2008-11-24
* cosmetics: Add/remove a few newlines similar to vo_fbdev.c.Gravatar diego2008-11-24
* cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)Gravatar gpoirier2008-11-24