aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* Move vd_use_slices to options structGravatar Uoti Urpala2008-04-25
* Remove global vo_flagsGravatar Uoti Urpala2008-04-25
* vd.c: Cosmetic changes + remove malloc.hGravatar Uoti Urpala2008-04-25
* Reformat vd.cGravatar Uoti Urpala2008-04-25
* Move movie_aspect to options structGravatar Uoti Urpala2008-04-25
* Move screen_size_xy to options structGravatar Uoti Urpala2008-04-25
* Move opt_screen_size_[x|y] to options structGravatar Uoti Urpala2008-04-25
* Move flip and softzoom to options structGravatar Uoti Urpala2008-04-25
* Move vidmode to options structGravatar Uoti Urpala2008-04-25
* Move fullscreen to options structGravatar Uoti Urpala2008-04-25
* Store video decoder functions in struct sh_video fieldGravatar Uoti Urpala2008-04-25
* Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* dec_video.c: A couple of cosmetic changesGravatar Uoti Urpala2008-04-25
* Reformat dec_video.cGravatar Uoti Urpala2008-04-25
* Move -lavdopts to options structGravatar Uoti Urpala2008-04-25
* vd_ffmpeg.c: Eliminate some compiler warningsGravatar Uoti Urpala2008-04-25
* Modify option helper macrosGravatar Uoti Urpala2008-04-24
* Merge svn changes up to r26510Gravatar Uoti Urpala2008-04-23
|\
* | Remove -Wdeclaration-after-statement from CFLAGSGravatar Uoti Urpala2008-04-23
* | Remove some unnecessary recursive includesGravatar Uoti Urpala2008-04-23
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Move audio_id and video_id to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to stream struct (at least temporarily)Gravatar Uoti Urpala2008-04-23
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
* | 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