| Commit message (Expand) | Author | Age |
* | Move vo_gamma_* to options struct | Uoti Urpala | 2008-04-26 |
* | Remove global vo_flags | Uoti Urpala | 2008-04-25 |
* | Move movie_aspect to options struct | Uoti Urpala | 2008-04-25 |
* | Move vidmode to options struct | Uoti Urpala | 2008-04-25 |
* | Merge svn changes up to r26510 | Uoti Urpala | 2008-04-23 |
|\ |
|
* | | Move mRootWin,mScreen,mLocalDisplay to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 struct | Uoti Urpala | 2008-04-23 |
* | | x11_common: Move vo_old_[x|y|width|height| to x11 struct | Uoti Urpala | 2008-04-23 |
* | | x11_common.c: Move orig_layer and old_gravity to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move static mouse hide timers to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_gc,f_gc,vo_hints to x11 struct | Uoti Urpala | 2008-04-23 |
* | | x11_common.c: Move function-static variables to struct | Uoti Urpala | 2008-04-23 |
* | | Mark a table const | Uoti Urpala | 2008-04-23 |
* | | Move xv_port,xv_colorkey,xv_ck_info to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_window to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move static X11 atoms to struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_screenwidth,vo_screenheight to options struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_depthonscreen to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Remove vo_depthonscreen references from non-X VOs | Uoti Urpala | 2008-04-23 |
* | | Move vo_dbpp to options struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo struct | Uoti Urpala | 2008-04-23 |
* | | Move global vo_config_count to vo struct | Uoti Urpala | 2008-04-23 |
* | | Move global mDisplay to x11 state struct | Uoti Urpala | 2008-04-23 |
* | | Create a struct for X11 state | Uoti Urpala | 2008-04-23 |
* | | x11_common.c: Make some functions static | Uoti Urpala | 2008-04-23 |
* | | Allocate vo struct with talloc | Uoti Urpala | 2008-04-23 |
* | | Move vo_ontop to options struct | Uoti Urpala | 2008-04-23 |
* | | vo_gl[2]: Rename conflicting vo_ontop macro | Uoti Urpala | 2008-04-23 |
* | | Add option pointer to vo struct | Uoti Urpala | 2008-04-23 |
* | | vo_xv: Free resources in error cases | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: Make reconfig logic more robust | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: remove unnecessary #ifdefs and static vars | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: Cosmetic changes | Uoti Urpala | 2008-04-23 |
* | | Change vo_xv to use new VO API | Uoti Urpala | 2008-04-23 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: Remove #if 0 code | Uoti Urpala | 2008-04-23 |
* | | Add context variable to vo_draw_text callback | Uoti Urpala | 2008-04-23 |
* | | Add new video driver API | Uoti Urpala | 2008-04-23 |
* | | video_out.c: Cosmetic changes | Uoti Urpala | 2008-04-23 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 |
| * | Merge libvo/Makefile into top-level Makefile. | diego | 2008-04-23 |
|/ |
|
* | revert commits 26437-26439 | attila | 2008-04-19 |
* | cosmetics: fix indentation | attila | 2008-04-13 |
* | move the #ifdef HAVE_XINERAMA to enclose the whole function | attila | 2008-04-13 |
* | Always calculate the xinerama screen mplayer is on. | attila | 2008-04-13 |
* | Replace "all rights reserved" statement with standard GPL license header. | diego | 2008-04-13 |
* | Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS. | diego | 2008-04-09 |
* | Fix nonsensical license header, mpeg2dec is not GNU Make. | diego | 2008-04-09 |
* | Change I_TYPE -> FF_I_TYPE to fix compilation. | reimar | 2008-04-03 |