| Commit message (Expand) | Author | Age |
* | Add support for writing PNG files with alpha channel in -vo png | reimar | 2008-12-10 |
* | Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle). | reimar | 2008-12-10 |
* | Fix MGSTR vs. MSGTR typo. | diego | 2008-12-09 |
* | Set d3d_handle to NULL after release. | reimar | 2008-12-09 |
* | Forgotten part of previous cosmetics commit | reimar | 2008-12-09 |
* | Slightly simplify the conditional release/free code | reimar | 2008-12-09 |
* | First version of OSD support for vo_direct3d | reimar | 2008-12-09 |
* | cosmetics: indentation | diego | 2008-12-08 |
* | Remove pointless or even wrong N/A return values doxy comments | reimar | 2008-12-08 |
* | Add missing unistd.h #include, fixes the warning: | diego | 2008-12-08 |
* | Remove unused variable, fixes the warning: | diego | 2008-12-08 |
* | #include appropriate headers instead of locally declaring function prototypes. | diego | 2008-12-08 |
* | ati_hack only makes sense when PBOs are used, not with mesa_buffer. | reimar | 2008-12-06 |
* | More possible fixes for mesa-buffer mode. | reimar | 2008-12-06 |
* | Move one ati_hack check to a better place. | reimar | 2008-12-06 |
* | Reindent | reimar | 2008-12-06 |
* | 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode. | reimar | 2008-12-06 |
* | 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds. | reimar | 2008-12-05 |
* | Fix indentation | reimar | 2008-12-05 |
* | Add experimental support for glXAllocateMemoryMESA | reimar | 2008-12-05 |
* | Avoid one more duplicated logic. | reimar | 2008-12-05 |
* | Simplify, do not duplicate buffer size calculation | reimar | 2008-12-05 |
* | Set the base size window manager hint, otherwise some subtract the minimum | reimar | 2008-12-05 |
* | Add some forgotten documentation for gl suboptions | reimar | 2008-12-05 |
* | Add support for YCBCR MESA texture format to vo_gl. | reimar | 2008-12-05 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Remove unused declarations and references to vo_draw_text_osd(), | diego | 2008-12-03 |
* | Fix indentation. | reimar | 2008-12-03 |
* | More robust w32 -wid size handling | reimar | 2008-12-03 |
* | Reindent after previous commit | reimar | 2008-12-03 |
* | Do not override the vo_dwidth/vo_dheight values in vo_w32_config | reimar | 2008-12-03 |
* | Cosmetics, whitespace and "... == NULL" to "!..." | reimar | 2008-12-03 |
* | Some whitespace and () cosmetics | reimar | 2008-12-03 |
* | Remove resize_d3d call from render_d3d_frame that was made useless | reimar | 2008-12-02 |
* | 100l, do not call check_events from resize_d3d since there should be | reimar | 2008-12-02 |
* | Cosmetics: Remove unnecessary () | reimar | 2008-12-02 |
* | Consistency cosmetics: do not compare against NULL in ifs | reimar | 2008-12-02 |
* | Cosmetics: remove spaces before argument ( | reimar | 2008-12-02 |
* | Reorganize Direct3D initialization code. | reimar | 2008-12-02 |
* | Remove a lot of completely pointless mp_msg_test calls. | reimar | 2008-12-01 |
* | use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch> | nplourde | 2008-11-30 |
* | whitespace cosmetics: prettyprinting and indentation | diego | 2008-11-28 |
* | factorize mouse hiding and screensaver disabling code | gpoirier | 2008-11-27 |
* | Use D3DFMT_ constants where possible instead of MAKEFOURCC | reimar | 2008-11-26 |
* | Add support for RGB formats to vo_direct3d | reimar | 2008-11-26 |
* | 100l, OSD alpha textures were cleared to the wrong value. | reimar | 2008-11-25 |
* | typo fix + readability improvement | gpoirier | 2008-11-25 |
* | Remove unnecessary #ifdef around a struct and a bunch of extern declarations. | diego | 2008-11-24 |
* | Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c. | diego | 2008-11-24 |
* | cosmetics: Add/remove a few newlines similar to vo_fbdev.c. | diego | 2008-11-24 |