| Commit message (Expand) | Author | Age |
* | Remove unused variable. | diego | 2007-08-15 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 |
* | Simplify -flip handling on vo_x11.c | reimar | 2007-05-12 |
* | Fix crash with -flip on 64 bit systems, the result of | reimar | 2007-05-12 |
* | Factor common code out of if in x11_common.c | reimar | 2007-05-12 |
* | Gui --> gui | diego | 2007-04-23 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 |
* | 10l, missing () in check for 32bit endian-conversion hack | reimar | 2006-12-14 |
* | Support for different endianness on client and server with -vo x11 | reimar | 2006-12-12 |
* | Align image data pointer, this is also in preparation of an upcoming patch | reimar | 2006-12-12 |
* | Use XCreateImage instead of XGetImage, this is not only more correct and | reimar | 2006-12-12 |
* | Proper detection of corresponding MPlayer image format for X server format fo... | reimar | 2006-10-23 |
* | Remove dead code (condition can obviously never be true) | reimar | 2006-10-13 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 |
* | Fix and improve xinerama support | reimar | 2006-04-16 |
* | remove useless and memleak-causing strdup | reimar | 2006-03-09 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | Make -wid behave more consistent. | al | 2005-05-21 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 |
* | Removed superfluous XFlush calls before XSync. | al | 2004-08-20 |
* | removed saver_on, saver_off calls, they are already in x11_common.c | reimar | 2004-07-25 |
* | major reindentation of x11 code try #2 | attila | 2004-06-14 |
* | just the same include reordering as in vo_xv (codemetics :) | alex | 2003-12-27 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 |
* | Avoid flickering during resizes. Keep video contents even when paused. Fix by... | mosu | 2003-08-31 |
* | geometry support for x11 | attila | 2003-08-31 |
* | vf_scale.h & related cleanup & some small warning fix by dominik | michael | 2003-06-01 |
* | warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | alex | 2003-05-30 |
* | swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it cr... | alex | 2003-05-23 |
* | that works correctly | alex | 2003-05-23 |
* | 10000l (YUV vs. YVU swscale fix/cleanup) | michael | 2003-03-27 |
* | sws_ prefix, more seperation between internal & external swscaler API | michael | 2003-02-23 |
* | The reason why mplayer crashes (in some cases) when using x11 | arpi | 2003-02-04 |
* | MPlayer crash when using -wid and -vo x11 parameters. | arpi | 2003-01-26 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 |
* | here is a somewhat generic equalizer implementation for the X11 vo drivers | arpi | 2002-10-29 |
* | fix memleak | pontscho | 2002-10-16 |
* | -fixed-vo support | pontscho | 2002-10-16 |
* | since draw_slice() supports RGB/BGR, we don't need draw_image() for stride | arpi | 2002-10-09 |
* | - implemented draw_image() | arpi | 2002-10-09 |