aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
...
* 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
* avoid putting several statements on a single lineGravatar gpoirier2008-11-24
* Use doxygen-style comments in file header. Remove tabs usage.Gravatar gpoirier2008-11-24
* whitespace-cleanupGravatar gpoirier2008-11-24
* Allow vo_macosx to be compiled in 64-bits mode:Gravatar gpoirier2008-11-24
* More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...Gravatar reimar2008-11-24
* Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...Gravatar gpoirier2008-11-24
* Remove a ColorFill that is not necessary since the surface it is usedGravatar reimar2008-11-24
* Make sure the backbuffer is cleared when the border size might have changed.Gravatar reimar2008-11-24
* Remove useless setting of frame_buffer to NULL as suggested by Reimar.Gravatar diego2008-11-24
* cosmetics: indentationGravatar diego2008-11-24
* Move setting of frame_buffer variable out of 'if', as preferred by Reimar.Gravatar diego2008-11-24
* Clear the whole window on resize in vo_x11 since we do notGravatar reimar2008-11-23
* Simplify vo_x11 check_events functionGravatar reimar2008-11-23
* Do not draw in window if our image has not yet been adjusted to the new windo...Gravatar reimar2008-11-23
* Remove unnecessary xf86vmode.h include.Gravatar reimar2008-11-23
* Remove some usnused variables and commented-out code.Gravatar reimar2008-11-23
* Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.Gravatar reimar2008-11-23
* Patch to improve/consistify coding style.Gravatar reimar2008-11-23
* Fix indentationGravatar reimar2008-11-23
* Lock/unlock surface only once even when drawing many slices.Gravatar reimar2008-11-23
* Move locked_rect from stack to priv struct in preparation for following patch.Gravatar reimar2008-11-23
* Move the StretchRect call from draw_slices to render_d3d_frame.Gravatar reimar2008-11-23
* Remove pointless is_cfG_finished variable.Gravatar reimar2008-11-23