aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Move playback_speed to options structGravatar Uoti Urpala2008-04-23
* Move option helper #defines to cfg-common.h for nowGravatar Uoti Urpala2008-04-23
* cfg-common-opts.h: Remove multiple inclusion guards and #includeGravatar Uoti Urpala2008-04-23
* Move global rel_seek_secs and abs_seek_pos to mpctxGravatar Uoti Urpala2008-04-23
* Remove static mpctx from mplayer.cGravatar Uoti Urpala2008-04-23
* Move loop_times to option structGravatar Uoti Urpala2008-04-23
* Remove pointless #ifdefsGravatar Uoti Urpala2008-04-23
* Move mRootWin,mScreen,mLocalDisplay to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 structGravatar Uoti Urpala2008-04-23
* x11_common: Move vo_old_[x|y|width|height| to x11 structGravatar Uoti Urpala2008-04-23
* x11_common.c: Move orig_layer and old_gravity to x11 structGravatar Uoti Urpala2008-04-23
* Move static mouse hide timers to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_gc,f_gc,vo_hints to x11 structGravatar Uoti Urpala2008-04-23
* x11_common.c: Move function-static variables to structGravatar Uoti Urpala2008-04-23
* Mark a table constGravatar Uoti Urpala2008-04-23
* Move xv_port,xv_colorkey,xv_ck_info to x11 structGravatar Uoti Urpala2008-04-23
* Move vo_window to x11 structGravatar Uoti Urpala2008-04-23
* Move static X11 atoms to structGravatar Uoti Urpala2008-04-23
* Move vo_screenwidth,vo_screenheight to options structGravatar Uoti Urpala2008-04-23
* Move vo_depthonscreen to x11 structGravatar Uoti Urpala2008-04-23
* Remove vo_depthonscreen references from non-X VOsGravatar Uoti Urpala2008-04-23
* Move vo_dbpp to options structGravatar Uoti Urpala2008-04-23
* Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structGravatar Uoti Urpala2008-04-23
* Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
* Move global mDisplay to x11 state structGravatar Uoti Urpala2008-04-23
* Create a struct for X11 stateGravatar Uoti Urpala2008-04-23
* x11_common.c: Make some functions staticGravatar Uoti Urpala2008-04-23
* Allocate vo struct with tallocGravatar Uoti Urpala2008-04-23
* Makefile: Compile and link talloc.cGravatar Uoti Urpala2008-04-23
* Make talloc abort() instead of returning NULLGravatar Uoti Urpala2008-04-23
* Hardcode feature checks in talloc.cGravatar Uoti Urpala2008-04-23
* Add the talloc memory allocatorGravatar Uoti Urpala2008-04-23
* Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
* vo_gl[2]: Rename conflicting vo_ontop macroGravatar Uoti Urpala2008-04-23
* Add option pointer to vo structGravatar Uoti Urpala2008-04-23
* vf.c: malloc+memset -> callocGravatar Uoti Urpala2008-04-23
* Move correct_pts to options structGravatar Uoti Urpala2008-04-23
* Add option pointer to vf structGravatar Uoti Urpala2008-04-23
* Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
* Declare demuxer *_streams fields with proper typesGravatar Uoti Urpala2008-04-23
* Move options "vo" and "ao" to common structGravatar Uoti Urpala2008-04-23
* Start of new option systemGravatar Uoti Urpala2008-04-23
* vo_xv: Free resources in error casesGravatar Uoti Urpala2008-04-23
* vo_xv.c: Make reconfig logic more robustGravatar Uoti Urpala2008-04-23
* vo_xv.c: remove unnecessary #ifdefs and static varsGravatar Uoti Urpala2008-04-23
* vo_xv.c: Cosmetic changesGravatar Uoti Urpala2008-04-23
* Change vo_xv to use new VO APIGravatar Uoti Urpala2008-04-23
* Add a context argument to mp_input_add_event_fd callbackGravatar Uoti Urpala2008-04-23
* input/input.c: Minor simplificationGravatar Uoti Urpala2008-04-23
* vo_xv.c: Remove #if 0 codeGravatar Uoti Urpala2008-04-23